Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[help] Levelcap 180 Cannot up 189-225 ?

Newbie Spellweaver
Joined
Dec 1, 2014
Messages
6
Reaction score
0
SuckSeed - [help] Levelcap 180 Cannot up 189-225 ? - RaGEZONE Forums
 
Initiate Mage
Joined
Feb 2, 2014
Messages
3
Reaction score
0
Open the "GameServer_d" or "GameServer" file in your GameServer folder with the GSEditor. Just change the value of LevelCap and GMLevelCap to 225 and press "save" (not "save as", because the programm will save it as .exe)
 
Last edited:
Newbie Spellweaver
Joined
Jan 29, 2014
Messages
50
Reaction score
3
Also make sure that you t_exp (exp table) is set for lv 185+ and also make read the correct level exp with GS,
 
Initiate Mage
Joined
Mar 20, 2014
Messages
4
Reaction score
0
Offset GM LevelCap: Int32: 001D0165


LevelCap: Int32: 0004D23F
LevelCap: Int32: 000F83B5
LevelCap: Int32: 000AA846
LevelCap (-1): Int32: 000AA95C
LevelCap (-1): Int32: 000AA965
LevelCap (-1): Int32: 000F862D
LevelCap (-1): Int32: 000F86F9
LevelCap (-1): Int32: 000F83F6
 
Junior Spellweaver
Joined
Aug 4, 2004
Messages
138
Reaction score
29
Offset GM LevelCap: Int32: 001D0165


LevelCap: Int32: 0004D23F
LevelCap: Int32: 000F83B5
LevelCap: Int32: 000AA846
LevelCap (-1): Int32: 000AA95C
LevelCap (-1): Int32: 000AA965
LevelCap (-1): Int32: 000F862D
LevelCap (-1): Int32: 000F86F9
LevelCap (-1): Int32: 000F83F6

yeah thats kinda worthless ....since it throws tons of errors to exp needed .......

Code:
[LEVEL FIX START HERE Gm level 2-999]
GM_level:Int32:1D0165
[Player levels 1-998, Make sure t_exp has lvl to 190 only]
[Any level over 190 will be the same exp as 190 in t_exp]
PL_level:Int32:4d23F
PL_level:Int32:F83B5
PL_level -1 :Int32:F83F6
PL_level -1 :Int32:F862D
PL_level -1 :Int32:F86F9
[    changed / orginal]
Change to BD/E0 or 189:Int32:AA95C
Change to BD/E0 or 189:Int32:AA965
Change to BE/E1 or 190:Int32:AA846

to do it right
 
Back
Top