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

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

    1. Clubwar

      Clubwar Member

      Joined:
      May 3, 2012
      Messages:
      907
      Likes Received:
      3
      Trophy Points:
      18
      The last version of singular mage fire only spam scorch, pyro and combustion, no use inferno blast or fireball
       
    2. Nuller3300

      Nuller3300 Member

      Joined:
      Jan 15, 2010
      Messages:
      218
      Likes Received:
      1
      Trophy Points:
      18
      can any 1 tell me how i stop my resto drood from going in cat form after almost evry heal :p? looks kinda stupid xD
       
    3. Ruinit

      Ruinit Member

      Joined:
      Nov 1, 2010
      Messages:
      992
      Likes Received:
      4
      Trophy Points:
      18
      they have a new svn for singular but it's passworded :(
       
    4. LunaticFringe

      LunaticFringe New Member

      Joined:
      Feb 18, 2012
      Messages:
      183
      Likes Received:
      0
      Trophy Points:
      0
      what svn is everyone using..i tried both dev and reg svn and last updates i have are from 9/5 revison 653 on both
       
    5. mwbard

      mwbard New Member

      Joined:
      Jan 15, 2010
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      1
      OK, I'm learning here. Do I still put my Singular Folder in a Custom Class folder or just a singular folder on it's own?
       
    6. Joker76

      Joker76 Member

      Joined:
      Feb 8, 2010
      Messages:
      835
      Likes Received:
      9
      Trophy Points:
      18
      It goes in the Routines folder now.
       
    7. mwbard

      mwbard New Member

      Joined:
      Jan 15, 2010
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      1
      Thanks
       
    8. mwbard

      mwbard New Member

      Joined:
      Jan 15, 2010
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      1
      I am trying to update Singular with svn using Revision 653: /trunk/Singular. I have tried to do so very way I can think of. Delete the singular folder and make a new one and update and just update over the files in the Singular folder. As long as I us the singular folder in the HB ver. 6176.416 file it loads. as soon as I update from svn above, it has compulation problems. I can post the log, I just want to make sure it isn't user error in the way I am doing it.
       
      Last edited: Sep 9, 2012
    9. shifty

      shifty New Member

      Joined:
      Mar 31, 2012
      Messages:
      120
      Likes Received:
      0
      Trophy Points:
      0
      Last edited: Sep 9, 2012
    10. Al3xwh1t3

      Al3xwh1t3 New Member

      Joined:
      Dec 16, 2011
      Messages:
      115
      Likes Received:
      0
      Trophy Points:
      0
      What Class are you?: Warrior
      What Spec are you?: Fury
      What 'context' is the bot in? (Instance, BG, Normal): Raid
      What level are you?: 85
      What revision of Singular are you using?: latest
      Have you made any modifications to Singular?: nope
      Are you using a branched build, or the trunk build? (Only viable for developers): -
      What version of Honorbuddy are you using?: latest

      Modifications/suggestions -
      1)Add option to enable/disable bursting
      2)Add option to enable/disable AoE damage
      3)Fix enabling/disabling charge/intercept/heroic leap option - When disabled , it still trying to use heroic leap , which is annoying , cause you have to manually jump off the boss.
      4)Add option to manually enable/disable Dragon Roar
       
    11. Joker76

      Joker76 Member

      Joined:
      Feb 8, 2010
      Messages:
      835
      Likes Received:
      9
      Trophy Points:
      18
      First of all I want to say that Singular for Disc priests has some very nice features. Prayer of Mending usage is solid and stopcasting to conserve mana when HP%s change during a cast is very nice. Here are some suggestions to make it even better. Hopefully these are easy things to implement. Thanks.

      What Class are you?: Priest
      What Spec are you?: Discipline
      What 'context' is the bot in? (Instance, BG, Normal): 5-man and BG
      What level are you?: 85
      What revision of Singular are you using?: The version is 710, but when I open the class config GUI it's reporting 653 in the bottom corner.
      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?: 2.5.6177.417

      Modifications/suggestions -
      1) Does not cast Prayer of Healing. In the code, it appears to be checking for Divine Hymn which is now unavailable to Disc Priests.
      Code:
      (SpellManager.CanCast("Prayer of Healing") || SpellManager.CanCast("Divine Hymn")),
                                  new Sequence(
                                      Spell.Cast("Power Infusion", ret => ((WoWUnit)ret).HealthPercent < 40 || StyxWoW.Me.ManaPercent <= 20),
                                      Spell.Cast("Archangel"),
                              // This will skip over DH if we can't cast it.
                              // If we can, the sequence fails, since PoH can't be cast (as we're still casting at this point)
                                      new DecoratorContinue(
                                          ret => SpellManager.CanCast("Divine Hymn"),
                                          Spell.Heal("Divine Hymn")),
                                      Spell.Heal("Prayer of Healing"))),
      2) Add DPS options for situations when party is above x% HP. This is especially important for PvP, because Penance + Holy Fire (glyphed) + Smite (glyphed) is doing stupid amounts of DPS in BGs.

      3) Add separate options for tank health % for heals. When healing by hand I usually cast PW:S on the tank within 5 sec of a pull, then Renew to get the HP flowing right off the bat. However, Singular today will cast PW:S and Renew on every party member at the specified %s.

      ie.

      Tank Health to use PW:S - 95%
      Tank Health to use Renew - 94%
      Tank Health to use Heal - 90%
      " " Flash Heal - x%
      " " etc.

      Party Health to use PW:S - 70%
      Party Health to use Renew - 69%
      Party Health to use Heal - 85%
      " " Flash Heal - x%
      " " etc.
       
      Last edited: Sep 10, 2012
    12. mwbard

      mwbard New Member

      Joined:
      Jan 15, 2010
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      1
      Everytime I install a new Singular I keep getting compiler errors. I have used downloaded version and SVN version.

      What Class are you?:Hunter
      What Spec are you?:BeastMaster
      What 'context' is the bot in? (Instance, BG, Normal):Normal
      What level are you?:27
      What revision of Singular are you using?:653
      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?:2.5.6177.417
       

      Attached Files:

    13. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      I can't manage to get Singular to even show up as a CC. I've tried loading HB on all 10 of my toons, and it will not compile. It keeps dumping errors about something called "logging" or "logger". Hb loads fine, but Singular never shows up as a CC due to apparently not compiling. I don't know how the people that are getting it to compile are doing this. I've got the SVN version in the Routines folder, where it was shipped.
       

      Attached Files:

    14. evialtah

      evialtah New Member

      Joined:
      Dec 16, 2011
      Messages:
      322
      Likes Received:
      1
      Trophy Points:
      0
      Same with me.
       
    15. Thadderack

      Thadderack New Member

      Joined:
      Jun 21, 2012
      Messages:
      85
      Likes Received:
      0
      Trophy Points:
      0
      What Class are you?: Warlock
      What Spec are you?: Affliction
      What 'context' is the bot in? (Instance, BG, Normal): Grind
      What level are you?: 53
      What revision of Singular are you using?: Revision 653
      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?: 2.5.6177.417

      Modifications/suggestions -
      1) Bot is continuesly trying to cast Soul Harvest but I don't have that ability. Wowhead.com shows that it is available at level 27 but maybe one of my talents changed it to something else.
      2) It is also trying to cast spells while Harvest Life is still channeling which floods the screen with red letters saying that it cannot be cast while channeling.
      3) I think it should be using Malefic Grasp instead of Harvest Life all the time.

      I also don't see any settings when I go to class config for the warlock. I don't know if that is normal or if I am having a problem with my Singular.
       
      Last edited: Sep 10, 2012
    16. russ1979

      russ1979 Member

      Joined:
      Aug 25, 2011
      Messages:
      357
      Likes Received:
      0
      Trophy Points:
      16
      I ran dungeon buddy on my lvl 38 Disc Priest and Singular ran pretty good.

      Shadow priest it keeps trying to cast a holy spell and pulls out of shadow form and it will not cast mind blast
       
    17. mwbard

      mwbard New Member

      Joined:
      Jan 15, 2010
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      1
      Ok, I updated to HB ver. Everytime I install a new Singular I keep getting compiler errors. I have used downloaded version and SVN version. 2.5.6183.418 and now I get the complier errors from the new ver. with no editing at all. Any help on this issue?
       
    18. Techz

      Techz Member

      Joined:
      Jan 15, 2010
      Messages:
      299
      Likes Received:
      1
      Trophy Points:
      18
      Same as above :-/
       
    19. myzen

      myzen New Member

      Joined:
      Jul 15, 2010
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0
      I updated my HB to the latest version, logged on, authenticated my HB Account selected BG Buddy and Singular CC like I used to do now my mage is running around doing absoluletly nothing.. basically just buffs himself, mounts and then run around and dies without doing any damage at all, anyone know whats wrong?
       
    20. tangmu

      tangmu New Member

      Joined:
      Apr 6, 2012
      Messages:
      75
      Likes Received:
      1
      Trophy Points:
      0
      "No routines were loaded. Please ensure there is a routine for your class before starting the bot."

      Have downloaded the latest Singular from SVN, still not working... whats the problem? The dev verrsion before even worked for me, now with this shit, nothing is working anymore.. !!!
       

    Share This Page