Nesox
Well-Known Member
- Joined
- Jan 15, 2010
- Messages
- 1,563
- Reaction score
- 48
CHANGELOG FROM 3449
For Bugreports! Make sure you make a new account unless you already got one:
Buddy Bugtracker Main Page
This Version does not include Instancebuddy, do not use the old IB - it won't work.
Instancebuddy can be found here: http://www.thebuddyforum.com/honorb...y/12145-instancebuddy-dungeon-finder-bot.html
In order to use Hb your WoW client must be fully (100%) patched
Download Here: Honorbuddy 2.0.0.3488
Code:
CHANGE - Meshes are saved in a user-specific folder. (C:\Meshes\<your username>\)
CHANGE - Unsafe code is now available in CCs/Plugins
CHANGE - If node conditions now has a HasQuest method eg; <If Condition="HasQuest(1234)" ...
FIX - Single-mesh maps are now handled properly
FIX - NPCs inserted into the DB are inserted with proper number formatting. (This fixes issues with reading out NPCs you've been near)
FIX - UseItem tag works again, it's also possible to specify a targetid/targettype to have it use an item on a specific target see below example:
<!-- Use item with id 6948(Heartstone) on object with entry 2307(Caretaker Calce, near the UD start.) for Quest with id 24959(Fresh out of the grave, first quest UD gets.) -->
<UseItem ItemId="6948" QuestId="24959" TargetId="2307" TargetType="Npc" X="1678.548" Y="1646.835" Z="138.7251" />
+ API - SpellManager.RawSpells - A read-only collection of known spells. - This is a raw list with nor ordering. Only the spell ID is unique.
Buddy Bugtracker Main Page
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]
Instancebuddy can be found here: http://www.thebuddyforum.com/honorb...y/12145-instancebuddy-dungeon-finder-bot.html
In order to use Hb your WoW client must be fully (100%) patched
Download Here: Honorbuddy 2.0.0.3488
Last edited: