Likes: 0
Results 1 to 5 of 5
-
05-02-10, 01:03 PM #1
mangos/mysql vendor spawn question
Register to remove this adWhen 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.
› See More: mangos/mysql vendor spawn question
-
05-02-10, 01:12 PM #2
If you make new npc's then they wont be spawned anywhere. Unless you or anyone else in your staff have spawned them.
-
06-02-10, 03:50 PM #3
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.
-
07-02-10, 07:17 AM #4
There should be a table called creature_spawns.
The locations are saved in there.
-
10-02-10, 12:56 PM #5
Register to remove this adthanks you rock!