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!

ePT 3215 - Surprise!

RZA-PT | KilroyPT
Joined
Aug 27, 2007
Messages
936
Reaction score
85
Sorry doing renos at home so servers are turned off for another week.
 
RZA-PT | KilroyPT
Joined
Aug 27, 2007
Messages
936
Reaction score
85
@SunnyZ remind me to send you the updated ones that have the option for sod2recbysandurr vs sod2record%d%d table
 
RZA-PT | KilroyPT
Joined
Aug 27, 2007
Messages
936
Reaction score
85
@SunnyZ remind me to send you the updated ones that have the option for sod2recbysandurr vs sod2record%d%d table
 
Newbie Spellweaver
Joined
Mar 11, 2011
Messages
16
Reaction score
3
there are plenty of guides on this forum.

insania chat to Olivia in discord, she found the damage / def / abs caps already but has yet to share it with everyone else.

Hi Phatkone,

Could you give exact what guide (link) that can work with EPT3215, I found a lot of guide but they are very different
 
Newbie Spellweaver
Joined
Feb 28, 2015
Messages
20
Reaction score
0
example)
Offset limits
005D6EAA Defense
005D6EB6 Abs
005D6EC2 Atk
 
RZA-PT | KilroyPT
Joined
Aug 27, 2007
Messages
936
Reaction score
85
what about them?



i found what looks like two different sets of offsets on server side:
Code:
005D565A   81B8 FC000000 98>CMP DWORD PTR DS:[EAX+FC],3A98
005D4B64   7D 20            JGE SHORT server10.005D4B86
005D4B66   81B8 04010000 90>CMP DWORD PTR DS:[EAX+104],190
005D4B70   7D 14            JGE SHORT server10.005D4B86
005D4B72   81B8 EC000000 D0>CMP DWORD PTR DS:[EAX+EC],7D0
005D4B7C   7D 08            JGE SHORT server10.005D4B86
005D4B7E   398E 208C0000    CMP DWORD PTR DS:[ESI+8C20],ECX
005D4B84   74 5D            JE SHORT server10.005D4BE3
005D4B86   8D86 208C0000    LEA EAX,DWORD PTR DS:[ESI+8C20]
005D4B8C   3908             CMP DWORD PTR DS:[EAX],ECX
005D4B8E   74 11            JE SHORT server10.005D4BA1
005D4B90   C745 D0 D0070000 MOV DWORD PTR SS:[EBP-30],7D0

Code:
005D565A   81B8 FC000000 98>CMP DWORD PTR DS:[EAX+FC],3A98
005D5664   7D 20            JGE SHORT server10.005D5686
005D5666   81B8 04010000 90>CMP DWORD PTR DS:[EAX+104],190
005D5670   7D 14            JGE SHORT server10.005D5686
005D5672   81B8 EC000000 D0>CMP DWORD PTR DS:[EAX+EC],7D0
005D567C   7D 08            JGE SHORT server10.005D5686
005D567E   398E 208C0000    CMP DWORD PTR DS:[ESI+8C20],ECX
005D5684   74 5D            JE SHORT server10.005D56E3
005D5686   8D86 208C0000    LEA EAX,DWORD PTR DS:[ESI+8C20]
005D568C   3908             CMP DWORD PTR DS:[EAX],ECX
005D568E   74 11            JE SHORT server10.005D56A1
005D5690   C745 D0 D0070000 MOV DWORD PTR SS:[EBP-30],7D0
005D5697   894D D4          MOV DWORD PTR SS:[EBP-2C],ECX

And found these comparisons for 10000 (defence limit?)
Code:
004CB174   81B8 90FEFFFF 10>CMP DWORD PTR DS:[EAX-170],2710
004CB1A4   81B8 90FEFFFF 10>CMP DWORD PTR DS:[EAX-170],2710

004CB1D4   81B8 90FEFFFF 10>CMP DWORD PTR DS:[EAX-170],2710
 
Newbie Spellweaver
Joined
Jan 12, 2020
Messages
6
Reaction score
0
The game closes itself as soon as I enter the game. (This take 3 seconds on average). Can anyone help?
 
RZA-PT | KilroyPT
Joined
Aug 27, 2007
Messages
936
Reaction score
85
So just confirming. I have tested these and the values, 15k defence, 2k attack (character max) and 400 Absorb

So;
Defence cap: 005d565a
Abs cap: 005d5666
Atk cap: 005d5672

Code:
005D565A   81B8 FC000000 98>CMP DWORD PTR DS:[EAX+FC],3A98 <!-- Defence
005D4B64   7D 20            JGE SHORT server10.005D4B86
005D4B66   81B8 04010000 90>CMP DWORD PTR DS:[EAX+104],190  <!-- Absorb
005D4B70   7D 14            JGE SHORT server10.005D4B86
005D4B72   81B8 EC000000 D0>CMP DWORD PTR DS:[EAX+EC],7D0  <!-- Max Atk
005D4B7C   7D 08            JGE SHORT server10.005D4B86
005D4B7E   398E 208C0000    CMP DWORD PTR DS:[ESI+8C20],ECX
005D4B84   74 5D            JE SHORT server10.005D4BE3
005D4B86   8D86 208C0000    LEA EAX,DWORD PTR DS:[ESI+8C20]
005D4B8C   3908             CMP DWORD PTR DS:[EAX],ECX
005D4B8E   74 11            JE SHORT server10.005D4BA1
005D4B90   C745 D0 D0070000 MOV DWORD PTR SS:[EBP-30],7D0
[CODE]
 
Last edited:
Newbie Spellweaver
Joined
Jan 10, 2014
Messages
74
Reaction score
6
Hey Phatkone, what about the aging system? has a lot of failure chance, is possible to modify it on olly? Because on oldest versions we could change easily via Hex, but newer versions we can't.
Thanks again for these addresses provided.
 
Newbie Spellweaver
Joined
Feb 27, 2011
Messages
23
Reaction score
0
Hi,

Thanks heaps for sharing this, its much appreciated.

I haven't played with this stuff for ages. I've used the virtual box years ago and I just tested that and it still works. Can i just simply drop the server files in that or is there something special i need to do?

Thanks
Rob
 
Back
Top