/施放 [target=focus,exists]误导;误导 /script if UnitExists("focus") then SendChatMessage(UnitName("focus").." 已被误导","yell");end; 开打前需手动设置好焦点 如无焦点,则误导当前目标
4,求一个魔兽世界猎人误导宏
/focus [modifier:shift]/stopmacro [modifier:shift]/施放 [target=focus,help][help][target=targettarget,help][target=pet]误导/script local u,t=UnitName,"focus";t=u(t);if not t then t=u("targettarget");end;if t then SendChatMessage("我已误导 "..t,"yell");end有焦点WD焦点,没有焦点没有目标WD宝宝,有目标WD目标,目标敌对无焦点WD目标的目标。目标已被误导这个宏到是有。/Y是喊话频道/Y目标>>>%t<<<已被误导/cast误导至于不能被误导。貌似没有这个情况吧。只要是友方目标都可以被误导。不能误导的原因貌似只有一个。就是你的技能还没CD好。
5,给我一个猎人误导宏谢谢
是指误导的娱乐宏还是猎人的bug宏?娱乐宏的话/cast 误导/y 已误导%t,大家放心输出吧!bug宏的话/cast 毒蛇钉刺(在法术书里面shift+左键点中毒蛇钉刺,下面假死和上面误导同理)/stopattack/cast 假死/cast 误导 /y 【%t】已经被我误导 注释: 误导2个字不是要你自己打字或者复制粘贴上去,而是按p打开你的法术技能书,对这误导这个技能shift+左键点击自己写到宏里去的。自己打字上去是用不出技能的。 /y就是大喊的意思。 %t就是你当前目标的名字,宏里的%t会自动转换为你目标的名字,所以用%t就好。【】只是为了方便别人看清楚名字,没有别的意义/stopattack/cast 毒蛇钉刺/cast 假死/目标 pet这个宏我目前没拉失败过focus [modifier:shift] /stopmacro [modifier:shift] /施放 [target=focus,help][help][target=targettarget,help][target=pet]误导 /script local u,t=UnitName,"focus";t=u(t);if not t then t=u("targettarget");end;if t then SendChatMessage("我已误导 "..t,"yell");end 按住shift则把当前设为焦点,并结束,用于刚进副本把mt设为焦点 如果焦点存在而且友好就给焦点上误导 否则如果目标的目标存在而且友好(没设焦点就开战的情况)则给目标的目标上误导 否则如果目标友好则给目标上误导 否则如果宠物存在则给宠物上误导 否则直接给目标上误导 oblind 的误导宏,一直在用,很爽很舒服