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

Honorbuddy v2.5.11724.749 for Patch 6.0.2

Status
Not open for further replies.

raphus

Well-Known Member
Joined
Jun 17, 2010
Messages
2,094
Reaction score
492
[imgalign=right]https://dl.dropboxusercontent.com/u/12986738/b_image_1_4.png[/imgalign]
[imgalign=right]http://store.buddyauth.com/Content/Images/logo.png[/imgalign]
Honorbuddy v2.5.11724.749 for Patch 6.0.2

You must do a fresh install with this build to avoid any issues.
There has been massive API updates with this build. There might be store products that are not updated for this build yet.


Changelog

Code:
New features:
--------------
  * Core
    - Names of hotspots will now be displayed together with location (HB-954)

    - LevelBot/Questbot will no-longer do vendor/mail runs when there are no items to vendor/mail. (HB-1052)

  * DungeonBuddy
    - DungeonScripts will now use LootTargeting to handle looting chests and quest objects (HB-1198)

  * Flightor
    - Added a new annotation type for Flightor that can be used to mark indoor areas and specifiy how to get in and out of the areas. These annotations are global and can be found in the Data/Flightor Annotations folder (HB-1051)

  * QuestBehaviour
    - BearsUpThere: Now also handles the daily quest "Those Bears Up There". (HB-1235)

    - DoWhen: Now supports a "UseAtInterval" predicate attribute that is mutually exclusive with the "UseWhen" attribute.  Also, a "StopMovingToConductActivity" tunable attribute is available. (HB-1253)

Api Changes:
--------------
    - Calling TreeRoot.Stop() from BotBase.Start will no longer deadlock the BotBase (HB-1022)

Bug fixes:
--------------
  * Core
    - Possible fix to settings corruption issues. Needs testing. (HB-1123)

    - Fixed a start-up error that occurred while in a classic/TBC dungeon while running questbot (HB-1194)

  * DungeonBuddy
    - Forgotten Depths: Bot will no-longer run back n forth "like a crazy chicken" while attacking Monstrous Gastropod (HB-1055)

    - Fixed a bug that caused tanks to not avoid some boss abilities  (HB-1116)

    - Dungeonbuddy will no-longer ignore blacklisted vendors (HB-1135)

    - Added script and profile for the Coren Direbrew holiday dungeon event (HB-1195)

    - Gate of the Setting Sun, Striker Ga'dok: Fixed movement issues that occurred during the Strafing Run event (HB-1199)

    - Gate of the Setting Sun: Fixed a problem with facing the Weak Spot while riding Raigon (HB-1200)

    - Lost City of the Tol'vir: Bot will no-longer idle when it gets in combat with one of the enslaved bandits fighting each other near entrance (HB-1203)

  * QuestBehaviour
    - DoWhen: Repaired an issue where an "ActivityName" activity would fail to execute on the first iteration. (HB-1178)

    - DoWhen: It is now possible to Enable, Disable, and Remove  activities identified by "ActivityName" (HB-1202)

    - New quest behavior SpecificQuests/Holiday/Brewfest-RamRidingQuests.cs handles _all_ of the Brewfest Ram-riding quests. (HB-1221)

    - Fixed an issue where the RunCode quest behavior would sometimes not work and just spam log with errors for no apparent reason (HB-1171)

    - InstanceTimer QB got a new makeover (HB-1220)


[size=+1]Reporting Bugs
Please report bugs to THIS thread!
When reporting a bug, please include your full log file (found in your bot folder under the "Logs" directory, sort by creation date to find it easier), a full and detailed explanation of the bug, as well as any screenshots that may be useful in tracking down the bug.

The Support forum will NOT assist you with chasing problems in a "Test" or "Beta" release of Honorbuddy.
If you are not prepared to figure out your own work-around to a problem, you should wait for a "Release" version of Honorbuddy.

As we capture an issue, your post may be moved to the following thread:
[/size]


[size=+1]Releases[/size]
Honorbuddy: Installer (recommended) / Zip

Honorbuddy Deutsche Version: Installer (recommended) / Zip
→ For German users, this Honorbuddy client must be used?the other Honorbuddy version(s) will not work for you. ←

Honorbuddy Asian Version: Installer (recommended) / Zip
→ For Asian users, we suggest using this client as it connects to our HK auth servers which results in faster login time and consistent connection ←

Requirements



Enjoy!
 
Last edited by a moderator:
[size=+1]Currently Known Bugs[/size]
  • HB-1277: Awkward movement when CTM is spammed.
  • HB-1286: ProfileManager gets confused if Botbase is changed
  • HB-1289: PerformTradeSkillOn: Not producing items
  • HB-1299: GrindUntil Condition not terminating
  • HB-1302: WoWSpell.CanCast reports false when moving and shooting steady shot
  • HB-1307: ProfessionBuddy is not crafting items

[size=+1]Singular-specific issues we've captured[/size]
  • HB-1308: Singular using Colossus Smash for Fury Warrior?
  • HB-1309: DeathKnights spam "Horn of Winter"
  • HB-1310: Shaman Totemic Recall has moved to level 30

[size=+1]Bugs in danger of being discarded, due to lack of details[/size]

[size=+1]Awaiting Confirmation[/size]
  • HB-1293: Druid's "Eclipse" values reported are incorrect

[size=+1]Cannot reproduce[/size]
  • HB-1294: Rapid Stop/Start causes overflow exceptions
  • HB-1301: SpellManager.CanCast reports false on backstab

[size=+1]Won't fix[/size]
  • HB-1288: Spells problems: Execution Sentence, Avenging Wrath, Wild Mushroom, Lava Beam
    Won't fix this. Fixing this would require SpellManager.Spells to be reconstructed every time it is requested so it included overrides - the spell manager is usually only updated during initialization, level up or when new specializations are loaded. Meanwhile the workaround is simple:
    SpellManager.Cast("Chain Lightning") : always works, casts Chain Lightning normally and Lava Beam when ascended.
    SpellManager.CanCast("Chain Lightning") : always works, returns true if Chain Lightning can be cast in normal form and true if Lava Beam can be cast in ascended form.
    SpellManager.Cast("Lava Beam") : only works in ascended form but successfully casts Lava Beam in this form
    SpellManager.CanCast("Lava Beam") : always false in normal form and true in ascended form if Lava Beam is castable

    Please note that these cases also work when passed ID. Pretty much the only broken thing is SpellManager.Spells["Lava Beam"] which never will find the Lava Beam spell, even while Ascended.

    If the workaround is not as simple for the other spells, then please reopen. However, I have confirmed with one dev that the same workaround applies for Execution Sentence, so it probably applies universally.​

[size=+1]Already repaired for next drop[/size]
  • HB-769: Disarmament quest in Utgarde keep is now picked up and completed
  • HB-782: Drak'Theron Keep: Doesn't pick up "Head Games"
  • HB-1144: QBcore: NonCompeteDistance calculation broken?
  • HB-1149: Funny timestamps with ProfessionBuddy
  • HB-1249: ItemWhileMoving: Has been deprecated and removed.
  • HB-1209: Singular unable to close gap to ranged mobs that don't move
  • HB-1227: Add Battered Hilt to Protected Items
  • HB-1248: PB doesn't handle the replace enchant popup
  • HB-1271: Honorbuddy is not taking Fightpaths
  • HB-1274: Spells from other specs shows up in SpellManager
  • HB-1276: Only 20 items are sold during a vendor run. Wow limitation
  • HB-1278: Power Type changes (power is now calculated using a polynomial)
  • HB-1279: Battle for Gilneas no movement at all
  • HB-1280: WoWAuraCollection.GetTotalAuraModifier is throwing exceptions
  • HB-1281: Dungeonbuddy gets stuck in exception loop
  • HB-1282: IsQuestCompleted() fails for "FedEx" quests
  • HB-1283: Singular not working in HonorbuddyDE
  • HB-1284: SoO raids don't show up in DungeonBuddy choices
  • HB-1287: CollectItem-form of <Objective> not terminating when CollectCount goal has been met
  • HB-1292: Not detecting "Proc" Auras from Talents
  • HB-1295: GroupInfo.RaidMembers returns an empty enumeration
  • HB-1296: Mount.CanMount returns false for toon between 20 and 40 (inclusive)
  • HB-1297: MrFishIt & AutoAngler2 don't cast
  • HB-1303: AutoEquip is not properly evaluating Heirloom gear

Notes:
  • "Beta" and "Test" releases are not optimized for performance.
    This is not a consideration at this time.
 
Last edited:
I am unable to select my Combat Routines (it appears to automatically select Singular, without giving me the option)
That would happen if your other Combat Routines have compile errors due to not being compatible with changes in HB. You will need to review the log file for details or attach with your post. -Bobby53
 
Hello all and thx for your kind words!

Since its not easy for us to catch bugs on a mega thread we moved all non bug report posts and all bug reports without a log file as attachment

So plz use this thread for your bug reports only and post your log file as attachment always

thx
 
Running old PB profile.
Bot trying to post stuff but he cant.

Code:
[15:32:46.970 D] Activity: Flying to location <-1962.744, 5376.976, -12.42685>
[15:33:01.119 D] Stop and dismount...
[15:33:01.727 D] Activity: Arrived at location <-1962.744, 5376.976, -12.42685>
[15:33:01.743 D] Moving to <-2020.025, 5391.797, -7.989497>
[15:33:04.301 D] Garbage collected 1 nav tiles
[15:33:04.317 D] Activity: Loading Tiles
[15:33:04.317 D] Loading Expansion01_22_35
[15:33:04.395 D] Successfully generated path from {-1961.812, 5377.171, -12.42765} to {-2020.025, 5391.797, -7.989497} in 62 milliseconds
[15:33:09.902 N] (Singular) info: 25 seconds since ProfessionBuddy BotBase last called Singular
[15:33:11.524 N] PB: MoveTo Action completed for type Location
[15:33:11.540 D] Interacting with Auctioneer Kalaren
[15:33:12.320 D] PB: Searching AH for Windwool Cloth
[15:33:22.351 D] PB: Post If Below MinBuyout:True 
[15:33:22.351 D] PB: Lowest Buyout on AH: 429496g72s95c, My Minimum Bouyout: 0g50s0c
[15:33:22.351 D] PB: Finished scanning for items
[15:33:29.963 N] (Singular) info: 45 seconds since ProfessionBuddy BotBase last called Singular
[15:33:50.041 N] (Singular) info: 65 seconds since ProfessionBuddy BotBase last called Singular
[15:34:10.056 N] (Singular) info: 85 seconds since ProfessionBuddy BotBase last called Singular
[15:34:30.086 N] (Singular) info: 106 seconds since ProfessionBuddy BotBase last called Singular
[15:34:50.122 N] (Singular) info: 126 seconds since ProfessionBuddy BotBase last called Singular
[15:35:10.152 N] (Singular) info: 146 seconds since ProfessionBuddy BotBase last called Singular
[15:35:30.230 N] (Singular) info: 166 seconds since ProfessionBuddy BotBase last called Singular
[15:35:50.276 N] (Singular) info: 186 seconds since ProfessionBuddy BotBase last called Singular
[15:36:10.322 N] (Singular) info: 206 seconds since ProfessionBuddy BotBase last called Singular
[15:36:30.368 N] (Singular) info: 226 seconds since ProfessionBuddy BotBase last called Singular
[15:36:50.398 N] (Singular) info: 246 seconds since ProfessionBuddy BotBase last called Singular
[15:37:10.475 N] (Singular) info: 266 seconds since ProfessionBuddy BotBase last called Singular
[15:37:30.506 N] (Singular) info: 286 seconds since ProfessionBuddy BotBase last called Singular
[15:37:50.521 N] (Singular) info: 306 seconds since ProfessionBuddy BotBase last called Singular
[15:38:10.551 N] (Singular) info: 326 seconds since ProfessionBuddy BotBase last called Singular
[15:38:30.612 N] (Singular) info: 346 seconds since ProfessionBuddy BotBase last called Singular
[15:38:50.642 N] (Singular) info: 366 seconds since ProfessionBuddy BotBase last called Singular
[15:39:10.657 N] (Singular) info: 386 seconds since ProfessionBuddy BotBase last called Singular
[15:39:30.688 N] (Singular) info: 406 seconds since ProfessionBuddy BotBase last called Singular
[15:39:50.734 N] (Singular) info: 426 seconds since ProfessionBuddy BotBase last called Singular
[15:40:10.764 N] (Singular) info: 446 seconds since ProfessionBuddy BotBase last called Singular
[15:40:30.794 N] (Singular) info: 466 seconds since ProfessionBuddy BotBase last called Singular
[15:40:50.853 N] (Singular) info: 486 seconds since ProfessionBuddy BotBase last called Singular
[15:41:10.883 N] (Singular) info: 506 seconds since ProfessionBuddy BotBase last called Singular
[15:41:30.945 N] (Singular) info: 526 seconds since ProfessionBuddy BotBase last called Singular
etc

Same with mail func :

Code:
[15:47:29.786 D] [Mount] Turbo-Charged Flying Machine is known, but we don't have the skill to use it!
[15:47:40.004 N] (Singular) info: 231 seconds since ProfessionBuddy BotBase last called Singular
[15:47:40.956 D] Interacting with Auctioneer Kalaren
[15:47:41.923 D] PB: Queueing server for Item: 93351
[15:47:41.923 D] PB: Searching AH for Potion of Luck
[15:48:00.081 N] (Singular) info: 251 seconds since ProfessionBuddy BotBase last called Singular
[15:48:07.070 D] PB: Wait for 00:00:15 or until false Completed
[15:48:12.951 D] Interacting with Mailbox
[15:48:17.007 N] (Singular) [WoWRedError] Internal mail database error.
[15:48:17.194 N] (Singular) [WoWRedError] Internal mail database error.
[15:48:17.475 N] (Singular) [WoWRedError] Internal mail database error.
[15:48:17.787 N] (Singular) [WoWRedError] Internal mail database error.
[15:48:18.099 N] (Singular) [WoWRedError] Internal mail database error.
[15:48:18.333 N] (Singular) [WoWRedError] Internal mail database error.
[15:48:18.630 N] (Singular) [WoWRedError] Internal mail database error.
[15:48:19.051 N] (Singular) [WoWRedError] Internal mail database error.
[15:48:19.332 N] (Singular) [WoWRedError] Internal mail database error.
[15:48:19.597 N] (Singular) [WoWRedError] Internal mail database error.
[15:48:19.659 N] (Singular) [WoWRedError] Internal mail database error.
[15:48:19.800 N] (Singular) [WoWRedError] Internal mail database error.
[15:48:19.862 N] (Singular) [WoWRedError] Internal mail database error.
[15:48:20.065 N] (Singular) [WoWRedError] Internal mail database error.
[15:48:20.112 N] (Singular) info: 271 seconds since ProfessionBuddy BotBase last called Singular
[15:48:20.174 N] (Singular) [WoWRedError] Internal mail database error.
[15:48:20.268 N] (Singular) [WoWRedError] The item was not found.
[15:48:20.611 N] (Singular) [WoWRedError] The item was not found.
[15:48:20.751 N] (Singular) [WoWRedError] The item was not found.
[15:48:20.970 N] (Singular) [WoWRedError] Internal mail database error.
[15:48:21.173 N] (Singular) [WoWRedError] The item was not found.
[15:48:21.173 N] (Singular) [WoWRedError] The item was not found.
[15:48:21.391 N] (Singular) [WoWRedError] The item was not found.
[15:48:21.516 N] (Singular) [WoWRedError] The item was not found.
[15:48:21.843 N] (Singular) [WoWRedError] The item was not found.
[15:48:22.109 N] (Singular) [WoWRedError] Internal mail database error.
[15:48:22.109 N] (Singular) [WoWRedError] Internal mail database error.
[15:48:22.405 N] (Singular) [WoWRedError] The item was not found.
[15:48:22.405 N] (Singular) [WoWRedError] The item was not found.
[15:48:22.764 N] (Singular) [WoWRedError] The item was not found.
[15:48:22.764 N] (Singular) [WoWRedError] The item was not found.
[15:48:23.029 N] (Singular) [WoWRedError] The item was not found.
[15:48:23.154 N] (Singular) [WoWRedError] The item was not found.
[15:48:23.419 N] (Singular) [WoWRedError] The item was not found.
[15:48:23.419 N] (Singular) [WoWRedError] The item was not found.
[15:48:23.731 N] (Singular) [WoWRedError] The item was not found.
[15:48:23.731 N] (Singular) [WoWRedError] The item was not found.
[15:48:24.183 N] (Singular) [WoWRedError] The item was not found.
[15:48:24.542 N] (Singular) [WoWRedError] The item was not found.
[15:48:24.542 N] (Singular) [WoWRedError] The item was not found.
[15:48:24.823 N] (Singular) [WoWRedError] The item was not found.
[15:48:24.948 N] (Singular) [WoWRedError] The item was not found.
[15:48:25.197 N] (Singular) [WoWRedError] The item was not found.
[15:48:25.197 N] (Singular) [WoWRedError] The item was not found.
[15:48:25.478 N] (Singular) [WoWRedError] The item was not found.
[15:48:25.619 N] (Singular) [WoWRedError] The item was not found.
[15:48:25.962 N] (Singular) [WoWRedError] The item was not found.
[15:48:26.274 N] (Singular) [WoWRedError] The item was not found.
[15:48:26.274 N] (Singular) [WoWRedError] The item was not found.
[15:48:26.945 N] (Singular) [WoWRedError] Internal mail database error.
[15:48:27.350 N] (Singular) [WoWRedError] The item was not found.
[15:48:28.364 N] (Singular) [WoWRedError] The item was not found.
[15:48:29.285 N] (Singular) [WoWRedError] The item was not found.
[15:48:29.565 N] (Singular) [WoWRedError] Internal mail database error.
[15:48:40.127 N] (Singular) info: 291 seconds since ProfessionBuddy BotBase last called Singular
[15:49:00.142 N] (Singular) info: 311 seconds since ProfessionBuddy BotBase last called Singular
[15:49:20.187 N] (Singular) info: 331 seconds since ProfessionBuddy BotBase last called Singular
[15:49:40.249 N] (Singular) info: 351 seconds since ProfessionBuddy BotBase last called Singular
[15:50:00.295 N] (Singular) info: 371 seconds since ProfessionBuddy BotBase last called Singular
[15:50:20.356 N] (Singular) info: 392 seconds since ProfessionBuddy BotBase last called Singular
[15:50:40.371 N] (Singular) info: 412 seconds since ProfessionBuddy BotBase last called Singular
[15:51:00.448 N] (Singular) info: 432 seconds since ProfessionBuddy BotBase last called Singular
[15:51:20.479 N] (Singular) info: 452 seconds since ProfessionBuddy BotBase last called Singular
[15:51:40.487 N] (Singular) info: 472 seconds since ProfessionBuddy BotBase last called Singular
[15:52:00.548 N] (Singular) info: 492 seconds since ProfessionBuddy BotBase last called Singular
[15:52:20.641 N] (Singular) info: 512 seconds since ProfessionBuddy BotBase last called Singular
[15:52:40.687 N] (Singular) info: 532 seconds since ProfessionBuddy BotBase last called Singular
[15:53:00.811 N] (Singular) info: 552 seconds since ProfessionBuddy BotBase last called Singular
Etc

