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: Kick's Old Posts Thread--DO NOT DELETE!

Status
Not open for further replies.
Seriously, am I doing something wrong here? I have set this to run on the 1-525 Mining&Herbalism and it won't change profiles or train at all! Everything is running and I can see it is doing its little pulse update thing in the debug, nothing is happening!
 
thanks :) testing it in a few hour, because i cant do the daily fireland quests because i havnt completed 80 quests in hyjal?

does it do all the quest there? because iv done about 25 so far
 
I had a problem, but i think i fixed it and turned off my downloads, Great profile though!
 
Last edited:
First of all Thanks for the SVN ! IT'S FANTASTIC...
I have a question for u...can i use this profile from lv78? ? i try..but i get this error...
Error: Commit failed (details follow):
Error: MKACTIVITY of '/svn/!svn/act/bc4b760c-063f-9143-9c42-e940440b44d8':
Error: authorization failed: Could not authenticate to server: rejected Basic
Error: challenge (https://kicks-scripts.googlecode.com)
Finished!:

PLS HELP!
TY!!
 
google sometimes rejects it, dunno i don't do tech support

as far as 78... you can, if you false the checkpoints, it will go to sholazar
 
hanks testing it in a few hour, because i cant do the daily fireland quests because i havnt completed 80 quests in hyjal?

does it do all the quest there? because iv done about 25 so far
 
On the quest "Clefthoof Mastery" and "Widnroc Mastery", the toon is still walkign past the mobs and not killing them. They are yellow,non-aggressive mobs which is why i think he is ignoring them.

Log Attached.
 
[9:44:22 AM:522] Changed POI to:Type: Loot, Name: Clefthoof

anyways, it's a cc issue if it's not pulling
 
lol do you ever sleep D:

but, yeah ive been having fpsware problems...it killed 3/12 mobs then now it just kinda walks through/past them.

Can you suggest a different CC? Please?

think i found the problem...he wont attack if mounted...and the bot isnt dismounting him. so hes just running around on a gryphon.

i forced dismounted, he attacked it.

whats the recommended setting for mount distance?
 
Last edited:
fpsware generally has a pretty good cc. if you have an issue w/ it, post in his thread and he should reply in 1-2 days or less

i dunno about singular or the other huntard cc's. I play pally / priests mainly
 
Ah, im thinking it was because i was mounted.

The bot doesnt want to dismount me from my gryphon, so hes just running the path and only attacking usually if attacked. Once I force dismounted, he killed all 12 mobs needed without problem.

Any suggestion? Whats recommended setting for "Mount Distance"?

edit: yep, its the mounting. def a problem. it doesnt want to dismount when it gets in range of a mob, in this case a yellow mob.

Hope we can get this fixed :) Btw, i have no plugins but the default ones enabled. its a clean HB install.
 
Last edited:
it should be picked up from that stupid complete log quest >.<

Arrgh, well.... even wowhead has reports of this being bugged and i've run it thought on 4-5 characters now.. it has been reliably bugged for me each time which imo warrants a workaround in the profile to improve afkability

Ala..

Original:
Code:
             <If Condition="((HasQuest(26261)) &amp;&amp; (IsQuestCompleted(26261)))" >
                <CustomBehavior File="WaitTimer" WaitTime="2000" />
                <CustomBehavior File="CompleteLogQuest" QuestId="26261" /> <!-- Get 26260 -->
                <CustomBehavior File="WaitTimer" WaitTime="2000" />
            </If>
            <If Condition="(HasQuest(26260))" >
                <CustomBehavior File="FlyTo" X="905.4128" Y="-201.1573" Z="10.49855" />
                <CustomBehavior File="ForcedDismount" />
        <TurnIn QuestName="The Forgemaster's Log" QuestId="26260" TurnInName="Forgemaster's Log" TurnInId="205134" X="909.5818" Y="-193.3752" Z="11.51797" />
        <Pickup QuestName="Silvermarsh Rendezvous" QuestId="27007" GiverName="Forgemaster's Log" GiverId="205134" GiverType="GameObject" X="909.5818" Y="-193.3752" Z="11.51797" />
            </If>
Workaround:
Code:
             <If Condition="((HasQuest(26261)) &amp;&amp; (IsQuestCompleted(26261)))" >
                <CustomBehavior File="WaitTimer" WaitTime="2000" />
                <CustomBehavior File="CompleteLogQuest" QuestId="26261" /> <!-- Get 26260 -->
                <CustomBehavior File="WaitTimer" WaitTime="2000" />
            </If>
            <If Condition="((!HasQuest(26260)) &amp;&amp; (!IsQuestCompleted(26260)))" >
                <PickUp QuestName="The Forgemaster's Log" GiverName="Maruut Stonebinder" QuestId="26260" GiverId="43065" />
            </If>
            <If Condition="(HasQuest(26260))" >
                <CustomBehavior File="FlyTo" X="905.4128" Y="-201.1573" Z="10.49855" />
                <CustomBehavior File="ForcedDismount" />
        <TurnIn QuestName="The Forgemaster's Log" QuestId="26260" TurnInName="Forgemaster's Log" TurnInId="205134" X="909.5818" Y="-193.3752" Z="11.51797" />
        <Pickup QuestName="Silvermarsh Rendezvous" QuestId="27007" GiverName="Forgemaster's Log" GiverId="205134" GiverType="GameObject" X="909.5818" Y="-193.3752" Z="11.51797" />
            </If>
 
Hey,
I'm getting the following error when I try to run this profile, level 60 just walkted through the portal:

Code:
[UserSettings-vUnknown(error)]: BEHAVIOR MAINTENANCE PROBLEM: An item with the same key has already been added.
FROM HERE:
   at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
   at BuddyWiki.CustomBehavior.UserSettings.UserSettings.UtilBuildRecognizedAttributes() in c:\Users\Administrator\Desktop\Honorbuddy_2.0.0.4991\Quest Behaviors\UserSettings.cs:line 320
   at BuddyWiki.CustomBehavior.UserSettings.UserSettings..ctor(Dictionary`2 args) in c:\Users\Administrator\Desktop\Honorbuddy_2.0.0.4991\Quest Behaviors\UserSettings.cs:line 119

[UserSettings-vUnknown(error) @line 1247]: Stopping Honorbuddy.  Please repair the profile!

EDIT: Sorry please ignore this, I changes some quest behaviours around that I shouldnt have, fresh install now working fine

Cheers
 
Last edited:
on the honorbuddy when i try to load the profile it tells me Can not start quest bot - this profile does not contain a quest order!
what should i do
 
Status
Not open for further replies.
Back
Top