Posted: Thu Jan 07, 2016 7:48 pm Post subject: Finding the address of an absolute maximum.
This been causing me problems.
Lets say in this RPG game. You have current health and you have maximum health. as you level your health can go up and your maximum health goes up too. But at some point you hit a maximum, lets say 50.000. Your maximum health cant go above this amount. If i want to change this to say 100.000 how do I find the address?
Also same issue with linking "Gems" into items success rate is capped at 50% if I want to change this cap to 100% (just the cap not the actual chance) how would I find the address?
Find your maximum health and then find out what instructions access it when you increase it.
Trace that instruction until you see where it is compared against 50,000.
Success rates will likely be too hard. Good luck!
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum