魔兽世界lr误导宏有T的情况下误导T没T的情况下误导BB

同上
2024-12-20 20:52:21
推荐回答(2个)
回答1:

魔兽世界的宏不能判断其他玩家的职位,但是你可以用焦点解决这个问题。
/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

你设MT为焦点就误导MT,如果没有焦点就误导BB

回答2:

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
记得设T为焦点 如果没有焦点就直接误导BB