游戏精英
 
- 贡献度
- 631
- 金元
- 17569
- 积分
- 4311
- 精华
- 3
- 注册时间
- 2008-1-21


|
本帖最后由 瘸腿大象 于 2025-12-29 15:35 编辑
3张图表明这个脚本的作用。
暗黑2 1.13c 掉落属性满[ENABLE]
D2Common.dll+48122:
mov edi,[ebx+0c]
D2Common.dll+481B2:
mov edi,[ebx+0c]
D2Common.dll+48242:
mov edi,[ebx+0c]
D2Common.dll+482D2:
mov edi,[ebx+0c]
D2Common.dll+48A7D:
mov edi,[ebx+0c]
D2Common.dll+48B1A:
mov edi,[ebx+0c]
D2Common.dll+492DC:
mov esi,[eax+0c]
D2Common.dll+465B1:
mov edi,eax
[DISABLE]
暗黑2 1.13c 掉落属性满2倍
[ENABLE]
D2Common.dll+4837D:
add eax,eax
D2Common.dll+48122:
mov edi,[ebx+0c]
add edi,eax
db 90 90
D2Common.dll+481B2:
mov edi,[ebx+0c]
add edi,edi
db 90 90
D2Common.dll+48242:
mov edi,[ebx+0c]
add edi,eax
db 90 90
D2Common.dll+482D2:
mov edi,[ebx+0c]
add edi,edi
db 90 90
D2Common.dll+48A7D:
mov edi,[ebx+0c]
add edi,eax
db 90 90
D2Common.dll+48B1A:
mov edi,[ebx+0c]
add edi,eax
db 90 90
D2Common.dll+492DC:
mov esi,[eax+0c]
D2Common.dll+4923D:
push eax
D2Common.dll+465B1:
add eax,ecx
add eax,eax
pop edi
ret
[DISABLE]
|
|