• Visit Rebornbuddy
  • HB ARCHIVES: Kick's Old Posts Thread--DO NOT DELETE!

    Discussion in 'Archives' started by fhlhwow, Aug 17, 2010.

    Thread Status:
    Not open for further replies.
    1. Xanathos

      Xanathos Active Member

      Joined:
      Jul 25, 2010
      Messages:
      1,030
      Likes Received:
      6
      Trophy Points:
      38
      The video linked in the very first post is exactly that.
       
    2. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      Load a GB2 profile from HB's 'Load profile' button, any will do.

      manually load a quest order profile from HB's Load profile button. any will do.
       
    3. jeppe64

      jeppe64 New Member

      Joined:
      Jan 15, 2010
      Messages:
      202
      Likes Received:
      1
      Trophy Points:
      0

      That fixed it THANKS!
       
    4. QDef

      QDef New Member

      Joined:
      Jan 24, 2011
      Messages:
      33
      Likes Received:
      6
      Trophy Points:
      0
      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: Mar 18, 2011
    5. littlesten

      littlesten Member

      Joined:
      Jan 17, 2011
      Messages:
      94
      Likes Received:
      0
      Trophy Points:
      6
      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: Mar 21, 2011
    6. Cracktomte

      Cracktomte Member

      Joined:
      Mar 7, 2010
      Messages:
      430
      Likes Received:
      13
      Trophy Points:
      18
      Seems to be working for me now. Let's see the result from a couple of hours farming :D
       
    7. jeppe64

      jeppe64 New Member

      Joined:
      Jan 15, 2010
      Messages:
      202
      Likes Received:
      1
      Trophy Points:
      0
      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?
       
    8. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      Which action is having this issue? that action that withdraws an item from bank or deposits an item into bank?
      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.
      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;
      While loop with condition similar to 'Me.FreeBagSlots > 5' and 'Ignore Condition until done' set to false should fix this.
      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
      I'll add an option for that in next release
       
      Last edited: Mar 18, 2011
    9. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      Should now be fixed :)
       
    10. rizarjay

      rizarjay Member

      Joined:
      Jan 29, 2010
      Messages:
      397
      Likes Received:
      2
      Trophy Points:
      18
      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".. :)
       
    11. imdasandman

      imdasandman Active Member

      Joined:
      Feb 2, 2011
      Messages:
      1,207
      Likes Received:
      6
      Trophy Points:
      38
      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.
       
    12. mansellboi

      mansellboi Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      437
      Likes Received:
      1
      Trophy Points:
      18
      "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
       
    13. mansellboi

      mansellboi Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      437
      Likes Received:
      1
      Trophy Points:
      18
      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
       
    14. bobnelson

      bobnelson New Member

      Joined:
      Jan 18, 2011
      Messages:
      53
      Likes Received:
      1
      Trophy Points:
      0
      As soon as I click start it says "Please switch to gatherbuddy"... not sure what I'm doing wrong here.
       
    15. jeppe64

      jeppe64 New Member

      Joined:
      Jan 15, 2010
      Messages:
      202
      Likes Received:
      1
      Trophy Points:
      0
      you need to run HB as Gatherbuddy2 and use a GB2 profile
       
    16. jeppe64

      jeppe64 New Member

      Joined:
      Jan 15, 2010
      Messages:
      202
      Likes Received:
      1
      Trophy Points:
      0
      when my horde herb/miner hits 450/450 he trys to learn the next training from Ironforge and it dosent end well...
       
    17. JustinT

      JustinT New Member

      Joined:
      Jan 15, 2010
      Messages:
      28
      Likes Received:
      0
      Trophy Points:
      1
      Would it be possible/difficult to use this for simple batch milling and prospecting?
       
    18. rizarjay

      rizarjay Member

      Joined:
      Jan 29, 2010
      Messages:
      397
      Likes Received:
      2
      Trophy Points:
      18
      I don't have a character with these professions to test it on, but it looks like it'd be very easy to do it with this.
       
    19. rizarjay

      rizarjay Member

      Joined:
      Jan 29, 2010
      Messages:
      397
      Likes Received:
      2
      Trophy Points:
      18
      It seems like currently, Get Mail only takes Mail with items. Is there a way to make it take successful auction money too?
       
    20. Outcast

      Outcast New Member

      Joined:
      Oct 26, 2010
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    Thread Status:
    Not open for further replies.

    Share This Page