Nesox
Well-Known Member
- Joined
- Jan 15, 2010
- Messages
- 1,563
- Reaction score
- 48
Changelog 2.0.0.4265
Honorbuddy
API Fixes
Gatherbuddy
API Changes
Bugfixes
This Version includes ArchaeologyBuddy, Gatherbuddy2 and Instancebuddy do not use the old AB/GB2/IB - they won't work.
In order to use Hb your WoW client must be fully (100%) patched
Download Here: Honorbuddy 2.0.0.4265
http://bugtracker.thebuddyforum.com/
Honorbuddy
API Fixes
- BotBase.Initialize() is now only called once, and once only.
- BG Bot will actually move now. Bugfix related to being mounted.
- BG Bot + any other bot, when used in Mixed Mode will now function properly when leaving a BG (targeting issues)
- CompleteLogQuest, EjectVeh, MountVehOnly, NoCombatMoveTo, TalkToAndListenToStory, VehicleBehavior, MyCTM updated.
- While tag added, see example below
Code:
<While Condition="HasQuest(12733) && !IsQuestCompleted(12733)" >
<CustomBehavior File="InteractWith" MobId="28406" ObjectType="Npc" NumOfTimes="1" CollectionDistance="50" X="2351.905" Y="-5698.78" Z="153.9228" />
<CustomBehavior File="Misc\RunLua" Lua="SelectGossipOption(1)" />
<CustomBehavior File="WaitTimer" WaitTime="35000" />
</While>
API Changes
- Flightor of GB2 is now internal to avoid namspace conflicts. Reference Archaeology if you want to use it.
- GatherbuddySettings class is now public.
- Continent bounds for Vashj'ir fixed.
Bugfixes
- Adjusted max levels of Throne of the Tides and Blackrock Caverns instances.
Code:
[SIZE=3][COLOR=red]If you are getting this exception:
Invalid Executor, Styx.Helpers.CharacterSettings threw an exception, or
[/COLOR][/SIZE][SIZE=3][COLOR=red]Error - Endscene hook failed: Value cannot be null.
Parameter name: EndSceneProc passed to Executor constructor was invalid, or[/COLOR][/SIZE] [SIZE=3][COLOR=red]something similiar to that.
Then you need to do this /run print(GetCVar('gxApi'))[/COLOR]
[COLOR=red]open the chatbox in wow copy paste that press enter.
If it prints D3D9 ure all good if it says D3D11 you have to open your Config.wtf file and edit this row:
SET gxApi "D3D11"[/COLOR]
[COLOR=red]Make sure it looks like this:
[/COLOR][COLOR=red]SET gxApi "D3D9"[/COLOR][/SIZE][SIZE=3][COLOR=red]
[/COLOR][/SIZE]
In order to use Hb your WoW client must be fully (100%) patched
Download Here: Honorbuddy 2.0.0.4265
http://bugtracker.thebuddyforum.com/
Last edited: