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!

Redyan Necklace Code Help or How to add Properties In necklace?

Newbie Spellweaver
Joined
Dec 30, 2012
Messages
16
Reaction score
0
Please If Anyone Know how add Other Properties Of Redyan Necklace Like A3mania please tell me
:?:

I need to add HP/MP regeneration properties in Redyan necklace please email me.......

Kxxxxxxxxxxr@gmail.com
 
Last edited by a moderator:
Joined
Jun 10, 2009
Messages
659
Reaction score
141
Roughly these are the steps.
* Open ZS in debugger like OllyDbg
* Find the line where it detects an item as unique and sets its properties
* Add a jump to your custom location where you insert your custom code for the properties you need
* After applying your properties add a jump back to the location to the next address where you added a jump in the step before

This is my theoretical knowledge. Do not ask me to show it practically because I cannot!

This is the link to a simple code injection guide http://forum.ragezone.com/f860/win32-executable-asm-code-injection-981310/ which can help you to start your journey.
 
Back
Top