猎人最简单宏的编辑请教猎人对怪上了猎人印记宝宝主动攻击的宏如何设
请教猎人对怪上了猎人印记主动攻击的宏如何设置?
1: /Scrip PetAttacke() /施放 猎人印记(等级 1) 2: /script local T; for i=1,16,1 do T=UnitDebuff("target", i); if (T and string.find (T,"Quickshot")) then break; end; end; if (T and string.find (T,"Quickshot")) then PetAttack(); else CastSpellByName("毒蛇钉刺(等级 1)"); end; /script TargetLastEnemy() /script PetPassiveMode() /script PetFollow() /script ClearTarget() /施放 假死 /施放 冰冻陷阱(等级 3) /script TargetLastEnemy() 注意:要连点2次才可以释放陷阱 1次不可能完成