Jump to content

3 posts in this topic

Recommended Posts

Posted

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.

Posted
On 7/8/2025 at 8:00 PM, blueramza said:

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.

what you’re looking for is probably a stat scaler or a seed value between 0–100 (or 0.0–1.0 float) that decides how high the stat rolls between min and max.

search the actual stat (like dmg = 73) as dword or float upgrade or reroll the item and search the new stat (like 80 once you find the stat addr, browse nearby memory look for any value around 0–100 (or float 0.0–1.0) — that’s prob the quality scaler change item lvl again and check if that value changes too if yes, try setting it to 100 and see if the stat maxes out.

 

Posted

Yea thats what Ive been trying, but I cant seem to find the addresses near by. Im not sure if my settings are correct or need more range or something maybe?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines