GameObject

Newbie Spellweaver
Joined
May 19, 2004
Messages
14
Reaction score
0
Location
france
Hello, i need a list of a lot of Gameobject ID, like doors,houses etc..

If someone have one, please post it ty.

Ps: On Mangos.
 
The Gameobject IDs are the same for all servers. Just download a WoWEmu, and look at the gameobjects.scp. All the objects are listed there. To add them to a MaNGOS server, in game type ".addgo <object id>".
 
The best way I came across to get the gobject list. I use Sqlyog so i go to my db and to the gameobject_names column. right click on the column and export the table. It will create an html file of just the gameobject names and the ids. Pick the gobject u want to use then go in game and type .gobject spawn id#. Hope this helps
 
Another way is to create the object into the gameobject_name database with the displayid for the objects you want.. this is the GM Handbook with all commands,objects id,spell id and anything needs a gm on a server... i take no credit for those files... have fun.. :rolleyes:
 
Back