您現在的位置是:首頁 >生活 > 2023-07-28 10:33:10 來源:
暗牧一鍵宏(暗牧宏)
大家好,我是小華,我來為大家解答以上問題。暗牧一鍵宏,暗牧宏很多人還不知道,現在讓我們一起來看看吧!
1、心靈尖嘯 + 取消暗影形態 /施放 心靈尖嘯 /script local i,b,f;for i=1,16 do b=UnitBuff("player",i);if b and strfind(b,"wform") then CastSpellByName("暗影形態");break;end;end; 給自己能量灌注+心靈專注+護符+技能 具體最后跟什么技能自己考慮,因為心靈專注,所以這個技能是免費的。
2、一般亡靈牧師都跟瘟疫了 護符放飾品1位置 /script local c,s,d,e,_=CastSpellByName,SpellStopCasting;c("能量灌注",1);s();c("心靈專注");s ();_,d,e=GetInventoryItemCooldown("player",13);if d<2 and e>0 then UseInventoryItem(13);end;s();c("噬靈瘟疫"); 自動補 韌,心靈之火,防護暗影 缺啥補啥。
3、閑著沒事按按能強身健體,定國安邦…… /script local n,s,k,j,b,f={"dFor","rFir","iSha"},{"真言術:韌","心靈之火","防護暗影"};for k=1,3 do f=nil;for j=1,16 do b=UnitBuff("player",j);if b and strfind(b,n[k]) then f=1;break;end;end;if not f then CastSpellByName(s[k]);break;end;end; 反恐宏 /script local i,b,f;for i=1,16 do b=UnitBuff("player",i);if b and strfind(b,"Excor") then f=1;break;end;end;if not f then CastSpellByName("防護恐懼結界");end; PK驅散宏 優先驅散自己身上的Debuff,沒有就對目標驅散 /script local t; if UnitDebuff("player",1,1) then t=1;end; CastSpellByName("驅散魔法",t); 。
本文到此講解完畢了,希望對大家有幫助。