關(guān)于牧師宏大全,牧師宏這個(gè)問(wèn)題很多朋友還不知道,今天小六來(lái)為大家解答以上的問(wèn)題,現(xiàn)在讓我們一起來(lái)看看吧!
1、牧師用用的很少啦,我很少用,下面幾個(gè)你試試咯。
2、 進(jìn)入/取消暗影形態(tài) 并切換動(dòng)作條 1是非暗影形態(tài)下的治療魔法條,2是暗影形態(tài)下的攻擊魔法條 進(jìn)入/取消暗影形態(tài),并在1,2兩動(dòng)作條間切換,數(shù)字可以自己改 /script local i,b,f,p;for i=1,16 do b=UnitBuff("player",i);if b and strfind(b,"wform") then f=1;break;end;end;if f then p=1;else p=2;end;CastSpellByName("暗影形態(tài)");CURRENT_ACTIONBAR_PAGE=p;ChangeActionBarPage(); 心靈尖嘯 + 取消暗影形態(tài) /施放 心靈尖嘯 /script local i,b,f;for i=1,16 do b=UnitBuff("player",i);if b and strfind(b,"wform") then CastSpellByName("暗影形態(tài)");break;end;end; 給自己能量灌注+心靈專注+護(hù)符+技能 具體最后跟什么技能自己考慮,因?yàn)樾撵`專注,所以這個(gè)技能是免費(fèi)的,一般亡靈牧師都跟了 護(hù)符放飾品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("噬靈"); 自動(dòng)補(bǔ) 韌,心靈之火,防護(hù)暗影 缺啥補(bǔ)啥,閑著沒(méi)事按按能強(qiáng)身健體,定國(guó)安邦…… /script local n,s,k,j,b,f={"dFor","rFir","iSha"},{"真言術(shù):韌","心靈之火","防護(hù)暗影"};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("防護(hù)恐懼結(jié)界");end; PK驅(qū)散宏 優(yōu)先驅(qū)散自己身上的Debuff,沒(méi)有就對(duì)目標(biāo)驅(qū)散 /script local t; if UnitDebuff("player",1,1) then t=1;end; CastSpellByName("驅(qū)散魔法",t); MC專用,給炸彈人套盾 & 給奧暴男的目標(biāo)套盾 ================向著夕陽(yáng)奔跑的分割線================ MC老5專用,炸彈人會(huì)感激你,而你的隊(duì)友會(huì)驚嘆你神一般的操作,向著夕陽(yáng)奔跑吧! /script local p,i,j,d,f;for i=1,40 do p="raid"..i;if UnitIsVisible(p) then for j=1,16 do d=UnitDebuff(p,i);if d and strfind(d,"Inci") then f=1;break;end;end;if f then TargetUnit(p);CastSpellByName("真言術(shù):盾");break;end;end;end; 如果用SuperMacro的話用這個(gè),加了距離判斷,喊話功能: 給炸彈套盾,SuperMacro版: 左邊窗口: /script PriestShieldForBomb(); 右邊窗口: Code: function PriestShieldForBomb() local c,p,i,j,d,f="raid"; for i=1,40 do p=c..i; if UnitIsVisible(p) and CheckInteractDistance(p,4) then for j=1,16 do d=UnitDebuff(p,i); if d and strfind(d,"Incin") then f=1;break;end; end; if f then TargetUnit(p);CastSpellByName("真言術(shù):盾"); SendChatMessage("%t 恭喜你中獎(jiǎng)了 現(xiàn)送上贈(zèng)品 無(wú)敵神盾 愿上帝保佑你",c); TargetLastTarget(); break; end; end; end; end; ================奧爆男的分割線================ 奧爆男換目標(biāo)不一定因?yàn)镺T,他經(jīng)常亂來(lái)的 為奧爆男目標(biāo)加盾: /script local c,i,p="raid";for i=1,40 do p=c..i;if UnitIsVisible(p) and UnitName(p.."target")=="沙斯拉爾" and UnitIsUnit(p,p.."targettarget") then TargetUnit(p);CastSpellByName("真言術(shù):盾");TargetLastTarget();break;end;end; 同樣,喊話放不下,提供SuperMacro版 給炸彈套盾,SuperMacro版: 左邊窗口: /script PriestShieldForMC6Target(); 右邊窗口: Code: function PriestShieldForMC6Target() local c,i,p="raid"; for i=1,40 do p=c..i; if UnitIsVisible(p) and CheckInteractDistance(p,4) and UnitName(p.."target")=="沙斯拉爾" and UnitIsUnit(p,p.."targettarget") then TargetUnit(p);CastSpellByName("真言術(shù):盾"); SendChatMessage("BS 你OT了 請(qǐng)立即跑向MT 就算要死 也要死在MT懷抱里","whisper",UnitName(p)); TargetLastTarget();break; end; end; end;。
本文分享完畢,希望對(duì)大家有所幫助。
標(biāo)簽:
免責(zé)聲明:本文由用戶上傳,如有侵權(quán)請(qǐng)聯(lián)系刪除!