All public logs

From EQArchives
Jump to navigationJump to search

Combined display of all available logs of EQArchives. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:35, 10 May 2023 Nazwahdi talk contribs created page EQEMU Database (Created page with "This page is intended to provide information regarding Database Administration for an EQEMU Database. ==SQL Snippets== === Disable merchantlist entries by item === <pre> UPDATE `merchantlist` SET probability = 0 WHERE item = 38399 </pre> === Get all loottable entry fields for all npc_types with enabled spawns === <pre> SELECT lte.loottable_id, lte.lootdrop_id, lte.multiplier, lte.droplimit, lte.mindrop, lte.probability, n.name, lt.name FROM loottable_entries AS lte INN...") Tag: Visual edit: Switched