乌龟服盗贼血腥剑一键宏(超级宏)

先贴天赋:
https://talents.turtle-wow.org/rogue?points=AoYDIoAYYAAAAACYAoCRAoBSAYAAAAAAAAAAAAAAAAA=
file
这里是自己重写的一键宏,

/script for A=1,172 do if IsAttackAction(A) then if not IsCurrentAction(A) then UseAction(A) end end end
/script if not UnitExists("target") or UnitIsDead("target") then TargetNearestEnemy() end
/script local p,c,b,i,f,g=GetComboPoints(),CastSpellByName;for i=1,16 do b=UnitBuff("player",i);if b and strfind(b,"SliceDice") then f=1;break;end;end;for i=1,16 do b=UnitBuff("player",i);if b and strfind(b,"Bone_09") then g=1;break;end;end;if p>0 and not f then c("切割");elseif p>0 and not g then c("割裂");elseif p>=4 and f then c("剔骨");else c("邪恶攻击");end;
/script CastSpellByName("突袭")

查看自己的buff宏

/script local i,b for i=1,16 do b=UnitBuff("player",i);SendChatMessage(b);end;

查看目标的buff宏

/script local i,b for i=1,16 do b=UnitBuff("target",i);SendChatMessage(b);end;

发表回复

登录... 后才能评论