Macro to move players between raid groups IN COMBAT

I would like to make a macro with which I can swap two players who are in different raid groups, which works in combat.

The purpose for this macro is to swap resto shamans into damage dealer groups so their heroism/bloodlust can be deployed there. Therefore, it is essential to be able to do so in combat.

This question applies to TBC classic and 25 player raids.

Right now, we solve this by manually dragging the players in the Blizzard UI (raid tab of the social pane). However, this is rather inconvinient for the player doing so amid a boss fight.

I tried
/script SwapRaidSubgroup(UnitInRaid("PlayerA"), UnitInRaid("PlayerB"))
and I also tried
/script SetRaidSubgroup(UnitInRaid("PlayerA"), 6) SetRaidSubgroup(UnitInRaid("PlayerB"), 1) SetRaidSubgroup(UnitInRaid("PlayerA"), 2)
Both of these approaches work out of combat but not in combat.

Does someone know a working solution for this? Help would be very appreciated. :slight_smile:

3 Likes

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