Im able to find most values and adjust or change as needed. The values Im not able to find but I have an idea of how they work are giving me some problems. In the game, certain equipment come with certain stat values between a min and max value (typical RPG equipment example, a sword has a damage stat that can range from lowest of 51 to highest of 103).
I remember on the android version, the values were tied to another address/value that went from 0-100, with 0 giving the min value and 100 giving the max value. I found this by finding the equipment level, and raising and lowering the level then searching nearby for the damage value as an example then a couple of addresses around that one had the actual value. How would I go about finding that value on iGG? I've tried these methods and nothing so far T_T.