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!

its fly on no quest place :
that quest is on A site , but he fly on a cave on B site
http://prntscr.com/a7pjgh

When you started the bot, were you inside that cave already?
There is an issue with HB .813 release that was causing issues leaving indoor locations. It has been fixed with .814. I looked into the code on my end, and the location it is designating is correct, and your log reflects that it is trying to reach that location (the correct one). I will need to see if I can replicate this myself but it will take a few more days, im 3 days away from having a testing character back to that level.
 
Update about Argent tournament. The bot finished, but didn't turn in: "Threat From Above", "Battle Before The Citadel", "Taking Battle To The Enemy".

The bot just completely ignored doing the quest "Get Kraken!"
 
Update about Argent tournament. The bot finished, but didn't turn in: "Threat From Above", "Battle Before The Citadel", "Taking Battle To The Enemy".

The bot just completely ignored doing the quest "Get Kraken!"

Still working on getting a testing character to Champion level to determine the issue with Get Kraken. 3 more days until I can get a character that high.
As for the turn ins, can you please send a log file of that issue.

EDIT:
Took a look at the code. For those quests, I needed to manually code the process of turning in a quest. After looking at it, I believe the issue is a difference of GossipFrame to QuestFrame that I didn't account for. (Been a long time since I coded that section, and times have changed) A similar issue was occurring with the PickUps and was easily fixed. I'll take a look at that tonight. I MIGHT be able to fix that issue without needing a test character, but let me see what happens when I start plugging away.
Also, due to how I structured it, it should be while looped and not just an If statement. I'm confident I can have this fixed for tomorrow.
 
Last edited:
Good morning. I just purchased the full package and seem to be having an issue with the Garrison run. I set it to clear the mines/herb garden and start work orders. But it just sits there doing nothing.

TheBrodieMan's Profile Compendium detected. Pulling following settings:
-----------------------------------------
Do Apexis Daily setting: False
Do Fishing Daily setting: False
Do Herb Garden Clear setting: True
Do Mine Clear setting: True
Do Herb Garden Work Order setting: True
Do Mine Work Order setting: True
-----------------------------------------
[Profile Message]: Running Garrison Full Clear. Now returning to the Garrison.
[Profile Message]: At this time, Garrison Missions Starting is not supported until a better understanding of the API can be translated into profile form.

Looks like there was some issues involving collect distance being too low (default is 100, distance was 300+) so There was that, for Harrison Jones at least. The rest I'll need to look further into. The "API" message is actually at the beginning of the profile as a message to users (rare is the user that reads the supported use page) and appears all the time so is not directly related to this issue. I'll update more once I get to take a look at this.

EDIT UPDATE:
Looks like you may have started the bot at some far edge of the garrison. Looks like it did almost nothing because it detected "im in the garrison but these items don't exist" for almost everything. That would account for the Garrison Cache and garrison building work orders at least. Missions, you may not have had any? It looks like it detected the check but skipped, which would happen if you had no complete missions.
The herb and mine though...your settings listed as active, but the profile detected them as inactive. That's very weird...I've been seeing more and more things like this happen, namely when NPCs have quests available, and the bot says "it has a quest" but when the profile checks that same check, the check comes back wrongly false after the initial check. I'll run a few test runs on this to see if I can replicate. In the mean time, try running again (when your garrison is in need) with the bot somewhere near the center. While this is NOT required, lets rule out this as an issue first.
 
Last edited:
The first time I started it I was in my Inn, then I thought maybe I need to be in the garden, that didn't work either; so I posted here. I'll try again right now.


EDIT: I just tried on a different character and it works, but it doesn't collect orders and is very erratic. It tries to collect work orders but doesn't actually loot anything, and if there are no herbs to collect, it just runs around in circles for about 20 seconds.

Going to take a look into it today, see what I can come up with. Unfortunately I do not have many test characters anymore.

EDIT: Ran a full run in the alliance garrison. Was unable to recreate any issue in this garrison. I currently don't have a horde garrison available to me (the price of being a poor tester undergoing account wipes) but will make a bunch of updates to that profile as well based on changes to the alliance side (mostly clean up, but some that should make it run more smoothly)
 
Last edited:
Hey, during the darkmoon faire, the bot doesn't do the monthly quests (professions quests etc), and it completely ignore the daily quest "The Real Big Race". Other than that it does it pretty well.
 