Also bot stoped himself after 2m of farm.

Code:
[16:00:52.197 D] Activity: Flying to '<474.2041, 2980.336, 330.2894>' (<474.2041, 2980.336, 330.2894>)
[16:00:53.539 D] Behavior flags changed! Death, Combat, Vendor, Roam, Rest, FlightPath -> All
[16:00:53.539 D] [FlyTo-v1655(debug)] Behavior completed in 1s
[16:00:53.555 D] [UserSettings-v1581(debug)] Bot stopping.  Original user settings restored as follows...
    LootRadius = 45 (previous: 20;  original: 45)
    MountDistance = 60 (previous: 20;  original: 60)
    PullDistance = 100 (previous: 50;  original: 100)
[16:00:53.617 D] PB: Stop Called

Full log in attach
View attachment 146447

P.S
Fresh install... running Vmwares ( win7 + bot + wow ), nothing else.
 
1) 2 quest(H-Ogri) - when the ship you fly, the quest takes, but can not deliver.

2) quest in the forest nefritomom
video, at 2:22 you can see that the bot does not reaches the target, and can not continue the quest
bu1 - YouTube

3) does not give up the quest, if you pass the bot will continue to work hand-
http://wowhead.com/quest=31230
bu2 - YouTube

TY google tranclate

1 and 3 is a "IsQuestCompleted()" But. Its already Reported.

2 is a Bug that i saw today too and i will take a deeper look the next time i reach this Quest.
 
Hello all and thx for your kind words!

Since its not easy for us to catch bugs on a mega thread we moved all non bug report posts and all bug reports without a log file as attachment

So plz use this thread for your bug reports only and post your log file as attachment always(or we will ignore it)

thx
 
I looked over the linked post Tony put up to see the current and fixed bugs, but I'm not sure if my problem is on there, or even related to what's up there.

The problem is that I believe Honorbuddy isn't detecting auras/procs. From the couple or so routines I've used, I've noticed that many things that are based on procs and auras aren't being used, or being used improperly. I think it may also be causing some pausing of the routines I use. An example of what I'm talking about is with Demonic. It uses a list of procs and auras to cast certain spells and abilities. However some of the spells and abilities are being cast anyway, without the proc/aura that requires them to be cast.

I'll attach my log of my run through UBRS. You may be able to see where it spammed things in the log, but I'm not sure if the pauses are shown. I just noticed that while running UBRS (using Enyo and LazyRaider as my bot base) my routine (Demonic) was pausing way, way, way too much.

And, I offer my apologies to Tony, and everyone else, if this is more related to 3rd party things than HB. I just posted here because I felt as if this was an HB issue with procs/auras not being detected.
 

Attachments

Found the reason HB would not do anything if I clicked start. If you click setting & tools before hitting start it will throw errors but if you just let it load and click start it will work.

Edit: Never mind still errors out after awhile and stops working.
 

Attachments

Last edited:
When running ArchaeologyBuddy, my toon detects the direction of the artifact, moves towards it to survey again, but after stopping at the correct location for a second, it does another slight "walk-forward 5 yards" action before surveying, every time.

I know you guys have had some trouble with movement so far this patch so hopefully it's something minor, all the best and love your work!!
 

Attachments

Totemic Recall for shaman is now given at level 30, early level shamans try to cast it(Get Stuck and fall behind in dungeons/quests). minor issue found.

-Singular User
 
Status
Not open for further replies.
Back
Top