• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Honorbuddy Beta Builds

    Discussion in 'Archives' started by Natfoth, Oct 15, 2012.

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

      judaquwow2 Member

      Joined:
      Nov 5, 2012
      Messages:
      119
      Likes Received:
      1
      Trophy Points:
      18
      Well, i don't think so since AutoEquip plugin cares about "Equiping" clothes, weapons, etc.
      And i tried without the plugin on and it still doesn't pick any reward from missions.
      So it's more like a bot problem.
      Just my opinion, of course :p
       
    2. eryx

      eryx New Member

      Joined:
      Dec 14, 2011
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      i have the same issue... what's the solution its very annoying.
       
    3. Mario27

      Mario27 Banned

      Joined:
      Jan 15, 2010
      Messages:
      6,336
      Likes Received:
      4
      Trophy Points:
      0
      Any news when Plugin Talented wil come back?
       
    4. lphomiej

      lphomiej Member

      Joined:
      Mar 17, 2011
      Messages:
      199
      Likes Received:
      1
      Trophy Points:
      18
      Wait for the release.
       
    5. eryx

      eryx New Member

      Joined:
      Dec 14, 2011
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      last time when i lvled up my toon half a year ago, its was pretty smoth, now i have to baby sit him all the time...
       
    6. anonymou

      anonymou New Member

      Joined:
      Nov 25, 2012
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
    7. hegs

      hegs New Member

      Joined:
      Jun 5, 2011
      Messages:
      101
      Likes Received:
      1
      Trophy Points:
      0
      GB dosent seem to gather nodes..?
       
    8. WileE91

      WileE91 Member

      Joined:
      Jan 15, 2010
      Messages:
      145
      Likes Received:
      1
      Trophy Points:
      18
      Haha, this is a good one ^^
      Code:
      [AutoEquip]: Equipping Body "Fishing Pole" into empty slot ShirtSlot
      
      Can also confirm that Quest Bot does not select a quest reward.

      Latest beta (2.5.6583.68)
       
      Last edited: Nov 28, 2012
    9. navix

      navix New Member

      Joined:
      Oct 13, 2012
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      Hi! Using the beta, i have this problem with Vego daylies quests : Could not create current behavior in quest bot; exception was thrown
      Bot Stopped! Reason: Could not create current behavior in quest bot, exception was thrown.

      I dont know what to do, because the normal hb, doesnt work with this new patch!
       
    10. thedeez

      thedeez Member

      Joined:
      Nov 25, 2012
      Messages:
      43
      Likes Received:
      0
      Trophy Points:
      6
      its gathering for me.
       
    11. perskinl

      perskinl New Member

      Joined:
      Nov 27, 2012
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      i have the same problem
       
    12. chickenl

      chickenl New Member

      Joined:
      Jan 2, 2011
      Messages:
      313
      Likes Received:
      2
      Trophy Points:
      0
      have you copied the quest behaviours from vegos folder into the beta qb folder
       
    13. perskinl

      perskinl New Member

      Joined:
      Nov 27, 2012
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      What is a vegos folder? I did copy the quest behaviours from my original build , to beta build
       
    14. nexo

      nexo New Member

      Joined:
      Nov 26, 2012
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      Having similar issues with Quest Bot not selecting a quest reward and also looting very slowly after mob kills.
       
    15. Malloot

      Malloot New Member

      Joined:
      Nov 1, 2012
      Messages:
      44
      Likes Received:
      0
      Trophy Points:
      0
      What did it for me was to delete the routines folder and use the one found in 515, there seems to be a problem with quest bot and beta singular

      Also for me the bot is not able to finish quests that have a quest reward, even if there is no choice (only 1 reward) it doesn't use Complete quest, just closes and opens the quest dialog
       
    16. flatz

      flatz New Member

      Joined:
      Aug 13, 2011
      Messages:
      113
      Likes Received:
      0
      Trophy Points:
      0
      Is the monk equipping issue fixed? started monk yesterday and with lvl 14 he only had 1 new item equipped. weapon and all stuff were ilvl 1. don'T know he could manage that to reach that lvl
       
    17. mjj23

      mjj23 New Member

      Joined:
      Oct 28, 2012
      Messages:
      291
      Likes Received:
      4
      Trophy Points:
      0
      Quest turnin seems to be working as long as selecting an item is not needed.... Another interaction that seems to be broken is the opening of doors, for example, the door in the wall in Firebough Nook (Kun Lai Summit) The bot simply runs up to the door and stands there.
       
    18. Thecamel

      Thecamel Community Developer

      Joined:
      Aug 8, 2012
      Messages:
      2,036
      Likes Received:
      46
      Trophy Points:
      48
      I have had ZERO issues useing Custom routines. I think you will find Singular is fucked at this stage
       
    19. Weelow

      Weelow New Member

      Joined:
      Nov 25, 2012
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      Could you please add an option in the bot to have an encrypter, that would change the excutable, to randomise things like, mutex, process name, file name, assembly information, registry entries, etc. This gives us more comfort that its harder to catch the bot just incase. And the file will be different for each user, so there cant be a standard in catching it. Would be even greater if you could also do it to encrypt all the code.
       
    20. Nuok

      Nuok Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      975
      Likes Received:
      28
      Trophy Points:
      28
      Lua appears to have an issue were it is incorrectly reading values

      [0] shouldn't exist (or at-least wasn't there before) and so its throwing off anything using lua, probably the cause of not picking quest rewards ect.

      Code:
              public static List<string> GetPetInfoByIndex(int index)
              {
                  return Lua.GetReturnValues(String.Format("return C_PetJournal.GetPetInfoByIndex({0},false)", index));
              }
      Code:
      -        petInfo    Count = 17    System.Collections.Generic.List<string>
             [COLOR=#b22222] [0]    "0x0000000000cdb012"    string[/COLOR]
              [1]    "835"    string
              [2]    "1"    string
              [3]    "Hopper"    string
              [4]    "9"    string
              [5]    "1"    string
              [6]    "0"    string
              [7]    "Hopling"    string
              [8]    "INTERFACE\\ICONS\\ACHIEVEMENT_BREWERY_1.BLP"    string
              [9]    "1"    string
              [10]    "64632"    string
              [11]    "|cFFFFD200Achievement: |rLing-Ting's Herbal Journey|n|cFFFFD200Category: |rDungeons and Raids"    string
              [12]    "The great big world can be a dangerous place for such a tiny, adorable creature."    string
              [13]    "0"    string
              [14]    "1"    string
              [15]    "0"    string
              [16]    "1"    string
       
      Last edited: Nov 28, 2012
    Thread Status:
    Not open for further replies.

    Share This Page