Mill z =>bug,frost i need deactivate [Conjure Refreshment] keep spamming and it say already have too many of this item ,wish is 80,but on fire was ok so i dont realy know if is just my comp bug,i ned more testing i think
=>water elemental tested 100 % no bug =water elemental is summoned out of combat know,its working very well
=> slow fall is not working
=> ice block is not working on [Cauterize]
Fire Mage rotation Need some work :
// Single Target
this is your current rotation=>
Spell.Cast("Combustion", ret => Me.CurrentTarget.HasMyAura("Ignite")),
Spell.Cast("Pyroblast", ret => Me.ActiveAuras.ContainsKey("Pyroblast!")), == neva cast with only 1 Pyroblast! proc
Spell.Cast("Inferno Blast", ret => Me.ActiveAuras.ContainsKey("Heating Up")),
Spell.Cast("Fireball"),
what a suggest is =>
Spell.Cast("Combustion", ret => Me.CurrentTarget.HasMyAura("Ignite")),
Spell . Cast ( "Pyroblast" , ret => Me . HasAura ( "Heating Up" )&&Me . HasAura ( "Pyroblast!" ) ) ,
Spell . Cast ( "Inferno Blast" , ret => Me . HasAura ( "Heating Up" ) ) ,
Spell . Cast ( "Fireball" , ret => !Me . HasAura ( "Heating Up" )
diference=>
"Pyroblast" should be cast always with( Heating Up)1 proc buff and Pyroblast!1 proc buff neva with only 1 Pyroblast! proc,alot of pll dose that but is rong
Inferno Blast should be cast if we have (Heating Up) wish after cast will become Pyroblast!1 proc
Fireball should be cast if dont have (Heating Up) too keep up the buff (Heating Up)
resume => Fireball + Inferno Blast = Pyroblast
=>(Heating Up) proc + Pyroblast! proc = use Pyroblast
the trick is the build up Heating Up)1 proc and Pyroblast!1 proc so we can cast "Pyroblast" with hightest damage possible so we can cast " [Alter Time]".to double the same cast + free Pyroblast them use Combustion whene is no alter time, after that u can still use [Presence of Mind] with Pyroblast for more 1 free cast .note use Combustion with Pyroblast made with alter time not with [Presence of Mind]+ Pyroblast,because they deal more damage.
i know there is alot of mage out there with diferent opinion ,pls feel free to comment on this matter