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!

Thanks for the profile, but my mage seems to have trouble using mounts while running between places. Is there an easy solution to this because I missed a setting somewhere?

edit: clearing all the cache seems to have fixed it.
 
Last edited:
Defend the Riverlands, Spray and Prey, Fish out of Water quests in Highmountain...

Can you please fix the profile to NOT kick the fish, or make the logic kick the fish towards the water? I just got called out because I was kicking the fish towards the mountains, over and over again.

This is a common world quest, so people get pissed when they go to kick the fish and some noob is kicking them in completely the wrong direction.

Luckily I was there and could tell the person I had no idea what I was doing.
It's being worked on.

Having the bot aim towards the river before kicking them is no simple task or it would've been done by now.
 
There's a typo in the druid class hall profile:

Line 508:
Was:
<CustomBehavior File="LoadProfile" ProfileName="../Artifact Quests/Druid - Guardian, Claws of Ursoc.xml" />
should be:
<CustomBehavior File="LoadProfile" ProfileName="../Artifact Quests/Druid - Guardian - Claws of Ursoc.xml" />
Fixed, thanks for pointing it out!
 
Horde 68-80. Feedback

Dragon blight.

Problem: After picking up quests from Ethenisl Moonshadow bot just stands there.

HB says "flying to xyz" but didn't bother doing anything.

The problem is that it doesn't want to start the quest: Rifle the bodies. Once I manually looted the first corpse it went along fine.

So that could use a look Echo Thanks


Also:

For Horde in Borean Tundra-

2 toons now have had issues with questing near the Fixzcrank airstrip.

Alliance Guard Mobs are rife and even full heirlooms won't kill them. Also the corpse run while ghost seems to struggle navigating.
I've pushed a fix that should help Rifle the Bodies flow better.


I'll need to know the "goal" of the bot to see why it was walking into the Alliance camp.

I believe what's mostly causing this is the lack of "Blackspot" functionality in the bot right now.
Blackspots are still being worked on and currently don't work which there's a blackspot over this camp to prevent the bot from going there.
 
Ive done what the start guide says but this comes up everytime i start the quest bot on aotu loaderV2 and the same on auto loader: [Compiler Error]: C:\Users\Simon\Desktop\asdw\Quest Behaviors\QuestBehaviorCore\Utility\Query_Database .cs(22,22) : error CS0234: The type or namespace name 'Database' does not exist in the namespace 'Styx.CommonBot' (are you missing an assembly reference?)
This is an error in your bot installation and has nothing to do with the profiles.
Do a fresh install of the bot and it should fix it.
 
Having this same issue, stuck on this quest. Tried abandoning all quests to see if he would pick it up or continue on, but didn't work. Thoughts?
I answered this report with a question.
If you could answer the question as well, that'd be great.
 
I just got my toon from 100 to 110 in 2 days using this. A few bugs along the way but generally it did everything well. I watched all quests (because its entertaining) and manually fixed the odd stuck. Its really remarkable watching this bot (profile) do its thing and I'd like to thank you for your time and effort on it. A quick thanks for a thankless job !!
 
On azsuna's quest "Still Alive" (after completing "The Nightborne Prince") the toon should take a ride from Stellagosa but instead mounts and turns around and after walking some distance just hangs there.
Had to manually take the ride/walk it to Azurewing on every toon. Also, the Singular thread misses its master :D
 
Currently getting an error with the WOD pathfinder profiles:

Code:
[LoadProfile-LoadPr(info)] Loading profile 'Master Treasure Hunter.xml'
Changing current profile to Master Treasure Hunter ($Rev: 5593 $)
MoveTo failed to move to the location: <4390.585, 5114.498, 44.67813>
 

Attachments

Last edited:
Wtf is going on at all? Why does my character who is level 75 already still strives to the low-level location, so much so that ready to suicide himself, trying to get to BC-locations across the sea...
The selecting of the profile on auto-loader and it always chooses the wrong profile that doesnt match the level of the character.
 

Attachments

I answered this report with a question.
If you could answer the question as well, that'd be great.

