鐵之狂傲

標題: 牧師版好用巨集(自己參考術士版的做出來的) [列印本頁]

作者: calvin855    時間: 06-2-6 05:08
標題: 牧師版好用巨集(自己參考術士版的做出來的)
牧師版好用巨集(自己參考術士版的做出來的)
首先要有兩個常駐的巨集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    巴哈姆特




歡迎光臨 鐵之狂傲 (https://gamez.com.tw/)