Help with Mage Rotation
Posted: Sun Jan 31, 2010 2:39 am
I am looking to set up a mage rotation but I am not sure how priority works. It seems to be quite random even when priorities are placed in succession ie. 100, 90, 80.
These are the spells/skills I want to cast:
<skill name="MAGE_FLAME" hotkey="VK_3" priority="100" />
<skill name="MAGE_FIREBALL" hotkey="VK_5" priority="100" />
<skill name="MAGE_LIGHTNING" hotkey="VK_6" priority="90" />
<skill name="ROGUE_SHADOWSTAB" hotkey="VK_4" priority="80" />
<skill name="MAGE_ELEMENTAL_CATALYST" hotkey="VK_2" priority="30" inbattle="true" />
I want to cast Flame then Fireball immediately, then Lightning (which will stun the mob), then Flame over and over, unless mob gets to melee range, then shadowstab.
I know its a bit more complicated and I am attempting to learn to code this on my own, but any help would be appreciated!
These are the spells/skills I want to cast:
<skill name="MAGE_FLAME" hotkey="VK_3" priority="100" />
<skill name="MAGE_FIREBALL" hotkey="VK_5" priority="100" />
<skill name="MAGE_LIGHTNING" hotkey="VK_6" priority="90" />
<skill name="ROGUE_SHADOWSTAB" hotkey="VK_4" priority="80" />
<skill name="MAGE_ELEMENTAL_CATALYST" hotkey="VK_2" priority="30" inbattle="true" />
I want to cast Flame then Fireball immediately, then Lightning (which will stun the mob), then Flame over and over, unless mob gets to melee range, then shadowstab.
I know its a bit more complicated and I am attempting to learn to code this on my own, but any help would be appreciated!