Max trait level and highlighted trait level seems to be broken again. Could change one trait (swiftness) but address didn't update for any other trait. Now doesn't grab any levels at all, tried restarting game and cheatengine both.
Is there a way to reset the total trait points left to zero? I tried finding the values using the old scan method but I can't seem to find the address. I want to basically reset the effect of the 'Max/Infinite Trait Points' script. Thanks and your work is much appreciated!
Is there a way to reset the total trait points left to zero? I tried finding the values using the old scan method but I can't seem to find the address. I want to basically reset the effect of the 'Max/Infinite Trait Points' script. Thanks and your work is much appreciated!
Open the Script and change:
mov [rcx+0000011C],#9999999
to
mov [rcx+0000011C],#350
Then change:
mov [rcx+00000120],#0
to
mov [rcx+00000120],#350
Is there a way to reset the total trait points left to zero? I tried finding the values using the old scan method but I can't seem to find the address. I want to basically reset the effect of the 'Max/Infinite Trait Points' script. Thanks and your work is much appreciated!
Open the Script and change:
mov [rcx+0000011C],#9999999
to
mov [rcx+0000011C],#350
Then change:
mov [rcx+00000120],#0
to
mov [rcx+00000120],#350
Then just run the Script.
Thanks! It never occurred to me to just change the numbers inside the script. Definitely a d'oh moment. In this script, 350 is just a random number and the points allotted is the difference between [rcx+0000011C] and [rcx+00000120] ? Cheers!
Is there a way to reset the total trait points left to zero? I tried finding the values using the old scan method but I can't seem to find the address. I want to basically reset the effect of the 'Max/Infinite Trait Points' script. Thanks and your work is much appreciated!
Open the Script and change:
mov [rcx+0000011C],#9999999
to
mov [rcx+0000011C],#350
Then change:
mov [rcx+00000120],#0
to
mov [rcx+00000120],#350
Then just run the Script.
Thanks! It never occurred to me to just change the numbers inside the script. Definitely a d'oh moment. In this script, 350 is just a random number and the points allotted is the difference between [rcx+0000011C] and [rcx+00000120] ? Cheers!
You can set it to any number, as long as they are both the same (if you want to have no more unspent Traits Points).
11C = Total Trait Points
120 = Number of Trait Points Spent
So if you set 11C to 500 and 120 to 450 that would make it so you have 50 Unspent Trait Points left.
Highlighted Trait Level Edit doesn't seem to be working for me either. Or I don't know how to use it correctly. Downloaded the latest version of the table. I run the script and it does not seem to be able to find the pointer. (P -> 00000000). The value is also set to ??.
if u edit item upgrade lvl then enemies becomes much stronger, for some reason they started killing me in 1 shot
This happend to me too, but i googled it and i found out that the game adjust the difficulty after your highest item level, so when i changed my wep to be level 50 then i got 1 shot all the time but when i took it down to level 15, and teleported around a little with the Checkpoint (maybe also a restart) then the difficulty went down and i didnt get 1 shotted anymore.