Currently, I have a team of paladins.

I am making a basic IsBoxer conditional macro for buffing. Basically, what I want to do if have each paladin do a different buff and use a different macro.


In my WoW marcro library, I have the following

Example

!if("slot 9" and character is not "slot 9" and character in "Paladins Holy")/castsequence reset=10,combat Blessing of Kings, !Seal of Insight
!if("slot 10" and character is not "slot 10" and character in "Paladins Holy")/castsequence reset=10,combat Blessing of Might, !Seal of Insight


Of course, this did not work. After re-reading the manual, I misunderstand what "slot #" does (it just checks so see if a character is present in that slot).

So basically, there is no way to create a Slot # based macro generation? For example, If slot == 1, do Kings else if slot == 2, Do Might


What I'll end up doing is creating 2 Action Targets groups called EVEN/ODD and just place the paladins in those.

But I thought I'd ask and perhaps there is a better way.