-
Level a Map
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 Equinox Priston Tale - Enjoy the game 2016
-
Re: Level a Map
Gregooverse - The Developer's Corner -beta-
This may help ya.
Basically you want to open ur server in ollydbg.
Right click > search for > all referenced strings
http://i.imgur.com/q9iMb4j.jpg
Search for the map you want to edit
Right click that > follow in disassembler
http://i.imgur.com/vNXdCU4.jpg
In this case, dun-8 is lvl 100 req
Or 64 in hex
http://i.imgur.com/CwUaA6k.jpg
So double click the line with the map level,
http://i.imgur.com/0LtVq1H.jpg
and edit it to 0 if you want no lvl req
http://i.imgur.com/MYR9bvZ.jpg
Then export your new exe.
Do the same for server and client exe.
done
-
Re: Level a Map
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)