Page 1 of 1
Diablo II 1.13C
Posted: Fri Oct 02, 2020 5:21 pm
by mochongli
- Game.CT
- (3.74 KiB) Downloaded 1236 times
Re: Diablo II 1.13C
Posted: Fri Oct 02, 2020 6:42 pm
by mochongli
Equipment Ignore level
[ENABLE]
D2Common.dll+26190:
xor eax,eax
ret
[DISABLE]
Equipment Ignore occupation
[ENABLE]
D2Common.dll+24280:
mov eax,7
ret 4
[DISABLE]
Wear equipment casually
[ENABLE]
D2Common.dll+27076:
mov al,1
D2Common.dll+27080:
mov al,1
[DISABLE]
D2Common.dll+27076:
xor eax,eax
D2Common.dll+27080:
xor eax,eax
buy itme 1 cost
[ENABLE]
D2Common.dll+28F2D:
db 90 90
mov esi,000000c8
[DISABLE]
D2Common.dll+28F2D:
db 7C 09
mov esi,00000063
A attack full level
[ENABLE]
D2Game.dll+DE705:
db 90 90
[DISABLE]
D2Game.dll+DE705:
db 76 02
Identification equipment
[ENABLE]
globalalloc(myhook_pickitem,0x1000)
D2Common.dll+238F4:
jmp myhook_pickitem
nop
myhook_pickitem:
or [eax+18],00000010
mov eax,[eax+18]
ret 4
[DISABLE]
D2Common.dll+238F4:
mov eax,[eax+18]
ret 0004
Re: Diablo II 1.13C
Posted: Sun Aug 27, 2023 3:52 pm
by matt1713
Not sure if you're still active in the forums, but thank you for this. It's making my Project Diablo II with PlugY mods run that much more fun. Also, for the Variable 200%; I've been trying to make sense of the script. I'm trying to make the magic find variable specifically be more (I.E. all variables except magic find are 200% but I want magic find only to be 1000%). Is that possible with this script?