Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: Kevinjoha on June 28, 2010, 05:21:16 am

Title: [Request] tutorial Creating custom races/classes
Post by: Kevinjoha on June 28, 2010, 05:21:16 am
I need a tutorial on how to creature Custom races / classes in character creation screen, also creating custom spells. and adding bones and attachment points & removing clothes from for example Darkfallen , (want a darkfallen race btw) really need this for my custom wow,
Title: Re: [Request] tutorial Creating custom races/classes
Post by: Serifaz on July 09, 2010, 04:06:00 am
I am currently working on a custom race...
If it succeeds, I will post a tutorial on how to do it.
You can follow the progress of my model and such here.
viewtopic.php?f=7&t=137 (http://modcraft.io/viewtopic.php?f=7&t=137" onclick="window.open(this.href);return false;)
Title: Re: [Request] tutorial Creating custom races/classes
Post by: AgeofCraft on July 17, 2010, 03:48:59 am
The dreams will come true  :D
You are the best of wow modders far and wide
Title: Re: [Request] tutorial Creating custom races/classes
Post by: SirFranc on July 23, 2010, 01:06:27 am
As i got for now, the new race must be added in the following DBC files:

ChrBaseInfo.dbc
ChrRaces.dbc
ChrStartOutfit.dbc

but for example changing the displayID in ChrRaces will change it only in the loging screen
and to have it selectable you anyway should have edited the GlueXML and FrameXML that refers to the race creation
and that will be blocked by the wow client, with no exception.

There is a way to crack the exe, as i recently discovered, but still appear to be something

In the server database you will need the following DB for sure altered (this is on trinity core)
-PlayerCreationInfo[all] < where you start [starting spell etc]
-PlayerLevelStat < your stats gained each level

I'm sure i need to change other DBC (even for races that uses already present models) other MYSQL and the core of the server probably but i'm still figuring out how
Title: Re: [Request] tutorial Creating custom races/classes
Post by: Tigurius on July 23, 2010, 11:22:22 am
http://yias.de/forum/f62/how-neue-rasse-erstellen-1450/ (http://yias.de/forum/f62/how-neue-rasse-erstellen-1450/" onclick="window.open(this.href);return false;) ->google translate.
Title: Re: [Request] tutorial Creating custom races/classes
Post by: SirFranc on July 23, 2010, 09:34:38 pm
Quote from: "Tigurius"
http://yias.de/forum/f62/how-neue-rasse-erstellen-1450/ ->google translate.
in italian is not possible to be translated automatically

in english is translated greatly :D thanks tigurius :D
Title: Re: [Request] tutorial Creating custom races/classes
Post by: Khira on July 25, 2010, 10:50:06 am
I can post my tut here in English if you want.
Title: Re: [Request] tutorial Creating custom races/classes
Post by: SirFranc on July 25, 2010, 02:16:55 pm
I'm almost done with the GlueXML editing so far, but... i got one final error
In the character selection screen i have everything working, same for the character creation, but if i click on the new race icons (that now are there) i got an error (see attachment)
Any way to sort this out? :S
Title: Re: [Request] tutorial Creating custom races/classes
Post by: Tigurius on July 28, 2010, 05:19:57 pm
@Khira: would be cool

@SirFranc: err... try to search for a variable named backdroupcolor or so