• Visit Rebornbuddy
  • HB ARCHIVES: Singular--DO NOT DELETE

    Discussion in 'Archives' started by bobby53, Nov 19, 2012.

    1. Beowulfe

      Beowulfe Community Developer

      Joined:
      Nov 4, 2010
      Messages:
      194
      Likes Received:
      20
      Trophy Points:
      0
      Hey bobby,

      In /Helpers/Spell.cs, line 1982 (in function ContextCastOnGround), this line:

      Code:
      if (cog.spell == null || cog.loc == WoWPoint.Empty || !requirements(cog.context))
      should probably have a NULL check on requirements, such as:

      Code:
      if (cog.spell == null || cog.loc == WoWPoint.Empty || (requirements != null && !requirements(cog.context)))
      otherwise it throws exceptions like crazy and causes issues in a few routines. The place I ran into it was with a Mistweaver monk while he was attempting to place his jade statue - it was passing in NULL for requirements (I assume that was intended to say "no requirements") and erroring out constantly, causing it to stop healing entirely and inflate the log files to several hundred MB very quickly.
       
    2. davecach

      davecach New Member

      Joined:
      Nov 24, 2014
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      Is there any way to keep Singular from dismounting from the Telaari Talbuk?? or is this apart of the botbase?
       
    3. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      *new* Singular v4.0.0.3991 available for download!

      Refinement on Shadow Priests improving their survival and kill rate in WoD. Also final revision of support for Garrison Abilities to avoid using those which are not attacks.

      If its worth posting about, its worth following the steps in Post #4 - Reporting Bugs in Singular.

      More to come.....
      -Bobby53

       
    4. Res03

      Res03 New Member

      Joined:
      Jul 23, 2012
      Messages:
      100
      Likes Received:
      0
      Trophy Points:
      0
      Last edited: Dec 5, 2014
    5. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      Thanks for taking the time to write such a thorough post! I have incorporated a number of fixes based upon this. Please see the latest release (from this thread.) It will likely require some additional refinement based upon additional member feedback, but there should be a noticeable improvement in survivability. Thanks again for the post and good luck with your Priest, Bobby53
       
    6. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      Synful, Thanks for the log. Please see the latest release which defaults to 0% for Shadow casting Prayer of Mending. If you upgrade an existing installation, you will need to click Class Config ==> Class Specific and change the Prayer of Mending Health % on the Priest tab. Thanks for the post and good luck with your Priest, Bobby53
       
    7. herz52867

      herz52867 New Member

      Joined:
      Jul 2, 2014
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      1
      class" elementa/resoration shaman: it would be nice if your included something so that we could turn off totem recall. Takes me out off ghost wolf form no matter what im doing. thank you
       
    8. Heftydogg

      Heftydogg New Member

      Joined:
      Jan 15, 2010
      Messages:
      64
      Likes Received:
      0
      Trophy Points:
      0
      Thank YOU! The change is a huge improvement and immediately noticed. The death rate was much lower, almost eliminated; got from 96-98 in just a few hours. It even pulled a rare mob on top of another add and I was like shiiiit, but it actually focused the rare down while keeping dots on the weak target, killing them both! Looked impressive. I'll keep watching on its way to 100 to see if there's anything else I can give feedback on.

      Another setting unrelated to the CC that I think was messing me up was "Kill between hotspots" in settings & config menu of HB. I turned this off when it was having issues, trying to avoid as many fights as possible. But when off, the shadowpriest seems to run up on top of the target for combat, and trying to reposition itself in melee of the target. I think it's trying to get to the hotspot (the target) and perpetually repositioning as the mob backs up a yard, usually a quick death. I was about to log this, but tried flipping the setting back on first. It now seems to approach the hotspot areas more cautiously, killing its way through crowds 1 at a time. It also kills mobs nearby that are not aggro and unrelated to the quests, though. But if anyone else is thinking they might save some time by not killing between hotspots, wrong. At least for questing, that setting seems to be necessary for ranged survival.
       
      Last edited: Dec 6, 2014
    9. tomten2

      tomten2 New Member

      Joined:
      Aug 19, 2014
      Messages:
      697
      Likes Received:
      22
      Trophy Points:
      0
      Its there so you dont die basically.
      If you turn it off, it will only run to the next hotspot, pulling anything while mounted and ignoring combat.
      If this distance is short enough with enough mob density, you'll instantly kill yourself and waste time.
      It also pads XP between quests. Unless overgearing (read not lvling) you want it on. Also the reason why its on by default and auto enabled by most questing profiles even if you disable it.
       
      Last edited: Dec 6, 2014
    10. grom2010

      grom2010 New Member

      Joined:
      Nov 3, 2010
      Messages:
      154
      Likes Received:
      1
      Trophy Points:
      0
      The hunter routine is realy messed up. The bot does not use the major cooldowns. Do I have to wait for an update or what do I have to do?
       
    11. Abakedhobo

      Abakedhobo New Member

      Joined:
      Oct 20, 2014
      Messages:
      76
      Likes Received:
      0
      Trophy Points:
      0
      feral druids do not always transform into improved feral form
       
    12. patryark

      patryark New Member

      Joined:
      Jul 18, 2010
      Messages:
      56
      Likes Received:
      0
      Trophy Points:
      0
      Affliction warlock will sometimes banish an add, then not unbanish it and try to cast drain soul over and over. Looks very bad.
       
    13. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      *new* Singular v4.0.0.4014 available for download!

      I will only be responding to posts that following the steps given in Reporting Singular Bugs (click here).

      A fix a number of members have been waiting for with Warriors stuck on Defensive Stance. Also a number of fixes for Shadow Priests.

      Just a reminder, if it is worth posting about it is worth following the steps in Post #4 - Reporting Bugs in Singular.

      I have been focusing on the code and less on the forums recently, so my apologies if the lack of a timely response to your Singular post was a concern. I will be responding to all Singular thread posts in the next day. Thanks for your patience,

      -Bobby53

       
    14. grom2010

      grom2010 New Member

      Joined:
      Nov 3, 2010
      Messages:
      154
      Likes Received:
      1
      Trophy Points:
      0
      we are just trying to help!
       
    15. Phenotype

      Phenotype Member

      Joined:
      Dec 19, 2010
      Messages:
      264
      Likes Received:
      3
      Trophy Points:
      18
      Ok, on DK horn of winter is blowing over and over again.

      What is going on?
       
    16. wizardpt

      wizardpt Member

      Joined:
      Sep 26, 2012
      Messages:
      414
      Likes Received:
      0
      Trophy Points:
      16

      I wish that was the only problem , the rotation complety sux , dont even uses plague strike and self healing ...im very geared and i die alot.
       
    17. LowKey

      LowKey New Member

      Joined:
      Mar 9, 2012
      Messages:
      634
      Likes Received:
      4
      Trophy Points:
      0
      paladins casting Emancipate when dazed, such a waste of a global
       
    18. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      Just a reminder, a lot to do still. As mentioned several times, I'm not replying to posts the are....
      - Questions about behavior but log files or no LOGMARKS (click here for info)
      - Bug reports with no log files
      - Emotional posts
      Also, make sure if reporting a bug about something that did not occur (spell not cast, char not moving, etc.) you will need to have LOGMARKS (click here for info) at the point where it did not occur. By definition, if something did not occur there won't be log entries describing it. The LOGMARK will help me see what Singular decided to do instead and allow me to research / recreate the issue as needed to get it resolved for you.

      Thanks for your posts and good luck with your Singular characters,
      -Bobby53
       
    19. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      Beowulfe, Thanks for the post. The Vital Mists only implementation of Surging Mist is a problem. Will get that resolved in next release.

      The ActionAlwaysSucceed referenced doesn't block multiple Surging Mists while in Combat as CreateMistweaverWaitForCast() is present in the Combat behaviors, but Healing is handled in the Heal behavior which is a higher priority and called prior to that (unless the BotBase in question is not honoring the correct usage of behaviors.) That success entry simply keeps the Combat behaviors from casting attacks or other spells which would interrupt the Soothing Mist in progress.

      I'll look at the rest of the info you posted but replying back on that point quickly while I had a moment, -Bobby53
       
      Last edited: Dec 8, 2014
    20. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      colabah, Thanks for the post with log file. This issue should be fixed in Singular v4.0.0.4014 which is available for download from Post #1 of this thread. Thanks and good luck with your Warrior, Bobby53
       

    Share This Page