解法很簡單,先裝 super duper macro
然後新增一個 script 型態的 macro 假設叫 IBF
> enable=select(2, GetSpellCooldown("冰錮堅韌"))
> rp=UnitMana("player")
> if (enable==0) and (rp>=20) then
> party=GetNumPartyMembers()
> raid=GetNumRaidMembers()
> if (raid>0) then
> channel="/ra"
> elseif (party>0) then
> channel="/p"
> else
> return
> end
> SlashCmdList["IN"](format("0 %s 使用冰錮堅韌,減少傷害 35%% 持續 16 秒",
> channel))
> SlashCmdList["IN"](format("14 %s 冰錮堅韌效果還有2秒",channel))
> end
然後在冰錮堅韌的 macro 施法前新增一行 /sdm run IBF
> /console Sound_EnableSFX 0
> #showtooltips
> /sdm run IBF
> /cast 冰錮堅韌
> /cast 符文打擊
> /run UIErrorsFrame:Clear()
> /console Sound_EnableSFX 1
這樣很陽春的不洗頻喊話 macro 就出來了
--
有人跟我說:「Wow, Randy 你真的打敗了死神!」
我毫不思索的脫口而出:「只靠著多活幾天是無法打敗死神的。」
擊敗死神的方法是活的更好,活的更有意義!
因為人生終需一死。
關鍵是,在出生時和死神降臨之間,我們做了什麼.....
- Randy Pausch 2008/5 CMU 畢業典禮致詞 http://0rz.tw/9f4te
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 203.73.245.81
※ 編輯: jyuny1 來自: 203.73.245.81 (06/04 04:02)