• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [FREE] Illidari - PvE CR for Demon Hunter

    Discussion in 'Demon Hunter' started by speshulk926, Aug 22, 2016.

    1. speshulk926

      speshulk926 Community Developer

      Joined:
      Dec 8, 2014
      Messages:
      911
      Likes Received:
      17
      Trophy Points:
      18
      It casts for me. I'm not sure why. Can you tell me what the name of your warglaives are?

      Here is the code it uses:

      Code:
      if (Me.HasTankWarglaivesEquipped())
                  {
                      if (await S.Cast(SB.SoulCarver, C.DefensiveColor,
                          M.IS.VengeanceAllowSoulCarver
                          && Me.HealthPercent <= M.IS.VengeanceSoulCarverHp,
                          string.Format($"AM: HP:{Me.HealthPercent.ToString("F0")}<={M.IS.VengeanceSoulCarverHp}")
                      ))
                      { return true; }
                  }
      
      Here's what it uses for making sure you have warglaives... It may be a cultural thing. I may need to change that to the ID number instead of text.

      Code:
      if (mh.Name == "Aldrachi Warblades" && oh.Name == "Aldrachi Warblades")
                      {
                          return true;
                      }
      
       
      Last edited: Sep 20, 2016
    2. vulki

      vulki New Member

      Joined:
      Dec 11, 2012
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      My warglaives are" Aldrachi Warblades" but i haven´t these code line:

      if (mh.Name == "Aldrachi Warblades" && oh.Name == "Aldrachi Warblades")
      {
      return true;
      }

      Do I have to put it?
       
      Last edited: Sep 21, 2016
    3. speshulk926

      speshulk926 Community Developer

      Joined:
      Dec 8, 2014
      Messages:
      911
      Likes Received:
      17
      Trophy Points:
      18
      You have those lines of code already in there. I was wondering because I'm using the actual names of the warglaives instead of their ID if that is what is causing your issue. I haven't heard anyone else complain that it is not working and it seems to be working for me. Can you give me a clean log file and make sure to enable Debug Log in the Illidari settings.
       
    4. Jafak

      Jafak New Member

      Joined:
      Sep 18, 2014
      Messages:
      34
      Likes Received:
      1
      Trophy Points:
      0
      Sometime CR lost target on arena - bg - world and do not take it again im must to disable bot then enable it to do work ( it happen with this verion in old all work fine/

      [Illidari]: Switch target to Хваткий краб-ползун at 15 yds @ 69% HP
      [Illidari]: *Fel Rush
      [Illidari:Debug]: Number of new units: 0
      [Illidari]: *Metamorphosis
      [Illidari]: *Vengeful Retreat
      [Illidari]: ^Glide
      [Illidari]: ^Fel Rush
      [Illidari:Debug]: Number of new units: 0
      Path distances request failed on map: Troll Raid, Location: <-806.8354, 6237.208, 2.88743>
      [Illidari]: ^Chaos Strike
      [Illidari:Debug]: Number of new units: 0
      [Illidari:Debug]: Number of new units: 0
      [Illidari]: ^Throw Glaive
       
    5. speshulk926

      speshulk926 Community Developer

      Joined:
      Dec 8, 2014
      Messages:
      911
      Likes Received:
      17
      Trophy Points:
      18
      This is intended to be a PvE routine. Having said that, the way the targeting works is if someone is targeting you, he is a target. If he drops you (or your party) as a target, it will stop trying to attack. If you drop the target and he drops the target there is nothing more to attack.
       
    6. Jafak

      Jafak New Member

      Joined:
      Sep 18, 2014
      Messages:
      34
      Likes Received:
      1
      Trophy Points:
      0
      in pve is same im think it auto stop
       
    7. Jafak

      Jafak New Member

      Joined:
      Sep 18, 2014
      Messages:
      34
      Likes Received:
      1
      Trophy Points:
      0
      DemonHunterHavoc
      Selected talents for Demon Hunter Havoc
      [Illidari]: Tier 1: Fel Mastery
      [Illidari]: Tier 2: Prepared
      [Illidari]: Tier 3: Bloodlet
      [Illidari]: Tier 4: Soul Rending
      [Illidari]: Tier 5: Momentum
      [Illidari]: Tier 6: Master of the Glaive
      [Illidari]: Tier 7: Chaos Blades
      Hotkeys: Registered!
      [Illidari:Debug]: Number of new units: 0
      Restarted game run like - combat bot get first target CR do nothing im targen MOB use glavie it run to targen and use only auto atack
       
    8. speshulk926

      speshulk926 Community Developer

      Joined:
      Dec 8, 2014
      Messages:
      911
      Likes Received:
      17
      Trophy Points:
      18
      I need a full log to look at it.

      Edit: Truthfully, I don't use Havoc very often. I gave it a go on my current version (I don't think any changes) and it seems to work just fine:

       
      Last edited: Sep 21, 2016
    9. speshulk926

      speshulk926 Community Developer

      Joined:
      Dec 8, 2014
      Messages:
      911
      Likes Received:
      17
      Trophy Points:
      18
      Working on a new update with a few fixes to Vengeance and Havoc rotations. Also in the new update, there will be an option to "ignore opposing faction" that if you check this (checked by default) it will actively *not* target the opposing faction. I have some testing to do on this before I can release it, but wanted you all to know.
       
    10. Testament

      Testament Member

      Joined:
      Jan 11, 2011
      Messages:
      37
      Likes Received:
      0
      Trophy Points:
      6
      Got a small problem with this routine ! Drinking all my flasks always :( if i have 5 flasks it wont stop till wont drink all of em !
      Any idea how to fix it ?
      Vegenace spec
       
    11. Jafak

      Jafak New Member

      Joined:
      Sep 18, 2014
      Messages:
      34
      Likes Received:
      1
      Trophy Points:
      0
      Can y add to use in aoe-cd skill - Chaos Blades most of havoc setups choice it to do DPS
       
    12. speshulk926

      speshulk926 Community Developer

      Joined:
      Dec 8, 2014
      Messages:
      911
      Likes Received:
      17
      Trophy Points:
      18
      I will look into it and see what I can do. I can just turn off flasks for now anyway as they are not looking for the right flask auras right now.
       
    13. speshulk926

      speshulk926 Community Developer

      Joined:
      Dec 8, 2014
      Messages:
      911
      Likes Received:
      17
      Trophy Points:
      18
      It's on the initial pull setup, but yeah, I need to add it into the normal rotation based on your selection.
       
    14. Jafak

      Jafak New Member

      Joined:
      Sep 18, 2014
      Messages:
      34
      Likes Received:
      1
      Trophy Points:
      0
      Hotkeys: Removed!
      DemonHunterHavoc
      Selected talents for Demon Hunter Havoc
      Hotkeys: Registered!
      [Illidari]: ~Blur
      [Illidari]: ~Chaos Nova
      [Illidari]: *Vengeful Retreat
      [Illidari]: ^Fel Rush
      [Illidari]: ^Demon's Bite
      [Illidari]: ^Fel Rush
      [Illidari]: ^Chaos Strike
      [Illidari:Debug]: Number of new units: 1
      [Illidari]: Switch target to Отрекшаяся - страж смерти at 2 yds @ 69% HP
      [Illidari]: ^Throw Glaive
      [Illidari]: ^Demon's Bite
      [Illidari]: ^Chaos Strike
      [Illidari]: ^Demon's Bite
      [Illidari]: ^Chaos Strike
      [Illidari]: ^Demon's Bite
      [Illidari]: ^Fel Rush
      [Illidari]: ^Throw Glaive
      [Illidari]: ^Chaos Strike
      [Illidari]: ^Demon's Bite
      [Illidari:Debug]: Number of new units: 0
      There bot still runing boot rotation do nothing... & im hve 2 targets around me 1 of then im stay attack with autoatack must stop the bot & run other time...
      Stopping the bot!
      Bot stopping! Reason: User pressed the stop button
      Starting the bot!
      Currently Using BotBase : Combat Bot
      Current zone is Крутогорье (Highmountain - Zone - World of Warcraft)
      Hotkeys: Removed!
      DemonHunterHavoc
      Selected talents for Demon Hunter Havoc
      Hotkeys: Registered!
      [Illidari]: *Fel Rush
      [Illidari]: *Blade Dance
      [Illidari]: *Vengeful Retreat
       
      Last edited: Sep 29, 2016
    15. speshulk926

      speshulk926 Community Developer

      Joined:
      Dec 8, 2014
      Messages:
      911
      Likes Received:
      17
      Trophy Points:
      18
      Right now it uses *current target* or if they are targeting your, your pet, or your party/raid members. If it's not one of those, it's up to the profile to choose the target. My rotation doesn't just run around and randomly target people to attack.
       
    16. speshulk926

      speshulk926 Community Developer

      Joined:
      Dec 8, 2014
      Messages:
      911
      Likes Received:
      17
      Trophy Points:
      18
      I haven't had much time to add this in right, so for now I just removed it. Not adding it to the main thread just yet until I get a bit more testing done with it.

      Code:
      -- Removed Flask usage for both Havoc and Vengeance
      -- Added new feature for "Ignore Opposing Faction" which, while questing will not make your opposing faction a valid combat target.
        -- This feature is still not been tested fully, so turn off if you experience any issues.
      
       

      Attached Files:

    17. catotheelder

      catotheelder New Member

      Joined:
      Oct 1, 2016
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      Man, I'm getting the error:

      The class profile currently loaded is Demon Hunter - Havoc, but the current toon is Demon Hunter - Vengeance. Please respec the toon, or select a proper class profile under settings before starting the bot.

      And I know I'm doing something stupid wrong. I switched to Vengeance because of the self heal. How do I switch it in the bot?
       
    18. thedidkid95

      thedidkid95 New Member

      Joined:
      Nov 5, 2011
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      1
      Go to settings and tools, then in the character manager box you'll see class profile and that will have a drop down list, Choose the correct spec, save and close and you should be good to go
       
    19. catotheelder

      catotheelder New Member

      Joined:
      Oct 1, 2016
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      Oh man, thanks a bunch!
       
    20. speshulk926

      speshulk926 Community Developer

      Joined:
      Dec 8, 2014
      Messages:
      911
      Likes Received:
      17
      Trophy Points:
      18
      I have been away from this for a bit now. Anyone have anything that needs to be addressed? I don't play the DH much anymore, so I haven't had much motivation. If I had someone who wanted to test out rotations and dps (or tanking) I'd be happy to do some more updates to this. If I don't get much response, then I likely won't be updating it much more.

      Disclaimer, if anyone else wants to take over this project, they are more than welcome to. Send me a PM and I'd be happy to help update and/or release this project to someone.
       

    Share This Page