Apoc
Well-Known Member
- Joined
- Jan 16, 2010
- Messages
- 2,790
- Reaction score
- 94
Changelog 2.0.0.5419
Honorbuddy
Patch 4.3 Update
General
------------------
* Honorbuddy should now properly ignore "Mutilate" and "Mutilate Off-Hand" in the spell book as a learnable spell. (Causing trainer bugs) Thanks Blizz!
* An issue with "rotation" API on objects has been resolved. This may have been the cause of some strange issues with the facing of units not updating properly.
* "Learn Flightpaths" is disabled until further notice. We will re-enable the functionality once we figure out the best way to deal with the new flightpath learning.
API Changes
------------------
* SpellManager.Spells is now a SpellCollection object. (Inherits from Dictionary<string, WoWSpell> to provide backwards compatibility) When accessing this with an invalid index (SpellManager.Spells["An Invalid Spell"]) it will throw an exception with a useful error message.
* Unit.CurrentEclipse has been changed to return an int, instead of uint. This is to fix a small bug. Eclipse power is -100 through +100. Documents provide details.
* WoWSkill constructors are now internalized. You can no longer create one via the native memory pointer. (This is due to changes in WoW)
Patch 4.3 Update
General
------------------
* Honorbuddy should now properly ignore "Mutilate" and "Mutilate Off-Hand" in the spell book as a learnable spell. (Causing trainer bugs) Thanks Blizz!
* An issue with "rotation" API on objects has been resolved. This may have been the cause of some strange issues with the facing of units not updating properly.
* "Learn Flightpaths" is disabled until further notice. We will re-enable the functionality once we figure out the best way to deal with the new flightpath learning.
API Changes
------------------
* SpellManager.Spells is now a SpellCollection object. (Inherits from Dictionary<string, WoWSpell> to provide backwards compatibility) When accessing this with an invalid index (SpellManager.Spells["An Invalid Spell"]) it will throw an exception with a useful error message.
* Unit.CurrentEclipse has been changed to return an int, instead of uint. This is to fix a small bug. Eclipse power is -100 through +100. Documents provide details.
* WoWSkill constructors are now internalized. You can no longer create one via the native memory pointer. (This is due to changes in WoW)
In order to use Hb your WoW client must be fully (100%) patchedIf get this when you try to login on the bot:
Honorbuddy does not support the currently active 'gxAPI' please change it to 'D3D9'
Then you need to do this:
Open your Options->Advanced->Graphics API make sure it's set to DirectX 9 if it isn't change it and restart wow then restart and login on the bot again.
Download Here: Honorbuddy 2.0.0.5419
Last edited: