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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

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

It kills me to see such hard work get negative responses because of a bot base that lacks the same quality. lvl 20 19hrs /played. Stuck running into wall, Stuck clicking vendor 100 times with turning in quests, "We are stuck" well running straight through a field. Can I have a 716 download...Please!
 
Stuck on quest pick up/[MyCTM-v1129(fatal)] MyCTM is not able to reach

Profile: [Fly][A - Quest] BC 58-70 [Kick]

Level: 60, Draenei Paladin

went AFK for a bit, came back to notice bot stuck attempting to interact with "Anchorite Obadei"

Log is as follows

View attachment 9856 2014-01-19 17.39.txt

Secondary issue today,

Profile: [Fly][A - Quest] BC 58-70 [Kick]

Level 61, Draenei Paladin

Bot attempted to have returned from the BC expansion through the dark portal, and failed what it was attempting to complete. Unsure why...

https://www.dropbox.com/s/pbu97dgx6vp2fzl/9884 2014-01-19 23.30.txt

zip file in attachments below

Yet another issue, and with it, comes another edit.

Level 62, Draenei Paladin

Bot gets stuck attempting to interact with NPC "Ysiel Windsinger" repeatedly clicks, but does not succeed with interaction

https://www.dropbox.com/s/10m5yu771hqnl2x/11776 2014-01-20 12.25.txt

It appears that a large chunk of NPCs in Zangermarsh are having difficulties being interacted with, where it is solved by forcing the character to walk slightly out of range, and let the bot return to the NPC. If this is not done, the bot gets stuck rapidly attempting to interact with the NPC.
 

Attachments

Profile: [Fly][N - Quest] Uldum 83-85 [Kick]
Quest: A Disarming Distraction - Quest - World of Warcraft
Description: better coordinate

Replace:
Code:
                <CustomBehavior File="FlyTo" DestName="1st Sparkles" X="-10589.87" Y="-2437.749" Z="103.84882" />
With:
Code:
                <CustomBehavior File="FlyTo" DestName="1st Sparkles" X="-10584.17" Y="-2438.377" Z="110.8651" />
 
Quest Title: "To The Hilt!"
Problem: Honorbuddy can't pick up quest. Toon goes to the statue but there is nothing to talk to. He just sits there and kills stuff that spawns.
 

Attachments

Profile: [H - Quest] 12-58 K-EK [Kick]
Quest: To the Rescue! - Quest - World of Warcraft
Description: Hawkers solution was really bad...so i improved it ;-)

Replace:
Code:
            <While Condition="HasQuest(13712) &amp;&amp; !IsQuestCompleted(13712)">
                <CustomBehavior File="WaitTimer" WaitTime="2000" />
                <CustomBehavior File="InteractWith" QuestId="13712" MobId="8582" NumOfTimes="1" WaitForNpcs="False" GossipOptions="1" X="1236.776" Y="-2251.217" Z="91.92881" />
                <CustomBehavior File="ForcedDismount" />
                <CustomBehavior File="WaitTimer" WaitTime="30000" GoalText="Waiting for Brutusk to carry us {TimeRemaining}" />

                <!-- Brutusk hasn't spawned so take the faster flight -->
                <If Condition="(Me.ZoneId == 17)">
                    <CustomBehavior File="InteractWith" QuestId="13712" MobId="8582" NumOfTimes="1" WaitForNpcs="False" GossipOptions="2" X="1236.776" Y="-2251.217" Z="91.92881" />
                    <CustomBehavior File="ForcedDismount" />
                    <CustomBehavior File="WaitTimer" WaitTime="65000" GoalText="Waiting for flight to end: {TimeRemaining}" />
                </If>

                <!-- Brutusk has spawned so we wait on transport while he does his moves -->
                <If Condition="(Me.IsOnTransport)">
                    <CustomBehavior File="WaitTimer" WaitTime="125000" GoalText="Waiting for Brutusk to get to Splintertree {TimeRemaining}" />
                </If>

                <!-- Something has gone wrong -->
                <While Condition="(Me.IsOnTransport)">
                    <CustomBehavior File="Message" Text="It looks like we got stuck here! Waiting 30s (This Quest is broken by Blizzard)" LogColor="Orange" />
                    <CustomBehavior File="Message" Text="If you are still stuck here, hearth to Orgrimmar and press start" LogColor="Orange" />
                    <CustomBehavior File="WaitTimer" WaitTime="30000" GoalText="Waiting for ride {TimeRemaining}" />
                </While>

                <!-- Drop quest and try again -->
                <If Condition="HasQuest(13712) &amp;&amp; !IsQuestCompleted(13712)">
                    <CustomBehavior File="WaitTimer" WaitTime="5000" GoalText="Waiting for bot {TimeRemaining}" />
                    <CustomBehavior File="AbandonQuest" QuestId="13712" Type="Incomplete" />
                    <CustomBehavior File="NoCombatMoveTo" X="1236.776" Y="-2251.217" Z="91.92881" />
                    <CustomBehavior File="WaitTimer" WaitTime="5000" GoalText="Waiting for bot {TimeRemaining}" />
                    <RunTo X="-441.8" Y="-2596.08" Z="96.06" />
                    <PickUp QuestName="To the Rescue!" QuestId="13712" GiverName="Kadrak" GiverId="8582" X="1236.776" Y="-2251.217" Z="91.92881" />
                    <CustomBehavior File="WaitTimer" WaitTime="5000" GoalText="Waiting for bot {TimeRemaining}" />
                    <RunTo X="-441.8" Y="-2596.08" Z="96.06" />
                </If>
            </While>

With:
Code:
            <While Condition="HasQuest(13712) &amp;&amp; !IsQuestCompleted(13712)">
                <MoveTo X="1236.776" Y="-2251.217" Z="91.92881" />
                <CustomBehavior File="ForcedDismount" />
                <CustomBehavior File="WaitTimer" WaitTime="2000" />
                <CustomBehavior File="InteractWith" QuestId="13712" MobId="8582" NumOfTimes="1" GossipOptions="2" X="1236.776" Y="-2251.217" Z="91.92881" />
                <CustomBehavior File="WaitTimer" WaitTime="65000" GoalText="Waiting for flight to end: {TimeRemaining}" />
            </While>
 
Quest title : madness - twilight highland (portal opening chain quest)
Problem : the bot is not moving close enough to the negotiator, that's all.
 
pretty sure i got a profile issue this time.

View attachment 2620 2014-01-20 22.09.txt

I am level 50. The bot wants to attack this stable with some worgs and a stable master elite. He isnt supposed to. It is for a quest where you put the really silly orge mask on, and they become your allies.

My quest log is empty, so I dont know what the quest is. Let me see if I can find out. I dont know if it is in the log.

EDIT: I got past the area by stopping and restarting the bot far away from that spot. But he still got awfully close.
 
Okay, Someone help me out here. I'm level 90 but i want to run the northerend questing profiles. For some reason i load the 68-80 LK profile, and it navigates me to Mount Hyjal (Questing area in Cata) and starts questing. Is this because of a setting in the profile to move to another area if i am high enough to move on? i remember there being a setting like that, but i forgot where to look. When i start the profile i get this:

Changing current profile to [Fly][A - Quest] 68-80 [Kick] ($Rev: 2924 $)
Starting the bot!
Currently Using BotBase : Questing
[Singular] attention: Pull Distance set to 100 yds by Questing, Plug-in, Profile, or User
[DeleteItems-vUnknown(info)] Searching for 2455...
[DeleteItems-vUnknown(info)] Searching for 3385...
[DeleteItems-vUnknown(info)] Searching for 3827...
[DeleteItems-vUnknown(info)] Searching for 6149...
[DeleteItems-vUnknown(info)] Searching for 13443...
[DeleteItems-vUnknown(info)] Searching for 13444...
[DeleteItems-vUnknown(info)] Searching for 22832...
[DeleteItems-vUnknown(info)] Searching for 33448...
[DeleteItems-vUnknown(info)] Searching for 118...
[DeleteItems-vUnknown(info)] Searching for 858...
[DeleteItems-vUnknown(info)] Searching for 929...
[DeleteItems-vUnknown(info)] Searching for 1710...
[DeleteItems-vUnknown(info)] Searching for 3928...
[DeleteItems-vUnknown(info)] Searching for 13446...
[DeleteItems-vUnknown(info)] Searching for 22829...
[DeleteItems-vUnknown(info)] Searching for 33447...
[DeleteItems-vUnknown(info)] Searching for 34960...
[DeleteItems-vUnknown(info)] Searching for 37265...
[DeleteItems-vUnknown(info)] Searching for 40645...
[DeleteItems-vUnknown(info)] Searching for 38563...
[DeleteItems-vUnknown(info)] Searching for 38551...
[DeleteItems-vUnknown(info)] Searching for 35188...

