[harm,nodead]就很好理解了,这两个条件把技能的条件进一步限制了,harm使鼠标目标仅限定为敌对目标(同理,加血宏就是help),nodead则让它不理睬已经挂掉的家伙..[tareget=mouseover,harm,exists,nodead][]全部综合以后这个宏就达到了要求,优先对鼠标飘过的敌对目标施法,若没有则对当前目标施放.
target=mouseover,nodead,exists,harm target 的意思就 选取对象 = 特定符号 mouseover, 鼠标指着的人(不用点击,放他人上面就行)nodead, 未死亡的目标exists, 为消失的目标harm, 有仇恨目标(可能不准确,对人没什么用,但是又必须有)给个例子:#showtooltip/cast [mod:alt,target=focu...
/施放 猛禽一击 /startattack /施放 [@pettarget,exists] 杀戮命令 /stopmacro [@mouseover,noharm] /targetlasttarget /castsequence !自动射击 /run C_CVar.SetCVar("autoRangedCombat",1) #showtooltip 稳固射击 /castsequence reset=target !自动射击,X /cast [@mouseover,harm,nodead][]稳固射击 /施放 [@p...
#showtooltip /cast [@mouseover,help,nodead][@player]Flash of Light This one will cast on your mouseover if they are both friendly and alive. Otherwise, it will cast it on yourself. Mouseover conditionals should always have an existence check (help, harm, or exists) or the macro can fa...
/cast [target=mouseover,exists,noharm,nodead][@target, noharm, nodead, exists][target=player] hand of protection Pretty sure that is what you are looking for. Protoroar Reply With Quote 2011-04-09, 10:51 AM #4 Ketho Mechagnome Join Date Jan 2011 Posts 573 Code: #showtooltip /...
把鼠标指向的目标(没死的,存在的,敌对的)作为目标 也就是说如果目标不是鼠标指向;死了;消失了;友好的 ,就不是你要指定的目标了 target 目标 mouseover 鼠标指向 nodead 没死的 exists 存在的 harm 敌对的 没
如果鼠标指向一个敌对并且没有死亡的目标,那么对鼠标指向的这个目标施放技能,如果鼠标没有指向这样的目标,就对当前目标(前提的敌对的)施放该技能 另外,tatget写错了,是target
/cast [[at]mouseover, help, nodead][[at]target, harm, nodead][[at]focus, help, nodead][[at]player] Holy Shock Would do the trick. It'll heal mouseover if possible, deal damage to target if hostile, heal focus if friendly and you don't have a target. So unless you're not tar...
#showtooltip /cast [mod:alt,@arena2,harm,nodead] [@arena1,harm,nodead] [] Hex 1 Like Racecar-burning-blade February 26, 2021, 4:43am 3 Any idea why something like this doesn’t work? I even tried adding “help” and “help,nodead” after the @Syni part… /cast [@Syni] He...
/cast [@mouseover, harm][] polymorph 7 Likes Zorinea-area-52 September 2, 2019, 12:25am 8 /cast [target=mouseover,help,nodead][help][target=player]Healing Touch Works perfect. If you are moused over someone whether it’s their toon or frame it will heal them… if not it heals...