鐵之狂傲

 取回密碼
 註冊
搜尋

切換到指定樓層
1#
牧師版好用巨集(自己參考術士版的做出來的)
首先要有兩個常駐的巨集A和B A用來檢查善意的BUFF B用來檢查惡意的BUFF

/script function A(T) z=0 for i=1,16 do UnitBuff("target",i);GameTooltip:SetUnitBuff("target",i);if GameTooltipTextLeft1:GetText()==T then z=1 ;end;end; return z;end;


/script function B(T) y=0 for i=1,16 do UnitDebuff("target",i);GameTooltip:SetUnitDebuff("target",i);if GameTooltipTextLeft1:GetText()==T then y=1 ;end;end; return y;end;


1.盾+恢復+治療(幫法師AOE時常用到的)
/script if A("真言術:盾")==1 or B("虛弱靈魂")==1 then if A("恢復")==1 then CastSpellByName("快速治療(等級 7)") else CastSpellByName("恢復(等級 9)");end; else CastSpellByName("真言術:盾(等級 8)");end;

2.恢復+治療(用於一般情況)
/script if A("恢復")==1 then CastSpellByName("快速治療(等級 7)");else CastSpellByName("恢復(等級 9)");end;

3.自己盾+恢復(PVP的時候用,不過實用性不大??只適合非暗影型態的時候使用)
/script TargetUnit("player") if A("真言術:盾")==1 or B("虛弱靈魂")==1 then CastSpellByName("恢復(等級 9)"); else CastSpellByName("真言術:盾(等級 8)");end;TargetLastEnemy();

好的話給個GP吧
或是大家有什麼意見 需要什麼樣的巨集也可提出來

前兩個巨集很好用 可以有效提升補血的效率 大家參考看看吧

牧師版好用巨集(自己參考術士版的做出來的)
首先要有兩個常駐的巨集A和B A用來檢查善意的BUFF B用來檢查惡意的BUFF

/script function A(T) z=0 for i=1,16 do UnitBuff("target",i);GameTooltip:SetUnitBuff("target",i);if GameTooltipTextLeft1:GetText()==T then z=1 ;end;end; return z;end;


/script function B(T) y=0 for i=1,16 do UnitDebuff("target",i);GameTooltip:SetUnitDebuff("target",i);if GameTooltipTextLeft1:GetText()==T then y=1 ;end;end; return y;end;


1.盾+恢復+治療(幫法師AOE時常用到的)
/script if A("真言術:盾")==1 or B("虛弱靈魂")==1 then if A("恢復")==1 then CastSpellByName("快速治療(等級 7)") else CastSpellByName("恢復(等級 9)");end; else CastSpellByName("真言術:盾(等級 8)");end;

2.恢復+治療(用於一般情況)
/script if A("恢復")==1 then CastSpellByName("快速治療(等級 7)");else CastSpellByName("恢復(等級 9)");end;

3.自己盾+恢復(PVP的時候用,不過實用性不大??只適合非暗影型態的時候使用)
/script TargetUnit("player") if A("真言術:盾")==1 or B("虛弱靈魂")==1 then CastSpellByName("恢復(等級 9)"); else CastSpellByName("真言術:盾(等級 8)");end;TargetLastEnemy();

好的話給個GP吧
或是大家有什麼意見 需要什麼樣的巨集也可提出來

前兩個巨集很好用 可以有效提升補血的效率 大家參考看看吧

2005-12-04    ytldylan    巴哈姆特
 
[COLOR=#666666][url=http://www.game-s.net] [img]http://www.game-s.net/forum/statspng.php[/img][/url][/COLOR][URL="http://www.game-s.net/"][/URL]
轉播0 分享0 收藏0

回覆 使用道具 檢舉

你需要登入後才可以回覆 登入 | 註冊

存檔|手機版|聯絡我們|新聞提供|鐵之狂傲

GMT+8, 25-1-1 09:11 , Processed in 0.016670 second(s), 16 queries , Gzip On.

回頂部