魔兽世界宏高手进~焦点目标的名字代码是什么?
我小号猎人,用的是误导宏,就是事先把MT定为焦点,这样,在目标是BOSS的情况下,不用切换目标,就可以给焦点战士加上误导。同时我要加上喊话宏,就是“我已误导XXX”。我们...
我小号猎人,用的是误导宏,就是事先把MT定为焦点,这样,在目标是BOSS的情况下,不用切换目标,就可以给焦点战士加上误导。同时我要加上喊话宏,就是“我已误导XXX”。我们都知道,如果我的目标就是那个战士的话,就是“我已误导%T”。可是我的当前目标既然是BOSS,就不能用%T了,那样岂不成了“我已误导伊利丹”~~。谁知道如果喊话里想带出焦点目标的名字,是用什么代码?
我试过focusname name=focus,各种 都不行,我想应该不是focus之类的,就像平时我们常用的目标代码%T,也不是target一样。应该是有一个特定的代码的。 而且因为不一定被分去误导谁,焦点是常常变的,总是换宏的内容,随时去写上当前MT的名字,这不现实。 展开
我试过focusname name=focus,各种 都不行,我想应该不是focus之类的,就像平时我们常用的目标代码%T,也不是target一样。应该是有一个特定的代码的。 而且因为不一定被分去误导谁,焦点是常常变的,总是换宏的内容,随时去写上当前MT的名字,这不现实。 展开
11个回答
展开全部
focus 焦点目标 target=focus 目标是焦点目标 也可以 @focus
/stopcasting
/cast[target=focus,exists]误导;误导
中断当前施法,并且,有焦点的情况下误导焦点,无焦点时误导当前目标
如果不想麻烦就直接用
/stopcasting
/cast[target=focus]误导
/stopcasting
/cast[target=focus,exists]误导;误导
中断当前施法,并且,有焦点的情况下误导焦点,无焦点时误导当前目标
如果不想麻烦就直接用
/stopcasting
/cast[target=focus]误导
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
我的宏就是这个焦点误导宏,我直接把我的宏贴给你吧
/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
/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
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
/stopcasting
/cast[target=focus,exists]误导;误导
中断当前施法,并且,有焦点的情况下误导焦点,无焦点时误导当前目标
如果不想麻烦就直接用
/stopcasting
/cast[target=focus]误导
/cast[target=focus,exists]误导;误导
中断当前施法,并且,有焦点的情况下误导焦点,无焦点时误导当前目标
如果不想麻烦就直接用
/stopcasting
/cast[target=focus]误导
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
/focus
如/cast [@focus]误导 猎人:对焦点目标施放误导
/cast [mod:alt,@focus][]法术反制 法师:按下Alt键反制焦点目标,否则反制当前目标
如/cast [@focus]误导 猎人:对焦点目标施放误导
/cast [mod:alt,@focus][]法术反制 法师:按下Alt键反制焦点目标,否则反制当前目标
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
/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
我的误导宏 直接误导焦点目标的
/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
我的误导宏 直接误导焦点目标的
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询