Excalion89 wrote: ↑Mon Mar 29, 2021 12:04 pm
Not sure how to do it exactly and when i enable the Give shards option and sort the crafting inventory nothing applies and shard count does not change.
For the Cheat: "Unlimited Shards ( set the amount of the selected item to #
99
"
You do have to click on the number before the shard ... after that it will change
the "Give Shards" works ( click on the '#' in the above picture ) but won't higher the shard quantity ( imho )
Excalion89 wrote: ↑Mon Mar 29, 2021 12:04 pm
is it possibly to edit the CT to grant more than 99 of a crafting shard?
Yes that should be possible, ShardAffixListElement.quantity = 4 bytes so it can hold a lot of shards (theoretical).
Excalion89 wrote: ↑Mon Mar 29, 2021 12:04 pm
If you dont feel like checking this out thats totally ok, just thought i'd ask as ive tried searching myself and may have missed something or didnt search correctly.
Hey Excalion89 all np here, i just won't do updates anymore for LE ( read debugging / tracing ).
How you edit the CT:
Double click <script> on "Cheat: Unlimited Shards ( set the amount of the selected item to #
99
)"
change the second #
99
into #256 or something... don't push it too high
Code: Select all
newmem:
// mov [rdi+1c],#99
mov [r15+1C], #99
originalcode_hookCraftingSlotManager.UpdateAffixList:
readmem(hookCraftingSlotManager.UpdateAffixList, 6)
jmp return
so
Code: Select all
newmem:
// mov [rdi+1c],#99
mov [r15+1C], #256
originalcode_hookCraftingSlotManager.UpdateAffixList:
just don't uncomment the first
// mov [rdi+1c],#99
or the game will crash again using it