Modcraft - The community dedicated to quality WoW modding!
Content creation => Level Design => Topic started by: human1104 on March 22, 2014, 10:32:47 pm
-
Hello!
Original a new character start 1 weapon, and some cloth, and 1 hearstone. I want to take the weapon from character. In the database the playercreateinfo item has only 1 row,
0 6 40582 -1
and when i open, a prompt message "does not have privilige key, update the...
and the dbc character start outfitt, i cant open, "invalid filesize" message.
can i take out the weapon from the character anyhow?
thanks
-
You should be able to add new start items to the database table just fine.
If you want to remove a starting item, you must edit the dbc file. I know it doesn't open. In order to edit it you're gonna have to use DBCUtil to convert to a CSV file. Then you can use CSVed to edit it, or you can just use notepad.
-
Thank you very much
-
Here is a "empty" dbc file, just replace the server dbc file and insert the new items in the database
Don't forget the Hearthstone ;)
and don't forget that some classes need some skills before they can equid items
(like warrior and plate armor)
-
thank you very much