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.
One other thing i would like to see it use if possible is ring of frost? Maybe have it cast it on top of its self as a defensive measure while on cooldown?
 
Sorry for not responding earlier. I've been working the entire weak with close to no time for gaming, even less for fixing the cc. I'm looking into adding new abilites people have suggested.
CC update is being worked on.
 
Not a big deal man. RL is more important. The cc is running well anything else is just icing on the cake.
 
Added in Ice Barrier logic to "Normal" rotation:

public static Composite CreateMageFrostNormalCombat()
{
return new PrioritySelector(


//1 - Always ensure we have a target
Safers.EnsureTarget(),
//2 - Ice Block is important. The Higher this is, the better.
new Decorator(
ret => StyxWoW.Me.ActiveAuras.ContainsKey("Ice Block"),
new ActionIdle()),
Spell.BuffSelf("Ice Block", ret => StyxWoW.Me.ActiveAuras.ContainsKey("Cauterized") && !StyxWoW.Me.ActiveAuras.ContainsKey("Hypothermia")),
Spell.BuffSelf("Ice Barrier", ret => !StyxWoW.Me.ActiveAuras.ContainsKey("Ice Barrier")),
 
could you add combat unstuck in CC?
so if it in combat - it kill all mobs around till it get off it.
(bot sometimes get stuck in combat mode)
 
dunno if it's just me or an HB prob but have trouble when using this cc now. When i'm using it it just stops working after a while, trying to figure out why.


EDIT:

Looks like the problem is just HB's server.
 
Last edited:
tried v0.1 and v0.2

Compiler Error: c:\Users\Pc_User\Desktop\honorbuddy\Routines\Singular\ClassSpecific\Mage\Common.cs(19,25) : error CS0101: The namespace 'Singular.ClassSpecific.Mage' already contains a definition for 'Common'
Compiler Error: c:\Users\Pc_User\Desktop\honorbuddy\Routines\Singular\ClassSpecific\Mage\Frost.cs(20,18) : error CS0101: The namespace 'Singular.ClassSpecific.Mage' already contains a definition for 'Frost'
 
I can't get this to cast Frostfire bolt...he just stands there cycling through these spells:

[Singular] Casting Counterspell on Priest
[Singular] Casting Counterspell on Priest
[Singular] [Pet] Casting Attack
[Singular] [Pet] Casting Freeze
[BGBuddy]: Moving to enemy flag carrier
[Singular] [Pet] Casting Attack
[Singular] [Pet] Casting Freeze
[Singular] Casting Counterspell on Monk
[Singular] Casting Counterspell on Monk
[Singular] [Pet] Casting Attack
 
tried v0.1 and v0.2

Compiler Error: c:\Users\Pc_User\Desktop\honorbuddy\Routines\Singular\ClassSpecific\Mage\Common.cs(19,25) : error CS0101: The namespace 'Singular.ClassSpecific.Mage' already contains a definition for 'Common'
Compiler Error: c:\Users\Pc_User\Desktop\honorbuddy\Routines\Singular\ClassSpecific\Mage\Frost.cs(20,18) : error CS0101: The namespace 'Singular.ClassSpecific.Mage' already contains a definition for 'Frost'

Looking into this.
Make sure you replaced the original 'Frost' and 'Common' in the Mage folder.

I can't get this to cast Frostfire bolt...he just stands there cycling through these spells:

Wierd how the bot is casting counterspell when I haven't added that to my CC yet. Have you made some changes yourself to the profile? Mixed profiles or anything? In that case try to redownload my profile.

Counterspell is in the upcoming update this week along with some other abilites.
 
Made a forum account just to give this profile rep. So much better than default, my farming rate has skyrocketed. Confirmed works with latest patch.



Thanks a bunch!
 
Looking into this.
Make sure you replaced the original 'Frost' and 'Common' in the Mage folder.

i surely did. but i noticed that the same error occourred with another custom cc, after replaced the common and frost files. so i guess that is only my problem but i dunno how to fix it
 
Looking into this.

Wierd how the bot is casting counterspell when I haven't added that to my CC yet. Have you made some changes yourself to the profile? Mixed profiles or anything? In that case try to redownload my profile.

Counterspell is in the upcoming update this week along with some other abilites.

I'v since gotten it working, i'm not sure why I was having these problems. I'm baffled. :confused:
 
I went from lower-end bg damage to top of the list almost everytime, It's a relief seeing singular performing as i'd like it to! much appreciated +rep
 
I went from lower-end bg damage to top of the list almost everytime, It's a relief seeing singular performing as i'd like it to! much appreciated +rep
Much appriciated mate:) Good to see people are getting the results they want.
I am not sure where to install this ?
Look at the main post. There's a quote there telling you where to install :)
 
This CC absolutely owns. I'm always in the top 25% of damage done. Thank you very much for this!
 
Has this broke for anyone else in the latest update? If so any chance of an update, think I seen in changelog that combat routines and plugins would need redone but I'm not sure what to change if anything
 
it still works in the newest update, however, i've had random cc problems after the new update and how to do a fresh install myself, but it still works.
 
Status
Not open for further replies.
Back
Top