Hey, does anyone know why my misdirection sometimes halfway through a dungeon gets cast on random party members even though the tank is always party1 on my screen and in line of sight when i cast it?
My macro is /cast [@party1] Misdirection
Hey, does anyone know why my misdirection sometimes halfway through a dungeon gets cast on random party members even though the tank is always party1 on my screen and in line of sight when i cast it?
My macro is /cast [@party1] Misdirection
Are you using the default blizzard unit frames for your party, or some addon? Many addons can - and will - reorder the party frames, but that doesn’t affect the index of the members.
Perhaps it’s indeed caused by addons but I’m running the default UI and I’m not seeing the party order change on my end. It’s always tank on top as party1, healer is party2 and so on.
My current addons are:
Bigdebuffs
Bigwigs
Details
Handynotes
Littlewigs
Leatrixplus
Omnibar
Omnicc
Tomtom
Weakauras2
I’ll try a few dungeons runs with all addons disabled and see if that helps.
I cannot comment on that macro in particular as I’ve never used ones like it.
If you don’t often make use of your Focus target-frame in dungeons or similar…I created a macro for MD early on which I’ve been using up until this day(with some minor modifications along the way ofc).
It is as follows:
#showtooltip Misdirection
/cast [target=mouseover,help,exists,nodead][@focus,help][@pet,exists]Misdirection
If you don’t want the mouseover function, you could go with something like below instead:
#showtooltip Misdirection
/cast [@focus,help][@pet,exists]Misdirection
Hey thanks for the reply
Think I’ll just switch over to your mouseover macro. The party1 macro just isen’t consistent and sometimes thinks party 2, 3 or 4 are party1 and I’m not sure if it’s caused by my addons or someone else’s addons/macros shuffling up the party order when they got lead.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.