What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

HB ARCHIVES: Honorbuddy Profile Pack--DO NOT DELETE!

I have about 5 bots leveling at the moment, i noticed that all of them got stuck on the same quests. The problem was "loot mobs" was turned off, due to this my bots got stuck when encountering a quest that involves picking up an item. At first i thought it was corruption of some cache or HB itself, so i did reinstall of HB on the first encounter, and second. By the third time i started following the bot a bit more into detail. The profile seems to turn off loot mobs when the pull distance is set to 1yard. When set back to 100 yard loot mobs is back enabled. It seems loot mobs is at times not being enabled back.

All i wanted to know is that this is the normal behavior of pull distance ad its relation to loot mobs setting or it is a corruption of some sort? I can't pinpoint to what quest it actually starts with.
I have a lot of logs but asking first if you needs some specefic logs or need all of them.

Greet D

I'm having the same issue. Specifically with the quest The Archmage's Staff - Quest - World of Warcraft. The bot would use the quest item to summon the quest mob, kill it, and then start that process over again because it wasn't set to loot mobs to get the item it was looking for.

View attachment 4824 2013-11-11 05.16.txt

Thanks!
 
There's an issue with The Defense of Nahom - Quest - World of Warcraft. When it enters the vehicle and calls the quest behaviour with framelock turned on it will cause WoW to freeze and stop responding, if framelock is turned off for this quest it works as intended.
View attachment 109805
Hi, Zakanator, and thanks for the report and log!

The issue has been captured to Known Bugs List: Cata 80-85.

cheers,
chinajade


[size=-2]Ref: Zakanator's problem report w/log[/size]
 
Hello Chinajade :)

