Sarjuuk / aowow

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

Can I manually enter location for some npcs? #322

Closed blacknightt1 closed 2 years ago

blacknightt1 commented 2 years ago

Can I manually enter location for some npcs?

sshot-1

Helias commented 2 years ago

"manually"? Probably you need to change it in the aowow_ tables, like aowow_creatute

blacknightt1 commented 2 years ago

I have checked these cases many times but I do not see any change in the site!

qyh214 commented 2 years ago

npc location based on client instance map information.(in game,type M you can see your location and current map overview) in 3.3.5, only wotlk instance and raid have instance map,so other npc will show location unknown is right.

how to fix: you should modify client to add all map information into client and maybe fix some aowow install scripts.(It's just an idea, but it's not the content of this project,)

blacknightt1 commented 2 years ago

You look at this site. See the dungeon Aowow sites do not show these areas and dungeons

https://classicdb.ch/?npc=14323

Sarjuuk commented 2 years ago

The 3.3.5 client does not have maps for most non-wotlk instanced areas. That means entities can't be displayed there.

If you want to add a spawn point for an entity spawned by script/AI, you'll have to enter it manually in aowow_spawns. Though, the manual data will be deleted whenever you sync spawns with the game server. There is currently no interface.