目前分類:wow macro (4)

瀏覽方式: 標題列表 簡短摘要

讓狗吃自己身上的魔法
/cast [target=player] Devour Magic

重複按同一個鑑就會先丟腐蝕再痛苦再轉魔再吸血最後射擊...@@超無腦
/castsequence reset=combat/target Corruption, Curse of Agony, Life Tap, Drain
Life, Shoot

第一次魅惑之後 隨便你目標是誰 都會去魅惑原本的那隻
直到目標死掉/目標消失/用右鍵點巨集 這時候就會魅惑當前目標
/clearfocus [target=focus,dead]
/clearfocus [target=focus,noexists]
/clearfocus [button:2]
/cast [target=focus, exists, harm] 誘惑
/stopmacro [target=focus, exists]
/cast 誘惑
/focus

恐懼你所訂的目標一直到他死或者消失...+ALT可以重新鎖定新目標
#showtooltip
/clearfocus [modifier:alt]
/focus [target=focus,noexists]; [target=focus,dead]
/clearfocus [target=focus,help]
/cast [target=focus,exists,harm]Fear; Fear


motorz 發表在 痞客邦 留言(0) 人氣()

: ? Icon - 新增的問號圖示,會自動以該 Macro 的第一個技能的圖示替代
: 上面是我在精華區看到的
: 但是看不太懂怎麼用



/use 飾品名稱1
/stopcasting
/use 飾品名稱2
/stopcasting
/cast 聖光閃現(等級 6)

這個時候如果你是選?圖案
巨集圖案拉出來就會是飾品名稱1的圖案
這就是以第一個圖示替代的意思

如果想要指定聖光閃現的圖案,就改成如下,圖案一樣可以選問號
--
#showtooltip 聖光閃現
/use 飾品名稱1
/stopcasting
/use 飾品名稱2
/stopcasting
/cast 聖光閃現(等級 6)



之前也是跟人用#showtooltip+招式名稱
後來才知道#show就可以了
拿一個德魯伊巨集來作說明

#show
/cast [nocombat,nostealth] 潛行
/cast [stealth] 突襲
/stopcasting
/cast [nostealth,combat] 飾品名稱

加了這個#show之後 他會就依照判斷式給你正確的圖示
比如說 我一變貓 沒戰鬥 沒潛行 圖示會是潛行
潛行之後 會顯示突襲 一但現身出來 圖示又會改飾品的圖示
相當方便

--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 59.113.152.28
推 pauleagle:#show 和 #showtooltip 差別再游標掃到的時候 06/28 15:46
→ pauleagle:#show游標掃過去右下顯示的是巨集名稱 06/28 16:11
→ pauleagle:#showtooltip顯示的是你指定的技能


motorz 發表在 痞客邦 留言(0) 人氣()

/script UIErrorsFrame:Hide()
/use 13
/stopcasting
/use 14
/stopcasting
/script UIErrorsFrame:Clear()
/script UIErrorsFrame:Show()
/cast

連按的話會中斷施法

好處是畫面中間不會一直出現「物品還沒準備好」
錯誤音效從介面的音效選項中關掉

#showtooltip
/script UIErrorsFrame:Hide()
/use 13
/use 14
/cast 暗言術:痛
/script UIErrorsFrame:Clear()
/script UIErrorsFrame:Show()



motorz 發表在 痞客邦 留言(0) 人氣()

#showtooltip 精神鞭笞
/cast [Nochanneling:精神鞭笞]精神鞭笞


Cast Mind Flay if not already channeling Mind Flay

Code:

#showtooltip Mind Flay
/cast [nochanneling:Mind Flay] Mind Flay


motorz 發表在 痞客邦 留言(0) 人氣()