View previous topic :: View next topic |
Author |
Message |
TheRealKazuki How do I cheat?
Reputation: 0
Joined: 03 Jan 2020 Posts: 2
|
Posted: Fri Jan 03, 2020 6:00 am Post subject: Can anyone help me with a premade Table? |
|
|
So I wish to use this table made by a guy called "GachiOnFire" on Nexusmods. He made a table for final fantasy 15 that lets you scale mob damage and increase the HP Cap for your characters, but he hasn't updated the table and doesn't seem like he's going to do it either. Can anyone help me?
I would be forever grateful if anyone could help me fix the table so we could use it!
I ran CE and got the error: << The array of byte named unlock_hp1 could not be found >>.
Any ideas on how to fix?
|
|
Back to top |
|
 |
DanyDollaro Master Cheater
Reputation: 3
Joined: 01 Aug 2019 Posts: 334
|
Posted: Sat Jan 04, 2020 7:32 am Post subject: |
|
|
Considering a character who can reach a maximum of 75 hp, in case he has 50 of life and try to cure him with something that gives them more than 25 hp, a code acts on the value of life so as not to exceed the maximum value of hp (75), if the debugger does not signal any additional code then you must inspect the function that manages the hp.
Or you can disassemble the player structure to see if you find the value 75 and see which codes act on reading that value.
|
|
Back to top |
|
 |
TheRealKazuki How do I cheat?
Reputation: 0
Joined: 03 Jan 2020 Posts: 2
|
Posted: Sun Jan 05, 2020 6:55 am Post subject: |
|
|
So to find the that value, lets say the max hp is 9999 (which my character has now), I'd need to search for 9999, then lower the max hp (by unequiping items that give myself max hp), then find the value that determines max hp? Then distinguish from max hp and current hp?
|
|
Back to top |
|
 |
DanyDollaro Master Cheater
Reputation: 3
Joined: 01 Aug 2019 Posts: 334
|
Posted: Mon Jan 06, 2020 11:59 am Post subject: |
|
|
If you can change the maximum HP amount then it is easier, however I do not mean this, from the value of your current health (current HP) adding a small offset (Less than one byte) you can get the maximum health.
|
|
Back to top |
|
 |
|