• Visit Rebornbuddy
  • Honorbuddy 2.5.6486.512

    Discussion in 'Archives' started by raphus, Nov 4, 2012.

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

      raphus Administrator Staff Member Moderator Buddy Core Dev

      Joined:
      Jun 17, 2010
      Messages:
      2,094
      Likes Received:
      492
      Trophy Points:
      83
      Honorbuddy 2.5.6486.512

      Native Flying (Beta): This is a new system that only works for outlands so far that will allow the bot to fly whenever it can. That means it will fly to mailboxes, vendors, food, Quest Pickups, Objective IDs, Grinding, and pretty much everything else it can fly with. To enable this open your settings and check the Use Native Flying checkbox and it will fly in outlands when it trains!

      Changelog

      Hotfix #2 Changes (2.5.6486.512)
      --------------------

      * ArchaeologyBuddy now solves Mogu and Pandaren artifacts.

      Hotfix Changes (2.5.6485.511)
      --------------------
      * Russian translation for Native Flying is fixed.
      * Singular should properly compile now.
      * Added support for HBRelog to not cause attaching problems together with Honorbuddy.

      General
      --------------------
      * New auth system is deployed.
      * HB will now properly attach to any number of WoW processes.
      * Native Flying is now available as beta. You can enable it via Settings.
      * Starting from next release, HB will show the changelog of the update when asking for you to update.
      * Win8 support has been added. HB should work fine now with WoW in dx9 or dx11 in both Win7 and Win8 32/64 bit. Be warned, WoW x64 client is still not supported.

      API
      ---------------------
      * LocalPlayer.InVehicle has been added.
      * An issue with WoWUnit.IsDead returning wrong values has been fixed.

      Gatherbuddy2
      ---------------------
      * Missing MoP nodes have been added to the GUI.

      Questing
      ---------------------
      * Issues with quest objectives have been fixed.
      * Radically changed how the questbot handles targets, now much more effective
      * Now uses game objects based on the closest ones to you
      * Travelers Trundra Fixes

      ArchaeologyBuddy
      ---------------------
      * Mogu and Pandaren digsites have been added to bot config. You can now blacklist MoP digsites.
      * Fragment database have been updated to include new MoP digsite fragments. ArchaeologyBuddy should act a lot smarter in MoP digsites now.

      Dungeonbuddy
      ---------------------
      * InsideDungeonBehavior now only executes if DungeonManager.CurrentDungeon is not null.
      * Scripts are now automatically reloaded on file change.
      * Shado-Pan Monastery profile and script update.
      * Boss.MarkAsDead now accepts an optional string reason argument.
      * Fixed a bug with UnitId in PartyInspection and ScriptHelpers.Extensions
      * ScriptHelpers.CreateTankUnitAtLocation now makes sure tank has aggro before moving to locaton.
      * ScriptHelpers.CreateTurninQuest nolonger takes an reward index, instead best reward is automatically chosen.
      * Mogu'shan Palace profile and scripts.
      * Fixed a bug where party leader couldn't requeue sometimes.
      * Party leader should now be able to invite members with non-ascii letters in name
      * ScriptHelpers.CreateInterruptCast will now properly check if interrupt spell can be casted.
      * Fixed an invalid profile tag in Blackrock Depths - Upper City profile
      * BossManager.OnKill now accepts a string reason
      * ScriptHelpers.CreateAvoidUnitAnglesBehavior. Avoids standing in the specified angles relative to a WoWUnit while at the same time respecting Avoids.. Useful to avoid the frontal arc of a WOWUnit for example.

      Singular
      ---------------------
      - General
      * A hashset of boss names for current map are now read from DungeonEncounters.dbc and stored in BossList.CurrentMapBosses collection on context change​
      * WoWUnit.IsBoss extension has been changed to check BossList.CurrentMapBosses as well as the BossIds collection
      * BossList should now only contain bosses not found in raids and 5 mans such as Battleground and world bosses.
      * CreateUseBandageBehavior() has been added and Use Bandages setting has been added.
      * Checks that character uses Mana for power before using Mana Potion.
      * UseItem checks if casting/channeling instead of for aura. works better on lower performance machines or connections with high lag
      * Implemented Throttle composite, a special type of decorator that restricts the number of RunStatus.Success returns within a time period
      * Changed GetSpellCooldown to use FindSpell rather than indexing Spells collection
      * Removed destination name and guid from failed cast log output. they are always nil
      * Added timed throttle of racials since some do not invoke a GCD
      * Added viewDegrees parameter to CreateFaceTargetBehavior with default value of 70f matching previous hard coded value.
      * Wrapped Cast() behavior in Throttle to limit to one successful cast per 250 ms for that specific cast instance. This should solve some spell spam of spells with no GCD, but without penalizing other spells
      * Added WoWUnit.IsAerialTarget() to return true if unit is not on the ground (could be flying, suspended in air, hanging from tree (monkey), etc.)​

      - Druid
      - Common​
      * Added use of Disorienting Roar as prep for heal if low health.
      * Added cooldowns and group innervate on Instance support for non-Resto specs
      * Fixed several healing bugs.
      * Now correctly prioritizes and does everything possible not to leave form. If leaving form required, will attempt Barkskin​
      - Balance
      * Revised instance rotation for MoP mechanics.
      * Added support for Celestial Alignment​

      - Feral
      * Reference to Glyph of Savagery corrected
      * Correct glyph name used in check for Savage Roar
      * Removed unused code and simplified calls.​

      - Warrior
      - Common
      * Removed redundant Shout settings.
      * Changed Stance enum to allow Auto selection
      * Moved PreCombatBuffs, SelectedShout, and SelectedStance from Fury to Common and changed to apply to all.
      * Added support for an Auto select form for Stance.
      * Moved Charge behavior to Common​
      - Arms
      * Rewrite of Arms based loosely upon Icy Veins and Apoc Simple Arms CC, with simplification of priorities and adaptation to Singular separating trees (like to CombatBuffs, etc.)
      * Also added more timing consideration (use of Throttle, IsGlobalCooldown, etc.)
      * Used logic moved to common for charge, stance, and shout selection.
      * Factored in some elements of Icy Veins documentation regarding balancing Enrage
      * Added support for in combat charge/heroic leap.​
      - Protection
      * Rewrite of Protection.
      * Fixed bugs in the bit of code retained pertaining to how health % settings were used, added improved rotation.
      * Now utilizes all abilities, correctly factors in whether on boss, uses cooldowns and talents intelligently.
      * Added a call to CreateInterruptSpellCast().
      * Added support for in combat charges/stun​

      - Rogue
      - Common​
      * Leeching poison config was causing MindNumbingPoison to be applied​

      - Hunter
      - Common​
      * Throttle Misdirection casts because they are not on GCD​
      - Lowbie​
      * No longer tells pet to attack, since we can't control pet as a Lowbie​

      - Warlock
      - Common​
      * Added Minion to WarlockSettings to allow user selection of a minion. Supports Auto setting which will choose the best based upon spec and minions available​

      - Mage
      - Arcane​
      * Pull issues resolved.​

      - Monk
      - Common​
      * Added settings for controlling pickup of Life and Chi spheres
      * Fixed rare occurrence where monk would move to sphere at 0,0,0.
      * Additional steps to improve robustness of sphere movement routine​
      - WindWalker
      * Now uses range for max sphere distance from config rather than hardcoded values
      * Added Pull support for aerial targets those flying or hanging above the ground.
      * Tightened facing requirement for more accurate Roll / Flying Serpent Kick.
      * Added support for Invoke Xuen, the White Tiger.
      * Added support for interrupting current target.
      * Changed Fists of Fury for Normal to only cast when it will hit 2 or more mobs​

      Requirements



      Problems

      If you are having issues after installing Honorbuddy please run this tool to verify that you installed everything correctly.
      Problems with a new installation of a buddy product?

      Download : Honorbuddy


      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.
       
      Last edited: Nov 5, 2012
    2. Hampi

      Hampi New Member

      Joined:
      Oct 14, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      1
      thanks
       
    3. Exsilence

      Exsilence New Member

      Joined:
      Jul 15, 2012
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      Doesnt recognize the Singular Paladin Routine anymore.
      As soon as I start Honorbuddy it shuts down.
       
    4. raphus

      raphus Administrator Staff Member Moderator Buddy Core Dev

      Joined:
      Jun 17, 2010
      Messages:
      2,094
      Likes Received:
      492
      Trophy Points:
      83
      Do a clean install first when you encounter any issues.
       
    5. Bhikkus

      Bhikkus Member

      Joined:
      Oct 18, 2012
      Messages:
      109
      Likes Received:
      3
      Trophy Points:
      18
      Doesnt recognize the Singular Druid Routine anymore.
      As soon as I start Honorbuddy it shuts down.

      - trying right now a fresh install

      Edit: works fine - reinstall whole shiat :p
       
      Last edited: Nov 4, 2012
    6. YiZZo17

      YiZZo17 New Member

      Joined:
      Apr 27, 2012
      Messages:
      76
      Likes Received:
      0
      Trophy Points:
      0
      thx for the update and changelog! I love reading the new stuff you guys are fixing/adding. Keep up the good work.
       
    7. judge001

      judge001 Member

      Joined:
      Mar 25, 2012
      Messages:
      97
      Likes Received:
      1
      Trophy Points:
      8
      After fresh install...

      Shaman loads up fine.

      Paladin has errors:
      \Honorbuddy\Routines\Singular\Helpers\Kiting.cs(283,25) : error CS0101: The namespace 'Singular.Helpers' already contains a definition for 'JumpTurn'
      Compiler Error: \Honorbuddy\Routines\Singular\Helpers\Kiting.cs(285,14) : error CS0102: The type 'Singular.Helpers.JumpTurn' already contains a definition for 'State'
      Compiler Error: \Honorbuddy\Routines\Singular\Helpers\Kiting.cs(729,18) : error CS0101: The namespace 'Singular.Helpers' already contains a definition for 'SafeArea'
      Compiler Error: \Honorbuddy\Routines\Singular\Helpers\Kiting.cs(1055,25) : error CS0101: The namespace 'Singular.Helpers' already contains a definition for 'CommonExtensions'
       
    8. Wayno

      Wayno Member

      Joined:
      Jun 11, 2012
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      6
      go into ur hb\routines\singular\helpers and delete kiting.cs its a dupe of kite.cs

      also fixs all other issues with the singular cc files.
       
    9. demonsthenes

      demonsthenes New Member

      Joined:
      Jan 26, 2011
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      0
      So on my warrior it no longer intercepts or does heroic leap for GriundBot. I did a fresh install. However, it now uses victory rush which is very nice.
       
    10. judge001

      judge001 Member

      Joined:
      Mar 25, 2012
      Messages:
      97
      Likes Received:
      1
      Trophy Points:
      8
      Wayno, thank you, worked great per your recommendation. I should've said I did an overwrite install, rather than a fresh install.
       
    11. raphus

      raphus Administrator Staff Member Moderator Buddy Core Dev

      Joined:
      Jun 17, 2010
      Messages:
      2,094
      Likes Received:
      492
      Trophy Points:
      83
      People having issues with combat routines:

      Delete HB/Routines/Singular/Helpers/Kiting.cs from your installation folder

      or

      Delete your entire HB/Routines/Singular folder. Download the zip from
      http://updates.buddyauth.com/GetNewe...ter=Honorbuddy and extract Singular folder.

      or

      Just extract the new version to a new directory and copy the Settings folder from your old one.
       
    12. mehdi

      mehdi New Member

      Joined:
      Sep 2, 2010
      Messages:
      39
      Likes Received:
      0
      Trophy Points:
      0
      After fresh install, HB works... however, now Kicks' 1-90 no longer works in Kun-Li because "NPC not found". Not sure if it's the profile or HB, but only older versions work now.

      Thanks for the drop though!
       
    13. evialtah

      evialtah New Member

      Joined:
      Dec 16, 2011
      Messages:
      322
      Likes Received:
      1
      Trophy Points:
      0
      Native Flying in russian is Родной Полет...
      NO way родное лИтание... 1rst of all its лЕтание, second - meaning and spelling is totally wrong...
       
    14. liljay

      liljay Member

      Joined:
      Aug 19, 2011
      Messages:
      63
      Likes Received:
      0
      Trophy Points:
      6
      thanks, i was close to cry bcuz wasnt able to choose the singularity for dk ( to raid ) ..after reading that post and re-install works fine!
       
    15. veteran

      veteran New Member

      Joined:
      Nov 4, 2012
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      Working good. Im realy excited with the new features. Good job guys! Perfectly done.
       
    16. smiie

      smiie New Member

      Joined:
      Jan 15, 2010
      Messages:
      203
      Likes Received:
      0
      Trophy Points:
      0
      My blood dk just ran the nexus without help :)
       
    17. DrDoctor

      DrDoctor New Member

      Joined:
      Dec 15, 2011
      Messages:
      510
      Likes Received:
      3
      Trophy Points:
      0
      HB gets stucked at ! logging in" then it closes, doesnt say anythng in the logs except

      [19:15:25.393 N] Honorbuddy v2.5.6482.510 started.
      [19:15:25.419 N] Logging in...
       
    18. hardo

      hardo New Member

      Joined:
      Aug 12, 2012
      Messages:
      160
      Likes Received:
      0
      Trophy Points:
      0
      hey developers,

      i was to fast and deleted my old folder with the old settings and i can t get back the old settings what now ?
       
    19. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      i need a log... as I haven't experienced this issue
       
    20. mattvi

      mattvi Member

      Joined:
      Sep 29, 2012
      Messages:
      55
      Likes Received:
      0
      Trophy Points:
      6
      Your fault noone can do nothing i guess...
       
    Thread Status:
    Not open for further replies.

    Share This Page