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!

[GUIDE] How to Increase Damage Limit

Initiate Mage
Joined
Aug 19, 2018
Messages
6
Reaction score
0
Hi, i am a Newbie, My Problem is about the Damage Limit of our Server..
Can anyone help me how to increase it?
Please???

#RespectPost
 
RZA-PT | KilroyPT
Joined
Aug 27, 2007
Messages
936
Reaction score
85
for EPT i have posted in the 3215 the offsets (but most importantly, the syntax) of the attack, defence and absorb limits. they are also posted in the BrPT too,

These are simple, for ept the values are 15k, 2k and 400,

400 absorb limit, 2k attack limit (max static attack as seen in char stats) and 15k defence. BrPT and older PT's are 12k defence.

find these values, right click the line in ollydbg -> follow in dump and change the hex value in the dump (hex/ascii at the bottom left pane in ollydbg) remembering to reverse the endian (little endian) so 7D0 (2000, attack) will be in the dump as "D0 07" so changing it to 4000 is FA0 but we will put it in there as A0 0F (we put a leading 0 on to pad it to an even number of digits)

Thats all there is to it.
 
Back
Top