Thanks.

Edit: Looked at the archived post. It was right there. IgnoreCheckpoints turned to true. Thanks anwyays!
 
Bug Report

Alliance Level 79 - Shalozar Basin

[Profile Message]: Compiling Frenzyheart Hill Quests

Profile continues to run to Frenzyheart Hill even though my character is alliance. Died multiple times times before I noticed.

I'd say this is pretty urgent to be fixed because it has bot written all over it =\
 
Got this both are valid ID's for mounts.
Use Randon Mount is unchecked. Only got this problem on druid.

[ProfileCompatibilityInfo-v1232(warning)] PROFILE COMPATIBILITY WARNINGS:
* Ground mount (140249) is not known to Honorbuddy. Spelling error? ItemId instead of SpellId? Mount not available on this account? No skill to use mount? Please configure ground mount correctly.
Flying mount (33943) is not known to Honorbuddy. Spelling error? ItemId instead of SpellId? Mount not available on this account? No skill to use mount?Please configure flying mount correctly.
 

Attachments

Bot stopping! Reason: Fatal error in quest behavior, or profile.

Hi, Daarno,

Thanks for the problem report and log. We've captured the issue to [post=1260127]Known Bugs List: Classic 1-58[/post], to have a look the next time we're through the area.

For now, please just complete the quest manually, and move on.

cheers,
chinajade


[size=-2]Ref: [post=1380616]Daarno's original post w/log[/post][/size]
 
Profile: [H - Quest] 12-58 K-EK [Kick]
Description: Increase the TargetingDistance for 3 Quest Objectives from 40 to 100, then return to 40.
Profile: [H - Quest] 12-58 K-EK [Kick]
Description: Increase the TargetingDistance this Quest Objective from 40 to 100, then return to 40.

Hi, MaxMuster,

Thank you for these, but we took a slightly different (and interim) approach to the problem. The changes have been folded into v3098.

cheers,
chinajade


[size=-2]Ref: [post=1380220]MaxMuster's profile refinement 1[/post][/size]
[size=-2]Ref: [post=1380235]MaxMuster's profile refinement 2[/post][/size]
 
@Chinajade: Thanks for the advice about attaching log, I always have difficulty using forum attach system so I did a little research and bookmarked few simple upload sites.

I got stuck at Terrokar forest quest, please take a look.

Moving to Type: QuestTurnIn
Tried to complete quest 5 times with no success
Closing Questframe
Can not turn in quest The Eyes of Skettis (ID: 10847) because I don't have it in my quest log!
Bot stopping! Reason: Could not create current in quest bot!

LOG FILE <-- clicky ( I hope it is correctly hyperlinked )

Edit : I found that many times when connection is having problem it will affect HB's performance. What address should I ping to check stabilty? For general purpose monitoring I usually ping www. google .com -t from command prompt.

edit2 : I sparingly manual dungeon too. I forgot to turn-in some completed dungeon quest and HB abandoned them all :D
LOG FILE : 3100 2014-01-21 01.51.txt

Quest title : Weapon of Mass dysfunction - Ogrimmar (twilight highland portal opening quest chain)
Problem : bot is not inspection the catapult, only moves around endlessly.
Quest title : madness - twilight highland (portal opening chain quest)
Problem : the bot is not moving close enough to the negotiator, that's all.

