一键3DOT宏 点一下放一个,缺啥补啥,一直按吧 注意,这是solo宏,团队中如果有其他术士的话就不好用了,因为无法判断DOT是不是你放的,比如其他术士放了痛苦诅咒,这个宏就不会再放痛苦诅咒,直到那个术士的痛苦诅咒消失。 通用SS /script local n,s,k,j,d,f={Abomi,Sarge,Immol},{腐蚀术,痛苦诅咒,献祭};for k=1,3 do f=nil;for j=1,16 do d=UnitDebuff(target,j);if d and strfind(d,n[k]) then f=1;break;end;end;if not f then CastSpellByName(s[k]);break;end;end; 痛苦SS /script local n,s,k,j,d,f={Abomi,Requi,Immol},{腐蚀术,生命虹吸,痛苦诅咒};for k=1,3 do f=nil;for j=1,16 do d=UnitDebuff(target,j);if d and strfind(d,n[k]) then f=1;break;end;end;if not f then CastSpellByName(s[k]);break;end;end;