While questing with the latest SVN profile "[Fly][A - Quest] BC 58-70 [Kick].xml", i found some buggy addition made just recently to these hotspots, i can only confirm that the new hotspots are wrong compared to the previous ones (they simply don't salvage the required metals and they are a bit far from the farming place). The bot just ran around for 30 minutes without finding a metal object to collect.

Only the metal part is wrong, the wood part is ok from the first test, i'll keep testing more on other characters.

Here is what is written inside the profile:

CJ: DELETE THESE WHEN CONFIRM NEW IS OKAY.Ref: http://www.thebuddyforum.com/honorb...cks-1-90-mega-profile-pack-6.html#post1295116

If you could please uncomment the hotspots from the salvage metal part only, so that the leveling process can go smooth again like it used to be.

QuestId="10055"
QuestName="Waste Not, Want Not"

Below the fix to apply to the to quest:

Code:
<Quest Id="10055" Name="Waste Not, Want Not">
        <Objective Type="CollectItem" ItemId="25912" Name="Salvaged Metal" CollectCount="8">
            <Hotspots>
                <!--  CJ: DELETE THESE WHEN CONFIRM NEW IS OKAY.
                Ref: http://www.thebuddyforum.com/honorbuddy-forum/submitted-profiles/131188-kicks-1-90-mega-profile-pack-6.html#post1295116
                -->
[U][B]                <Hotspot X="-350.515" Y="2597.85" Z="46.6643" />[/B][/U]
[U][B]                <Hotspot X="-369.3131" Y="2552.401" Z="47.9209" />[/B][/U]
[U][B]                <Hotspot X="-348.7426" Y="2528.42" Z="43.95677" />[/B][/U]
[U][B]                <Hotspot X="-299.4455" Y="2533.99" Z="41.63297" />[/B][/U]
[U][B]                <Hotspot X="-309.2085" Y="2580.641" Z="41.46647" />[/B][/U]
[U][B]                <Hotspot X="-408.8845" Y="2487.06" Z="42.64096" />[/B][/U]
[U][B]                <Hotspot X="-343.7585" Y="2438.598" Z="41.95909" />[/B][/U]
[U][B]                <Hotspot X="-298.0957" Y="2468.684" Z="40.80849" />[/B][/U]
[U][B]                <Hotspot X="-298.0676" Y="2434.586" Z="43.62084" />[/B][/U]
[U][B]                <Hotspot X="-276.7405" Y="2394.579" Z="49.47664" />[/B][/U]
[U][B]                <Hotspot X="-281.2067" Y="2355.724" Z="51.15179" />[/B][/U]
[U][B]                <Hotspot X="-262.9833" Y="2330.913" Z="55.39469" />[/B][/U]
[U][B]                <Hotspot X="-275.2995" Y="2270.008" Z="62.03498" />[/B][/U]
[U][B]                <Hotspot X="-347.6588" Y="2293.912" Z="53.39001" />[/B][/U]
[U][B]                <Hotspot X="-394.9232" Y="2324.181" Z="45.50835" />[/B][/U]
                
                <Hotspot X="-478.9968" Y="2846.52" Z="38.96838" />
                <Hotspot X="-482.9401" Y="2899.796" Z="31.37897" />
                <Hotspot X="-438.252" Y="2962.404" Z="9.010023" />
                <Hotspot X="-508.3192" Y="2994.803" Z="8.777855" />
            </Hotspots>

Hi again, Dmyoussef,

v2891 reverts the changes to the 'salvaged metal' hotspots. Thank you for the feedback!

cheers,
chinajade


[size=-2]Ref: Dmyoussef's problem report w/recommended repair[/size]
 
I just found the fix for an issue with the profile: [Fly][A - Quest] BC 58-70 [Kick]

This time, it is the quest "Disrupt their reinforcement" on the alliance profile.

I was pulling my hair while trying to figure out why in the world the "InteractWith" behavior was not working on the second portal object, and at last saw the error inside the profile which is : the QuestObjectiveIndex="1" should be set to QuestObjectiveIndex="2" in the second index of the quest objective, and the horde profile doesn't have that "QuestObjectiveIndex" argument and still works without any issues. So you can either correct the number, or entirely remove it from both index objectives.

Below the fix marked in bold and underlined:

Code:
<While Condition="HasQuest(10144) && !IsQuestCompleted(10144)">
                <If Condition="HasQuest(10144) && !IsObjectiveComplete(1, 10144)">
                    <RunTo QuestId="10144" X="-418.1776" Y="1861.961" Z="85.3735" />
                    <RunTo QuestId="10144" X="-418.7708" Y="1848.609" Z="81.10023" />
                    <RunTo QuestId="10144" X="-418.1776" Y="1861.961" Z="85.3735" />
                    <CustomBehavior File="InteractWith" QuestId="10144" QuestObjectiveIndex="1" WaitTime="2000"
                                    MobId="184414" NonCompeteDistance="0"
                                    PreInteractMountStrategy="DismountOrCancelShapeshift"
                                    Range="5" CollectionDistance="500" X="-418.8635" Y="1848.716" Z="81.12464" />
                </If>


                <If Condition="HasQuest(10144) && !IsObjectiveComplete(2, 10144)">
                    <RunTo QuestId="10144" X="-564.7162" Y="1791.949" Z="63.04517" />
                    <RunTo QuestId="10144" X="-564.7162" Y="1791.949" Z="63.04517" />
                    <CustomBehavior File="InteractWith" QuestId="10144" [U][B]QuestObjectiveIndex="2"[/B][/U] WaitTime="2000"
                                    MobId="184415" NonCompeteDistance="0"
                                    PreInteractMountStrategy="DismountOrCancelShapeshift"
                                    Range="5" CollectionDistance="500" X="-548.933" Y="1783.239" Z="58.72824" />
                    <RunTo X="-564.7162" Y="1791.949" Z="63.04517" />
                    <CustomBehavior File="WaitTimer" WaitTime="2000" />
                </If>
            </While>

Hi again, Dmyoussef, and very nice catch!

v2892 contains the repair, and has aligned the Alliance and Horde versions of the profile to be congruent as much as possible.

cheers,
chinajade


[size=-2]Ref: Dmyoussef's problem report w/recommended repair[/size]
 
I'll try to be quick this time, it's about the DK starting quest revised by Bambam922.
It's nice to see another way of doing the DK quests but it is still buggy at the moment.

I'll briefly try to tell you some of the things i found wrong with the profile:

1- Forcing to buy food in the DK phased questing area is not a good idea.
For example the quest "into the realm of shadow" where the bot is supposed to go into a phased zone to kill and steal the horse, if the bot dies like a few times while trying to get on a horse, it will try to go buy more food and while going to vendor the bot would bug because the vendors don't exist in the particular phase.
The second issue is, the DK doesn't start with a good amount of money, so when i helped him go to a vendor, i found that buying 20 items of food was too expensive and the bot showed that the money is not enough, and the best part is later when the bot needed to repair, he was broke :)

2- The quest: "into the realms of shadows", the bot would only steal the horse if certain conditions don't apply (if the bot get's aggroed into a fight after killing the horseman and trying to steal the horse, it will skip the horse interaction, and will go up to the hill and back again in a loop).

