What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Honorbuddy Beta Builds

Status
Not open for further replies.
I believe that would be an AutoEquip issue.
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
 
i have the same issue... what's the solution its very annoying.
 
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...
 
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:
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!
 
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!

i have the same problem
 
have you copied the quest behaviours from vegos folder into the beta qb folder
 
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!

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
 
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
 
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.
 
I have had ZERO issues useing Custom routines. I think you will find Singular is fucked at this stage
 
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.
 
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:
Status
Not open for further replies.
Back
Top