Hello, i try to add speed enchant into my game.exe
So i have found addresses for Lapisia/Item and Item case is OK BUT Lapisia Case don't work :/
I had change :
to
But for lapisia :

1. I have make 5 enchant so i keep this (screen 1) and i take first and Show disassembler
And i have this :

I have try to change
Code:
mov [esi+00001ECC],00000001
to
Code:
mov [esi+00001ECC],00000002
and
to push 02 but nothing ...
2nd disassembler :

I have try to change
to
nothing.
Thanks :x