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!

SRO_Client.exe (vSRO1.188)

(⌐■_■)
Joined
Feb 2, 2012
Messages
681
Reaction score
102
Re: [Dev] SRO_Client.exe (vSRO1.188)

Any idea for the EU Mastery lv 130 or 120 ?
 
Newbie Spellweaver
Joined
Oct 23, 2012
Messages
17
Reaction score
3
Re: [Dev] SRO_Client.exe (vSRO1.188)

can someone add the offset for all the lvl related values(max lvl, mastery, pet for example)
 
Experienced Elementalist
Joined
Mar 10, 2012
Messages
285
Reaction score
120
Re: [Dev] SRO_Client.exe (vSRO1.188)

Can you share the limit of 120 in skill mastery ?
Cause i cant upload the mastery level :)
and it is posted on the same thread.

Any idea for the EU Mastery lv 130 or 120 ?
you can not level up the Mastery, because it is only for 120, you have to open it up to 130, so that the button appears
 
Newbie Spellweaver
Joined
Nov 18, 2011
Messages
59
Reaction score
2
Re: [Dev] SRO_Client.exe (vSRO1.188)

I think we need only gameserver for 260+ eu mastery.. ( client working. )
 
Newbie Spellweaver
Joined
Apr 12, 2012
Messages
80
Reaction score
0
Re: [Dev] SRO_Client.exe (vSRO1.188)

Good I Made sro_Client but Eu mastery dont made and i dont understande any thing i hope any one explain it to me
i want to know any one for char lvl , pet lvl ,.....etc i want to know how i can read it ?

Sry for bad english :)

And Thank You For This Release
 
Newbie Spellweaver
Joined
Feb 4, 2012
Messages
45
Reaction score
3
Re: [Dev] SRO_Client.exe (vSRO1.188)

what about character Selection screen how to change it i heard it is at SRO_Client but idk where
 
Newbie Spellweaver
Joined
Aug 6, 2012
Messages
25
Reaction score
1
Re: [Dev] SRO_Client.exe (vSRO1.188)

i just wanna the gamer server offsets !
i try with cherno offsets but its only work sro_client :)
 
Newbie Spellweaver
Joined
Aug 6, 2012
Messages
25
Reaction score
1
Re: [Dev] SRO_Client.exe (vSRO1.188)

this part i cant found this offsets in my sro_client or the gs ! is that new vsro files ?
 
Joined
Jul 23, 2011
Messages
391
Reaction score
664
You can simply check old Evangelion sources i've released. Those offsets are there. Have fun. (data.cpp)

--

Code:
this->_masteryCapOffset_1 = (0x0059C5E6 + 1); //v188 [4 bytes]
	//set offsets
	//primary
	this->_levelCapOffset_1 = (0x004D641B + 3);
	this->_levelCapOffset_2 = (0x004E52C7 + 2);
	this->_levelCapOffset_3 = 0x004E5471;
 
Back
Top