The fix here is simple: you just need to add QuestId="[the quest number]" with the "InteractWith" CustomBehavior, because what that argument adds to the questing is the fact that the interaction will be treated as a "While loop condition" instead of an "if condition", and will certainly make the quest work 100% instead of 50% or less (that's what i learned after opening the InteractWith.cs file and read the comments inside).

Another proof: If you check the previous horse stealing quest "Grand Theft of Palamino", you'll see that the "QuestId" argument is already implemented there and thus it works without any issues.

3- The quest where the DK wears the dual wield swords, and tries to interrogate, it did get stuck in place and saw the bot not moving and a mob attacking him... and then decided to stop looking further into this profile which needs some tweaking and corrections :)

I'm currently using Nesox revision, which works perfectly AFK, the moment you fix the two horse stealing quests. I can share my fix if you wish, or link the file here (Tested on 8 DK's both factions so far... i just get AFK and come back to see them questing in outland).

Hi, Dmyoussef and thank you again for the feedback.

  1. v2893 should contain the fix for trying to buy food or repair while in the phased state imposed by "Into the Realm of Shadows".

    The second issue of 'being broke' is a common issue in the early stages of the DK starting area. Indeed, this needs some tuning.

  2. Your argue the point well, but I'm uncomfortable making this change blindly. To be comfortable with a blind fix, We'd need to know the specific 'mounted aura' provided by the horse so an appropriate TerminateWhen attribute can be employed. Until we can obtain that information, I've placed the issue on Known Bugs List: Classic 1-58 for now.

  3. I believe this was one of the primary reasons Bambam922 decided the profile needed reworking.
    It seems you've bumped into a situation that he didn't anticipate, or bump into during his testing. That kind of thing is so endemic to the DK-profile--that's why its such a wonderful testbed for quest behaviors.
I'll get your feedback in front of Bambam922.

cheers,
chinajade


[size=-2]Ref: Dmyoussef's problem reports w/fixes[/size]
 
I've keep going to one location and mounting and dismounting. I've cleared cache once and it still did the same behavior. I've stopped and started it and it will appear to be ok but, it will go back to the same spot and proceed to mount and dismount indefinitely.
I'm using the [Fly][H - Quest] LK 68-80 [Kick] profile.
I've attached the log.

Hi, 99-LS1-SS, and many thanks for the log.

This is a problem with Honorbuddy's flying navigator, and probably tied to being underwater. Hopefully, it is repaired in Honorbuddy v2.5.8562.705. If not, please submit a bug report to the Honorbuddy Bug Reports thread.

cheers,
chinajade


[size=-2]Ref: 99-LS1-SS's problem report w/log[/size]
 
If I have mining & herbing set, will it gather and mail the herbs to an alt throughout the leveling process?

Hi, Twick,

Nice question, and we've added it to the FAQ. Here is the new entry:

  • Is it okay to let the profile gather (e.g., herb, mine, skin) while it levels?
    It is absolutely acceptable to do this. Gathering will slow down the leveling process a little. Gathering may occasionally send you into a dangerous area to collect a harvest. The result is a classic 'death loop' from which you may have to manually help the bot recover.

    Also, be aware that we temporarily turn off skinning while completing certain quests. We do this because skinning can interfere with the completion of certain quests (e.g., Hue - Quest - World of Warcraft).​

cheers,
chinajade
 
I'm using HB for the first time, and i try to used bot for leveling with your profile, but it don't work with me >_<

Initialization complete.
Starting the bot!
Currently Using BotBase : Questing
Changing current profile to [Fly][H - Quest] 68-80 [Kick] ($Rev: 2877 $)

And nothing :s

If you can help me please :)
Hi, Tsum,

We'd love to help, but you've got to provide the information we need. Please see the guide for Reporting Problems or Seeking Assistance. The most important thing we need to help is your full log attached that captures the issue.

cheers & welcome aboard,
chinajade
 
hey i want my bot to send mails to an alt i have read there should be an avdvanced mode category that u can enable to choose options like that the problem is i dont have any advanced mode under my settings and tools i have reinstalled the buddybot 5times but still no such thing appears!

Hi, Bacce,

One of the following guides should help you get Honorbuddy set up correctly. Your choice, text or video:
If you continue to have problems, please ask for assistance in the Support forum, as your problem is not an issue with this profile pack. Also, don't forget to attach your full log any time you ask for help.

cheers,
chinajade
 
