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.
hmm got it to work on my char but when trying to run it on 2 other accounts I get this message "
Code:
Err: System.NullReferenceException: Object reference not set to an instance of an object.
   at Bots.Gatherbuddy.Profile..ctor()
   at Bots.Gatherbuddy.GatherbuddyBot.Start()
   at Styx.Bot.Plugins.GbLoader.Start() in d:\Wow\HB\HB 2\Bots\Gatherbuddy2\GBLoader.cs:line 90
   at Styx.Logic.BehaviorTree.TreeRoot.Start()
   at HighVoltz.MainForm.ToggleStart() in d:\Wow\HB\HB 2\Plugins\ProfessionBuddy\MainForm.cs:line 141
I reinstalled HB completly still same error they are on the same computer I must be missing something they both run the same plugins and addons

Load a GB2 profile from HB's 'Load profile' button, any will do.

cant get it to work;
Err: Styx.HonorbuddyUnableToStartException: Can not start quest bot - this profile does not contain a quest order! when i load the profiles you reccomend

manually load a quest order profile from HB's Load profile button. any will do.
 
While this is undoubtedly a great plugin to level gathering professions, i found it to be slightly lacking for day-to-day crafting. Im my process of creating a simple JC prospect/cut/vendor profile, i came across the following issues:
- Personal banking doesn't work, it moves to the banker as it's supposed to, yet doesn't open the bank window.
- There seems to be no easy way to leave X bank slots empty for mats generated by, for example, prospecting: When using a While loop it's either slow, unreliable or just not functional and you cannot use an expression as a withdrawal number either.
- There is no proper way to include configuration, declaring a bool doesn't seem to work, using the provided objects does, yet is not usable in practice as comments do not seem to work inside the custom expressions.
- It seems to be impossible to get a certain number of items from mail, once again creating issues with prospecting as it could overflow your bags.
- It's quite slow overall, both the retrieval from the guild bank and mail seems to take at least 2 seconds per item, which is even worse considering the usage of While loops.
- Sell Item seems to require you to enter a specific merchant, it might be useful to just sent the addon to the nearest vendor npc?

So yeah, if you allowed us to use C# expressions in the number entry boxes it would've been the perfect plugin. :)
Please keep up the good work, this project really has a lot of potential.
 
Last edited:
Old Posts Thread

level 16 goes through deadmines portal and stops still
"moving to <-11207.96, 1676.653, 24.5689>"

fixed this by just using the quest item and then walking out for anyone who wants to know
 
Last edited:
just wondering one thing while using "[mining-herb](1-525)flying-GB2.zip" when it gets to 300 mining/herbing it goes to Orgrimmar and takes the portal to badlands then for some reason runs to Undercity to again take the portal to badlands and then it uses the portal to go to outland just wondering why the run trough the whole continent?
 
While this is undoubtedly a great plugin to level gathering professions, i found it to be slightly lacking for day-to-day crafting. Im my process of creating a simple JC prospect/cut/vendor profile, i came across the following issues:
- Personal banking doesn't work, it moves to the banker as it's supposed to, yet doesn't open the bank window
Which action is having this issue? that action that withdraws an item from bank or deposits an item into bank?
- There seems to be no easy way to leave X bank slots empty for mats generated by, for example, prospecting: When using a While loop it's either slow, unreliable or just not functional and you cannot use an expression as a withdrawal number either.
Try using a while loop with a condition like this 'Me.FreeBagSlots > 5' and set the While loop's property, 'Ignore Condition until done' to false. If it's set to true then if the while loop's condition turns false while an action that it contains is still running then it will keep executing that action until it's finished.
- There is no proper way to include configuration, declaring a bool doesn't seem to work, using the provided objects does, yet is not usable in practice as comments do not seem to work inside the custom expressions.
Next release will support comments, I'm thinking of adding settings per profile per character that persist between sessions.
You can do something like this in a Custom Action. but I admit its kinda crude.
PHP:
var1 = MessageBox.Show("Buy material from AH?") == DialogResult.OK ? true:false;
- It seems to be impossible to get a certain number of items from mail, once again creating issues with prospecting as it could overflow your bags.
While loop with condition similar to 'Me.FreeBagSlots > 5' and 'Ignore Condition until done' set to false should fix this.
- It's quite slow overall, both the retrieval from the guild bank and mail seems to take at least 2 seconds per item, which is even worse considering the usage of While loops.
This might be related to lag either personal or server. If you want, feel free to pm me your profile so I can take a look at it and debug it. The while loop works different then a normal c# loop, since it's pulsed
- Sell Item seems to require you to enter a specific merchant, it might be useful to just sent the addon to the nearest vendor npc?
I'll add an option for that in next release
 
Last edited:
This plugin has sooo much potential, and I'm trying to wrap my head around the profile creation process.. I'm having a hard time figuring out when it's appropriate to use If's and when it's appropriate to use While's.. Seems like more often than not, the words can be used interchangeably, and for someone who isn't a programmer, I go "Derrrrrrrrrrrrrrrrrrrrrr".. :-)
 
Well I needed to add a lure to this bot.
This is where I found to add the line. Goto HB/Bots/MrFishIt/Forms/FormFishConfig

Edit the LUA file and around line 18 just put this line of code in mine is an example for the Heat-Treated Spinning Lure. All I did was just copy paste one of Nesox's lures, deleted the item name and spell/Item ID and added mine in.
cbxLures.Items.Add(new LureEntry("Heat-Treated Spinning Lure", 68049));

Once this is done restart HB and you will be able to select your lure you want to use.
 
"Err: Styx.HonorbuddyUnableToStartException: Can not start quest bot - this profile does not contain a quest order!
at Bots.Quest.QuestBot.Start()
at Styx.Logic.BehaviorTree.TreeRoot.Start()"

Not sure what iv done wrong i followed the vid step by step and even after a fresh HB install get this error :s
 
never mind fixed the problem, just make sure you have a quest profile loaded rather then just your previous grind profile :P working fine just sitting back watching :P SWEET BOT! <3
 
As soon as I click start it says "Please switch to gatherbuddy"... not sure what I'm doing wrong here.
 
when my horde herb/miner hits 450/450 he trys to learn the next training from Ironforge and it dosent end well...
 
It seems like currently, Get Mail only takes Mail with items. Is there a way to make it take successful auction money too?
 
If i can may a suggestion, i've struggled forever trying to get this to work. Mainly due to the fact that the installation procedure has changed a couple of times and people are posting solutions that are now already dated.
Please remove all the replies that might be confusing for people and post a step by step in the starting post. The video of Bossland also still tells us to select the Questbot rather than GB2, i suggest either to update it or remove it completely to avoid confusion.
 
Status
Not open for further replies.
Back
Top