PDA

View Full Version : Problem with FTL assist macro



torytrae
02-16-2009, 04:37 PM
Hi guys, I use:


/assist
[mod:ctrl,mod:shift,nomod:alt]ToonA;
[mod:ctrl,mod:alt,nomod:shift]ToonB;
[mod:alt,mod:shift,nomod:ctrl]ToonC;
[mod:ctrl,mod:alt,mod:shift]ToonD;
[mod:ctrl,nomod:alt,nomod:shift]ToonE
/cast [harm] Lightning Bolt
/targetlasttarget

It works so far, except that my toons keep saying like:

[mod:ctrl,mod:shift,nomod:alt]ToonA;
[mod:ctrl,mod:alt,nomod:shift]ToonB;
[mod:alt,mod:shift,nomod:ctrl]ToonC;
[mod:ctrl,mod:alt,mod:shift]ToonD;
[mod:ctrl,nomod:alt,nomod:shift]ToonE

Into the chat?! Any idea whats wrong? I have it one line so far. ?(

Taliesin
02-16-2009, 05:07 PM
Just a guess... probably because you have "Enter"s after /assist and subsequent lines. Try it all on one line, only using "Enter" when starting a new slash command:



/assist [mod:ctrl,mod:shift,nomod:alt]ToonA; ... [mod:ctrl,nomod:alt,nomod:shift]ToonE
/cast [harm] Lightning Bolt
/targetlasttarget

torytrae
02-16-2009, 05:12 PM
Weird ...

If I use this it works:

/assist [mod:ctrl,mod:shift,nomod:alt]Yumiraa;[mod:ctrl,nomod:alt,nomod:shift]Lûft
/cast [harm] Blitzschlag
/targetlasttarget

If I add one more toon in between it doesnt work anymore 8|

/assist [mod:ctrl,mod:shift,nomod:alt]Yumiraa;[mod:ctrl,mod:alt,mod:shift]Erdê;[mod:ctrl,nomod:alt,nomod:shift]Lûft
/cast [harm] Blitzschlag
/targetlasttarget

?( Do I need a specific addon to enable more lines or what?!

torytrae
02-16-2009, 05:22 PM
You were right, there were some Returns in between although shown in the texteditor in one line :huh: ;( :D