Aerandria wrote: ↑Thu Mar 05, 2020 8:46 am
I know there are scrolls/fountains that permanently buff your armor, or a specific resistance. It also seems like those types of buffs tend to save. Have you tried finding those values?
I did and I failed partially. I was able to nail down the specific address, yet it doesn't seem to be related to anything (meaning: I couldn't find a pointer). To me it seems unlike other stats, which are stored for each character (such as health modifier), these buffs are stored seperately and the game only checks, which character took it and how high the buff was. Therefore I was able to increase the strength of the buff (say +100% instead of +3%), but it would still only affect the char that was given the buff (and I didn't check if it was savegame stable).
I also tried a second approach and manipulate the resistances at large. However this resulted in affecting both: friend and foe and only if there was a resistance to begin with (so void resistance wasn't affected, as it was at 0%). Even worse - the skill that was supposed to lower earth resistance now increased it.
If you are in (or anyone else) I am also interested in unlimited forge use, chests that only spawn level 5 gear no matter the floor you are in and giving all items 5 upgrade slots.
And I'm just curious: Do the pointers really work for you? Because it has been some time since fixed pointers worked in a game. Usually you have to find a piece of code where the actual base address is stored and get it from there. However this game offered more than 200 stable results even after several restarts.