这个SS宏能用吗?

来源:百度知道 编辑:UC知道 时间:2024/06/27 15:36:50
/script PetAttack();
/施放 诅咒增幅
/script SpellStopCasting();
/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;
/script PetAttack();
/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;
是分次完成的!!!!!!!!!

不可以,看得出来,你是想1键上完所有DOT,
,但是玻璃渣限制宏中的技能延时施放,而且字数可能也超过限制了,

--------------------------------------
我查了下 在MOP上 置顶的帖子里有
一键3DOT宏
点一下放一个,缺啥补啥,一直按吧
注意,这是solo宏,团队中如果有其他术士的话就不好用了,因为无法判断DOT是不是你放的,比如其他术士放了痛苦诅咒,
这个宏就不会再放痛苦诅咒,直到那个术士的痛苦诅咒消失
通用版
/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;

可能是可以使用的,但是要注意字数

你这个宏是想做什么。。一键打怪?宝宝攻击+所有DOT,哪个没上哪个。。。

怎么可能……估计死机有可能