[DiscordArchive] but where is the erroring sql?
[DiscordArchive] but where is the erroring sql?
Archived author: Ryan Turner • Posted: 2025-07-06T17:52:00.939000+00:00
Original source
They are run automaitcally if they are place in the correct directly (by the module maker)
Archived author: Ryan Turner • Posted: 2025-07-06T17:52:06.638000+00:00
Original source
Otherwise you have to run them manually
Archived author: McRobertx22 • Posted: 2025-07-06T17:59:48.305000+00:00
Original source
i uncommented my module, cleared out the entire eluna part too, and i dont have any sql files
Archived author: MasterxOfxNone • Posted: 2025-07-06T18:01:27.595000+00:00
Original source
Sorry if this has been asked or fixed, but am I crazy or do most of the bosses in wotlk dungeons have 0% chance for loot? Looking at sql tables, some bosses have reference tables (which work as expected) while others show a list of possible loot with 0% chance (which never drops). My 'fix' is to update all 0% chance loot, that's not tied to a reference table.
Archived author: Tereneckla • Posted: 2025-07-06T18:02:28.510000+00:00
Original source
if every item in a group has 0% they just all have an equal chance to drop
Archived author: Tereneckla • Posted: 2025-07-06T18:02:48.863000+00:00
Original source
4 items with 0% in db -> 25% each
Archived author: MasterxOfxNone • Posted: 2025-07-06T18:04:18.681000+00:00
Original source
That's interesting. I first noticed this when no loot dropped for first 2 bosses in Azjol-Nerub and figured that was the issue. Thanks for your input!