Target @party 1/2/3 in arena issue

Hello everyone.

I got a big issue on macro party 1/2/3 , on bg it work but in arena it does not work as i want

like i got a vertical show of my party frame :

  • (healer)
  • ( Dps 1) (me)
  • ( Dps 2)

And when i roar party one it sometime roar Dps 3.
And when i roar of sacrifice party 2 it say to me i don’t have a target.

I didn’t have to bother that in BFA since crit was only 150% damage but now in shadowland roar is mendatory to survive, i struggle with those macro party 1/2/3 and i don’t know why it don’t roar the right target.

My frame is grouped by role.

Anyone know how to solve that issue ?

The problem is not your macro but the order your team enter in arena.
So target 1 can be your war first arena and the second arena target 1 can be your healer.

You need to get the script to fix it or do a macro like /tar name of the guy.

get an addon called SortGroup, it makes it so you’re always at the top and then the guy below you will be party 1 and then below him will be party 2, always

7 Likes

you can resolve this issue simple…interface->raid profiles->keep groups together
sort by
choose group and its fixed
and also you dont need to tick the keep groups together

I gonna take that addon then :smiley:!

Bicmex always the reference for hunter :smile:

thanks a ton
i was using the following oneliner:

/run LoadAddOn(“Blizzard_CompactRaidFrames”) CRFSort_Group=function(t1, t2) if UnitIsUnit(t1,“player”) then return false elseif UnitIsUnit(t2,“player”) then return true else return t1 < t2 end end CompactRaidFrameContainer.flowSortFunc=CRFSort_Group

with “keep groups together” unchecked, but i will try this addon instead now

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.