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

Singular Mage Revamped. (FROST)

Status
Not open for further replies.
kool, might just be my install or something although at the moment I've tried both a fresh install of everything and using my old install and simply updating it. Very strange
 
going to test this out, will report later :)

edit: so far so good, i like the frost armor instead of the fire. and it seems to be able to do more damage than the default
 
Last edited:
Love this CC, only one question, i use this with lazyraider and how do i stop it polymorfing when ever there is 2 or more mobs?
 
Really like this CC, pretty much always top in BG but the only thing that is worrying me is that I want to do some Dungeons but I'm a bit worried that I will blink and end up pulling mobs, is there a way to stop blinking? (Sorry if it is a dumb quesion)
 
Really like this CC, pretty much always top in BG but the only thing that is worrying me is that I want to do some Dungeons but I'm a bit worried that I will blink and end up pulling mobs, is there a way to stop blinking? (Sorry if it is a dumb quesion)

try deleting this for PVP


Spell.BuffSelf("Blink",
ret => !Unit.NearbyUnfriendlyUnits.Any(u => u.Distance <= 5f && !StyxWoW.Me.CurrentTarget.HasAura("Freeze") || !StyxWoW.Me.CurrentTarget.HasAura("Frost Nova") || StyxWoW.Me.IsStunned() || StyxWoW.Me.IsRooted())),

this for PVE

Spell.BuffSelf("Blink",
ret => !Unit.NearbyUnfriendlyUnits.Any(u => u.Distance <= 5f && !StyxWoW.Me.CurrentTarget.HasAura("Freeze") || !StyxWoW.Me.CurrentTarget.HasAura("Frost Nova"))),
 
Last edited:
it works really well for pve actually i use it for all bot purposes
 
until he adds interrupts for specific spells you can add this basic interrupt that will cast Counterspell whenever a spell is interruptable.

add it under the

// Rotation

Spell.Cast("Counterspell", ret => StyxWoW.Me.CurrentTarget.CanInterruptCurrentSpellCast && !StyxWoW.Me.CurrentTarget.Stunned && !StyxWoW.Me.CurrentTarget.Silenced),
 
Hey guys, this CC is amazing and it has gotten me to level 86 so far! :) Thanks so much for making it.

I have one problem and it isn't an error of any sort. It casts polymorph whenever I encounter groups of mobs. There are a lot of roaming packs of 5+ mobs in Panda and this CC will continue to try to cast polymorph on one of the mobs until he dies. This doesn't happen every time since my mage is so powerful that he can still kill them all, but it has lead to many deaths. Is there any way that I can disable polymorph? I really don't need it at this point.

Again, thank you for this great CC!
 
Hey guys, this CC is amazing and it has gotten me to level 86 so far! :) Thanks so much for making it.

I have one problem and it isn't an error of any sort. It casts polymorph whenever I encounter groups of mobs. There are a lot of roaming packs of 5+ mobs in Panda and this CC will continue to try to cast polymorph on one of the mobs until he dies. This doesn't happen every time since my mage is so powerful that he can still kill them all, but it has lead to many deaths. Is there any way that I can disable polymorph? I really don't need it at this point.

Again, thank you for this great CC!


2 posts above nate posted how to remove polymorph, as I now use it too :)
 
Oh, Jesus. I look like an idiot now.

Thanks so much, Frigg and nate8282. :)
 
Sry but anyhow this profile doesn't cast "Arcane Brilliance"^^?

or is that intentional?

sry it does^^
i looked up for that blue icon, but then i realised that there is this orange icon and the buff is splitted in a spell and a crit buff^^
 
Last edited:
I'm leveling a Frostmage (80% by hand / 20 bot) and I reached level 86 so far.
Used Hauntard PvP Frostfire Mage CC, which worked "Ok".
It didnt use Ice-Barrier infight nor frostbomb.

Now I've changed to your CC - Routine and there is only one thing to say:
Awesome!
The damage increase is great! It works flawless!
Doesnt look "botish" and it works soo perfect!
Thank you!
 
Status
Not open for further replies.
Back
Top