Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: Serifaz on May 09, 2012, 11:16:30 pm

Title: [C++] In need of a custom class tutorial :)
Post by: Serifaz on May 09, 2012, 11:16:30 pm
Ok so I figured out how to make a custom compile for Mangos, my problem is I can't find were to specify the level info ... once it gets to the playercreateinfo level it shuts down...
does anyone know were I can go to fix this in mangos source?
Title: Re: [C++] In need of a custom class tutorial :)
Post by: Jivy on May 10, 2012, 09:14:52 pm
Hi,

It's in the table player_classlevelstats of your database maybe ?
Title: Re: [C++] In need of a custom class tutorial :)
Post by: Serifaz on May 11, 2012, 03:30:40 am
its ok... Im just gonna go back to arc. I tried changing the player_levelstats in the db and adding the appropriate db changes in playercreateinfo but still giving me the same error