GETTING INTO THE DATABASE
The Way to create items in
MaNGOS & Antirx is hard but after a while you get used to it...
In the databse for your server (mangos or antrix) you would have tables like item_loot_template, creature_loot etc...
Right Click item_template in MaNGOS & items in Antrix and click view data.
Now this should show you all your items in Your server...... now you have viewed your items succsesfully! If you would like a bigger view of items click the show all button...
be careful this may take a while..
MAKING THE ITEMS
Firstly you will need to find the display id for a particular item you would like to use as your weapon...
to find this out goto
Allakhazam.com
Once you have your id which can be found in the url of the item page you want... simply go back into your database and find that # you got of
Allakhazam in the Entry slots.
*HINT* I suggest you click the entry slot and it will be in asending order.
Once you get to your selected item.. move across with the scroll on the bottom of the page to where its says table "DisplayId".... this is the
MODEL of the weapon...
VERY IMPORTANT. Save that on a peice of paper you would need later.
Scroll All the way down to the bottom of the items table.
Now... what ever the last entry number is you have to make a unique number above that number. so for eg.
If the last entry was 43566
I would create my "
custom items" with a entry id of 50000+.
Now... Enter a unique entry then move along to the class then subclass and so on... for codes etc look at the bottom of this post.....
Once you get to your display id for your custom wep enter in the id that you found out before. hopefully its correct and you shall have the same model
Continue on with going through the tables and entering information.
REMEMBER TO SAVE THE FILES BEFORE EXISTING!
Reload your mangos.exe and realm.exe or antrix.exe and logon.exe and they should work perfectly...
I Have created syntax's for all the tables in the database... for items... so i suggest you download this
++++++++++++++++
Fitzy's Item Syntax's
++++++++++++++++
Here will cover all the codes and infomation you need to put in each table.