I think this is somehow related to the Lycanthoth the Corruptor - Quest - World of Warcraft quest that is a prerequiisite to The Shrine Reclaimed - Quest - World of Warcraft. The first quest turn in is sometimes bugged, as the comments on Wowhead will confirm, so needs to be abandoned and/or turned in manually. So I must've turned it in manually, picked up The Shrine Reclaimed - Quest - World of Warcraft and turned that in manually as well before restarting the bot.

It looks like the TurnIn for this quest is outside the /If tag, starting on line 1234 of [Fly][N - Quest] Hyjal 80-82 [Kick].xml, so the profile didn't realize I had already turned it in and kept throwing an error.

Code:
 <If Condition="HasQuest(25272) &amp;&amp; IsQuestCompleted(25272)">
        <TurnIn QuestName="Lycanthoth the Corruptor" TurnInName="Spirit of Lo'Gosh" QuestId="25272"
                        TurnInId="39622" X="5138.492" Y="-2306.841" Z="1278.755" />
        <CustomBehavior File="WaitTimer" WaitTime="35000" GoalText="Waiting for event {TimeRemaining}" />
        <PickUp QuestName="The Shrine Reclaimed" GiverName="Spirit of Lo'Gosh" QuestId="25279" GiverId="39622"
                        X="5367.26" Y="-2188.07" Z="1291.621" />
      </If>
      <TurnIn Nav="Fly" QuestName="The Shrine Reclaimed" TurnInName="Takrik Ragehowl" QuestId="25279" TurnInId="39432" />

Should it be changed to something like below?
Code:
<If Condition="HasQuest(25272) &amp;&amp; IsQuestCompleted(25272)">
        <TurnIn QuestName="Lycanthoth the Corruptor" TurnInName="Spirit of Lo'Gosh" QuestId="25272"
                        TurnInId="39622" X="5138.492" Y="-2306.841" Z="1278.755" />
        <CustomBehavior File="WaitTimer" WaitTime="35000" GoalText="Waiting for event {TimeRemaining}" />
		</If>
      <If Condition="!HasQuest(25279) &amp;&amp; !IsQuestCompleted(25279)">
		<PickUp QuestName="The Shrine Reclaimed" GiverName="Spirit of Lo'Gosh" QuestId="25279" GiverId="39622"
                        X="5367.26" Y="-2188.07" Z="1291.621" />
        <TurnIn Nav="Fly" QuestName="The Shrine Reclaimed" TurnInName="Takrik Ragehowl" QuestId="25279" TurnInId="39432" />
		</If>
 
Last edited:
BC - Horde Questing 58-68:

Quest: Bonechewer Blood.

Works well but takes ages- misses a lot of mobs. Could do with an increase in the pull range to improve.
 
Hi Echo, thanks for this awesome profile pack! But would you mind adding Surumar progres, please?
 
Does anyone know a workaround for the problem if you dont have draenor pathfinder on any toon and thus can't fly. The questing pack requires flying for 90-100 and the draenor pathfinder profiles are now very bugged on movement
 
Currently getting an error with the WOD pathfinder profiles:

Code:
[LoadProfile-LoadPr(info)] Loading profile 'Master Treasure Hunter.xml'
Changing current profile to Master Treasure Hunter ($Rev: 5593 $)
MoveTo failed to move to the location: <4390.585, 5114.498, 44.67813>

Now that I'm reading up on this, it looks to be a HB3 issue. Do we know when this will be fixed?
 
Hey Team,

Seem to be getting stuck in Stormheim

Could not pickup quest from item with id: 128512 - the item was not found!


Were you able to fix this issue or is it on going? Cause I am caught up with it too.. and its non stop. Please get back with me, Thanks.
 
need help on legion questing!

This works really well when it works, it might be an issue on my end, but the bot stops like every other turn in and if I hit start again it will go right back to questing... not sure what thats all about, he will run to an npc either do the turn in and stop or stop before the turn in I have to keep starting it over and over. I always deleted the cache too.

This is on legion questing with autov2 or specific zones too doesnt matter.
 

Attachments

  • hbquest2.webp
    hbquest2.webp
    222.9 KB · Views: 19
  • hbquest.webp
    hbquest.webp
    31.6 KB · Views: 14
  • hbquest.webp
    hbquest.webp
    57 KB · Views: 15
Last edited:
Back
Top