Regarding the "completionist" aspect of the guide and the general goal of achieving the "Loremaster" title... Will the guide complete certain zones every time or does it vary with every single zone pack of quests (ie the small zone completions that contribute to the meta "Loremaster"). I have run the program to level 44 so far and it has completed two zone groups "Feralas Quests" and "Dustwallow Marsh Quests" but only partially completed other zones. So basically I'm asking will the pack always complete some of these zones and not others or is it based on some variable that can be adjusted. I'd like to actually achieve the meta "Loremaster".
Hi, Gold_Goblin,

You may find this article helpful:

We are still a fair distance from having the profile pack automate "Loremaster". With each expansion pack, Bliz not only adds new content, but fiddles with some of the older content. Thus, "Loremaster" is a constantly moving target. Also, we are still enhancing quest behaviors to be more versatile, and writing new 'specific' quest behaviors for the thornier quest.

"Loremaster" is still our goal, but we're not there yet.

Something you might try...
Run our profile pack to completion, then run Cava's and TheBrodieMan's right after it. Between the three profile packs, you should get as close as possible to achieving the goal in an automated fashion.

cheers,
chinajade
 
I've a new message :

Starting the bot!
Currently Using BotBase : Mixed Mode
Changing current profile to [Fly][H - Quest] 68-80 [Kick] ($Rev: 2879 $)
[UserSettings-v501(warning) @line 1610]: Attribute 'UseFlightPaths' is not recognized by this behavior--ignoring it.
[Profile Message]: Compiling Borean Tundra Quests
[Profile Message]: If the bot takes more than 10 seconds to move, it is compiling quests to see where you are - it's about 1 minute per zone completed
Unable to evaluate/compile condition in If tag. Please check your profile.
Honorbuddy stopped
Bot Stopped! Reason: Unable to evaluate/compile condition in If tag. Please check your profile.

Can you help me please ? thanks a lot ^^

Hi, Tsum,

If you need help, you simply must attach your full log that captures the issue.

From the limited information you've provided, I'm going to say your copy of the profile pack is damaged, and you need to delete your local copy and completely re-download it.

cheers,
chinajade
 
While on the quest Crystals of Power - Quest - World of Warcraft I noticed that the bot was running by a large number of the power crystal containers without picking them up. I opened up the developer tools and found out that there are evidently two item IDs for each of the containers and only one is being searched for by the profile for each color. Wowhead says that the secondary item ID is no longer in the game, but I clearly saw them in game. Just thought I'd post this here since it would speed up the quest a ton if the bot searched for these containers too.

Also, it looks like the Blue Power Crystals already have two item ID's being searched for in the profile while the other three only had one item ID each.

Here are the item IDs that are not in the profile currently:

Red: 164780
Green: 164659
Yellow: 164781

Hi, Lastir, and thank you for the information.

We've captured your information into v2895. It is interesting that WoWhead is reporting some of these objects as "No longer in game"; however, it should be safe to still include them.

cheers,
chinajade
 
I am getting this problem when I start doing the first quests in Pandaria:

Mounting: Fossilized Raptor
[Singular] Casting Blood Fury on Me @ 100.0%
[Singular] Casting Misdirection on Me:Pet.060D @ 100.0% at 2.8 yds
[Singular] Casting Bestial Wrath on Thunder Hold Infantryman.4910 @ 98.2% at 6.9 yds
[Singular] Casting A Murder of Crows on Thunder Hold Infantryman.4910 @ 94.1% at 9.8 yds
[Singular] Casting Serpent Sting on Thunder Hold Infantryman.4910 @ 92.4% at 9.8 yds
[Singular] Casting Kill Command on Thunder Hold Infantryman.4910 @ 83.3% at 9.8 yds
[Singular] Casting Arcane Shot on Thunder Hold Infantryman.4910 @ 71.3% at 9.8 yds
[InteractWith-v719(warning)] Unable to engage Thunder Hold Infantryman in 5s--pull-blacklisted for 3m00s

Basically, it pulls a mob and my hunter decides to go to another mob in 5 seconds.

I am using singular. Is this how the proper quest behavior should be?

Hi, Tednet,

We are unable to analyze problems like this without a full log attached. Please see Reporting Problems or Seeking Assistance.

cheers,
chinajade
 
[B said:
Memelook[/B];1319964]Quoting from post http://www.thebuddyforum.com/archiv...rofile-pack-do-not-delete-33.html#post1295116

The new hotspot terrible on my realm. The spots are so tiny that the spawn rate is also quite low. The spot does not spawn metal too, so the quest will never complete. Also, the bot has issues salvaging wood in the latest honorbuddy. I am not sure why but the objective is ingored.

