TwMs v266.2 自動補Buff
// TwMs v266.2 自動補Buff// 依照職業自行修改, 技能說明裡有備註 "可登錄寵物Buff自動技能" 的都可以, (五轉核心技能冷卻結束也會自動補)
Alloc(Auto_Buff_Hook,1024,14552AF9E)
Alloc(Buff_Temp,512,14552AF9E)
Alloc(Buff_Count,08,14552AF9E)
Alloc(Buff_ID,512,14552AF9E)
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,
test rbx,rbx
je Auto_Buff_Exit2
lea rdx,
mov rcx,rbx
call 14552AD80
test al,al
je Auto_Buff_Exit2
mov edx,000000D
mov ,0
lea rcx,
call 140262320
mov ,0
lea rcx,
mov ,FFFFFFFF
mov ,rcx
mov ,0
mov rax,
mov ,0
mov rdi,
mov edx,
cmp edx,-01
jne Auto_Buff_Exit2
mov edx,
test edx,edx
js Auto_Buff_Exit2
mov rsi,
mov rax,Buff_ID
mov r10d,
test r10d,r10d
jng Auto_Buff_Exit1
lea rax,
mov ,rax
mov ,0
xor r9d,r9d
lea r8,
mov edx,r10d
mov rcx,rbx
mov ,0
call 144CF6E70
inc
jmp Auto_Buff_Exit2
Auto_Buff_Exit1:
mov ,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 144E27BF0
jmp 14552AF9E+5
14552AF9E:
jmp Auto_Buff_Hook
14552AF9E:
call 144E27BF0
DeAlloc(Buff_ID)
DeAlloc(Buff_Temp)
DeAlloc(Buff_Count)
DeAlloc(Auto_Buff_Hook)
頁:
[1]