• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • HB ARCHIVES: Singular--DO NOT DELETE

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

    1. fightcancer

      fightcancer New Member

      Joined:
      Jul 19, 2013
      Messages:
      334
      Likes Received:
      2
      Trophy Points:
      0
      For Monks, may I please know which is better: 2h or dual wield?
       
    2. signex

      signex New Member

      Joined:
      Mar 19, 2012
      Messages:
      103
      Likes Received:
      0
      Trophy Points:
      0
      You can't really decide anymore, Windwalker has fist weapons and Brewmaster uses 2h staff.

      If you mean without artifact, i don't know but don't think it's that important while leveling.
      I'd personally suggest dual wield as Windwalker.
       
    3. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      It may be due to the talents you have selected.
      The log isn't showing your talents properly for whatever reason - can you show me which talents you have selected so I can replicate this on a tester?
       
    4. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Can you post a full log of this issue?
       
    5. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      I'll check it out and work in a fix tonight.
      Thanks for the log!
       
    6. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      This issue should be fixed in the latest update.
      If not, it will be in the next Honorbuddy update.
       
    7. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      I can look into this, but ideally it would be something that could be handled on a profile.
      With a profile, traditional mounting can easily be disabled and Ghost Wolf can be replaced in place of it.
       
    8. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      I've fixed the misspelling of the two abilities in the latest update.
      Thanks for bringing this to my attention!
       
    9. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      I believe the standard pull distance is 40.
      Used to, you could modify this in your Settings & Tools menu - but this was removed.

      Now, it's mostly up to the botbase or the profile you're using to adjust the pull distance so there's not a setting in Singular (I don't believe.)
       
    10. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Added to the 'feature request' list.
       
    11. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      This is a noted issue and it should be fixed within the latest update.
       
    12. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      When/if I get time.
      If there's an issue that you have with them, report it and I can fix it quicker than it would take for me to manually get a tester out to it and test for issues.
       
    13. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Shadowflame is a talent.

      Green - Supported. Tested. Optimal rotation. May not use some talents.



      I'll add adding this ability to the feature request page.
       
    14. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      This is a noted issue that's being investigated currently.
       
    15. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Some notes for you:

      1) In the Wake of Ashes ret, you're checking unit count first.
      For better performance, it's better to check user settings first - that way if any of them are set to false, the bot won't bother calling the object manager to scan for units.
      It's a waste of performance to run unit checks on every pulse if there's no reason to.

      2) Unit.UnfriendlyUnits(range) is checking any unit around us.
      Wake of Ashes if a frontal attack, so it would be better to use: Clusters.GetConeClusterCount(90f, Unit.UnfriendlyUnits(12), 100f) >= 1

      Hope those tips help,
      Thanks for contributing to the community!
       
    16. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      I'll need a log of this issue please.
       
    17. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Can you post which talents you're using?
       
    18. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      It shouldn't be pulling everything with this logic set as this checks specifically for units that are aggro'd with your player or units that are tagged by your player.
      This issue was originally occurring due to this specific logic not being used - and it was assumed fixed in (HB-3046)

      I'll mark this down to be tested and re-checked.
      If it's not working with this new logic, then there's some underlying issue going on that needs to be weeded out.
       
      Last edited: Sep 19, 2016
      elpargo likes this.
    19. elpargo

      elpargo Member

      Joined:
      Oct 10, 2012
      Messages:
      164
      Likes Received:
      4
      Trophy Points:
      18
      Thanks for the tips! of course they help. Gonna get to that soon.

      Question if you don't mind... some spells are restricted to WoWContext.Normal (eg. Hammer of Justice and buff Blessings) wich is preventing the bot from casting them in BGs.
      I changed that to WoWContext.All and seems it fixed the problem for BGs... but can this cause problems in "other" Contexts?

      Edit: Sorry if this is noob question but I just can't sleep untill I know this... what do the 90f and 100f mean in the example you gave me. Where do you get them from!? Thanks!
       
      Last edited: Sep 19, 2016
    20. notorious879

      notorious879 Member

      Joined:
      Nov 11, 2011
      Messages:
      214
      Likes Received:
      2
      Trophy Points:
      18
      Hello,

      I have question. While Using Enyo's RaidBot in 110 Heroic Dungeon as BM Hunter, i saw 2 problems :

      1. Its keep buffing and unbuffing " Volley " spell, from what i've saw it seems like everytimes a monster die/join ( Well, everytimes the total count of active enemies change ) its activate and unactivate the spell.
      2. On Multi Target it does not use multishot in place of single dps rotation cobra shot.

      Do you need logs? If yes, What exactly? I stop the bot and start it again in a new and fresh heroic?

      Singular 1.jpg Singular 2.jpg Singular 3.jpg

      Thanks from advance.
      (N.B : It work fine anyway in single target, i'm more than pleased. )
       

    Share This Page