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; }
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?
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.
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 [Illidariebug]: Number of new units: 0 [Illidari]: *Metamorphosis [Illidari]: *Vengeful Retreat [Illidari]: ^Glide [Illidari]: ^Fel Rush [Illidariebug]: Number of new units: 0 Path distances request failed on map: Troll Raid, Location: <-806.8354, 6237.208, 2.88743> [Illidari]: ^Chaos Strike [Illidariebug]: Number of new units: 0 [Illidariebug]: Number of new units: 0 [Illidari]: ^Throw Glaive
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.
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! [Illidariebug]: 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
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:
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.
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
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.
It's on the initial pull setup, but yeah, I need to add it into the normal rotation based on your selection.
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 [Illidariebug]: 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 [Illidariebug]: 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
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.
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.
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?
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
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.