Just have a ProfessionBuddy profile to do this, and then use HBRelog to flick between them automatically - works a treat, and gives you lots more flexibility as you can choose exactly what gets mailed and to who. Eg have the following sequence in HBRelog: Toon 1 GarrisonBuddy -> Toon 1 ProfessionBuddy -> Toon 2 GarrisonBuddy -> Toon 2 ProfessionBuddy. Hope this helps!
In Coroutine.Buildings.Shipments.cs, replace the existing IfGossip() method with the following code: Code: private static async Task<bool> IfGossip(WoWUnit pnj) { if (GossipFrame.Instance != null) { GossipFrame frame = GossipFrame.Instance; foreach (GossipEntry gossipOptionEntry in frame.GossipOptionEntries) { Logging.WriteDiagnostic("Gossip: " + gossipOptionEntry.Type); } // Click 3rd option if we're talking to level 2 barn super if (pnj.Entry == 84524) { frame.SelectGossipOption(2); } else { frame.SelectGossipOption(1); frame.SelectGossipOption(0); } } return true; } This should work for level 2 barns. No idea if the problem exists with level 3 or not.
just out of curiosity - who else has the problem w/ the botbase either A) not moving at all and hanging up/locking up HB or B) moving until it gets to the bottom of the mine/running past nodes, then stopping and locking up HB? trying to aid in the debugging by trying to find a pattern or why its happening to some people and not others. Ironically it happened to all my toons (A) via the first release and pre patch on wow it happened to only the toons that didnt have the garden after the second release. Now after wow patch witht he second release im back to none really working. >.< I do use surround, SLI, and wow in windowed mode with 2 clients running at once. So if anyone else has said problem, are any of your config(s) the same? I doubt its hardware/config related but its curious nonetheless.
This is fixed in the next build. Please see my previous posts if you want to fix your current install in the meantime, along with an explanation of the issue.
As Wikki74 stated, no way to use it with the german client. Well at least none that I am aware of, feel free to send me a PM in case you find a way if it is even allowed to discuss it. Thanks for answering Forildar! Check your PM I definitely have to check your fix asap by myself! Went into a frenzy tonight and went all scavenger around here. Managed to build a decent computer, might not live for long but long enough for me to dl wow, hb, and start testing properly again. You should have something like this after extracting it at the right place : Honorbuddy/Bots/GarrisonBuddyBeta/GarrisonBuddy.cs
I have to warn other botters that GarrisonBuddy can not be linked in any way to this gentlemen sexual tendencies. Thanks for passing by! Let me know if you feel it lacks something. Check my post above this one.
Thanks for the nice quick fix! Will come up with a more robust and clean one in the next release! (starting to become one hell of a release to finish ) And you're right, you should be free to choose to solve an artifact, delete fragments, stop the bot, make a coffee... I definitely have a problem with bad jokes and late night, seems like an addiction. An option to solve or stop makes sense! +1, forgot about it... my bad! Klepp0906, indeed take a look at Wullie fix, should work for you! At least I hope it dos, you deserve it.
Having problem with one toon, (Worgen Warrior). Everything works perfectly until it's time to turn in missions, then the toon just runs past the mission table and tries to run through the wall behind it. View attachment 7440 2014-12-23 06.40.txt
hi, until yesterday it works fine. now with latest hb release (763) it doesnt nothing. attached you can find my logs thx
hi guys, also I have problems..... starting the singular routine with the garrisonbuddy bot, click start but the bot does nothing..are there any settings or requirements for the garrison that you need why be automated? i have chosen gladiator sanctum , engineering and tailoring both level 2....
Hi , im having a problem with HBRelog and GarrisonBuddy Have all the toons with same bot and hbrelog log them in , and automatically log them out, doing no work at all. Any idea? I know it is a very short information.
Not really usable at the moment, too many small hiccups along the way - seems to have the general idea down but definitely requires some tweaks.
Using this (Rev. 24; 0.7.0 it still says) on HB 763 (newest since last night) and it still works fine, except daily CD's. All other stuff works flawless, apart from the Forge work orders. But, still saves a lot of time. I did not even delete my settings since I've started using it and I did NOT install HB into a new folder... I'm hard headed hehe
Welcome Merry christmas! Thanks for reporting and posting the log, will look into it! Thanks, will check it in a few hours. Hey, could you post a log? See first page of this thread for a tutorial Have you configured and rebooted the bot before starting it the first time? Hey, without a log it is hard to tell... :/ I can imagine that there's nothing to do on the char, but I don't think you would do this. So only way for me to help you is by posting here a log Hey Thanks for passing by and giving your feedback. There's indeed hiccups, that's why we're still in Beta but I can assure you than more than 7000 users are using GarrisonBuddy everyday without problems. Although there's a few users experiencing a path generation bug, quick fixed by Wulli and which will be officially fixed in the next build. But could you precise which ones? Cause searching in a few thousand lines of a log without knowing what to look for is near to suicidal. Otherwise I won't be able to improve GarrisonBuddy. Merry Christmas!
Hahaha, well as long as it works you're free to take care of it the way you like! Good to hear that the update didn't break GarrisonBuddy. There might be some small issues here and there though.
Level 2 Barn: Work Order Bug Report First off let me just say thanks a lot for the work you are doing on this awesome Bot. It is a real timer saver to say the least. I’ve only been using it a few days now on 7 toons and I run it completely autonomous per character - I’m working on setting it up on HBrelog and hopefully get those 7 toons running autonomous together - I’ll provide some feedback as and when. I have noticed one or two small bugs but nothing major but this morning I experienced a notable bug associated with issuing work orders for the Barn. It is a Level 2 Barn and the toon was having trouble interacting with the Homer Stonefield. I had no Cage Beasts for leather/fur in either my Backpack or Reagent Bank but I had Meaty Caged Beasts in my Reagent Bank. The toon was not able to interact with the Order Frame, i.e. “[GarrisonBuddy] 0.7.0: [ShipmentStart] Failed to open Work order frame. Maybe Blizzard bug, trying to move away.” This loop kept on repeating and the toon could not get out of it. Attached are the log files. I restarted the process again so there are two log file depicting this bug. View attachment 7120 2014-12-23 13.34.txt View attachment 6484 2014-12-23 13.06.txt Thanks once again for all your effort and time. Kind regards.
Hey, this seems to be the gossip choice bug stated by multiple users last week. See the quick fix proposed here: