Given the tricky locations the treasures in, the profile can be a bit problematic since it uses a massive amount of jumping Lua and CTMs. It's a bit hard to fine-tune it so that it works persistently across everyone's client because all sorts of minor things can cause issues. 'Minor things' being FPS drops, or speed buffs/negates mostly. There's plans to go back and improve the logic used for jumping/CTM, but right now most of my development time is focused on Kick questing and the Tanaan Diplomat profiles. Once they're set and stone, I'll come back and rework this to be more proper. Are you farming for the Draenor Pathfinder achievement? Or just to get the treasures. If you're going for the Draenor Pathfinder, I've made a "Master" Treasure Hunter profile which works more reliably than this one since it goes for the more 'easier to get' treasures.
You may want to try the Master treasure hunter profile. Here's a link to it: View attachment Master Treasure Hunter.xml
wish i woulda saw this sooner :/ just finished all 100. now im starting with diplomat. Was wondering fi i could get an ETA how long it takes? going to start the tanaan diplomat profile tomorrow when i leave for school
I'm not too sure. I've seen a lot of people say anywhere from two weeks to a little less than three. That could be completely wrong though. It mostly depends on if you have reputation boosts. Your best bet would be to farm on a Human because they automatically have a 10% reputation gain as their racial perk and use the level 3 trading post since it gives a 20% increase in reputation gains for Draenor factions. Also invest into any other reputation boosts if possible. I don't know of any off the top of my head, but there may be some. There's also the Medallion of the Legion which is purchasable from the auction house. If you have the gold, I'd highly reccomend buying a few of these to speed things up.
works pretty well. I wouldn't 100% afk it thoguh. gorgrond was the best so far, no input from me at all. also if your using this for pathfinder do the treasure profile before an explore profile.
I have no idea what Master Treasure Hunter.xml is doing, whenever i try to run it, it's very wobbly and all over the place, will make random circles around nothing and get stuck on all sorts of random stuff. I'm not sure what it's trying to do... lol It's as if it's trying to do multiple things at once and isn't sure which to do. It will run circles around mobs aggroing stuff before it will decide to actually try and fight them, it will ride up to a tree and before it can even click it will interrupt itself then ride off, same with trying to loot mobs as well. Will keep running back and forth, to go back to the pathing, then back to corpse then back to pathing, back and forth a few times, I can see in log where it's telling the bot to loot but it just won't go and actually do it. lol
The profile is made up of a bunch of simple <MoveTo/>s and InteractWiths. So it's hard to imagine what would be causing behavior like that. In the log, it said it was interrupted several times while trying to interact with "Gamblers Purse" but it doesn't say what it was interupted by. The log also shows that tons of path nodes are being skipped while going to the next treasure - which typically isn't usual. It's not an error with the profile, but something with your bot - but I can't tell exactly what. The only things I could suggest at the moment would be: Try a fresh install of the bot, and delete your Mesh files. Your Mesh files (by default) are located here: %appdata%\..\Local\Bossland\Honorbuddy\Meshes If you paste that directly into your folder browser, it should take you to it.
Is there any easy way to get treasures from only one area with flying other than just deleting the section for all the other areas?
Hmm, not really. You could add: <CustomBehavior File="Halt" /> after the zone you want is completed to have the bot stop. But of course the bot will do everything up until that line - so if there are any zones above the one you're farming - it'll do them as well. Unless of course you move your zone to the top of the profile.
Hi, I heard somewhere that this profile can make 5k gph? If so, do you know how I can do it? Thanks for the profile and hard work!
here's the most recent instance of me trying to run this. i was in garrison, not saying that would cause this error, but it (to me) seems to be the same error when i try to run any of the 'questing' files.... View attachment 7904 2015-11-25 00.27.txt EDIT: issue fixed by, fresh install, delete HBRlogHelper, and disable streaming of GarrisonBulter ICE thnx KMICA!!
U have problems with your HB Quest Behaviors in your installation. -> make a clean new installation. Also: delete HBRelogHelper plugin disable streaming of GarrisonButler ICE (its no longer beeing updated)
i used to never have the HBRelogHelper turned on, will turning it off make a difference? or is deleting it the only way to go? will disable GB ICE, thnx! will update once i get a chance to try out the new config...
everything is running fine now, thnx! occasional hangs up (sometimes jump at wrong time or just caught on clutter) but nothing major. i've noticed on a warlock, if on dreadsteed they sometimes get caught on the top of the stairs in garry (if leaving TH to go anywhere else)...
Development on these profiles have (somewhat) halted since there's actually plans to add Jump support into the bot. Right now, the profile is using a very blunt method of jumping which is just to use statically timed Lua functions to invoke jumping - Since they're statically timed, it doesn't consider speed buffs or nerfs - there's also little failsafe. So hopefully, once Jumping is fully support by the bot, most of the jump issues will be fixed.