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!

[vSRO1.193/1.188]SR_GameServer Eu Mastery Limit Offsets

Junior Spellweaver
Joined
Nov 26, 2007
Messages
103
Reaction score
41
Hi all, because I can't find about EU skill mastery limit in forums.
So i have solved this and share this.

vSRO1.193-GS
--------------------------------------------------------------------------
--风云丝路--
Code:
005C056E     8BC8                     mov ecx,eax
005C0570     0FB645 0C                movzx eax,byte ptr ss:[ebp+C]
005C0574     03C8                     add ecx,eax
[COLOR=#ff0000]005C0576     894C24 0C                mov dword ptr ss:[esp+C],ecx             ; //Change Here[/COLOR]
005C057A     DB4424 0C                fild dword ptr ss:[esp+C]
005C057E     DC1D 78A7BC00            fcomp qword ptr ds:[BCA778]
005C0584     DFE0                     fstsw ax
005C0586     F6C4 41                  test ah,41
005C0589     74 41                    je short SR_GameS.005C05CC
005C058B     8BC6                     mov eax,esi
005C058D     E8 0E220000              call SR_GameS.005C27A0

Change to
Code:
005C0576     81F9 04010000            cmp ecx,[COLOR=#ff0000]104                              ; //0x104 =260[/COLOR]
005C057C     77 4E                    ja short SR_GameS.005C05CC
005C057E     90                       nop
005C057F     90                       nop
005C0580     90                       nop
005C0581     90                       nop
005C0582     90                       nop
005C0583     90                       nop
005C0584     90                       nop
005C0585     90                       nop
005C0586     90                       nop
005C0587     90                       nop
005C0588     90                       nop
005C0589     90                       nop
005C058A     90                       nop
005C058B     8BC6                     mov eax,esi
005C058D     E8 0E220000              call SR_GameS.005C27A0



vSRO1.188-GS
--------------------------------------------------------------------------
--风云丝路--
Code:
0059C56E     8BC8                     mov ecx,eax
0059C570     0FB645 0C                movzx eax,byte ptr ss:[ebp+C]
0059C574     03C8                     add ecx,eax
[COLOR=#ff0000]0059C576     894C24 0C                mov dword ptr ss:[esp+C],ecx             ; //Change Here[/COLOR]
0059C57A     DB4424 0C                fild dword ptr ss:[esp+C]
0059C57E     DC1D 3061B400            fcomp qword ptr ds:[B46130]
0059C584     DFE0                     fstsw ax
0059C586     F6C4 41                  test ah,41
0059C589     74 41                    je short SR_GameS.0059C5CC
0059C58B     8BC6                     mov eax,esi
0059C58D     E8 2E220000              call SR_GameS.0059E7C0



Change to
Code:
0059C56E     8BC8                     mov ecx,eax
0059C570     0FB645 0C                movzx eax,byte ptr ss:[ebp+C]
0059C574     03C8                     add ecx,eax
0059C576     81F9 04010000            cmp ecx,[COLOR=#ff0000]104                              ; //0x104 = 260[/COLOR]
0059C57C     77 4E                    ja short SR_GameS.0059C5CC
0059C57E     90                       nop
0059C57F     90                       nop
0059C580     90                       nop
0059C581     90                       nop
0059C582     90                       nop
0059C583     90                       nop
0059C584     90                       nop
0059C585     90                       nop
0059C586     90                       nop
0059C587     90                       nop
0059C588     90                       nop
0059C589     90                       nop
0059C58A     90                       nop
0059C58B     8BC6                     mov eax,esi
0059C58D     E8 2E220000              call SR_GameS.0059E7C0


If it helped you. Press 'Thanks'.
 
Last edited:
(⌐■_■)
Joined
Feb 2, 2012
Messages
681
Reaction score
102
Nice thread ^^

0059C576 894C24 0C mov dword ptr ss:[esp+C],ecx change to ??
 
Newbie Spellweaver
Joined
Nov 23, 2012
Messages
48
Reaction score
1
awesome. please read my comment because i appreciate such people as u :) thanks for ur work and for sharing it. Your worth much of hugs!

yep works on 188 tested :)
 
Skilled Illusionist
Joined
Jul 25, 2012
Messages
311
Reaction score
38
could someone upload it? I don't understand the olly stuff xDDD
EU 130 or 125 would be great :D thanks and sorry for asking about a finish gameserver^^.
 
Newbie Spellweaver
Joined
Aug 6, 2012
Messages
25
Reaction score
1
would please add some pics how to change them cuz that thingy i did not like i have in ur screen ..,,, thanks for release and also that really perfect work !

nvm i did it :) thanks bud
 
Newbie Spellweaver
Joined
Aug 6, 2012
Messages
25
Reaction score
1
u can get me the offsets of the sro_client and gameserver for skill cap 130 ! cuz every time i add skills 130 it crash me cuz the sroclient and gameserver support 120 only skills !
 
Skilled Illusionist
Joined
Jul 25, 2012
Messages
311
Reaction score
38
u can get me the offsets of the sro_client and gameserver for skill cap 130 ! cuz every time i add skills 130 it crash me cuz the sroclient and gameserver support 120 only skills !

same for me, client crash when i add 120+ skills
 
Newbie Spellweaver
Joined
Aug 6, 2012
Messages
25
Reaction score
1
we should add the skill level in gs and sro_client to make it work ! hope someone help us with the offsets of Skill level its 120 atm !
 
Master Summoner
Joined
Nov 9, 2009
Messages
579
Reaction score
238
Nice release, been searching the offset myself but didnt find anything yet, didnt consider the possibility they used a pointer for it ...
Maybe you can help me with changing the gs to accept more than 4bil for storage and exchange pm me if you can

Greetz
LemoniscooL
 
Retired
Joined
Oct 28, 2013
Messages
536
Reaction score
103
So, you guys think that this offset affects the mastery limit of europeans? Guess you are pretty wrong.

For the following people visiting this thread:


GS:

0059C576 |. B9 04010000 MOV ECX,104 // "260" max eu mastery limitation
it is as it is, still the same offset.

Ingame:


This offset does absolutely nothing, trust me. Take a look about the max mastery limit here. Click the picture for a larger version.

(Btw. got here due to cracking the EU mastery for 3 masteries at once. Skilling 4 chinese masteries is working.)
 
Back
Top