I have a few 60s that I'd like to level up to 70. Luckily I already have a Druid at 70.

I'm thinking that if I group up the characters, the Druid will suck up some of the XP. So instead of grouping, I'd just have the Druid hang back and heal as needed. For example, say I've got a 70 Druid and a 60 Warrior.

I'd use some macros like:

/target WarriorCharacterName
/cast Regrowth

Nothing fancy. However, if I want to switch to another level 60 character, I need to go back edit the macro to

/target RogueCharacterName
/cast Regrowth

Since I'm not in a party, I can't use Party1 or Party1Target or the others. I'd hate to have a macro set for each character.

Would something like this work?

/target WarriorCharacterName or RogueCharacterName or PalyCharacterName
/cast Regrowth

ops: I'm just not familiar with the syntax ops: