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!

Continent: Pandaria
Quest: Restorative Waters
Quest objective failing: Restorative Heart

I have reported this once before, but I see that it is still happening. This is consistently failing, on several classes, races and specs. I hope you are able to re-investigate the issue. This last time, the toon also just sticks around and kills Shade of Ling Heartfist indefinately.

Log attached.


View attachment 6756 2013-12-27 12.34.txt
 
Profile: [H - Quest] 12-58 K-EK [Kick]
Quest: Stepping Up Security (Stepping Up Security - Quest - World of Warcraft)
Bug Description: KillCount by the Quest Override is wrong.

Code:
<Quest Name="Stepping Up Security" Id="8281">
        <Objective Type="KillMob" MobId="11741" Name="Dredge Crusher" KillCount="1">
            <Hotspots>
                <Hotspot X="-7449.603" Y="452.8522" Z="-3.4941" />
                <Hotspot X="-7212.101" Y="1209.251" Z="1.49545" />
            </Hotspots>
        </Objective>
    </Quest>

KillCount must be 20, not 1.
 
What should I do ? Even if I dismiss the quest and choose another ones, it keeps coming back to this one. Any idea ? I'm stuck with this !

Finish the quest manually using Zygor or wowhead and move on with log posted so Kick can fix
 
My Honorbuddy says to me the Quest Behavoire are too old or so and the Kick's Profile don't load right.
I would lvl a Monk from 80-90 in Hyjal at the moment

New install have my problem solved
 
I have a problem with kicks H 12-58 questing. My char is lvl 42 and is in feralas and doing Qs, killing lvl 32+ mobs. My toon does green quests...(Full account gear exept legs)

Ive been looking around since I know its a normal problem around here. This is the awnser Ive found "*If you want the bot to do all quests (If you don't have 10%+ XP Boost) - change IgnoreCheckpoints="False" to "True" (Right click profile --> edit. Once in notepad, edit --> find. IgnoreCheckpoints)" its from kicks orginal post.

When I try to find "IgnoreCheckpoints="False" (or with true insted) I cant find it in the profile in notepad. All I find in notepad is "<QuestOrder IgnoreCheckPoints="False">.

Please help me so my toon does yellow quests, and not green ones, and killing mobs that are 10 lvls lower then me.

Thanks.
 
Need to Know why when going to outlands at level 58 it wants to compile Nagrand quests and not Hellfire?? Seems broken for me atm
 
Hi guys , i cant find the download link for Kicks profile
I have downloaded long time ago but cant find at the moment anybody can help ?
thank you
 
hi guys my bot is starting the quest after a few sek. hb just tell me : [Singular] attention: Pull Distance set to 0 yds by Questing, Plug-in, Profile, or User and he just stay where he is starting his quest
 
The MoP quests are kinda odd for me keeps trying to interact with the Quest Giver for a quest I've already completed, I've tried deleted the cache for HB and WoW several times over to no avail. Logs should be attached below.

Just a heads up it occurred on the 87-88 and 88-89 profiles.
 

Attachments

Worgen starting area, the bot does not run upstairs, but tries to run through a main door. Secondly, if moved upstairs by hand, bot fails to

[EscortGroup-v1085(error)]: The 'NonCompeteDistance' attribute's value (saw '0') is not on the closed interval [1..40].
[EscortGroup-v1085(error) @line 366]: Stopping Honorbuddy. Please repair the profile!

turnin and complete the quest.View attachment 7984 2013-12-28 14.30.txt
 
Townlong Steppes
Sha of Hatred

[Singular] Bot TargetList is empty, no targets available
[Singular] EnsureTarget: no valid target set -- skipping spell priority
[Singular] Bot TargetList is empty, no targets available
[Singular] Bot TargetList is empty, no targets available
[Singular] Bot TargetList is empty, no targets available

View attachment 6996 2013-12-28 15.49.txt
 
'stuck' report,

Class : rogue
Northshire Valley, not taking "join the battle" quest, keep killing blackrock orcs. On sequential quest it was walking toward the quest giver/turn-in but everytime an orc respawn it keep going back to clear them.
 
The ammount of babysitting that has to go into this bot is rediculas but i will say this once i get to the Deepholm quests for horde it gets disasterous so horribly done please please fix deepholme its held me up soooo much stoping randomly and just standing there and doing nothing till it logs out, also stand there and lets mob kill it without even fighting back. get from 82-83 has never been so anoyying iv tryed many things to get passed this such as, pushing through a quest or 2 manually / closeing everything down and repoening / full/clean uninstall/reinstall nothing has fixed this part of the profile please redo deepholm
 
Profile: [A - Quest] 85-86 The Jade Forest [Kick]
Quest: Critical Condition (Critical Condition - Quest - World of Warcraft)
Bug Description: We need a While Condition for this Quest, otherwise it maybe tries to TurnIn Quest when only have 5 instead of 6 NPCs Resscued.

Replace:
Code:
        <CustomBehavior File="InteractWith" QuestId="29552" MobId="61492" 
											NumOfTimes="6" CollectionDistance="1000" >
            <HuntingGrounds >
                <Hotspot X="-443.1266" Y="-1563.94" Z="28.27024" />
                <Hotspot X="-485.9838" Y="-1506.734" Z="21.26701" />
                <Hotspot X="-410.5862" Y="-1445.66" Z="22.45845" />
                <Hotspot X="-406.4748" Y="-1515.459" Z="25.4865" />
                <Hotspot X="-311.0386" Y="-1569.802" Z="43.34619" />
            </HuntingGrounds>
        </CustomBehavior>

With:
Code:
        <While Condition="HasQuest(29552) &amp;&amp; !IsQuestCompleted(29552)">
            <CustomBehavior File="InteractWith" QuestId="29552" MobId="61492" 
	    										    NumOfTimes="6" CollectionDistance="1000" >
                <HuntingGrounds >
                    <Hotspot X="-443.1266" Y="-1563.94" Z="28.27024" />
                    <Hotspot X="-485.9838" Y="-1506.734" Z="21.26701" />
                    <Hotspot X="-410.5862" Y="-1445.66" Z="22.45845" />
                    <Hotspot X="-406.4748" Y="-1515.459" Z="25.4865" />
                    <Hotspot X="-311.0386" Y="-1569.802" Z="43.34619" />
                </HuntingGrounds>
            </CustomBehavior>
        </While>
 
Is it possible for us to modify Kick's LK 68-80 to force it to do Storm Peaks or Icecrown quests? I'm taking a 90 back through to clean up some Loremaster achievements, and it would be great if I could do this.... since LK is just a single profile 68-80 it doesn't seem possible with a level 90 without tweaking the XML.

With Cataclysm profiles being separate I was able to force it to do Twilight Highlands for example.
 
I really would like to understand the logic behind the Kalimdor profiles for horde 12-58. My toon has been busy for more than 1 hour, and it has barely scored 30.000XP! As far as I could see it was not stuck anywhere, but apparently just grinding like crazy! Even the quest "Toxic Tolerance", which is so ridiculous (it takes forever to complete), it should not be in any profile, does not explain this.
And according to the log, it did not die a single time!
edit: not grinding, just running around from hotspot to hotspot. without ever dismounting, unless it stumbles on a hostile mob.
 

Attachments

Ok. I am just returning to honorbuddy after two years, so I am re learning everything, so please bear with me. I downloaded the profile, and it is amazing, but both my druid and rogue are having problems with pulling distance. There pull distance is set to 100. how do I change this?
 
Back
Top