*尽量安装super macro插件的以便更好的支持宏命令


盗贼


全程切割
/script i=1;t=0;while UnitBuff("player",i) do if string.find(UnitBuff("player",i),"SliceDice") then t=1;break;end;i=i+1;end;if((GetComboPoints()>0 and t<1) or UnitHealth("target")<0) then CastSpellByName("切割") end
大于一星且无切割buff时施放切割

自动剔骨
/script i=1;t=0;while UnitBuff("player",i) do if string.find(UnitBuff("player",i),"SliceDice") then t=1;break;end;i=i+1;end;if((GetComboPoints()>4 and t==1) or UnitHealth("target")<0) then CastSpellByName("剔骨") end
当有切割buff时,5星剔骨

PvE一键DPS宏
/script local p,c,b,i,f=GetComboPoints(),CastSpellByName;for i=1,16 do b=UnitBuff("player",i);if b and strfind(b,"SliceDice") then f=1;break;end;end;if p>0 and not f then c("切割");elseif p==5 and f then c("割裂");else c("邪恶攻击");end;
战斗剑专精作用是有星就切割5星就割裂平时邪恶攻击,战斗匕首就把邪恶攻击改成背刺即可

PvE一键DPS宏2
/script if (UnitIsUnit("targettarget","player")) then CastSpellByName("闪避") end;
/script if (GetComboPoints() >= 5) then CastSpellByName('切割") else CastSpellByName("邪恶攻击"); end;
NAXX教官BOSS,OT后BOSS看你自动看闪避,5星就切割,平时邪恶攻击

抓贼宏
/script TargetNearestEnemy({reverse})
/施放 闷棍
60年代盗贼抓贼宏......猎人可以改成驱散射击 骑士可以改成审判 牧师 痛 等等

亡灵意志后抓恐惧你的目标
/script SpellStopCasting();
/script ClearTarget()
/施放 亡灵意志(种族特长)
/script TargetLastEnemy()亡灵意志宏
作用是停止施法清除目标 然后亡灵意志 自动选择恐惧你的目标