宏命令
1.飾品全開宏,如果你是“狂暴者的召喚”就把對應的嗜血胸針改成對應的名字
#showtooltip 嗜血胸針
/stopcasting
/use 嗜血胸針
/cast 狂野怒火
/cast 急速射擊
2.誤導宏
①有時候你怕點不到MT或者其它原因,用這個宏。
/cast [target=MT的名字] 誤導
/Y 我已誤導,請注意接怪!!!!!!
② 按住shift把當前目標設為焦點,並結束。 如果焦點存在而且友好就給焦點上誤導;否則如果目標的目標存在而且友好,則給目標的目標上誤導;否則如果目標友好則給目標上誤導;否則如果寶寶存在給寶寶上誤導
/focus [modifier:shift]
/stopmacro [modifier:shift]
/施放 [target=focus,help][help][target=targettarget,help][target=pet]誤導
/script local u,t=UnitName,"focus";t=u(t);if not t then t=u("targettarget");end;if t then SendChatMessage("我已誤導 "..t,"yell");end
3.抽筋宏,無論有沒有4T5或者4T6,都比老宏強大,藍的問題交給薩滿,騎士的智慧祝福,抹油,喝大藍吧
#showtooltips 穩固射擊
/施放 [target=pettarget, exists]殺戮命令
/施放 [pet:風蛇,target=pettarget]閃電吐息
/施放 !自動射擊
/castsequence reset=3 !自動射擊,穩固射擊
/script UIErrorsFrame:Clear()
射速1.9以下/網絡速度好/FPS高的獸王請用: 一拖二宏
簡化版一拖二宏:
#show 穩固射擊
/console Sound_EnableSFX 0
/施放 [target=pettarget]閃電吐息
/施放 穩固射擊
/castsequence reset=4 [target=pettarget] 殺戮命令,!自動射擊,!自動射擊,!自動射擊
/console Sound_EnableSFX 1
/腳本 UIErrorsFrame:Clear()
射速1.9以上/網絡一般/FPS一般的獸王請用: 智能宏
[
智能調節宏]
#show 穩固射擊
/console Sound_EnableSFX 0
/施放 [target=pettarget]閃電吐息
/castsequence 穩固射擊,穩固射擊
/castsequence [target=pettarget] reset=4 殺戮命令,!自動射擊,!自動射擊,!自動射擊
/console Sound_EnableSFX 1
/腳本 UIErrorsFrame:Clear()
測試
#show 穩固射擊
/施放 [target=pettarget]殺戮命令
/施放 穩固射擊
/cast [target=pettarget,exists]蠍毒(等級 5)
/cast 角刺(等級 9)
/script UIErrorsFrame:Clear()