宏的问题请问一系列的法术下来,能编成一个宏吗? 比如SS的,献祭-->腐蚀-->痛苦-->恐惧-->暗影箭. 谢谢帮忙.
function aaa()
if UnitExists("target") then
local x=1;
a=true;
b=true;
while (UnitDebuff("target", x) ~= nil) do
if (string。 find(UnitDebuff("target", x),"Sargeras"))then
a=false;
elseif (string。 find(UnitDebuff("target", x),"Explosion"))then
b=false;
end
x = x + 1;
SendChatMessage(x);
end
if (a...全部
function aaa()
if UnitExists("target") then
local x=1;
a=true;
b=true;
while (UnitDebuff("target", x) ~= nil) do
if (string。
find(UnitDebuff("target", x),"Sargeras"))then
a=false;
elseif (string。
find(UnitDebuff("target", x),"Explosion"))then
b=false;
end
x = x + 1;
SendChatMessage(x);
end
if (a) then
CastSpellByName("痛苦诅咒(等级 2)");
elseif (b) then
CastSpellByName("腐蚀术(等级 3)");
end
end
end。收起