• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[CSROR] SR_GameServer and SRO_Client offsets

Elite Diviner
Joined
May 15, 2009
Messages
403
Reaction score
414
Since I just competed the hunting of addresses/offsets for CSROR, let's make a thread of his own. It will be remove from this thread.

Legends: 7D = 125, 0FA = 250, 17+4876E7FF = 99b
Code:
;[B]***SR_GameServer Offsets***[/B]
[I][B];LEVEL[/B][/I]
<005094DF> CMP AL,7D
<0050BB27> CMP CL,7D
<0050BFEC> CMP DWORD PTR SS:[ESP+1C],7D
<0050BCF2> CMP DWORD PTR SS:[ESP+28],1DD [I];In VSRO this is the 1B4
[/I]
[I][B];PET LEVEL[/B][/I]
<004F6BDF> CMP BYTE PTR DS:[EDI+58],7D
<004F8DA5> CMP BYTE PTR DS:[EAX+58],7D [I];fellows?
[/I]
[I][B];MASTERY LEVEL[/B][/I]
<005F68FE> CMP ECX,0FA
<005F6904> JMP 005F6911
<005F6911> JA 005F68E2
<005F688C> CMP ECX,0FA
<005F6892> JMP 005F689F
<005F689F> JA 005F68E2

[I][B];STALL/TRADE MAX VALUE (99b)[/B][/I]
<004872BB> CMP ESI,17
<004872C2> CMP EAX,4876E7FF
<004887C7> CMP EDX,17
<004887DA> CMP EAX,4876E7FF
<00490413> CMP EAX,17
<0049041E> CMP ECX,4876E7FF

[B];***SRO_Client Offsets***
[I];LEVEL
[/I][/B]<009825E2> CMP BL,7D
<005B88CD> CMP BYTE PTR DS:[EAX+AC],7D
<005B9E72> CMP BYTE PTR DS:[EAX+AC],7D
<00748A7F> CMP BYTE PTR DS:[EAX+AC],7D

[I][B];SKILL[/B][/I]
<0076CA87> CMP AL,7D
<007757AC> CMP EAX,0FA
<007757B5> MOV EDI,0FA
<0077AA51> CMP EAX,0FA
<0077AA5A> MOV ESI,0FA

[I][B];PARTY[/B][/I]
<0080A82E> PUSH 7D
<0080A873> PUSH 7D
<0080C44E> PUSH 7D
<0080C4B3> PUSH 7D
<0080C4D0> PUSH 7D
<00810EE4> PUSH 7D
<00810F47> PUSH 7D
<00810F64> PUSH 7D

[I][B];ALCHEMY UPGRADE[/B][/I]
<0066C404> CMP EAX,0E ;max degree to put in upgrade window

[I][B];STALL/TRADE MAX VALUE (99b)[/B][/I]
<005E591C> PUSH 17
<005E591E> PUSH 4876E7FF
<005F0A0D> PUSH 17
<005F0A0F> PUSH 4876E7FF
<00782559> PUSH 17
<0078255B> PUSH 4876E7FF
<00789ED8> PUSH 17
<00789EDA> PUSH 4876E7FF

[I][B];ZOOM HACK[/B][/I]
<008484F4> JMP 008484FE



I suggest you to use multiasm.dll ollydbg plugin with that you can just simply copy/paste/assemble.
 
Last edited:
Experienced Elementalist
Joined
Aug 28, 2013
Messages
272
Reaction score
31

I'm not using csror but you really do a good job for sro community.

keep it up.
 
Newbie Spellweaver
Joined
Jul 5, 2012
Messages
54
Reaction score
1
whenever i use sro_client offsets for level , pt match and skills , sro_client crashes on loading screen.
 
In the Emperor name
Loyal Member
Joined
Jun 25, 2011
Messages
1,605
Reaction score
238
7d HEX = 125 DEC

is a simply decimal to hexadecimal convert
 
Junior Spellweaver
Joined
Apr 4, 2013
Messages
169
Reaction score
57
Why... dont change lv cap

PX2000 - [CSROR] SR_GameServer and SRO_Client offsets - RaGEZONE Forums
 
Junior Spellweaver
Joined
Apr 4, 2013
Messages
169
Reaction score
57
@paradise1003, Your using the 130 cap cSRO-R server files aren't you? They will probably be different.

Yea. This files.. https://forum.ragezone.com/f722/csro-cap130-files-china-1064575/

But ı need unpack SRO_Client. and disable gameguard.

Files:
server.cfg = IP配置.dll
althought works...
use SRO-R DB.
and change the main location chinese.
change to system locale simplified chinese.

// priority unpack and disable SRO_Client..
 
Skilled Illusionist
Joined
Jan 6, 2012
Messages
302
Reaction score
30
not work withe csro-r

how to can change exp drop item gameServer
 
Newbie Spellweaver
Joined
Nov 22, 2012
Messages
51
Reaction score
1
anyone managed to get euro mastery +240 working?
I patched server and client for max lvl 130 and max cap 260
I can lvl up normally up to lvl 130 but whenever I try to up the mastery it stop to 240 and the level up icon is no longer exist
although it shows down 240/260
how can I fix this problem

EDIT
oops sorry my fault I missed up some offsets
now working fine thanks
PX2000 - [CSROR] SR_GameServer and SRO_Client offsets - RaGEZONE Forums
 
Last edited:
Newbie Spellweaver
Joined
Nov 22, 2012
Messages
51
Reaction score
1
can someone confirm that fellow cap lvl is working cause i patched it to lvl 130 and it still show 120
 
Newbie Spellweaver
Joined
Nov 22, 2012
Messages
51
Reaction score
1
why there's no any little help about that?
all i want is just confirming that the fellow pet offset is working !
so anyone who tried these offsets can post a picture or at least tell us if it's working
 
Newbie Spellweaver
Joined
Nov 5, 2016
Messages
14
Reaction score
0
How ı can fix fellow level 130 max in gameserver ?
 
Back
Top