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

Singular - A community driven All-In-One CC - It Just Plain Works - (Pt. 3)

Why have an SVN if this is the case?
Hey imprint. As Apoc said at the begginning of this thread... DO NOT UPDATE VIA SVN.

The SVN is at 653 revision.
Singular is being updated everytime you click yes to redownload HB.
Current Revision is like 770.
Singular has TWO Different SVN links. There is the old one, of course, which links to a pre-MoP version, and then there is the new one which links to the most up-to-date version. I deleted the old one and updated to the new one. I'm not giving it out because I don't know if I can, so I'm not going to take any chances. Right now, the new one requires a user name and password to access, so I'm leaning towards it not being a public thing because of the login credentials.
 
What Class are you?:
Mage
What Spec are you?:
Frost
What 'context' is the bot in? (Instance, BG, Normal):
Dungeon, and normal
What level are you?:
38
What revision of Singular are you using?:
The one included with the latest HB v2.5.6277.453
Have you made any modifications to Singular?:
No
Are you using a branched build, or the trunk build? (Only viable for developers):
No
What version of Honorbuddy are you using?:
v2.5.6277.453


When in dungeons it some times just stand there stops casting, it also casts "Frost Cone" i think the AOE spell is named when it is out off range, it also casts frost nova distance when the tank has aggro, others might ask why...

When solo, if want is equiped it will pull with it.
 
Hi there.. so I've read through multiple pages and I am sorry. I am either dumb or just plain stupid I am unable to get this singular to work on HB can someone please explain in laymen's term on how to properly put this in my HB folders... I am seriously dumbfounded when it comes to getting it to work. I would appreciate a Private message. Thank you.


I would also like to know what is the best program to view/edit cs files I am taking a big interest in learning how to develop/write these for myself and others.
anyone?
 
What Class are you?:
Priest
What Spec are you?:
Shadow
What 'context' is the bot in? (Instance, BG, Normal):
Normal
What level are you?:
16
What revision of Singular are you using?:
Latest shipped with HB 457
Have you made any modifications to Singular?:
No, tried to fix what ever was causing it but then I turned diagnostic logging on and it displayed Mind Flay being cast with a wrong spellID. The new ID is 124468.
Are you using a branched build, or the trunk build? (Only viable for developers):
What version of Honorbuddy are you using?:
latest 457

The bug is simply that the bot doesn't cast Mind Flay at all. Wrong spellID i believe.

Code:
[08:36:40.912 D] [CanCast] Mind Flay 15407
 
Last edited:
What Class are you?: Warlock
What Spec are you?: Demonolgy
What 'context' is the bot in? Normal
What level are you?: 15
What revision of Singular are you using?: N/A
Have you made any modifications to Singular?: No
Are you using a branched build, or the trunk build? (Only viable for developers): N/A
What version of Honorbuddy are you using?: N/A

In the Demonology.cs there is the following code:

new Decorator(ret => !StyxWoW.Me.CurrentTarget.HasMyAura("Doom"), new Styx.TreeSharp.Action(r=>forcecast("Doom")))

but Doom its not avaible before Level 36. So my Level 15 Char casts Metarmophosis and then HB say "[Singular] Force casting Doom". But he cant cast the Spell because he havent learned it. So the Bot makes only Auto Attack.


So maybe you Should add:

&& StyxWoW.Me.Level >= 36


now there is a problem with Touch of Chaos, because its only avaible up level 25.

so there sould be another level check.

maybe change it to:

new Decorator(ret => StyxWoW.Me.Level >= 25, new Styx.TreeSharp.Action(r=>forcecast("Touch of Chaos")))



i changed it myself to:

new Decorator(ret => !StyxWoW.Me.CurrentTarget.HasMyAura("Doom") && StyxWoW.Me.Level >= 36 || StyxWoW.Me.GetCurrentPower(WoWPowerType.DemonicFury) >= 900,
new ProbabilitySelector(

Spell.BuffSelf("Metamorphosis"),
//Spell.Cast("Doom")
new Decorator(ret => !StyxWoW.Me.CurrentTarget.HasMyAura("Doom") && StyxWoW.Me.Level >= 36, new Styx.TreeSharp.Action(r=>forcecast("Doom")))
)),


