Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: Lawes on April 12, 2014, 09:41:21 pm

Title: How can i have level 256+ ?
Post by: Lawes on April 12, 2014, 09:41:21 pm
How can i have level 256+ ?

What i need to modify in core and in client ?

Rly thx if u can help me to do it
Title: Re: How can i have level 256+ ?
Post by: Alastor on April 12, 2014, 10:34:39 pm
Yes its possible even without changes in WoWClient but i totaly have no idea how to ...
Title: Re: How can i have level 256+ ?
Post by: akriso on April 12, 2014, 11:20:33 pm
change type of level info date ( for example int8 -> int16 ) - see this in ArcEmu
Title: Re: How can i have level 256+ ?
Post by: Ascathos on April 13, 2014, 01:06:10 am
Quote from: "akriso"
change type of level info date ( for example int8 -> int16 ) - see this in ArcEmu
Anything over 255 however causes client problems.
Title: Re: How can i have level 256+ ?
Post by: akriso on April 13, 2014, 01:21:48 am
no.  need update some opcodes data too only.. for example - on ArcEmu u can have > 900 level.
dbc reading ( GtCombat*** etc ) must be updated too, cos the reed only 100-255 lines on Tc