PDA

View Full Version : mangos/mysql vendor spawn question



thewhiteboy
05-02-10, 12:03 PM
When I add vendors to make a mall, where are the vendors new locations stored in the SQL database? I just want to make sure I don't overwrite that database and have to start from scratch. Thanks in advance.

P1raten
05-02-10, 12:12 PM
If you make new npc's then they wont be spawned anywhere. Unless you or anyone else in your staff have spawned them.

thewhiteboy
06-02-10, 02:50 PM
That's exactly what I'm asking. I have spawned new vendors outside of Stormwind. Where are there locations stored in SQL? I do a lot of DB updates and just want to make sure i either back the table up or don't overwrite it on accident. It was pretty time consuming making the mall to how I want it and I don't want to lose it on accident.

Cothe
07-02-10, 06:17 AM
There should be a table called creature_spawns.
The locations are saved in there.

thewhiteboy
10-02-10, 11:56 AM
thanks you rock!