Hi, Memelook,

As we responded here, the metal collection problem for "Waste Not, Want Not" should be repaired (We reverted to the original hotspots).

Alas, the log you attached is from EK 12-58, and not from BC 58-70. So, we've nothing to analyze with respect to the particular problem.

But from the log you did provide, it looks like your combat routine has gone nuts:
[06:05:39.505 N] Use: Gloves Buff Activated on Burst Mode
...
[06:05:40.140 N] Use: Gloves Buff Activated on Burst Mode
...
[06:05:40.576 N] Use: Gloves Buff Activated on Burst Mode
...
[06:05:41.889 N] Use: Gloves Buff Activated on Burst Mode
...
[06:05:43.196 N] Use: Gloves Buff Activated on Burst Mode
...
[06:05:44.436 N] Use: Gloves Buff Activated on Burst Mode
...
[06:05:44.801 N] Use: Gloves Buff Activated on Burst Mode
...
[06:05:45.878 N] Use: Gloves Buff Activated on Burst Mode
...
[06:05:46.310 N] Use: Gloves Buff Activated on Burst Mode
...
[06:05:46.747 N] Use: Gloves Buff Activated on Burst Mode
...
[06:05:47.116 N] Use: Gloves Buff Activated on Burst Mode
...
[06:05:47.420 N] Use: Gloves Buff Activated on Burst Mode
...
[06:05:47.720 N] Use: Gloves Buff Activated on Burst Mode
...
[06:05:48.022 N] Use: Gloves Buff Activated on Burst Mode
...
[06:05:48.333 N] Use: Gloves Buff Activated on Burst Mode
...
[06:05:48.863 N] Use: Gloves Buff Activated on Burst Mode
...
[06:05:49.802 N] Use: Gloves Buff Activated on Burst Mode

This craziness could easily be interfering with proper questing. Go back to using Singular while you quest, and all should be fine.

cheers,
chinajade


[size=-2]Ref: Memelook's original post w/log[/size]
 
Help please!

I keep getting this error. The bot will not attack anything! I purchased the 3 day trial and that ran out. So I purchased a month and ever since he will not attack anything. Even if the bot gets agro'ed. I purchased about 20 minutes ago. I have been using Kick's.

Changing current profile to [Fly][N - Quest] Hyjal 80-82 [Kick]($Rev: 2166 $)
[Singular] Bot Cannot Run: Singular does not support Combat for this DeathKnight PaladinProtection in Normal context!
Starting the bot!
Currently Using BotBase : Questing
Hi, Twick,

As described in Reporting Problems or Seeking Assistance, "Not attacking" is not an issue with the profile. You should make a new thread in the Support forum. Also, you will need to attach your full log that captures the issue any time you ask for assistance.

cheers,
chinajade
 
Quest : [A Bear of an Appetite]

He flies to the water to capture the fish with the fishing net. He gets stuck in the water and mount+dismount in a loop. ( ive seen this issue on my last 2 characters i levled aswell. And right now i see 5 other bots mount and dismount in the water here)

Hi, Prolifik, and many thanks for the log.

Indeed, this is a problem with Honorbuddy's flying navigator when in water. Please try updating to the latest release and see if that repairs the issue. If not, please report the problem to the Honorbuddy Bug Reports thread.

You were absolutely right to do the quest manually--that is the only known work-around for the problem at this time.

cheers,
chinajade


[size=-2]Ref: Prolifik's problem report w/log[/size]
 
Quest Signed in Blood (Mount Hyjal Horde)

Bot talks to one of the twilight's, lures him away from the group, but then i get an error.


[InteractWith-v719(error)] PROFILE ERROR: You must specify one or more: MobIdIncludesSelf, MobIdN, FactionIdN

[Ref: "[Fly][N - Quest] Hyjal 80-82 [Kick]($Rev: 2166 $)" @line 2360]
[InteractWith-v719(warning) @line 2360]: Attribute 'ItemId' is not recognized by this behavior--ignoring it.
[InteractWith-v719(error) @line 2360]: Stopping Honorbuddy. Please repair the profile!
Bot Stopped! Reason: Profile has too many errors

Hi, Twick,

There is no "InteractWith" usage with plus or minus 10 lines of line 2360 in the Hyjal profile v2166. Without a full log attached there is simply no way to analyze problems or provide assistance.

Please see Reporting Problems or Seeking Assistance.

cheers,
chinajade
 
Back
Top