/click may help you here. You need a big button macro and then a macro for each account. Here's how it would work.
Bigbutton:
Code:
/click [mod:rctrl,mod:rshift,nomod:alt] AccountMacro1
/click [mod:rctrl,mod:ralt,nomod:shift] AccountMacro2
/click [mod:ralt,mod:rshift,nomod:ctrl] AccountMacro3
/click [mod:rctrl,mod:ralt,mod:shift] AccountMacro4
/click [mod:rctrl,nomod:alt,nomod:shift] AccountMacro5
Change the "AccountMacro1" to the name of the button you put the macro on. (MultiBarRightButton1 for instance)
Then your account macros will be:
Code:
/target [target=ToonAAcct1,exists][target=ToonBAccount1,exists][target=ToonCAcct1,exists][target=ToonDAcct1,exists][target=ToonEAcct1,exists]
Code:
/target [target=ToonAAcct2,exists][target=ToonBAccount2,exists][target=ToonCAcct2,exists][target=ToonDAcct2,exists][target=ToonEAcct2,exists]
Code:
/target [target=ToonAAcct3,exists][target=ToonBAccount3,exists][target=ToonCAcct3,exists][target=ToonDAcct3,exists][target=ToonEAcct3,exists]
Code:
/target [target=ToonAAcct4,exists][target=ToonBAccount4,exists][target=ToonCAcct4,exists][target=ToonDAcct4,exists][target=ToonEAcct4,exists]
Code:
/target [target=ToonAAcct5,exists][target=ToonBAccount5,exists][target=ToonCAcct5,exists][target=ToonDAcct5,exists][target=ToonEAcct5,exists]
place the above macros on a bar somewhere they could be clicked.
All your spell macros will then be:
Code:
/click [mod] BigButtonMacro
/cast [target=targettarget,harm][target=targettargettarget,help][] SpellName
/targetlasttarget [mod]
Don't forget the fallthrough "[]" or your main will stand there like an idiot. Also remember to put the [mod] on targetlasttarget or your main will keep changes target and all your alts will be very very confused.
Follow macro would be:
Code:
/stopmacro [nomod]
/click BigButtonMacro
/follow
/targetlasttarget
It will now target the appropriate toon that is online from the account and cast the spell. Of course you have to fill in the names of the characters, and will need to change the click button name refrences to wherever you put the macros.
I hope that helps a little
Bettysue
Connect With Us