Taking the opportunity, if you can teach how to fix xp multi, afix and gold, in addition to forge potential, it would be easier to fix when there is an update
How to use this cheat table?
Install Cheat Engine
Double-click the .CT file in order to open it.
Click the PC icon in Cheat Engine in order to select the game process.
Keep the list.
Activate the trainer options by checking boxes or setting values from 0 to 1
Hey there
As stated before.. i am not supporting this table anymore
But ofc i am willing to help
First of all i don't have the game installed so i am not sure if this will be of any help.
I took a look at the table and since this is an Unity game
It is using Mono, which makes it easier to "hack" but you will need some basic Mono knowledge
If you don't have that i strongly suggest watching some tutorials about it like:
CE Mono tutorial video's
Taking the opportunity, if you can teach how to fix xp multi, afix and gold, in addition to forge potential, it would be easier to fix when there is an update
So for the XP Mult, afix and gold
You probably have to fix the AOB's ( I am using AOB's instead of Mono references ):
Level UP after Next Kill: ExperienceTracker.GainExp
Gold Set To: GoldTracker.modifyGold
Max Affix Rolls for others: ItemData.RebuildID
For forge potential, i have no clue without actually tracing it myself
but i would start somewhere in the ItemData because of this:
DISABLE Item Instability when crafting: ItemData.SetInstability and ItemData.AddInstability
DISABLE Item Fracture when crafting: ItemData.Fracture
or dissect your inventory ( this is a bit harder because of the way LE handles data )
look at "repair Fractured items that are in your inventory"
Some notes on this:
* the forging and legendary potentials are bytes
* the Item[x] is dynamic so best to clean your inv before dissect it
* changing those are not saved between sessions ( an item rebuild is required for that), so change it/them and forge
This is only a quick look and surely not a good solution
imho that would be:
- changing the itemdata.rebuildID to always use max potential
- or even better: find where they are used and change those functions to max
Q&A.
- how did you use [PlayerActor] ?
- start LE and go in a game with a char
- load the table and enable it so the hook will fill the pointer
- you gonna support the table again?
- nope soz
Last edited by Messy6666 on Mon Mar 28, 2022 6:54 am, edited 2 times in total.
* changing those are not saved between sessions ( an item rebuild is required for that), so change it/them and forge
OMG thanks for this
so this is working like the repair fractured hack, use it on current inventory and then forge to apply.
Also since you are saying they are byte values the max will be 0xff ( ie. #255 )
so this is working like the repair fractured hack, use it on current inventory and then forge to apply.
Also since you are saying they are byte values the max will be 0xff ( ie. #255 )
Yes in fact you can easily copy that script and change it for forging/legendary potential purpose
There is still too much of broken stuff
and i also don't feel like fixing it.. we are (and none of our friends ) not playing this EA for a year or more now
what is changed:
- i removed "legendary" from the "Select Item Roll Rarity" so "cycle through" has more use now again
- Max Item Tier ( Select from Dropdown ) has now a forge and legendary potential of max #255
- also the repair fractured items in inv
is changed to also set the potential to those values.
Again, this will probably be our last update as we don't play this game,
we update it every now and then only for you folks,
but at some point that will stop
Sigh
apparently they (re)moved the Fractured and Instability fields so here is a bug fix for the Forge and Legendary Potentials viewtopic.php?f=4&t=14585
^
I took a look at the crashing...
but i am unable to fix it in a normal matter of time
tbh i gave up on it
You can always dissect your inventory and change them as SinGul4ritY have shown here: viewtopic.php?p=242977#p242977