Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: Madlung on May 06, 2011, 01:53:15 pm

Title: Possible to create new classes?
Post by: Madlung on May 06, 2011, 01:53:15 pm
Like the possibility to create new races, i wanted to know if there's the possibility to implements new classes.
Thanks for replying
Title: Re: Possible to create new classes?
Post by: schlumpf on May 06, 2011, 11:19:38 pm
Theoretically, yes. There might be parts of the client having hardcoded information about classes thought. Just try. Its DBCs defining what the client thinks races can have as classes. Upon creation, that combination is sent to the server, doing the remaining things. Most problems will come up in the UI of the client. Serverside you will need new scripts. You will need to define talent trees, starting outfit and a lot of other things.
Title: Re: Possible to create new classes?
Post by: Zim4ik on May 07, 2011, 06:22:12 am
Yes. For now, i`m making a new one. I`ts not hard.