GameServer Cap Pack

Junior Spellweaver
Joined
Sep 13, 2011
Messages
100
Reaction score
111
Hey, since I know how to change to change max mastery + cap I share my edited gameservers to you.

Credits goes to Chernobyl for finding out the differences between 2 gameservers *gg* so we figured out where the offset is found that is restricting the cap.

So i made this for "oldschool" servers.

Including:
- GameServer exes (70, 80, 90, 100 Cap Restrict)
- Max Mastery Limit = 300
- All cracks related to game ( EXP, hwan, creating of large dmp flies and so on...)

I hope you enjoy this :)

regards Hean aka InZiDeR


Edit: (50 Cap(Max 270 Mastery) + 60 Cap)

Edit2: That two related adresses for changing the mastery + cap.
[SR_Gameserver]
Mastery: 0059C5E6
Lv Cap: 004E52C7
Attention!!!: If you try to change the cap to a higher one then 110 = You will get a ingame client crash and will be still 110. I think there must be another address that is controling that.

Edit 3: ((120 Cap + 140 Cap)does not work for me, but u can try)
 
Last edited:
Re: [Release] GameServer Cap Pack

fail european masterys and cap not changed!

Are u from epvpers, u seem like to act of some of them.
European mastery = Dynamic omg...

European Cap = Dont know, did not tested yet.

Pics of "FAIL" or gtfo
 
Re: [Release] GameServer Cap Pack

sorry but what i can do with this?
i want make the cap 120 or 130 or 140 o.o
maybe you share how you did it better
 
Re: [Release] GameServer Cap Pack

I haven't debug the gameserver yet, but it seems like the address in files above is:

Level
[offset] E52C9 (hex)

Hean - GameServer Cap Pack - RaGEZONE Forums





Mastery Cap
[offset] 19C5E7 (hex)


Hean - GameServer Cap Pack - RaGEZONE Forums



Remember hex reads right to left!


Hean - GameServer Cap Pack - RaGEZONE Forums



Example:

300 (dec) to (hex) 12C

reads in hex [2C 01]
 
Last edited:
Re: [Release] GameServer Cap Pack

I haven't debug the gameserver yet, but it seems like the address in files above is:

Level
[offset] E52C9 (hex)

Hean - GameServer Cap Pack - RaGEZONE Forums





Mastery Cap
[offset] 19C5E7 (hex)


Hean - GameServer Cap Pack - RaGEZONE Forums



Remember hex reads right to left!


Hean - GameServer Cap Pack - RaGEZONE Forums



Example:

300 (dec) to (hex) 12C

reads in hex [2C 01]

thanks for your sharing this useful.

and if i change this level cap , is it the gs run without bug?
 
Re: [Release] GameServer Cap Pack

Thx, someone know in which offset there are this codes?(mastery and cap). Because i wann change in client max mastery 270 and party matching 90.
 
Last edited:
Re: [Release] GameServer Cap Pack

Okay I've just finished debugging server side.

Follow my tuts above for hex editing:

For Level Cap

Search for hex address E52C9

Change to your desire level, example:

Level 120 --> in hex [78]

Next your must also change hex address E57B9

to the same level 120 as hex [78]

If your prefer ASM, just search for command (CMP DWORD PTR SS:[ESP+18],6E) or address (004E57B5)


Just remember, whatever level you change at the address E52C9, must do the same at address E57B9

Hean - GameServer Cap Pack - RaGEZONE Forums


Seems like there is conditions test on sro_client.exe as welll. Will check later.
 
Last edited:
Re: [Release] GameServer Cap Pack

Nice, thanks for sharing.
Maybe you could release 80Cap Gameserver with Masterycap 240 aswell?
Would be great!
 
Back