rlurking wrote: ↑Sun Dec 02, 2018 2:53 am
Partially tested gem editor.
the gem editor works for the most part but did you know that you can exceed the 4 stat limit?
the FF values after the fourth stat is infact the 5th and 6th slots
also you can exceed the 255 decimal limit by getting the adjacent hex address but in reverse (FF byte is the max 1 array the game could understand)
example 999 would normally be 03 E7 but in this case its E7 03
as for current case you are just slapping E7 as "max" value where in can infact go higher
[Link]
here's my cheat sheet for the gems I'll update the stat values as updates get released
attached is the edited Gemfinder table to get you 6 editable stats and thats the max the game can handle
also take note the information on this post if you have a problem dealing with the Arrays of Bytes thing