Honorbuddy v2.5.10734.736 Changelog Code: Bug fixes: -------------- * Auth - Fixed an issue with authentication that was putting extra load on auth servers making them unstable. (HB-857) * BGBuddy - Fixed an issue with Isle of Conquest where horde toons were standing still on the start location for an extended amount of time. (HB-766) * Core - Fixed an issue where the toon might get stuck at flight masters that requires to be unmounted to be able to use the taxi. (HB-842) * DungeonBuddy - Bots will no-longer jump before killing the pack of trash above Gekkan (HB-809) - Fixed a portal usage issue in End Time Heroic (HB-814) - Dungeonbuddy should now accept queues while running under Mixed Mode bot. (HB-830) - Added an exit location to End Time Heroic and removed the popup messagebox that is shown when a dungeon is missing an 'exit' location. (HB-813) * Profile - Blood Elf Starter area: For quest "Solanian's Belongings", should now loot Solanian's Scrying Orb. (HB-828) - Quest "Returning the Favor" will now dismount before trying to use the Kil'sorrow Banner. (HB-838) * QuestBehaviour - InteractWith will no-longer get stuck if getting an unexpected frame such as merchant frame. (HB-819) 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. ←Ref: Honorbuddy Deutsche Version - Pressemitteilung 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 v4.5.1 Download Microsoft Visual C++ 2012 Redistributable Package (x86) from Official Microsoft Download Center Reporting Bugs 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. Enjoy!
Flight Masters don't fix. Bot don't use it and run acros all world Moving to Type: Fly, R: Use, Стоянка бутлегеров, Танарис Garbage collected 1 nav tiles Moving to Type: Fly, R: Use, Стоянка бутлегеров, Танарис (Singular) PLAYER_SPECIALIZATION_CHANGED Event Fired! Moving to Type: Fly, R: Use, Стоянка бутлегеров, Танарис We are stuck! (<-191.3183, -1209.731, 70.42049>) Moving to Type: Fly, R: Use, Стоянка бутлегеров, Танарис We are stuck! (<-223.1143, -1172.528, 60.93177>) Trying dismount Stop and dismount... Reason: Stuck Handler Moving to Type: Fly, R: Use, Стоянка бутлегеров, Танарис We are stuck! (<-223.1143, -1172.528, 60.93177>) Trying jump Moving to Type: Fly, R: Use, Стоянка бутлегеров, Танарис We are stuck! (<-226.879, -1169.642, 60.4636>) Trying strafe forward left for 600ms Moving to Type: Fly, R: Use, Стоянка бутлегеров, Танарис Mounting: Черная драконья черепаха Moving to Type: Fly, R: Use, Стоянка бутлегеров, Танарис Garbage collected 28 nav tiles
If you queue heroic Instances and LFR parallel there is the error that you are queued for too many instances.
I just had a situation where SpellManager.GlobalCooldownLeft was returning an unrealistically high value and the only way I could fix it was to do a full restart of HB/WoW. This was the output of SpellManager.GlobalCooldownLeft.TotalMilliseconds: Code: [12:41:44.092 N] 4293162890 [12:41:44.162 N] 4293162820 [12:41:44.228 N] 4293162754 [12:41:44.296 N] 4293162685 [12:41:44.364 N] 4293162618 [12:41:44.434 N] 4293162548 [12:41:44.500 N] 4293162482 [12:41:44.568 N] 4293162414 [12:41:44.636 N] 4293162346 [12:41:44.703 N] 4293162279 [12:41:44.771 N] 4293162210 [12:41:44.839 N] 4293162143 [12:41:44.907 N] 4293162074 [12:41:44.974 N] 4293162007 [12:41:45.041 N] 4293161940 [12:41:45.108 N] 4293161873 [12:41:45.175 N] 4293161806 [12:41:45.243 N] 4293161738 [12:41:45.311 N] 4293161670 [12:41:45.378 N] 4293161603 [12:41:45.446 N] 4293161535 [12:41:45.514 N] 4293161467 [12:41:45.584 N] 4293161398 [12:41:45.649 N] 4293161332 [12:41:45.717 N] 4293161264 I'm not sure how this could happen but it completely broke what I'm working on because it thought it was stuck on GCD permanently. Thought I should bring it to your attention just in case there is an issue here.