PDA

View Full Version : Macros


ShnarfShnarf
09-07-2010, 01:36 PM
Hellos,

I'm trying to write a macro for canni and I'm wondering if it's possible to have multiple commands per line, ie

line 1: /cast canni /pause 13 /sit

ive tried adding all sorts of keys between the commands ,;:. and it only does the first command leading me to believe its not possible but ive heard rumors.

Extunarian
09-07-2010, 01:41 PM
You can pause on the same line as a cast..the only thing is the client seems to read right to left. My canni macro is something like

/pause 18,/cast 5
/sit

This would result in a cast, a pause while the cast takes place, and then a sit shortly after. Don't pause for the exact cast time of the spell or the sit command will rarely if ever work correctly. 18 seems to work best for me for canni.

Noselacri
09-07-2010, 01:45 PM
Don't put it all on the same line. My canni macro looks like this:

1: /cast x
2: /pause 14
3: /sit

Make sure the pause is .1 longer than the spell's cast time.

ShnarfShnarf
09-07-2010, 01:50 PM
coolios thanks guys ill try those out to see what works best