Multiline Hotkey Assistance
So I've been trying to create a hotkey to have my shaman buff me, but I seem to be having difficulty here. When I use the hotkey, he successfully buffs me with the 1st command but never executes command 2 and 3. My hot key setup is below. Can anyone see where my mistake is?
Macro
Eventually when I get this hotkey going, I want to create more multiline commands in the next couple lines to buff my other characters. (4 boxing)
Fri Feb 04, 2011 8:24 pm
You can transmit the bccmd the multiline instead of multiline-ing a bunch of bccmd. It will shrink the statement a little and make for only 1 EQBC transmission.
As far as it not casting the following spells it is because it executes all 3 of the /casting in quick succession. When it does the 2nd and 3rd you are still casting the fist spell. This is an assumption, I didn't log in to try it.
You want to split it up into 3 seperate commands, configure your hotkey like this:
Of course you want the pauses to be long enough to give your shaman time to cast/fizzle. 90 would be 9 seconds.
Macro
As far as it not casting the following spells it is because it executes all 3 of the /casting in quick succession. When it does the 2nd and 3rd you are still casting the fist spell. This is an assumption, I didn't log in to try it.
You want to split it up into 3 seperate commands, configure your hotkey like this:
Macro
Of course you want the pauses to be long enough to give your shaman time to cast/fizzle. 90 would be 9 seconds.
Fri Feb 04, 2011 9:03 pm
Project Lead
Ah, my assumption was the somehow it would know the particular spell timing...possibly w/ mq2cast or something or the very least the dividers meant to "break up" the commands until no.1 was accomplished. Anyway, I'm sure breaking up the commands would work. Thanks for the help.
Fri Feb 04, 2011 10:39 pm