#show 稳固射击
/console Sound_EnableSFX 0
/施放 !自动射击
/castsequence reset=3/combat/target 稳固射击,稳固射击
/施放 奥术射击
/施放 [target=pettarget]杀戮命令
/施放 [target=pettarget]闪电吐息
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
兽王智能调节宏
#show 稳固射击
/console Sound_EnableSFX 0
/施放 !自动射击
/castsequence 稳固射击,稳固射击
/castsequence [target=pettarget] reset=5 杀戮命令,!自动射击,!自动射击,!自动射击
/console Sound_EnableSFX 1
/script UIErrorsFrame:Clear()
用castsequence取代cast,利用castsequence的服务器排序机制,减少自动被瞬发法术卡掉的几率
#show 稳固射击
/console Sound_EnableSFX 0
/施放 !自动射击
/cast [modifier:alt] 瞄准射击(等级 1)
/castsequence 稳固射击,稳固射击
/castsequence [target=pettarget] reset=5 杀戮命令,!自动射击,!自动射击,!自动射击
/console Sound_EnableSFX 1
/script UIErrorsFrame:Clear()