Will test right now and report, gime 20min
Ok:
Its using 2 consecutive arcane blasts - first consume the 2pc proc, the second one eats full mana.
260k at dummys, after 3minutes.
That second consecutive cast without the set proc its consuming a lot of mana, sitting at 50%, wich is bad.
So far good, its detecting the proc bonus and casting arcane blast, but the consecutive its bad.
MAYBE force it to cast the barrage after the arcane blast with the 2pc set.
IF missiles proc.. ok.. it will consume depending on settings.
Ill pm you something else.
Keeps using ice lance on single target, that means it's spending icicles and that should not be happening as it's a dps loss.
thanks.
Just configure it to MANUAL on CC configurationHi, Is there a way to manuel control temporal shield, as it is now it cast it on CD, but i like to cast my self
Having a issue with pausing routine.
I use tyrael to pause the routine but it will still cast living bomb/Nether Tempest and auto select target if i clear current target or target myslelf.
Does this cr come with it's own pause setup? If so where is it as i can not seem to find it.
If it does not have it's own pause built in is there any chance that you might add it?
Thx
Just configure it to MANUAL on CC configuration
delete the temporal shield line from the code is the only way to control it manuallyHi, Is there a way to manuel control temporal shield, as it is now it cast it on CD, but i like to cast my self
delete the temporal shield line from the code is the only way to control it manually
Maybe im blind but i cant find in CC configuration, where should i look?
me have not this issue... will investigate
Presence of Mind on arcan mage is not available?
And anyone might share his arcan mage config for me for raiding?
//PRESENCE OF MIND
if (Me.IsMoving && utils.CanCast(PRESENCE_OF_MIND) && !utils.isAuraActive(PRESENCE_OF_MIND))
{
utils.LogActivity(PRESENCE_OF_MIND);
utils.Cast(PRESENCE_OF_MIND);
}
if (utils.isAuraActive(PRESENCE_OF_MIND) && utils.CanCast(ARCANE_BLAST, target) && (utils.PlayerCountBuff(ARCANE_CHARGE) < ArcaneMageSettings.Instance.CastBarrageAtCharge /*|| utils.isAuraActive(ARCANE_POWER)*/))
{
utils.LogActivity(ARCANE_BLAST, target.Name);
return utils.Cast(ARCANE_BLAST, target);
}
Any luck with sorting the pause. I'm on Malkorok heroic and this is one fight which show this issue off. I just dont use this bot at all on this boss but would be nice to be sure the pause is working correctly.
If you want proof of what i am saying just run through isle of thunder and agro a mob with pause pressed it will dismount and dot the agroed mob, kinda makes it hard to try and run on past![]()