- UID
- 175467
- 帖子
- 24471
- 主題
- 1252
- 精華
- 0
- 積分
- 3005
- 楓幣
- 4806
- 威望
- 2423
- 存款
- 137915
- 贊助金額
- 1500
- 推廣
- 0
- GP
- 6048
- 閱讀權限
- 150
- 在線時間
- 4149 小時
- 註冊時間
- 2017-1-18
- 最後登入
- 2024-11-17
|
// TwMs v261.3 自動補Buff
// 依照職業自行修改, 技能說明裡有備註 "可登錄寵物Buff自動技能" 的都可以, (五轉核心技能冷卻結束也會自動補)
[Enable]
Alloc(Auto_Buff_Hook,1024,14505259E)
Alloc(Buff_Temp,512,14505259E)
Alloc(Buff_Count,08,14505259E)
Alloc(Buff_ID,512,14505259E)
Label(Auto_Buff_Exit1)
Label(Auto_Buff_Exit2)
Buff_ID://技能ID請16進位
DD #11121000
DD 0//這行務必要保留
Auto_Buff_Hook:
push rax
push rbx
push rcx
push rdx
push rdi
push rsi
push r8
push r9
push r10
push r11
push r12
push r13
push r14
push r15
sub rsp,30
mov rbx,[14755A4D8]
test rbx,rbx
je Auto_Buff_Exit2
lea rdx,[Buff_ID]
mov rcx,rbx
call 1450522A0
test al,al
je Auto_Buff_Exit2
mov edx,00000013
mov [Buff_Temp+10],0
lea rcx,[1478768D0]
call 140233DA0
mov [rax+04],0
lea rcx,[rax+0C]
mov [rax],FFFFFFFF
mov [Buff_Temp+10],rcx
mov [rax+08],0
mov rax,[Buff_Temp+10]
mov [rax],0
mov rdi,[Buff_Temp+10]
mov edx,[rdi-0C]
cmp edx,-01
jne Auto_Buff_Exit2
mov edx,[rdi-08]
test edx,edx
js Auto_Buff_Exit2
mov rsi,[Buff_Count]
mov rax,Buff_ID
mov r10d,[rax+rsi*4]
test r10d,r10d
jng Auto_Buff_Exit1
lea rax,[Buff_Temp]
mov [rsp+28],rax
mov [rsp+20],0
xor r9d,r9d
lea r8,[Buff_Temp+10]
mov edx,r10d
mov rcx,rbx
mov [rdi-04],0
call 14486FF20
inc [Buff_Count]
jmp Auto_Buff_Exit2
Auto_Buff_Exit1:
mov [Buff_Count],0
jmp Auto_Buff_Exit2
Auto_Buff_Exit2:
add rsp,30
pop r15
pop r14
pop r13
pop r12
pop r11
pop r10
pop r9
pop r8
pop rsi
pop rdi
pop rdx
pop rcx
pop rbx
pop rax
call 144998E60
jmp 14505259E+5
14505259E:
jmp Auto_Buff_Hook
[Disable]
14505259E:
call 144998E60
DeAlloc(Buff_ID)
DeAlloc(Buff_Temp)
DeAlloc(Buff_Count)
DeAlloc(Auto_Buff_Hook)
|
|