Nesox
Well-Known Member
- Joined
- Jan 15, 2010
- Messages
- 1,563
- Reaction score
- 48
CHANGELOG FROM 1.9.6.2827 TO 2.0.0.2990
For Bugreports! Make sure you make a new account unless you already got one:
http://bugtracker.thebuddyforum.com/
Shaman and Priest has no Combat-routines yet, please take that into consideration before posting, all routines hasn't been confirmed as working properly.
We will update once we receive them from various cc-devs.
DOWNLOAD Honorbuddy 2.0.0.2990 NOW
If you are receiving the message telling you that Honorbuddy needs to install extra components over and over; please read the following!
Please download and extract this to your Honorbuddy folder (wherever you unzipped the release to) http://www.thebuddyforum.com/HonorbuddyInstallerWorkaround.exe
Once you extract it, just run it. Some text should appear.
Close it, and run HB.
There is a small bug when starting more than 1 instance of HB! There is a workaround; and it is as follows:
Start up the instances of HB you wish to use at once. DO NOT LOG IN.
Once you have them all open, then you can log into all of them.
The issue is the bot trying to clean out old assemblies; but not checking if it actually can delete the files (they may be in use by other instances of HB).
This is fixed in the next release.
Code:
- API - WoWObject.IsIndoors/IsOutdoors has been removed.
+ API - LocalPlayer.IsIndoors/IsOutdoors has been added.
+ API - TreeSharp.GroupComposite.AddChild/InsertChild - You can now dynamically add children to a group composite. Makes it easier for those adding behaviors as late-bound objects.
+ API - Rest.Feed/DrinkImmediate - Attempts to drink/eat the best food currently in your bags. This method does not wait to return. It will only attempt to eat/drink every 5 seconds (Timers are not shared)
+ API - The new WoW stable for hunters is now supported. It can be accessed with ObjectManager.Me.Stable.
- API - WoWUnit.IsGhost has been removed.
+ API - WoWPlayer.IsGhost has been added.
+ API - Can now get information about auctions in the auction house using the static class 'AuctionHouse'.
+ API - WoWPlayer has a metric shit ton of new propertys.
- API - WoWPlayer.Offhand removed, use Me.Inventory.Equipped.MainHand instead.
- API - WoWPlayer.Mainhand removed, use Me.Inventory.Equipped.OffHand instead.
- API - Currency removed from Me.Invetory
~ API - WoWUnit Pretty much rewritten to reflect the changes in 4.0.1
~ API - SpellManager renamed to LegacySpellManager.
~ API - SpellManagerEx renamed to SpellManager.
+ API - CodeCompiler now uses a folder in AppData to store all the dll's and removes them at startup to make sure TEMP doesn't get infested with unessecary dll files.
FIX - Lootbehavior, will blacklist lootable objects if they have a unique item that you already have in your bags.
FIX - Deathbehavior, will no longer try to generate paths to 0,0,0 if no suitable ressurect location was found.
FIX - Logging class rewritten, alot faster now. Should affect overall performance of all bots
FIX - Facing constructs should now work properly.
FIX - LocalPlayer.<rune type>RuneCount properties should now return proper values.
CHANGE - Random battlegrounds level cap decreased to level 20 from 80.
CHANGE - Each cc has it's own folder now.
CHANGE - Honorbuddy will not set AutoLoot anymore it could mess up the looting, if you need it for GB turn it on manually.
Special note: Druid spells have 'custom' spell names for certain spells
*Mangle, Stampeding Roar, Swipe, and Feral Charge, will be suffixed with " (Cat)" or " (Bear)"
http://bugtracker.thebuddyforum.com/
Shaman and Priest has no Combat-routines yet, please take that into consideration before posting, all routines hasn't been confirmed as working properly.
We will update once we receive them from various cc-devs.
DOWNLOAD Honorbuddy 2.0.0.2990 NOW
If you are receiving the message telling you that Honorbuddy needs to install extra components over and over; please read the following!
Please download and extract this to your Honorbuddy folder (wherever you unzipped the release to) http://www.thebuddyforum.com/HonorbuddyInstallerWorkaround.exe
Once you extract it, just run it. Some text should appear.
Close it, and run HB.
There is a small bug when starting more than 1 instance of HB! There is a workaround; and it is as follows:
Start up the instances of HB you wish to use at once. DO NOT LOG IN.
Once you have them all open, then you can log into all of them.
The issue is the bot trying to clean out old assemblies; but not checking if it actually can delete the files (they may be in use by other instances of HB).
This is fixed in the next release.
Last edited by a moderator: