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!

Level a Map

Initiate Mage
Joined
Dec 26, 2013
Messages
3
Reaction score
0
Hello,


I am Brazilian, I need help to modify the level of a map. Example: Ice Mine is level 40, I need to take this level 40 and leaves it to any character into that map. It being level 40 or 120.

Can anyone explain?

My server
 
Joined
Jul 24, 2006
Messages
883
Reaction score
581


This may help ya.
Basically you want to open ur server in ollydbg.

Right click > search for > all referenced strings

q9iMb4 - Level a Map - RaGEZONE Forums


Search for the map you want to edit
Right click that > follow in disassembler

vNXdCU4 - Level a Map - RaGEZONE Forums


In this case, dun-8 is lvl 100 req
Or 64 in hex

CwUaA6k - Level a Map - RaGEZONE Forums


So double click the line with the map level,

0LtVq1H - Level a Map - RaGEZONE Forums


and edit it to 0 if you want no lvl req

MYR9bvZ - Level a Map - RaGEZONE Forums


Then export your new exe.

Do the same for server and client exe.

done
 

Attachments

You must be registered for see attachments list
Upvote 0
RZA-PT | KilroyPT
Joined
Aug 27, 2007
Messages
936
Reaction score
85
Hey SunnyZ how did you get your ollydbg to put those pairing lines on the side of the coding sections (looks to be linking related code blocks)
 
Upvote 0
Back
Top