Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: emmanuelborsari on May 17, 2011, 08:04:59 pm

Title: Adding new classes
Post by: emmanuelborsari on May 17, 2011, 08:04:59 pm
I need a tutorial for adding new classes in mangos 3.3.5a

Please it is urgent

ps: sorry for bad english
Title: Re: Adding new classes
Post by: Zim4ik on May 18, 2011, 07:47:20 am
If u cant add new race - forget for new class.
Title: Re: Adding new classes
Post by: emmanuelborsari on May 18, 2011, 07:32:12 pm
I already includes new races, but I need a tutorial for new class
Title: Re: Adding new classes
Post by: schlumpf on May 18, 2011, 07:57:12 pm
its about the same. Edit DBCs, edit the core, edit the DB.

One does NOT always need a tutorial. ._.
Title: Re: Adding new classes
Post by: gorq on May 21, 2011, 04:38:14 am
try it by your own. it is the best way to learn
Title: Re: Adding new classes
Post by: emmanuelborsari on May 25, 2011, 04:37:50 pm
I wonder just where I need to edit
Title: Re: Adding new classes
Post by: Criminon on November 28, 2011, 10:44:05 pm
Quote from: "emmanuelborsari"
I wonder just where I need to edit

I've also been having ideas on doing this. I was interested in trying it as well, although I lack the core knowledge to edit it. It would be fun to have a tutorial on this.

What I can tell you is that all of the Character tables in your database would have to have the lines added for the custom class. Similar to when you give a race a class they aren't supposed to have.

As far as DBC goes, you would have to change chrclasses.dbc. There could be a few more, but yeah.

The only problem I've had with chrclasses is it seems to open differently with different viewers. I haven't managed to find too much information about this dbc. :(

If you find out more, please post it here!
Title: Re: Adding new classes
Post by: thesixth on November 29, 2011, 01:13:53 am
I've planned doing this in just a little while, and I've got a pretty good idea on how to do it. After I actually have done this, I might concider to make a tutorial on it.
You sound like you have an urgency around the subject so I'll hint you as good as I can. You'll need to edit DBC-files, server source-files, sql database-files, lua and xml files.
My best advice would be, basicly, to apply the methods practiced in the tutorial on adding new races. That tutorial can be found here: viewtopic.php?f=26&t=165 (http://modcraft.io/viewtopic.php?f=26&t=165" onclick="window.open(this.href);return false;)
Everything I've said so far is all theory though, but that's about as much as I can do for you at this very moment.

***
EDIT:
Sorry, I didn't see that people already have told you what I just did.