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

Title: [QUESTION] How to make Classes useable for other races?
Post 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?
Title: Re: [QUESTION] How to make Classes useable for other races?
Post by: Ascathos on June 28, 2012, 08:54:26 pm
playercreateinfos.
Title: Re: [QUESTION] How to make Classes useable for other races?
Post by: Norimar on June 29, 2012, 12:45:44 am
didn't find it in my trinity folder... only Player.cpp but there was nothing useable for me by flying over the script...
Title: Re: [QUESTION] How to make Classes useable for other races?
Post by: Morfium on June 29, 2012, 02:49:39 am
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
Title: Re: [QUESTION] How to make Classes useable for other races?
Post by: Norimar on June 29, 2012, 01:15:54 pm
(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...
Title: Re: [QUESTION] How to make Classes useable for other races?
Post by: Morfium on June 30, 2012, 06:03:27 pm
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.
Title: Re: [QUESTION] How to make Classes useable for other races?
Post by: Keta on June 30, 2012, 09:36:54 pm
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
Title: Re: [QUESTION] How to make Classes useable for other races?
Post by: Steff on July 01, 2012, 12:27:31 am
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;)