The Real Big Race being skipped is intentional as the mesh path results in dismounting in several locations and needs a lot of fine tuning. The monthlies you're going to have to provide a log and a list of which ones.
 
Yo Brodieman,

You know you're evil dude, put a whole pack of profiles that you have been working on for a long time here and been so active on the forums for such a good while! Now that I am back I have to use a little of my "awesome" tax refund to purchase your profiles!

In all honesty bud, been a while doubt you even remember chatting way back when but glad to see all your jazz as well as the others who have been here for the long haul. Glad to throw some beer money to ya dude!

Cheers for the profiles and the energy put in man!
 
Problem: While gaining rep by doing dailies for Sunreaver Onslaught on Isle of Thunder, I have found that the quest "Just Some Light Clean-Up Work" is bugged. The bot brings my character to the quest area and doesn't target the "Quivering Filth" mobs to kill them.

My opinion: I think the coding for this profile refuses to target these mobs because they are (yellow) Neutral.

Log: (Will upload later if needed, currently viewing this with TeamViewer cause I'm at work)
 
Problem: While gaining rep by doing dailies for Sunreaver Onslaught on Isle of Thunder, I have found that the quest "Just Some Light Clean-Up Work" is bugged. The bot brings my character to the quest area and doesn't target the "Quivering Filth" mobs to kill them.

My opinion: I think the coding for this profile refuses to target these mobs because they are (yellow) Neutral.

Log: (Will upload later if needed, currently viewing this with TeamViewer cause I'm at work)

Logs are always needed to confirm issues. Whether yellow or red, it shouldn't ignore either unless specifically told to do so. I can look into the quest itself on my end, but please provide the log at the earliest convenience.
 

I'll need to reference my code (at work, no access to it atm) to see the exact issue. There seems to be some issue with a CollectThings call, but I need to see what quest it's in relation to. On another upside, looks like I have a null exception issue with my GrandMelee QB for argent tournament. Not a show stopper but I hate errors so I'll look into that too.

I should (hopefully) have an answer by tonight. Either way a fix won't be ready until tomorrow but I'll see what I can do!

EDIT: The issue is most definitely with the quest you mentioned. It should be an easy fix based on the error listed, and should be in the next patch (for tomorrow AM)
 
Last edited:
Problem: While doing the quests to get Sunreaver Onslought rep, the profile seems to be stuck on an endless loop trying to open [Sunreaver Bounty] to obtain Elder charm of Good Fortune. There is however, a maxcap of 20 of these coins, so it will endlessly fail to obtain the coins if you're at 18/20 for instance, and there's 3 coins in the bounty.

Log: View attachment 5576 2016-03-15 15.08.txt

Edit: In response to your previous post, yes, the quest "Get Kraken!" is bugged, had to do that manually. The quest requires you to mount a vehicle hypogryph and do the following: Hurl Spears at North Sea Kraken (8) Kvaldir Deepcaller slain (6). I've been having a lot of these little bugs, because I'm intensivly making use of the "Complete pack" I recently purchased. Halfway trough today's dailies I decided I'm gonna report every one of these bugs in the format you request (with logs etc) because you seem active enough and willing to tackle these bugs.
 
Last edited:
Problem: While doing the quests to get Sunreaver Onslought rep, the profile seems to be stuck on an endless loop trying to open [Sunreaver Bounty] to obtain Elder charm of Good Fortune. There is however, a maxcap of 20 of these coins, so it will endlessly fail to obtain the coins if you're at 18/20 for instance, and there's 3 coins in the bounty.

Log: View attachment 199593

Ah I hate that issue. But I think I know a way to have it only try each chest once. Thank you for the info!!
 
Thanks for the quick responses, really appreciate it. Currently running a lot of the profiles in the complete pack, and I've seen a couple of these bugs now already. I'm more than happy to keep posting them when I encounter them. I'll try to re-cap a day's worth of bugs next post to keep the overview clean.
 
i can load profile from HB Store. profile is not loading from the plugin

Just confirming: do you have "Questing" bot? It isn't listed as such on startup, many bots are listed as "gibberish" (most likely characters not recognized in notepad).
 
Just confirming: do you have "Questing" bot? It isn't listed as such on startup, many bots are listed as "gibberish" (most likely characters not recognized in notepad).

I confirm that is "Questing" bot,And also tried to use other bot。
 
Back
Top