Heya


am not sure how to solve the targeting issue with /castsequences atm. I'll look into it when i get back home..

what I could suggest quickly to begin wth is introducing a /stopmacro command.. like so:


/castsequence [target=harm] Lightning Bolt, Chain Lightning
/stopmacro [target=harm,nodead]
/a [mod:ctrl,mod:shift,nomod:alt,target=ToonA]
[mod:ctrl,mod:alt,nomod:shift,target=ToonB]
[mod:alt,mod:shift,nomod:ctrl,target=ToonC]
[mod:ctrl,mod:alt,mod:shift,target=ToonD]
[mod:ctrl,nomod:alt,nomod:shift,target=ToonE]

now careful with these though.. I would not advise using it with all your macros as you may end up loosing a lot of functionality :S

I'll see if i can make them better