Hi again, Dutamulia,

For security and other reasons, we do not look at content from third-party sites. The links you are providing break two forum rules:
"Direct links to external files"
"URLs from any URL shortening service"

Please refrain from doing this.
Ref: [post=51]BosslandGmbH forum rules[/post]

There is nothing wrong the the BosslandGmbH forum's upload capabilities. Please use the facilities that BosslandGmbH has provided, if you would like the problem looked at.
Ref: [post=378165][Guide] How to attach your log[/post]

As described in the article, if the log is too big (or you are suffering from low bandwidth), then Zip the log. This makes the log very very small for upload purposes.

cheers,
chinajade
 
i loaded a horde profile for an alliance toon that ended up in tirisfal glades. 13 times dead!

Hi, Daarno,

We've captured a feature request to make certain that the user has loaded the correct profile for their faction:
Ref: [post=1260136]Known Bugs List: Miscellaneous (Rep, Seasonal, etc)[/post]

cheers,
chinajade


[size=-2]Ref: [post=1381331]Daarno's problem report w/log[/post][/size]
 
Yes i can Confirm this Problem.
Rocket Rescue - Quest - World of Warcraft
Why are these 2 Objectives in the Profile, when we have a SpecificQuest CustomBehavior for this Quest?
Code:
        <CustomBehavior File="SpecificQuests\24910-Tanaris-RocketRescue" />

        <Objective QuestName="Rocket Rescue" QuestId="24910" Type="KillMob" MobId="38576" KillCount="5" />
        <Objective QuestName="Rocket Rescue" QuestId="24910" Type="KillMob" MobId="40583" KillCount="40" />
I think we can remove this 2 Objectives.
The Problem dutamulia descriped, is in the 24910-Tanaris-RocketRescue.cs Behavior, but i dont no what is wrong. Chinajade must take a look at this.
//Edit: I attached now a Short Log, maybe it Helps Chinajade to find the Bug.
Hello!
My bot is stuck on quest Rocket Rescue in Tanaris. I made this quest manually, after that my bot started to behave strangely, running circles in all locations...View attachment 117627

Hi, MaxMuster and OUGHT,

It looks like some changes to HBcore have damaged the RocketRescue behavior. We'll have to get a toon back through the area and have a look. We've captured the issue to [post=1260127]Known Bugs List: Classic 1-58[/post], and opened bug report HB-434 against it.

For now, doing the quest manually is the correct thing to do.

cheers,
chinajade


[size=-2]Ref: [post=1380551]MaxMuster's problem report w/log[/post][/size]
[size=-2]Ref: [post=1381375]OUGHT's problem report w/log[/post][/size]
 
View attachment 117636
I?ve downloaded the Kikcs Megaprofile pack for my honorbuddybot...
but it doesent work;(
The Botbase "questing" is missing cause of this the whole pack is useless.
How can I fix that?
@Breach
Dein Deutscher Bot hat keine Questing funktion
Schnipp
Deutsche Version nach LG Urteil
Kein Bergbau, Kr?uterkunde
Kein Questing Modus
Schnapp


Hi, Breach,

A missing questing bot is an Honorbuddy installation issue, not a problem with the profile pack.

It sounds like you are having the [post=1381349]same problem as MRbuGfiX[/post], and if so the remedy is the same.

cheers,
chinajade
 
Hello There i got a problem with kicks profile it says Goal: grind to 72 and when i got to lvl 72 it says Goal: grind to 73 etc It just doesnt work. And i dont know how to solve it? :S
@risbonden
Try to use the Quest Base and not the Grind Base ^^
I use the questbase

Hi, Risbonden,

It sounds like you may have a problem with 'cache corruption'. This article will help you work through the issue:
[post=1067458]HelpDesk: Cache corruption problems[/post]

In the future, if you need assistance, you must attach the full log that captures whatever issue you're having.
Ref: [post=378165][Guide] How to attach your log[/post]

cheers,
chinajade
 
Back
Top