[Tiny help] Fast enchanting

02/11/2016 20:45 Z-Reverse#1
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 :
Code:
push 01
to
Code:
push 02
But for lapisia :

[Only registered and activated users can see links. Click Here To Register...]
1. I have make 5 enchant so i keep this (screen 1) and i take first and Show disassembler
And i have this :
[Only registered and activated users can see links. Click Here To Register...]
I have try to change
Code:
mov [esi+00001ECC],00000001
to
Code:
mov [esi+00001ECC],00000002
and
Code:
push 01
to push 02 but nothing ...
2nd disassembler :
[Only registered and activated users can see links. Click Here To Register...]
I have try to change
Code:
push 01
push 00
to
Code:
push 02
nothing.

Thanks :x