Sarjuuk / aowow

Database viewer for TrinityCore based on aowow by @LordJZ, based on the JS-Engine of Wowhead
204 stars 217 forks source link

Why boss location in some dungeons is unknown? #271

Closed BarbzYHOOL closed 3 years ago

BarbzYHOOL commented 3 years ago

Example: ?npc=11519 (ragefire)

?npc=6229

However, this one is fine: ?npc=39747 (ruby sanctum)

Jinnaix commented 3 years ago

Lack of data in dbc_worldmaparea, dbc_dungeonmap & the respective map images. WotLK Dungeons and Raids have these data. TBC and Classic Raid&Dungeon Images and coordinates in dbc files have been added in cataclysm.

Jinnaix commented 3 years ago

I tried to import all this from cataclysm but the results are bad for spawns, pretty sure im doing something wrong:

image

Sarjuuk commented 3 years ago

Also some bosses may be spawned in via instance script. So their spawn point is not in DB. (at least this used to be the case and probably still is)

But Jinnaix explanation is the usual case.