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

CastOnGround seems to be bugged, as mentioned few pages earlier it effects Balance druids wild mushrooms and treants.
It's not able to cast the spell on the ground but it's attempting, causing it to lock and just get beaten to death :|
I'll have a look around the code, see if I can fix it myself, just thought I'd let you know...


Other than that, works amazing, thanks for the hard work.

EDIT: I take it back, it seems to cast the mushrooms just fine, it just doesn't blow them up, which leaves me to believe the problem is with MushroomCount...

EDIT 2: Okay, the problem seemed to be FactionID, which had to be 4

4 - PLAYER, Night Elf
6 - PLAYER, Tauren
9 - PLAYER, Troll

Which means Night Elf, I was playing Tauren so it didn't work. All you have to do is include all the races that can be druids and it should be fine :)
(Don't know what ID worgens are)
 
Last edited:
I've noticed that my hb will seldom cast soul harvest properly, most of the time he will start to cast it and will then immediately cancel it to keep moving. It seems the only time that it properly casts a full soul harvest is when it is low on hp after combat. The bot seems to get along fine without it, it's just one of those painfully obvious things that I'd like to be able to fix.

Is this a known issue or just on my side? thanks

What I did to get around this was to take out all the soul harvest stuff in the relevenant class specific .cs files, then copy and paste the stuff relating to cannibalize in Rest.cs changing cannibalize to Soul Harvest and taking out the corpse things and adding some sanity checks like having shards and setting what hp to do it at. Seems to work well.
 
Okay, figured out what more was wrong with wild mushrooms, the MushroomCount code also counted other things and would detonate the mushrooms when there was even 1 or 2 mushrooms, it would also work if set to values greater than 3, so clearly it was counting other "objects" as well.

Here's how I fixed it (Thanks to Fpswares code)

Code:
static int MushroomCount
        {
            get { return ObjectManager.GetObjectsOfType<WoWUnit>().Where(o => o.FactionId == 6 && o.Name.ToUpper().Contains("WILD MUSHROOM") && o.Distance <= 40).Count(o => o.CreatedByUnitGuid == StyxWoW.Me.Guid); }
        }

And when you add this in, remember to include other FactionID's aswell. 4 was for Night Elves only, 6 is for Taurens, you also need to include Worgens and Trolls.
 
Try this version of the arms rotation, it should be less... silly with Heroic Strike usage. The issue was a bug with the Incite check (causing it to always return true)
Hey Apoc, I'm pretty sure that you're busy and all but eh, any arms love soon ;)? Stancedance is still bugged in the version in your post of 06-03.
 
What Class are you?: Druid
What Spec are you?: Cat Feral
What 'context' is the bot in? (Instance, BG, Normal): Questing
What level are you?: 19
What revision of Singular are you using?: latest one that came with the HB update today (2.0.0.0 rev 362)
Have you made any modifications to Singular?: no
Are you using a branched build, or the trunk build? (Only viable for developers): /
What version of Honorbuddy are you using?: v2.0.05842

During questing I'm dieing alot because it doesn't heal in combat, only after the fight it casts a heal on itself. Also, never switching to bear form when low on health or multiple attackers.
Is it designed this way or is this a bug? Or do I need to change settings? In settings feral healing is enabled.

EDIT: switched to ILoveAnimals CC and everything works fine now.
 

Attachments

Last edited:
I am sad panda :p anyway I have not test the blood dk cc but what i saw while trying to see the change you made for using BB and heart strike which are
you removed BB from the rotation and there heart strike is there without making conditions for it use .
I still hope someone will come and try to fix the blood cc for us till development will have time to fix it for us.
 
Singular Deathknight Frost! It just plain RAPES in PvP for me at level 77!

31-10 is the score at the moment. Im amazed in WSG :)
 
Last edited:
Love the Beast Master hunter cc :)

Anyway to make it use Bestial Wrath always even with no adds?

It has such a short cooldown anyways :)
 
ever since the last update to singular and honorbuddy, demo warlock (not sure of other specs), now uses hellfire ALOT. it wont be surrounded by any mobs, and it wont even be in range to do damage to anything with hellfire..it just casts it over and over. before the last update it would only hellfire if it became surrounded by some mobs.

this has forced me to switch to zerfall. (which is a great CC, dont get me wrong)

any ideas?
 
just curious: is the range bug with large hitboxes fixed within singular?
Its still unusable for me on Ultraxion or Madness
 
I'm only guessing, but the newest SVN version of Singular won't work with release 5800, will it? I'm only asking because since I updated it, via SVN, it's failed to compile while using 5800.
 

Attachments

I'm only guessing, but the newest SVN version of Singular won't work with release 5800, will it? I'm only asking because since I updated it, via SVN, it's failed to compile while using 5800.

Thats true. :)
 
Thats true. :)

Well, that's poopie. Seems that one of the better all-in-one CCs is useless now until they update HB again to a version that supports Singular. Sadness. I used Singular a lot, especially with my druid and ILoveAnimals. :(
 
Well, that's poopie. Seems that one of the better all-in-one CCs is useless now until they update HB again to a version that supports Singular. Sadness. I used Singular a lot, especially with my druid and ILoveAnimals. :(

My iloveanimals will work with the newest singular :D
 
My iloveanimals will work with the newest singular :D

Yes, but the newest Singular will not work with 5800. 5842 was buggy and I had to downgrade back to 5800, so I can't use ILoveAnimals until they get HB up and working with the newest revision of Singular.
 
Yes, but the newest Singular will not work with 5800. 5842 was buggy and I had to downgrade back to 5800, so I can't use ILoveAnimals until they get HB up and working with the newest revision of Singular.

I just updated singular to rev : 606 and its loading in 5800 ;)
 
Is it just me, or isnt Blood Fury(orc racial) in the scripts? Could it be added?
 
Singular for Arms could be improved pvp-wise. It seems to only cast Piercing Howl instead of Hamstring (and some times casts it continuously), sometimes casts both Heroic Leap and Charge together and always uses Heroic Leap initially (if available). My experience, anyway...
 
Back
Top