Hi, Kimblee, This is not enough information to chase a problem. If you need assistance, please see the guide for Reporting Problems or Seeking Assistance. Specifically, we must see the full log attached. cheers, chinajade
Hi, Ordell, Something is interfering with your ability to loot the items. Could be a plugin, addon, malfunctioning CR... just about anything. To chase the problem, we'll need to see the full log that captures the issue. Please see the Reporting Problems or Seeking Assistance. cheers, chinajade
Hi, Zackvz, and many thanks for that log! We believe the problem has been repaired in v3234. cheers, chinajade [size=-2]Ref: Zackvz' problem report w/log[/size]
Hi, sorry to jump in without a proper log, I just want to confirm Flacito's sightings. Happened to me as well on a mage and a hunter a couple of weeks ago.
One more: A quest called A message to Telaar is being picked up in Zangarmarsh at some point. The problem with this one is that it requires Kurenai reputation to be, according to comments on wowhead, at least neutral, which the toon may not have if it levelled by other means (other zones, dungeons, etc.). I am aware that there's a Kurenai rep grind hook in the BC profile, but that's used for kicking into the Nagrand questline, which is a slighty different level range (66, compared to the 64 required for the A message to Telaar). I'll post a log shortly with the toon trying to pick up the quest not provided by the NPC, not sure if that helps though.
Eep sorry I know ya all must be busy! am just curious if this will work for a Horde blood elf monk? and if it will level her as a healer? so it will claim healing gear instead of dps? EDIT: I think I might have found the answer. under settings and tools. if I choose Mistwalker~ it will choose rewards based for a healer? Very sorry still newish to all this, but love love my honorbuddy and so far this profile thinger is amazing.
Cant even do quest in MoP for some reason.....gets past the intro to jade forest then it sits at the serpent statue and says the no viable mobs are in the area...says its going to move to another then steps back to the same spot and says no viable mobs again...i can go to the quest spot and force it to fight one mob...but then it runs straight back to the spot in front of the statue and stands there
Hi, (can attach log if you need but I don't think its needed) Zone: Searing Gorge Problem: Bot is always walking into the lava/magma. Watched it a few times - bot tries to go to a location but takes the way through lava and char dies. What can I do to stop this? EDIT: And is there maybe a simple way to "teach" the bot that lava IS dangerous? Seems that lava is handled like water It's a real pain in the ass while botting in Searing Gorge or Burning Steppes with all that lava. My char dies so often.
Hi, Junk, Alas, we are unable to take action without a log that demonstrates the issue. Ref: [Guide] How to attach your log cheers, chinajade
Hi, Jazzman170, Please see Defect Management for the process we follow in defect repair. cheers, chinajade
Hi, Junk, and many thanks for the log. This article should help you sort the problem: HelpDesk: Quest giver is not offering expected quest cheers, chinajade [size=-2]Ref: Junk's original post w/log[/size]
Hi, Eepohno, Glad you got your problem sorted. AutoEquip is built into Honorbuddy—the profile has no control over the decisions it makes. Indeed, AutoEquip will pick gear for your current spec only. If you want to know why it didn't select a particular piece of gear, you can look in the .../Logs/Server - Toon/AutoEquip*.txt files and see why. Most of the time, AutoEquip discounts gear because it has an unacceptable secondary stat on it. cheers, chinajade
Hi, Neled, Glad you got your problem sorted. Hi, Kimblee, We believe Neled is spot on about your problem—you are probably suffering from cache corruption. This article should help you sort the problem: HelpDesk: Cache corruption problems If you are not off-and-away, we simply must see the full log that captures the problem. Please see the guide for Reporting Problems or Seeking Assistance. cheers, chinajade
Hi, LordFuchs, Honorbuddy well knows that lava is dangerous, and the profile in these areas have also taken particular attention to avoid troublesome areas. You've probably got your "Loot Distance" set to high in your configuration, oor have a plugin or somesuch interfering with proper Honorbuddy operation (perhaps Rarekiller, Critterkiller, etc.). In either case, if you need assistance, we simply must see the full log that captures the problem. Please see the guide for Reporting Problems or Seeking Assistance. cheers, chinajade
First of all.. EPIC profiles!!! Rly, good job!!! Second.... I got issues ... Ive left my computer over night / during work with the same result twice : After some time it disconnects, so instead of being lvl 70, I come home to a lvl 66 ... Got 2 logs, from the last 2 days... View attachment 8384 2014-05-13 06.14.txt View attachment 7004 2014-05-12 20.56.txt
Hi, GASPGASP. Thank you for the kind words and the logs. From your first log, we see this: [08:32:46.451 Q] Bot stopping! Reason: Auth Session is invalid This happens because there is a glitchy network condition between Honorbuddy and the Bossland GmbH servers (used for Tripwire, Meshes, etc). This is not a problem with Honorbuddy or the Bossland servers, but with your network. We've no way to help you with issues like this—you'll have to work it out with your ISP (or choice of ISP). Your second log is for only 5 minutes, so it can't be from the "overnight run" you describe. Honorbuddy is not even making it through its initialization process in this log. [19:02:29.665 D] Exception was thrown in BotBase.Start. Bot cannot start. We believe the culprit here may be your choice of Combat Routine. Try going back to the Honorbuddy-shipped Singular. Neither of these issues is related to the profile. If you continue to experience problems like this, please use the Support forum. cheers, chinajade [size=-2]Ref: GASPGASP's original post w/log[/size]
[A - Quest] EK 12-58 [Kick] Changes: Use CollectThings instead of InteractWith, because InteractWith not work anymore for this Quest (seems because of changes in the dev builds). I tested it with CollectThings several Times on different Chars and it works. Replace: Code: <While Condition="HasQuest(27771) && !IsQuestCompleted(27771)"> <DisableBehavior Name="Pull" /> <MoveTo X="-7011.898" Y="-3920.057" Z="263.8971" /> <CustomBehavior File="InteractWith" QuestId="27771" MobId="206321" WaitTime="8000" NumOfTimes="500" X="-7011.898" Y="-3920.057" Z="263.8971" /> <!-- <CustomBehavior File="CollectThings" QuestId="27771" ObjectId="206321" CollectItemCount="3" --> <!-- CollectItemId="33126" PostInteractDelay="8000" X="-7011.898" Y="-3920.057" Z="263.8971" /> --> <!-- <Objective QuestName="Third Sample: Implanted Eggs" QuestId="27771" Type="Collect" --> <!-- CollectCount="3" ItemId="62393" /> --> <CustomBehavior File="NoCombatMoveTo" X="-6988.002" Y="-3942.721" Z="263.8894" /> <EnableBehavior Name="Pull" /> </While> With: Code: <While Condition="HasQuest(27771) && !IsQuestCompleted(27771)"> <DisableBehavior Name="Pull" /> <MoveTo X="-7011.898" Y="-3920.057" Z="263.8971" /> <CustomBehavior File="CollectThings" QuestId="27771" CollectUntil="QuestComplete" ObjectId="206321" NonCompeteDistance="1"> <Hotspot Name="HotSpot 1" X="-7008.689" Y="-3924.697" Z="263.8888" StartPoint="true" /> <Hotspot Name="HotSpot 2" X="-7016.092" Y="-3916.572" Z="263.9717" /> <Hotspot Name="HotSpot 3" X="-7019.548" Y="-3924.103" Z="263.8889" /> </CustomBehavior> <!-- <CustomBehavior File="InteractWith" QuestId="27771" MobId="206321" WaitTime="8000" --> <!-- NumOfTimes="500" X="-7011.898" Y="-3920.057" Z="263.8971" /> --> <CustomBehavior File="NoCombatMoveTo" X="-6988.002" Y="-3942.721" Z="263.8894" /> <EnableBehavior Name="Pull" /> </While>
Ty for the fast reply - just realized i gave you 1 wrong LOG .. .my bad Well, so the problem is my network supplier? Or is there something i can do ?