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.
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
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
/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