/run if pwx then local f="獵豹形態";f=GetSpellCooldown(f)>0 or UnitMana("player")>pws or not IsUsableSpell(f) or CancelPlayerBuff(f) end
/cast [form] 撕碎
/stopmacro [form]
/cast 獵豹形態
第二個宏: 設定是否開啟自動變身(開/關),並設定能量閥值,這裡設的是15能量
/run local c=DEFAULT_CHAT_FRAME if pwx then pwx=false c:AddMessage("Powershift disabled",1,1,1) else pwx=true pws=14 c:AddMessage("Powershift enabled, 15 energy threshold",1,1,1)end
第一個宏: 如果滿足公共cd到達,能量低於某個閥值,就自動變身換能量,否則就撕碎
#showtooltip
/run if pwx then local f="獵豹形態";f=GetSpellCooldown(f)>0 or UnitMana("player")>pws or not IsUsableSpell(f) or CancelPlayerBuff(f) end
/cast [form] 撕碎
/stopmacro [form]
/cast 獵豹形態
第二個宏: 設定是否開啟自動變身(開/關),並設定能量閥值,這裡設的是15能量
/run local c=DEFAULT_CHAT_FRAME if pwx then pwx=false c:AddMessage("Powershift disabled",1,1,1) else pwx=true pws=14 c:AddMessage("Powershift enabled, 15 energy threshold",1,1,1)end
第三個宏:一鍵自然迅捷+治療之觸
/cast 自然迅捷
/stopcasting
/cast 治療之觸 (等級 8)