• 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. Laricia

      Laricia New Member

      Joined:
      Jan 15, 2010
      Messages:
      45
      Likes Received:
      0
      Trophy Points:
      0
      Good morning, Apoc

      thanks for the quick response, but since the SVN update, Hb crashes when I select singular as CC!
      Will not even a log!

      A picture of the error window, I saving me, because there is always only possible between "fault-search online" "end program" "and debug program"

      lg
       
    2. JeffKing1989

      JeffKing1989 New Member

      Joined:
      Feb 16, 2010
      Messages:
      87
      Likes Received:
      0
      Trophy Points:
      0
      Have you fixed the interupt problem with Prot Pallies yet? I've noticed that you have updated protection.cs but just making sure.
       
    3. Lordnikon

      Lordnikon New Member

      Joined:
      Jul 12, 2011
      Messages:
      125
      Likes Received:
      0
      Trophy Points:
      0
      What Class are you?: Paladin
      What Spec are you?: Protection
      What 'context' is the bot in? (Instance, BG, Normal): Combat Bot (In instance and in normal area)
      What level are you?: 85
      What revision of Singular are you using?: Singular v2 $Revision: 423 $
      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?: Honorbuddy v2.0.0.5418

      Please provide an explanation of the bug. The more detail, the easier it will be to resolve.
      It seems that the spell Shield of Righteous is not cast at all during combat. I tested it on single and multi target (on multitarget it uses correctly Inquisition)
      Attach your log to your post! Attached
       

      Attached Files:

    4. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      It'll only use SoR at 3 HP if single-target tanking. (Its highest priority single-target).

      Same deal with multi-target. Though, its priority drops down to just above Judgement (which is last)
       
    5. Lordnikon

      Lordnikon New Member

      Joined:
      Jul 12, 2011
      Messages:
      125
      Likes Received:
      0
      Trophy Points:
      0
      The problem is that in single target the SoR is not used at all. I stayed on a single target dummy for 5 minutes and not a single SoR was used. My holy power was on 3 all the time

      Edit: attach the log file from that 5 minutes
       

      Attached Files:

      Last edited: Nov 2, 2011
    6. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      If you have a way to print out some debug stuff (maybe the console plugin someone released a while ago)

      Can you print out how much holy power you have?

      Code:
      Logging.Write(StyxWoW.Me.CurrentHolyPower.ToString()); 
       
    7. Lordnikon

      Lordnikon New Member

      Joined:
      Jul 12, 2011
      Messages:
      125
      Likes Received:
      0
      Trophy Points:
      0
      what do you mean to print out debug stuff? Kinda newb with the whole HB
       
    8. realkiller2

      realkiller2 Guest

      I've noticed while questing on my DK it will continue to move to the targeted location however if it encounters combat it will not clear the location instead it will walk towards it and turn around if the location is behind the mob Also while using frost Dk will stop using spells during combat and eventually die if cant kill w/o spells
      btw using kick's 68-80 questing.
      any fix for this?
       
    9. kayes

      kayes Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,353
      Likes Received:
      4
      Trophy Points:
      38
      Hey guys, trying to lvl a DK but I get this alot: [Singular] No viable target! NOT GOOD!" Then the toon turn around and get owned from behind while he run to the next mob.

      Log is too big to post here.
       
    10. florienb

      florienb New Member

      Joined:
      Jan 15, 2010
      Messages:
      445
      Likes Received:
      0
      Trophy Points:
      0
      why the freakin fkn hell singular for feral druid never works????
      it just stands there and never attacks
      happens on both my druids
      just casts rejuv spells
       
    11. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      Working out a bug with druids atm. Once I have it fixed I'll commit.
       
    12. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      Fixed the problem with feral druids.

      Also, added a few more things to the "ignore mobs" list. I really need to find out if there's a specific flag set or something for the "dummy" mobs.
       
    13. ciddative

      ciddative Member

      Joined:
      Feb 21, 2010
      Messages:
      47
      Likes Received:
      1
      Trophy Points:
      8
      First time poster, I also had this trouble, no SotR used solo or in dungs,

      Checked Protection.cs and found this in the single target rotation part

      new Decorator(
      ret => Unit.NearbyUnfriendlyUnits.Count(a => a.Distance < 8) <= 1,
      new PrioritySelector(
      //Single target
      Spell.Cast("Shield of Righteous", ret => StyxWoW.Me.CurrentHolyPower == 3),

      Replaced it with Shield of the Righteous, haven't had a chance to test.

      Hope it helps ^^

      Edit: Now working while questing, assume same with bosses
       
      Last edited: Nov 4, 2011
    14. Lordnikon

      Lordnikon New Member

      Joined:
      Jul 12, 2011
      Messages:
      125
      Likes Received:
      0
      Trophy Points:
      0

      Yeap, that solved it for me :D And I had checke it and missed it ^^

      Thanks for posting mate
       
    15. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      Well... /facepalm.

      Committed the change. Nice find. (Sometimes, I just plain can't notice little spelling mistakes like that :()
       
    16. nihon

      nihon Member

      Joined:
      Jan 15, 2010
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      16
      After updating Singular tonight my toon lvl 80 Shadowpriest wont attack when going into combat. It casts 2 dots and pops trinkets and uses potions, then it doesn't do anything more and dies from beeing attacked. FYI.
       
    17. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      Will check that in a moment.

      I've been working on some "stuff" for the UI since we've had a few people (rightly so) calling it bland, or hard to use.

      [​IMG]

      That's what I've come up with so far. Everything is auto-generated so there's no crazy UI code to worry about. (And yes, it pulls the theme from HB itself :D)

      So far, not a whole lot is supported (just checkboxes and integer settings). Just seeing where I can go with "how good will it look?" from auto-generating the UI. If you have any suggestions/comments, please do let me know.
       
    18. no1knowsy

      no1knowsy Well-Known Member

      Joined:
      Feb 28, 2010
      Messages:
      3,927
      Likes Received:
      57
      Trophy Points:
      48
      That looks great so far. At least for a general tab :)
      Keep that basic setup of one box per "ability" idea you have going on.

      You could put the never use trinkets after the Trinket 1...
      :checkbox: Use Trinket 1
      :checkbox: Never use Trinket 1

      Or maybe on the same line just behind it. Aesthetics, I love em.
       
    19. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      At the moment, they're sorted by "type" of setting. So combo boxes will always come after checkboxes. I may add some more stuff later to tweak the display, but don't take my word for it.
       
    20. no1knowsy

      no1knowsy Well-Known Member

      Joined:
      Feb 28, 2010
      Messages:
      3,927
      Likes Received:
      57
      Trophy Points:
      48
      Sounds great Apoc.
      You are packaging this with the HB release correct?
       

    Share This Page