Hmm, it has some bugs with auto-attacking single penguins. Sometimes it doesn't run to it first, but just stands with some distance spamming auto-attack on and off. Happens quite often. It won't continue until I move it to the penguin myself.
I am using a rogue. It'll use fan of knives fine when there are lots. But when there's only 1 or 2 left it wants to autoattack them, causing the previously described problem.
I just tried your update, and that issue is fixed, thanks! I still have some problems though.. It's getting stuck really often trying to run up some ice that is too steep to run on. So it just keeps running into an "invisible wall". Also if you could add Swipe as an aoe option for druid like you did for rogue Fan of Knives, that'd be awesome! (I believe they have the same aoe range etc so should be rather easy I suppose)
This is not working for the stable build of HB 2.0.0.4620, it freaks out trying to compile at startup because it does not recognize the new 1.0.7 structure. I think you meant this for the new honorbuddy test releases. Hopefully you can have one for the release thats stable as most people are using it still. Thanks.
I tested it on a Stable and a Beta Version. Stable doesn?t recognize the Botbase Beta doesn?t Start thnx for your work
I tried it for 5 minutes with 4928 and it works. Tested in Stranglethorn Edit: There is an Issue wile stucking. My Druid always fly up and down. and don?t kill anything
Would u be so kind to add the Terrorweb-Tunnel in EPL, there seems to be a good respawnrate and MANY critters in this cave on very small location
i tried to add some new hotspots for EPL one run through the cave givees nearly 200 critter kills (respawn not tested) but i've had some problems... first my changes: in profile i added PHP: static List<WoWPoint> EasternPlagueLands = new List<WoWPoint> { new WoWPoint(3034.367,-2772.907,100.4177), new WoWPoint(2998.338,-2758.63,98.95406), new WoWPoint(2981.208,-2730.825,99.7354), new WoWPoint(2947.743,-2707.363,96.5449), new WoWPoint(2932.005,-2667.439,95.67075), new WoWPoint(2910.932,-2622.709,91.46061), new WoWPoint(2855.809,-2593.433,88.04718), new WoWPoint(2818.919,-2547.239,80.04765), new WoWPoint(2807.87,-2493.658,84.01855), new WoWPoint(2755.812,-2484.275,75.62215), new WoWPoint(2734.178,-2461.294,70.99499) }; i changed the List profile to: PHP: public static List<WoWPoint> profile { get { CharacterSettings.Instance.FindVendorsAutomatically = true; CharacterSettings.Instance.LearnFlightPaths = false; switch (StyxWoW.Me.ZoneId) { case 33: return Stranglethorn; break; case 139: return EasternPlagueLands; break; case 3537: return BoreanischeTundra; break; default: return null; break; } } } i modified the Init to PHP: static public void Init(System.EventArgs args) { runTimer.Start(); if (mounts.Count == 0 && TreeRoot.IsRunning) { Logging.Write(System.Drawing.Color.Red, "{0} - Can not find any flying mount..", TimeNow); TreeRoot.Stop(); } //slog("ZONE: " + StyxWoW.Me.ZoneId + " / " + StyxWoW.Me.ZoneText); switch (StyxWoW.Me.ZoneId) { case 33: case 139: case 3537: break; default: Logging.Write(System.Drawing.Color.Red, "{0} - You are not in the Borean Tundra or Northern Stranglethorn!", TimeNow); Logging.Write(System.Drawing.Color.Red, "{0} - {1}", StyxWoW.Me.ZoneId, StyxWoW.Me.ZoneText); TreeRoot.Stop(); break; } } maybe u can take a look into it ... i added a log (the hotspotproblems may come from a pvpprofile loaded ... nothing to care about), and the modified .cs (ATTENTION don't use it ... it's not usable atm... for debug purposes only) I removed the Flying / Mounting part, because of a bug, he tried to mount up in the cave I'm working on this right now, but i have to find the other problem first (standing in the cave, don't attacking anything) Maybe the ThreadOwner and BotBase Creator could have a look into it edit: found the "not attacking" bug ... the NPC-IDs for the CRITTERS are hardcoded, i'll try to Find Critters without the ID
i modified a little bit to cleanup some code, and to minimize the locations of where to change code, when adding a new spot / critter instead of checking each Entry (mobid) , there is now a new list, containing all critterids from the profiles PHP: static List<uint> critterID = new List<uint> { 15476,15475,45439,14881,28440,2914,3300,4953 }; this can be enhanced very easy to check more critters this version is usable now... in the cave in epl, there'r stuck problems which cause HB to crash... so... do not use it in epl i'll try to figure it out and fix it...
Could you please make it for hunter that it just stands in one spot rather than running around in circle to try an attack.