What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

KingWoW Mage

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.
 
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.

ty
i will test and update asap
 
SVN UPDATE:
Fix Arcane Mage rotation.
Introduced option to avoid cast of arcaneblast at configured max charge if no T16 2P proc bonus (default enabled)

PS: delete all previus configuration saved for mage.
 
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.

Edit. Sorry was being a mong and thinking of 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.

Icelance is spammed on frozen target only or if a proc occurred!
 
Hi, 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
 
Whats is the new meta dps? Frost or arcane? I love fire, but i lost too many dps whit him
 
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
 
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

me have not this issue... will investigate
 
Maybe im blind but i cant find in CC configuration, where should i look?

Yes sorry you rigth... I update this configuration option in my working dir but did not update the repository. I will update this config option in next release

Disabling multidot stop multidotting target but normal rotation on single target continue with dot too.

edit:
SVN UPDATE:
Inserted option to for manual temporalshield.
Fixed configuration xml files: please delete all previus kingwow configuration files.
 
me have not this issue... will investigate

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 :p
 
Presence of Mind on arcan mage is not available?
And anyone might share his arcan mage config for me for raiding?
 
Presence of Mind on arcan mage is not available?
And anyone might share his arcan mage config for me for raiding?

ATM Presence of Mind is used on moving followed by arcane blast.

//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 :p

spec used?
Do you have autodismount on fight enabled?
 
Back
Top