Action Target Groups and Named WoW Macros
!if (character is in "Elemental Shamans") /castsequence Lightning Shield, Flametongue Weapon
!if (character is in "Resto Shaman") /castsequence Water Shield, Earthliving Weapon
I added action target groups to set them apart. Then, so I wouldn't have to move this shaman from one action target group to another when I switch between character sets, I made a mapped key that removes the character from the Elemental Shamans ATG and joins it to the Resto Shaman ATG. I specified this mapped key in "Perform this Mapped Key when Character Set is loaded or reloaded" however it doesn't seem to be working. When I load or reload the character set, the isboxer addon doesn't change to correspond with the updated script.
Am I doing this wrong?