While this did fix the immediate tool quantity issues, now we are unable to increase any of said item. Yes, I understand we keep said item now. BUT is it possible to put that in the editor or do I need to request that?
Sorry due to the programming difficulties no editor option can be provided.
@-DEViL-
I found the player base at
ProjectCoral-Win64-Shipping.UEngine::UpdateTimeAndHandleMaxTickRate+20C
- mov rax, [rdi]
Has a unique byte set for AOBing - starting 2 bytes before the above opcode
5A F8 48 8B 07 41 B0 01 0F 28 CF
rdi register has the player base address
From there is a level 7 pointer
Playerbase + D28 > 38 > 0 > 30 > 6A0 > 5A0 > F0 > 18 (last one is slot 1 location)
Add 50h to the 18 for slot 2 - 68
Slot 3 - B8
Slot 4 - 108
and so on.
Can you not make an editor option from that, just even for the first slot for people to edit on the fly?
[Edited by DABhand, 10/14/2022 4:27:00 PM]
That’s a nice catch surely that can be arranged but the problem here is the level 7 pointer that can could point to the wrong address sometimes and updating that after game patches would be devastating,I know cause I’ve done it before in other games then people came back with numerous reports of bugs or crashes,I usually don’t go for multi level pointers above 3 levels cause simply it’s not safe and crashes could fire at anytime but I might have something else in mind,stay tuned.
Fixed the health option effecting the npc now it's player only and changed the behavior of the unlimited items now it solely prevents item decrement and no longer effects the quantity.
thank you for the update! however the 'unlimited item' is now not working 😅
my geodes are still decreasing even when the above trainer is activated 😢
Did a dirty cheat table for Slot 1 editing the Quantity/Amount.
Added money also just because.
Until DEViL works something out, you can manually set amounts.
filebin.net/v2s20fhbe3l9bjuf
BTW guys, I trust DAB so the file he linked to should be safe to use.
Did a dirty cheat table for Slot 1 editing the Quantity/Amount.
Added money also just because.
Until DEViL works something out, you can manually set amounts.
filebin.net/v2s20fhbe3l9bjuf
first thanks for this workaround.
really slot 1 ?!
why!?
the first 5-7 slots are used most and only for the tools that we need every time.
1.axe 2.picaxe 3. water 4. hand net 5. fishing rod...
is it not better to use a slot behin slot 7.
maybe second row first slot?!
thanks.
Did a dirty cheat table for Slot 1 editing the Quantity/Amount.
Added money also just because.
Until DEViL works something out, you can manually set amounts.
filebin.net/v2s20fhbe3l9bjuf
first thanks for this workaround.
really slot 1 ?!
why!?
the first 5-7 slots are used most and only for the tools that we need every time.
1.axe 2.picaxe 3. water 4. hand net 5. fishing rod...
is it not better to use a slot behin slot 7.
maybe second row first slot?!
thanks.
I could yeah.
But ask yourself is it really a big hassle for you to move the tool you use in slot 1 out to replace it with something you want to manually edit the amount for now?
You could adjust the pointer yourself to the 1st slot of your bag space instead of the toolbar.