View Single Post
09-19-14, 02:06 AM   #1
techsgtchen
A Theradrim Guardian
 
techsgtchen's Avatar
Join Date: Aug 2006
Posts: 68
Question Fire Mage Macro Help: Castsequence

What does the "0"'s after the reset do? I learned the first 0 is a timer but the ones after that are a mystery to me. I have played around with it to get a functional Fire Spec macro for my mage but it is a mystery to me. I have something such as the following.
Code:
/castsequence reset=1 3,5,3,1,Fireball
/castsequence reset=3 3,5,3,Inferno Blast
/castsequence reset=9 3,5,Living Bomb
/castsequence reset=3 3,Combustion
/cast Presence of Mind
/cast Mirror Image
/use 13
/use 14
I end up hitting the key several times because it is unclear when or if the macro will decide to cast Fireball. Pyroblast is a proc and as such is without relevance in macros. This is inconsistency is problematic though. I hope someone can help me.

I can not decipher the pattern of what each number in a series {such as 3,5,3,1,} actually does.

I want [Inferno Blast] to cast every 8 seconds; And [Living Bomb] to cast every eleven. Combustion I could just remove from the sequence and set it by itself like Presence of Mind. However, I do want it to come AFTER the dots.

As I said I understand the first number is a 'timer'; However if I am hitting the button at least for every cast that kind of makes the timer irrelevant yes?

Thank you for sharing your Force; And, may the Goddess bless you.
  Reply With Quote