• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Singular - A community driven All-In-One CC - It Just Plain Works - (Pt. 2)

    Discussion in 'Archives' started by Xanathos, Apr 19, 2011.

    1. Noelbuddy

      Noelbuddy Member

      Joined:
      Nov 6, 2011
      Messages:
      126
      Likes Received:
      0
      Trophy Points:
      16
      that will be nice I hope that u will consider at least an option to safe some RP to use it on some cds
       
    2. falldown

      falldown Member

      Joined:
      May 15, 2011
      Messages:
      453
      Likes Received:
      8
      Trophy Points:
      18
      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

      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: Mar 27, 2012
    3. skribble

      skribble New Member

      Joined:
      Apr 25, 2010
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    4. falldown

      falldown Member

      Joined:
      May 15, 2011
      Messages:
      453
      Likes Received:
      8
      Trophy Points:
      18
      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.
       
    5. nomnomnom

      nomnomnom Well-Known Member

      Joined:
      Feb 18, 2011
      Messages:
      1,506
      Likes Received:
      73
      Trophy Points:
      48
      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.
       
    6. gehoornde

      gehoornde New Member

      Joined:
      May 24, 2010
      Messages:
      98
      Likes Received:
      2
      Trophy Points:
      0
      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.
       

      Attached Files:

      Last edited: Mar 31, 2012
    7. Noelbuddy

      Noelbuddy Member

      Joined:
      Nov 6, 2011
      Messages:
      126
      Likes Received:
      0
      Trophy Points:
      16
      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.
       
    8. jeffer

      jeffer New Member

      Joined:
      Oct 4, 2010
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      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: Mar 31, 2012
    9. quel

      quel Member

      Joined:
      Oct 19, 2010
      Messages:
      844
      Likes Received:
      7
      Trophy Points:
      18
      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 :)
       
    10. User0828

      User0828 New Member

      Joined:
      Mar 1, 2012
      Messages:
      549
      Likes Received:
      2
      Trophy Points:
      0
      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?
       
    11. weischbier

      weischbier Guest

      just curious: is the range bug with large hitboxes fixed within singular?
      Its still unusable for me on Ultraxion or Madness
       
    12. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      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.
       

      Attached Files:

    13. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      Thats true. :)
       
    14. MaxMuster

      MaxMuster Well-Known Member Buddy Store Developer

      Joined:
      Jan 30, 2012
      Messages:
      1,735
      Likes Received:
      30
      Trophy Points:
      48
      Please add "Innervate" for Feral (CAT) Druids too.
       
    15. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      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. :(
       
    16. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      My iloveanimals will work with the newest singular :D
       
    17. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      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.
       
    18. babydragon

      babydragon New Member

      Joined:
      Aug 30, 2011
      Messages:
      40
      Likes Received:
      0
      Trophy Points:
      0
      I just updated singular to rev : 606 and its loading in 5800 ;)
       
    19. jeffer

      jeffer New Member

      Joined:
      Oct 4, 2010
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      Is it just me, or isnt Blood Fury(orc racial) in the scripts? Could it be added?
       
    20. Severance

      Severance New Member

      Joined:
      Nov 8, 2011
      Messages:
      56
      Likes Received:
      0
      Trophy Points:
      0
      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...
       

    Share This Page