I have an error running AutoAngler on one of my accounts. And only on this one of these. Whenever I start AutoAngler I get the error message: In English something like "Input string has the wrong format" I removed settings, compiled assemblies nearly everything. Now I did a fresh install of HB and the error still occurs. It does come up on the secound start up of the bot from a fresh install. And then every time. It's going to make me crazy ... anyone has an idea?
my modified ApplyLureAction.cs When lure is missing: 1. Applies charm 2. Casts one time 3. Applies lure Also works with both hats View attachment ApplyLureAction.cs
Since fishing skill does not matter when pool fishing, is there a way to prevent the bot from weapon/pole switching when pool fishing is enabled? This would prevent it from having to weapon swap when attacked.
no offense but thats just a work around to the issue. I dont want to have to go back to the bank everytime i want to fish open water.
Can anyone explain why autoangler do not loot fish each time? IT loots from time to time... can't find the bug(((
Is this Plugin selling all my epic 'n stuff whats in my bags? would suck if he sells my flasks and buff food. havent seen yet what happens when he is on vendor an mail.
You have a long wait then, there been little done to the bot, others have added water walking IE raft, warlock soulburn+underwater breathing as none of this have been added since MoP started by HighVoltz.
I have been having same issue, i turned off all addon in-game and clean HB still happens, I have to EXIT the game and start again. Not sure what the issue, the loot window opens up and fails to loot.
Why isn't the bot flying from pool to pool? He just fishes a pool and then AFKs. He only fishes another pool if manually run near one.
Hi, I'm getting this error when I try to use a ProfessionBuddy profile with fishing. View attachment 6880 2012-12-17 19.17.txt
Hey highvoltz, can you please take a look at the google code issue tracker, I'm getting the same problems here.
if my bots add a mob they dont fight, they stay still and die. wenn meine bots was adden, k?mpfen sie nicht sondern stehen still und sterben, was kann das sein?
Hey, i read many about this great bot. I want to try it, but i've got a problem at the starting. I read, that somebody had the same problem, but i didn't find an answer to this. My HB didn't find the AutoAngler2, i copied you .rar unpacked into my bot folder. At the starting of HB it says Compiler Error: error CS0006: Die Metadatendatei "Remoting.dll" konnte nicht gefunden werden. I hope you can find the problem and help me. I attached the logfile
This is already present in the codebase and applies it fine to my char (look into applylureaction.cs in composites). And when you don't use the poolfishing part, it attaches the lure from the fishinghat just fine here. You will see the following part that applies to the Ancient Charm: Code: //Awesome panda lure WoWItem pandalure = StyxWoW.Me.BagItems.FirstOrDefault(r => r.Entry == 85973); if (pandalure != null && !_me.HasAura(125167)) { AutoAngler.Instance.Log("Appling awesome panda lure"); Utils.UseItemByID(85973); return true; } Attached are the files for those of you that are not happy with editing files yourself. WaterWalking.cs is the actual changed file to include the fishing raft (Anglers Rep Reward) as waterwalking option. I added AutoAnglerSettings.cs to reflect the change made in WaterWalking.cs (Raft added to description of Water Walking). And ApplyLureAction.cs (out of the composites map) is changed to have Nat's Hat added as lure item when equipped.