[Help] How to set 110 as max level.

04/09/2012 05:34 shn0#1
Hello E*PVP!
I want to set max level and skills 110 from database and media.pk2 anyhelp?
Please help thanks.
04/09/2012 14:40 Keyeight#2
i think it`s from SR_game server but i really dont remember how to i hope some one can get the tut i serched alot and didnt find it

here i find it :)

--------------------------------------
Changing Max Level:

This is the line for the max character level.
Quote:
004E52C7 |. 80F9 50 CMP CL,6E
Press CTRL+G and fill in 004E52C7
It will bring you to this line.

[Only registered and activated users can see links. Click Here To Register...]

DoubleClick on CMP CL,6E and edit it to CMP CL,(Your max lv in hex)
For example

Quote:
CMP CL,78 for lv 120.
easy to do with ollydbg

some mastery Cap exampil

Quote:
200: C8
240: F0
270: 10E
300: 12C
315: 13B
330: 14A For lvl 110
360: 168
here you go :)

i dont know about media.pk2 i hope some on can help with that :)
04/10/2012 04:27 TheShinichi#3
Quote:
Originally Posted by mats0o0o0 View Post
i think it`s from SR_game server but i really dont remember how to i hope some one can get the tut i serched alot and didnt find it

here i find it :)

--------------------------------------
Changing Max Level:

This is the line for the max character level.


Press CTRL+G and fill in 004E52C7
It will bring you to this line.

[Only registered and activated users can see links. Click Here To Register...]

DoubleClick on CMP CL,6E and edit it to CMP CL,(Your max lv in hex)
For example



easy to do with ollydbg

some mastery Cap exampil



here you go :)

i dont know about media.pk2 i hope some on can help with that :)
If I change to 130, 140,...200 will it work ?
04/10/2012 12:19 jaky121212#4
srPatcher is a program that patch your gameserver.exe and fix limit for lvl and mastery
04/13/2012 03:18 Keyeight#5
Quote:
Originally Posted by TheShinichi View Post
If I change to 130, 140,...200 will it work ?
no you can just up it till 140 max and you must have your full DB edit and media.pk2 to make your max lvl work good that`s all i know
04/13/2012 11:39 eldanger08#6
Easy way is to use Sr_Gamepatch_ver 1.06 i guess from chernobly topics
04/15/2012 11:10 6_lucifer_6#7
look for cherno's tools gs patching tools.. they can do it
04/18/2012 08:24 xXXXxExtasYxXXXx#8
man its hard for this member.... better use Evanghelion patch here : [Only registered and activated users can see links. Click Here To Register...]
01/30/2014 03:34 Ownography#9
Quote:
Originally Posted by mats0o0o0 View Post
no you can just up it till 140 max and you must have your full DB edit and media.pk2 to make your max lvl work good that`s all i know
if [CMP CL,78 ] for lv 120, so what is the code for 140 pls ?