Ok so lately I saw a bunch of new people joining and making a new server with Ascent. They had questions about there database and how to make custom items, so in this guide i will do both.
-=How to find a display Id=-
Go to World of Warcraft :: Allakhazam.com type an item you think looks cool in search and hit search
if you just want to see what items look cool then on the side hit "By slot" its under "Items"
Then hit what ever slot you want and start checking out the items. Once you've found your item like me I choose Item: Bristleblitz Striker :: World of Warcraft :: Allakhazam.com
hit XML.
Then hit CTRL+F. And type Displayinfo. Then take the number after that and its the display id.
-= How to use the display Id for something =-
Go to WoW Vendetta - Wage Your War and and hit tool weapon
It will say you need an account, login with your account or register. Then you will see "Weapon Creator". Find Display Id and put the one you just found there in.
Then fill in entry id. If you don't know what that is it is the code you will be spawning the item by, put a high number so there won't be a conflict with the other items.
Now fill in the other stuff, if your having trouble put your mouse over the question mark and it will explain.
then hit "Submit"
and then download batch.
Once downloaded Open up Navicat or what ever you use and open the connection.
Then Depending on the database you are using it will say things on the left.
Find the one that says Items in it and right click that table.
Hit Execute Batch
Find the file and then hit OK and it will put it in to the DB. Then once in game. Type .add <the entry id> and you will get the item you made with everything you wanted on it. =]
That concludes my guide, hoped you liked it.