Originally Posted by
tinyblaze
because that's the way to do it and there is no such rotation at the moment, by following that rotation you will get way more dps than just a react to pyro proc rotation
Do you know how to use SimC?
Change this line from:
Code:
combustion,if=dot.ignite.tick_dmg>=((action.fireball.crit_damage+action.inferno_blast.crit_damage+action.pyroblast.hit_damage)*mastery_value*0.5)&dot.pyroblast.ticking&buff.alter_time.down&buff.pyroblast.down&buff.presence_of_mind.down
to:
Code:
combustion,if=dot.ignite.tick_dmg>=((action.fireball.crit_damage+action.pyroblast.hit_damage)*mastery_value*0.5)&dot.pyroblast.ticking&buff.alter_time.down&buff.pyroblast.down&buff.presence_of_mind.down
and remove this line:
Code:
inferno_blast,if=buff.heating_up.react&buff.pyroblast.down
and change this line from:
Code:
pyroblast,if=buff.pyroblast.react|buff.presence_of_mind.up
to:
Code:
pyroblast,if=buff.pyroblast.react&buff.heating_up.react|buff.presence_of_mind.up
You do those changes and its a dps loss, I read the forum and the mage says with higher gear you should be able to not even use IB.... you tell me whats so good when SimC is all we have to use outside the game for high iteration simulation.