查看完整版本: 怎麼在宏中加一條强制站立?求大佬
頁: [1]

fancams 發表於 2020-9-29 10:59 PM

怎麼在宏中加一條强制站立?求大佬

改了大佬的一個宏 用來奶僧用 目前就是124右鍵連按 趕路不用關 目前打起來后得手動按强制站立和左鍵 我右鍵金輪陣 3鍵放的疾風擊趕路 所以3鍵手動 中建開 側鍵1暫停
我想改成 開宏强制站立 124右鍵自動點 也就是加一條强制站立 該怎麼改呀
感謝大佬
其實最好是 有趕路模式124連點强制移動 和 戰斗模式124和右鍵連點强制站立 但感覺完全沒思路
以下宏代碼
#IfWinActive,ahk_class D3 Main Window Class

SetKeyDelay,20
SetMouseDelay,20


~MButton::
SetTimer, Key1, 100
SetTimer, Key2, 100
SetTimer, Key3, off
SetTimer, Key4, 100
SetTimer, MouseL, off
SetTimer, MouseR, 100
Return


Key1:
{
Send {1}
Return
}

Key2:
{
Send {2}
Return
}

Key3:
{
Send {3}
Return
}

Key4:
{
Send {4}
Return
}

MouseL:
{
Click
Return
}

MouseR:
{
Click Right
Return
}


~XButton1::Pause ;

...<div class='locked'><em>瀏覽完整內容,請先 <a href='member.php?mod=register'>註冊</a> 或 <a href='javascript:;' onclick="lsSubmit()">登入會員</a></em></div><div></div>
頁: [1]