new Decorator(ret=> StyxWoW.Me.HasAura("Metamorphosis"),
new PrioritySelector(
//Spell.Cast("Metamorphosis", ret => StyxWoW.Me.GetCurrentPower(WoWPowerType.DemonicFury) < 800 && !StyxWoW.Me.HasAura("Dark Soul: Knowledge")),
new Decorator(ret => StyxWoW.Me.GetCurrentPower(WoWPowerType.DemonicFury) < 800 && !StyxWoW.Me.HasAura("Dark Soul: Knowledge"), new Styx.TreeSharp.Action(r => forcecast("Metamorphosis"))),
new Decorator(ret => SpellManager.CanCast("Dark Soul: Knowledge"), new Styx.TreeSharp.Action(r => forcecast("Dark Soul: Knowledge"))),
//Spell.Cast("Dark Soul: Knowledge"),
//Spell.Cast("Doom", ret => DoomTime < 5),
new Decorator(ret => DoomTime < 5 && StyxWoW.Me.Level >= 36, new Styx.TreeSharp.Action(r=>forcecast("Doom"))),
//Spell.Cast("Touch of Chaos")
new Decorator(ret => StyxWoW.Me.Level >= 25, new Styx.TreeSharp.Action(r=>forcecast("Touch of Chaos")))
 
Last edited:
What Class are you?:Rogue
What Spec are you?: Assasination
What 'context' is the bot in? (Instance, BG, Normal): BGBuddy
What level are you?:85
What revision of Singular are you using?: don't know what it means
Have you made any modifications to Singular?: no
Are you using a branched build, or the trunk build? (Only viable for developers): dunno waht it means
What version of Honorbuddy are you using?: 5088
 
What Class are you?:Rogue
What Spec are you?: Assasination
What 'context' is the bot in? (Instance, BG, Normal): BGBuddy
What level are you?:85
What revision of Singular are you using?: don't know what it means
Have you made any modifications to Singular?: no
Are you using a branched build, or the trunk build? (Only viable for developers): dunno waht it means
What version of Honorbuddy are you using?: 5088

View attachment 3776 2012-09-20 20.01.txt
 
What Class are you?:
Priest
What Spec are you?:
Shadow
What 'context' is the bot in? (Instance, BG, Normal):
Normal
What level are you?:
16
What revision of Singular are you using?:
Latest shipped with HB 457
Have you made any modifications to Singular?:
No, tried to fix what ever was causing it but then I turned diagnostic logging on and it displayed Mind Flay being cast with a wrong spellID. The new ID is 124468.
Are you using a branched build, or the trunk build? (Only viable for developers):
What version of Honorbuddy are you using?:
latest 457

The bug is simply that the bot doesn't cast Mind Flay at all. Wrong spellID i believe.

Code:
[08:36:40.912 D] [CanCast] Mind Flay 15407


my addon for spell ids says 15407 is the correct spell id for mindflay
who knows???

but im having the same problem as well
 
Why have you removed the HasAura check in the Warlock Lowbie.cs? So he is casting courrption all the Time.

Change it back to:

Spell.Buff("Corruption", ctx => !StyxWoW.Me.CurrentTarget.HasAura("Corruption")),
Spell.Buff("Immolate", ctx => !StyxWoW.Me.CurrentTarget.HasAura("Immolate")),
 
AW: Singular - A community driven All-In-One CC - It Just Plain Works - (Pt. 3)

Spellids for one and the same spell can differ depending on glyphs buffs and form/stance or talents involved.

Api changes for the core are done, questing fixes are soon finished. Last abilities are fixed for the spellmanager by Apoc which does make sense before Focus will come to Singular and then the posts that are there will for sure help.
 
I am having the same problem with my priest since the recent HB update. Won't cast mind flay. He just sits there and Shadow Word: Pain's, and reshields
 
im sure these problems will be resolved soon enough, in the mean time im using CLU for leveling my shadow priest, so far so good all the spells seem to work at level 40+
 
I have to agree that the blood DK portion of this CC is working really well, but I also have to mention that even while I have all movement, targeting, and taunting turned off Singular still death grips on its own, which is annoying to say the least. I click a mob to mark it and the CC automatically DGs it and begins combat without me marking, which again is annoying. I've stopped using it because of this, and as of right now I have no logs because I delete all logs on a daily basis. I haven't logged in to play today, but will post a log later on. I'm just posting this while I'm thinking about it.

Thanks for the update Laria. That means that I'll have time to create and post a log before the devs get to work on the issues with Singular. As stated, this was posted while it was fresh on my mind.
 
Im loving this CC with as a DK in BGs including the Death Grab. It may not always be the most appropriately timed move in pvp but still does usually manage to win and wipe out its targets
 
Last edited:
Back
Top