Millz
Well-Known Member
- Joined
- Jan 15, 2010
- Messages
- 6,495
Hey Millz
In single target rotation in arcane spec I have noticed that when I have 4 arcane charges, and 2 proc's of arcane missiles it will cast one missiles then cast arcane blast then cast arcane missiles instead of just casting the 2 charges of arcane missiles. none of the arcane charges have been spent at the time it is casting the arcane blast.
View attachment 109907
In aoe mode I have noticed that it does not cast arcane missiles very often if at all and the general dps is about 20-30k less than i am getting with king wow attached a log of your routine but can also post a log from king wow if you want to have a check but i think it is down mostly to arcane missiles not being cast as thats the only difference i can see.
View attachment 109908
I have been playing about with burst mode but cannot see any difference in rotation compared to normal rotation, What is it ment to be used for? Short lived mobs? Does it work with aeo mode aswell?
Thx
Thanks for the post. I've made some changes for the single target Arcane Blast/Missiles issue. Should prevent that happening again. Will push to SVN later.
As for AoE - this is the rotation defined by SimCraft
Code:
actions.aoe=flamestrike
actions.aoe+=/living_bomb,cycle_targets=1,if=(!ticking|remains<tick_time)&target.time_to_die>tick_time*3
actions.aoe+=/arcane_barrage,if=buff.arcane_charge.stack>=4
actions.aoe+=/arcane_explosion
Portal is basically using the same code - but replaces living bomb with whatever mage bomb is talented, barrage is used at whatever the setting value is, and arcane explosion will only be used if we're actually in range of mobs - failing that it drops back to the single target rotation.
A normal AoE rotation under 'perfect' conditions does not use Arcane Missiles.
*Edit*
By any chance, do you happen to have 2 sets of 'Chronomancer Gloves' ? Maybe a pair equipped and a pair in your bags for instance?
*Edit 2* Nvm figured out why engineer gloves could break. Will push fix for that too.