Thread: Cleric Macros
View Single Post
  #10  
Old 10-16-2010, 08:10 PM
ElanoraBryght ElanoraBryght is offline
Sarnak

ElanoraBryght's Avatar

Join Date: Jul 2010
Posts: 397
Default

Are you not sitting between casts because you have aggro?

Chain casting cani w/out sitting (for the bump of mana and hp you get by sitting during the tic) will leave you worse off than just sitting and going afk to med.

Quote:
Originally Posted by Tanagor [You must be logged in to view images. Log in or Register.]
You can insert /pause before a command on a macro line to have the game pause after that command. This lets you fit more into your macros. For instance I have a macro that casts Cannibalize 5 times, waiting 4 seconds between casts:

/pause 40, /cast 7
/pause 40, /cast 7
/pause 40, /cast 7
/pause 40, /cast 7
/cast 7

Even though the /pause command is inserted before the /cast, it will actually be performed after the cast. Separating two commands with a comma only works with /pause by the way, you can't use it for any other commands.