Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Miscellaneous => Topic started by: Norimar on June 28, 2012, 07:17:49 pm
-
Yeah, like my topic already shows us:
I want to get two normal blizzard classes into every race. Means: Gnom Hunter...
I already set all on the right via DBC and Database, but I cant find the part in the surce of my Trinity core, which check out if this race + class combination will work.
I just found guides to insert a new race or mace new classes. I just want to make a class avayable...
Do someone have some knowlege to help me out?
-
playercreateinfos.
-
didn't find it in my trinity folder... only Player.cpp but there was nothing useable for me by flying over the script...
-
You have to add all stuff necessary to the playercreateinfo database table.
And of cause pack your dbcs into an mpq and place them in your server dbc folder. Otherwise the server won't recognize your changes. What exactly is shown at your character creation? Are the buttons greyed out or can you click them but then get an error ingame?
Btw Ascathos, I love your avatar. It always makes me smirk. xD
-
(http://img.webme.com/pic/e/escaria-bdk/pcp.jpg)
I think it must be something in the Core, not database. Because if I chance the classes lvl information, it shows me already an error by starting the server, if something is not found. But it does nothing withouth hunter-gnom informations, just sowing me this message by testing it to create...
-
Erm just to be sure.
You placed the modified dbc files in your trinity data folder as well?
Not only inside the custom mpq, right?
Because that is the error, that occurs if the charbaseinfo.dbc is not changed. Trinity should load all race/class combinations from there.
-
Nonononono. The problem is now, you need to go into the playercreateinfo (and related) tables in the database, and add extra columns.
That's why it says Error Creating Character. It doesn't have the info about stats gained per level, and such.
Thanks
Keta
-
You also need to edit the CharBaseInfo.dbc to get te posibillity to simple select the combination in the client.
As often client and server changes are needed.
http://www.pxr.dk/wowdev/wiki/index.php ... seInfo.dbc (http://www.pxr.dk/wowdev/wiki/index.php?title=CharBaseInfo.dbc" onclick="window.open(this.href);return false;)