Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Serverside Modding => Topic started by: Mordred on May 13, 2012, 03:42:18 pm
-
Hey Modcraft community ;)
recently I came across the bug with custom created weapons and armor, that they aren't real weapons / armors and that you have to enter the data of each item into the item.dbc.
So I created this little script to create an Item.txt which you can rename to Item.dbc.csv to convert it to a dbc with DBCUtil.
In this download link is everything you need to use it.
LINK (http://fbe.am/6rJ)
PS.: LSL2 is used in this script, for more information check out the documentary: LINK (http://luapparc.kilu.de/showtopic.php?id=6)
How to:
-extract the downloaded .rar file into your scripts folder in your core directory
-restart/run your core and login
-ingame you have to say .idbc
-if everything worked this message should pop up in your chat:
Your Item.txt has been successfully created.
-go to your core directory (not to your scripts folder) and rename the Item.txt file to Item.dbc.csv
-now drag & drop the Item.dbc.csv file on the DBCUtil.exe and your Item.dbc should be created with every single item you have in your DB
~Mordred
(thx to Kenuvis & Memento for LSL2 :P)
-
Or you could just copy paste stuff from your database and remove all the overflowing text, convert it to a csv file, put in the new information which you got from the DB, then just convert it back to a dbc.