魔兽世界宏高手进~焦点目标的名字代码是什么?

来源:百度知道 编辑:UC知道 时间:2024/06/03 16:46:39
我小号猎人,用的是误导宏,就是事先把MT定为焦点,这样,在目标是BOSS的情况下,不用切换目标,就可以给焦点战士加上误导。同时我要加上喊话宏,就是“我已误导XXX”。我们都知道,如果我的目标就是那个战士的话,就是“我已误导%T”。可是我的当前目标既然是BOSS,就不能用%T了,那样岂不成了“我已误导伊利丹”~~。谁知道如果喊话里想带出焦点目标的名字,是用什么代码?
我试过focusname name=focus,各种 都不行,我想应该不是focus之类的,就像平时我们常用的目标代码%T,也不是target一样。应该是有一个特定的代码的。 而且因为不一定被分去误导谁,焦点是常常变的,总是换宏的内容,随时去写上当前MT的名字,这不现实。

focus 焦点目标 target=focus 目标是焦点目标 也可以 @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
如/cast [@focus]误导 猎人:对焦点目标施放误导
/cast [mod:alt,@focus][]法术反制 法师:按下Alt键反制焦点目标,否则反制当前目标

/target [@focustarget] 或者 /target focustarget 都行.

如果是指目标的名字的话 是%t

/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&