• Visit Rebornbuddy
  • [PAID] [Demon Hunter] Chaos - An Advanced Demon Hunter Routine

    Discussion in 'Demon Hunter' started by Millz, Jul 20, 2016.

    1. Takishra

      Takishra Member

      Joined:
      May 28, 2014
      Messages:
      72
      Likes Received:
      0
      Trophy Points:
      6
      and the other ppl are right it doesnt use throw gleves

      just little things that could be fixed but i rly like that cr alot so much fun gj milz
       
      Last edited: Sep 25, 2016
    2. torin555

      torin555 Member

      Joined:
      Apr 22, 2012
      Messages:
      255
      Likes Received:
      1
      Trophy Points:
      18
      Just so you know, when you edit a post you need to leave the original message inside or no one can see it...
       
    3. torin555

      torin555 Member

      Joined:
      Apr 22, 2012
      Messages:
      255
      Likes Received:
      1
      Trophy Points:
      18
      Sorry for the double post, but this is completely unrelated to my last post and it didn't make much sense to edit that. I was wondering if there's any way at the moment to make the routine pull more then one mob when it's grinding or doing quests. If not do you think that could be added?
       
    4. kimi00

      kimi00 New Member

      Joined:
      Sep 3, 2016
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      0
      Hi all,

      With this CC, HB can't detect refreshment. I tried to uncheck the plugin "Refresment detection" or set my game in english but nothing work. Do you have a solution ?
       
    5. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      It's an issue with the Gate2Shop payment service. Only affecting US customers apparently. Keep retrying periodically and hopefully it'll go through.

      Throw Glaive / Bloodlet got nerfed :(

      I don't like the idea of adding pull more to the routine. That should be handled by the bot base really - otherwise the CR could just keep pulling more and more mobs locking us in combat unnecessarily.

      What's the issue you're seeing - you have food in your bags and it's not eating it?

      Have you got eating enabled on the General tab?
       
    6. kimi00

      kimi00 New Member

      Joined:
      Sep 3, 2016
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      0
      Yep, i have enable the eating option. I have food in my bag, ID is set on HB general settings also. It's say: "[Chaos] We have no food. Waiting to recover."
       
      Last edited: Sep 26, 2016
    7. torin555

      torin555 Member

      Joined:
      Apr 22, 2012
      Messages:
      255
      Likes Received:
      1
      Trophy Points:
      18
      Hmm, well I wasn't refferring to custom botbases. I was reffering to the questing and grinding botbases, which are used a lot for farming things like skinning and whatnot.
       
    8. pred88

      pred88 New Member

      Joined:
      Sep 13, 2016
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0
      nice routine

      Hey Millz. U've made another perfect routine graz with that and thx from all the customers.
      I'm using it for last week and seems that it performs perfect.
      But I've found a little bug, currently he is using Fade despite that it's switched off in routine settings. It seems that bot just using it in rotation
       
    9. kaishi00

      kaishi00 New Member

      Joined:
      Sep 26, 2016
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      1
      Hi Millz is it possible to have an option to save a charge of infernal strike for movement purposes, also try to weave it in between sigil of flame if we took the flame crash talent?
       
    10. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      Can you open Developer Tools -> Console, then enter this code in the top large box and click Run - I'm interested in the results in the bottom box;

      Code:
      var bestFood = Consumable.GetBestFood(true);
      Log(bestFood != null ? $"Best: {bestFood.Name} ({bestFood.Entry}" : "null");
      
      
      var allFood = Consumable.GetFood();
      foreach (var food in allFood)
          Log($"All: {food.Name} ({food.Entry})");
      
      var foodId = CharacterSettings.Instance.FoodName;
      Log("HasSettingFood: " + Me.Inventory.Backpack.Items.Any(i => i.Entry.ToString() == foodId || i.Name == foodId));
      
      
      Fade? I'm guessing you mean Blur? It'll use Blur offensively if you've got the Demon Speed artifact trait (restores 2x Fel Rush charges).

      Added store a charge to to-do list. It should already be using infernal strike to apply sigil of flame with flame crash talent.
       
    11. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      A new public build has been pushed to the store, and is currently awaiting approval from the Bossland GmbH staff. This can take up to 3 business days.

      [27/Sep/2016 - Alpha]
      - [Havoc] Minor change to Fel Barrage logic.
      - [Havoc] Fel Rush will now cast when strafing again, but will cancel animation immediately rather than checking facing/distance from target.
      - [Havoc] Fel Rush will now cast on AoE unit count >= setting. Forces a minimum 3 unit restriction.
      - [Havoc] Changed conditions on Eye Beam. No longer tied to the High AoE unit count setting.
      - [Havoc] Fixed an issue with Netherwalk.
      - Added setting to cast Felblade on cooldown.
      - [Vengeance] Disabled Shadowmeld usage.
       
    12. pred88

      pred88 New Member

      Joined:
      Sep 13, 2016
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0
      Even if it switched off in settings? well I think thats not right. I want to use it like personal safe abillity sometime not like DPS burst
       
    13. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      I'll add a setting so it can be toggled.
       
    14. kaishi00

      kaishi00 New Member

      Joined:
      Sep 26, 2016
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      1
      it does use it to apply sigil of flame, but then it oftens sits on the actual cast of sigil and not cast it.
       
    15. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      Hmm I've got the conditions less strict on Infernal Strike than Sigil of Flame which is probably causing that. I'll make the conditions the same so it should weave them both more consistently.
       
    16. gromguard

      gromguard New Member

      Joined:
      Mar 16, 2015
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      Tried to purchase this product on buddystore but it did not went through...Anything wrong with the store atm or is it just me?
       
    17. torin555

      torin555 Member

      Joined:
      Apr 22, 2012
      Messages:
      255
      Likes Received:
      1
      Trophy Points:
      18
      The store has been broken for USA payments for a few days now, keep trying every so often and eventually it should get fixed.
       
    18. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      Store purchases are working again now apparently. Make sure you login to the store first before attempting to buy.
       
    19. adam.jacobs76

      adam.jacobs76 New Member

      Joined:
      Oct 10, 2013
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      DPS's into karma... its pretty anoying...
       
    20. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      Can you post a full, unedited log file please? There's code already in Chaos specifically to not do this.

      Ref:
      How To Attach a Log
       

    Share This Page