doer1937 發表於 2025-1-17 00:05:15

TwMs v267.3 自動補Buff

// TwMs v267.3 自動補Buff
// 依照職業自行修改, 技能說明裡有備註 "可登錄寵物Buff自動技能" 的都可以, (五轉核心技能冷卻結束也會自動補)

Alloc(Auto_Buff_Hook,1024,1459F058E)
Alloc(Buff_Temp,512,1459F058E)
Alloc(Buff_Count,08,1459F058E)
Alloc(Buff_ID,512,1459F058E)
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 1459F0370
test al,al
je Auto_Buff_Exit2
mov edx,000000D
mov ,0
lea rcx,
call 140288780
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 14517C420
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 1452B5FE0
jmp 1459F058E+5

1459F058E:
jmp Auto_Buff_Hook


1459F058E:
call 1452B5FE0

DeAlloc(Buff_ID)
DeAlloc(Buff_Temp)
DeAlloc(Buff_Count)
DeAlloc(Auto_Buff_Hook)
頁: [1]
查看完整版本: TwMs v267.3 自動補Buff