1樓:l張子楓
1、清潔術/cast[@mouseover,help][@targettarget,help][@target,exist,help]。
2、回春術/cast[@mouseover,help][@targettarget,help][@target,exist,help]。
3、強效**術:/cast[help,nodead][target=targettarget,help,nodead]。
4、聖光術:/cast[help][@targettarget,help,nodead]。
2樓:大臉盤
巨集命令:
一.三大**通用型:
1.滑鼠指向驅散巨集
/cast [@mouseover,help] [@targettarget,help] [@target,exist,help] 清潔術
備註:根據自己需求技能可以隨便改(以上的巨集為驅散巨集);
優先順序也可以隨便改(以上巨集的優先順序為1.滑鼠懸停2.目標的目標第二位3.目標)
舉例:滑鼠指向套回春可以改成:
/cast [@mouseover,help] [@targettarget,help] [@target,exist,help] 回春術(1級)
2.施法/取消施法巨集
#showtooltip
/stopcasting
/cast
[help,nodead]強效**術(等級強效**術(等級 4)
備註:按一下讀條,再按一下取消讀條。可以刷目標的目標。(複製過去在第分好之後可能會出現一個問號,刪掉即可。)
3.目標的目標巨集
#showtooltip
/cast [help][ @targettarget,help,nodead] 聖光術(等級 6)
備註:這個就是最常見的目標的目標巨集,不多贅述。
再多說一句:可以刷目標的目標,就是能夠選中boss刷boss的目標。
二.專用巨集:
1.騎士無敵巨集
#showtooltip 聖盾術
/stopcasting
/cancelaura 聖盾術
/cast 聖盾術
備註:按第一次是開啟無敵,再按一次可以取消
2.騎士各類祝福喊話巨集
#showtooltip 智慧祝福
/cast 智慧祝福
3.小德**之觸巨集:
/cast **之觸
/script if unitisfriend("layer","target")
then if unitaffectingcombat("target") then if
((unithealthmax("target"))-(unithealth("target"))<1200)
then castspellbyname("**之觸
(等級 4)");end;end;elseif spellistargeting() then targetunit("layer");end
備註:根據目標血量判斷是使用最大等級的**之觸,還是刷 4 級觸(血少於1200)。
4.牧師套盾巨集:
/cast [target=player] 真言術:盾(等級 10)
備註:不丟失目標,並對自己施放真言術:盾 ,保命用!
5.薩滿一鍵順序4圖騰
#showtooltip
/castsequencereset=30石膚圖騰,風之優雅圖騰,**之泉圖騰,灼熱圖騰
備註:根據自己情況需要設定,非必須。
擴充套件資料:
智慧判斷快速**(避免重複**造成浪費),可以自己設定當目標hp為多少時打斷** 數值可以自己修改。
/施放 快速**(等級 7)
/script if unitisfriend("player","target")
then if unitaffectingcombat("target") then if
((unithealthmax("target")) - (unithealth("target")) < 500) then
spellstopcasting();end;end;elseif spellistargeting()
then targetunit("player");end
對於自身的**巨集:
頻繁的切換目標,耽誤了**時間,有時也會出錯,用了這個巨集省力多了。
/target 目標名字
/施放 快速**(等級 7)
/targetlastenemy()
3樓:匿名使用者
牧師常用的一些**巨集
一:恢復的巨集(同樣也適合小d的回春,癒合)
實現功能:當目標身上已經有恢復的buff時候,不對目標重複施放恢復的法術,並且出現系統訊息「目標恢復中」,避免出現多個牧師對一個目標重複加恢復
/script r=1;for i=1,16 do if unitbuff("target", i) then if string.find(unitbuff("target", i), "renew") then r=0;default_chat_frame:addmessage("目標恢復中");end;end;end;if r>0 then castspellbyname("恢復(等級 9)");end
二:**當前mt的巨集(對於boss的目標是動態的mt專用)
尤其是對bwl3號,aql公主,對刷mt的**有用。如果不知道巨集設定有無問題可以通過設定目標為xx人,然後你讓xx人看著你,然後按此巨集,你能給自己加上血,就說明你設定的巨集ok了!
/目標 boss名稱
/協助/施放 癒合(等級9)
三:智慧判斷快速**(避免重複**造成浪費)
可以自己設定當目標hp為多少時打斷** 數值可以自己修改
/施放 快速**(等級 7)
/script if unitisfriend("player","target") then if unitaffectingcombat("target") then if ((unithealthmax("target")) - (unithealth("target")) < 500) then spellstopcasting();end;end;elseif spellistargeting() then targetunit("player");end
四:對於自身的**巨集
頻繁的切換目標,耽誤了**時間,有時也會出錯,用了這個巨集省力多了。
/target 目標名字
/施放 快速**(等級 7)
/targetlastenemy()
求一個魔獸世界牧師巨集命令
4樓:貓寶茸茸
#showtooltip 快速**
/cast [@mouseover,exists,nodead,help][@target,exists,help][@player]快速**
2、不需要設定」目標的目標為右方」給予**,因為導向性不明確(目標的目標為友方情況很多的,但有可能是不需要**的物件);
3、也不需要浪費shift這麼好的組合鍵,但也能達到**自己的功效,方法是選定任意一個敵對目標時,即判定為給自己**;
4、「沒有目標」的情況也已經包含在上面的語句裡了。
你可以試試。我玩牧師和奶騎,每個技能都單獨設的巨集,從沒出過問題。有時候超過18個巨集還要臨時佔用一下通用巨集位置,都是即興寫出來,寫完就刪。
魔獸世界求獵人巨集和坐騎巨集,魔獸世界求2個獵人巨集和一個坐騎巨集
showtooltips 靈魂 cast target 玩家名字 靈魂 坐騎巨集海底的加上 showtooltip castrandom nomounted,swimming 深淵海馬試試看 魔獸世界求個獵人巨集 犧牲咆哮,勳章 castsequence的直譯是施法順序,點一次放第一個,再點一次放第...
魔獸世界的小牧師,魔獸世界 的一個小牧師
話說以前練ms那個藍啊。幾乎是殺一個怪就要喝一次藍。後來我成了魔杖流,丟了buff以個震擊就開個盾敲啊敲。包包的話你可以去拍賣行買,18 個格子的30g左右,沒錢的話可以先買16個格子的8g左右,實在沒錢可以問下有沒有好心人送你幾個包包。個人覺得lr上手很容易哦。特別是新手玩lr很容易上手。ms是很...
魔獸世界騎士治療巨集,魔獸世界騎士治療巨集
你需要的不是巨集 而是按健精靈 魔獸世界聖騎士 巨集 showtooltip 神恩術 cast 神恩術 castsequence 神聖震擊,聖光閃現這個麼.可以再第二行加個 stopcasting 打斷當前施法釋放神恩 神震 或者 cast 神恩術 cast 神聖震擊 stopcasting cas...