This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!
Home
Forum
Modcraft - The community dedicated to quality WoW modding!
Forum
Wrath of the Lich King Modding
Serverside Modding
How can i have level 256+ ?
Menu
Discord
Tutorials
Links
WowDev wiki
Print
Pages: [
1
]
Author
Topic: How can i have level 256+ ? (Read 1264 times)
Lawes
Registred Member
Wiki Incarnate
Posts: 157
How can i have level 256+ ?
«
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
«
Last Edit: January 01, 1970, 01:00:00 am by Admin
»
Logged
Alastor
Contributors
Creator of Worlds
Posts: 1105
Re: How can i have level 256+ ?
«
Reply #1 on:
April 12, 2014, 10:34:39 pm »
Yes its possible even without changes in WoWClient but i totaly have no idea how to ...
«
Last Edit: January 01, 1970, 01:00:00 am by Admin
»
Logged
No matter how fast light travels it finds the darkness has always got there first and is waiting for it
Star Citizen Referral Code : STAR-XNFS-HVL9
akriso
Contributors
Loreweaver
Posts: 107
Re: How can i have level 256+ ?
«
Reply #2 on:
April 12, 2014, 11:20:33 pm »
change type of level info date ( for example int8 -> int16 ) - see this in ArcEmu
«
Last Edit: January 01, 1970, 01:00:00 am by Admin
»
Logged
Ascathos
Moderators
Creator of Worlds
Posts: 1129
Re: How can i have level 256+ ?
«
Reply #3 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.
«
Last Edit: January 01, 1970, 01:00:00 am by Admin
»
Logged
akriso
Contributors
Loreweaver
Posts: 107
Re: How can i have level 256+ ?
«
Reply #4 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
«
Last Edit: January 01, 1970, 01:00:00 am by Admin
»
Logged
Print
Pages: [
1
]
Modcraft - The community dedicated to quality WoW modding!
Forum
Wrath of the Lich King Modding
Serverside Modding
How can i have level 256+ ?