Modcraft - The community dedicated to quality WoW modding!

Content creation => Level Design => Topic started by: human1104 on March 22, 2014, 10:32:47 pm

Title: [QUESTION] Character start items
Post 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
Title: Re: [QUESTION] Character start items
Post by: Milly on March 23, 2014, 02:39:40 am
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.
Title: Re: [QUESTION] Character start items
Post by: human1104 on March 23, 2014, 12:34:24 pm
Thank you very much
Title: Re: [QUESTION] Character start items
Post by: garog0201 on March 26, 2014, 04:27:50 pm
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)
Title: Re: [QUESTION] Character start items
Post by: human1104 on March 27, 2014, 11:52:17 am
thank you very much