just started playing again. I use to use a disengage macro the would wing clip closest enemy player without losing my current target but it seems to not work anymore. Dont really want a separate bind for wingclip and I like to keep cs on a focus keybind making it more easy to land traps on healers.
this is the broken macro. maybe you all know a fix?
#showtooltip Disengage
/console targetNearestDistance 5.000000
/targetenemy [noharm][dead]
/cast [harm,nodead] Wing Clip
/cast Disengage
/targetlasttarget
after some masterful googling, iām reading that targetnearestdistance doesnt work anymore. But i havent tried it out. What if you remove the /console line?
You might want to slap a /cleartarget too
interesting. ill try and cleartarget and change to targetnearestenemy
If you want to target the nearest enemy player, youll need to use /targetenemyplayer (functions the same way as the keybind for target nearest enemy player)
this seems to have fixed it
#showtooltip Disengage
/stopcasting
/targetnearestenemy [noharm][dead]
/cast [harm,nodead] Wing Clip
/cleartarget
/startattack
/cast Disengage
/targetlasttarget
1 Like