乌龟服盗贼血腥剑一键宏(超级宏)
先贴天赋:
https://talents.turtle-wow.org/rogue?points=AoYDIoAYYAAAAACYAoCRAoBSAYAAAAAAAAAAAAAAAAA=
这里是自己重写的一键宏,
/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;
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。