henning3871
New Member
- Joined
- Apr 14, 2012
- Messages
- 61
- Reaction score
- 0
Login doesn't work for me :/
new to Hb can someone explain how to use the beta???
new to Hb can someone explain how to use the beta???
Bug : Doesn't detect auras on our currenttarget.
Me.GetAllAuras().FirstOrDefault seems broken as well.
Log("Me.GetAllAuras [{0}]", StyxWoW.Me.GetAllAuras().Count);
Log("Me.CurrentTarget.GetAllAuras [{0}]", StyxWoW.Me.CurrentTarget.GetAllAuras().Count);
Log("Me.CurrentTarget.ActiveAuras [{0}]", StyxWoW.Me.CurrentTarget.ActiveAuras.Count);
foreach (WoWAura aura in StyxWoW.Me.CurrentTarget.GetAllAuras())
{
Log("GetAllAuras(): " + aura.Name);
}
foreach (KeyValuePair<string, WoWAura> aura in StyxWoW.Me.CurrentTarget.ActiveAuras)
{
Log("ActiveAuras: " + aura.Key);
}
Trying to quest with a 23 pala in Ashenvale using kicks.... doesn't seem to work. Keeps spamming "Moving to Type: QuestPickUp", doing nothing (not even moving at all).
Compiler Error: e:\Downloads\HB\Bots\Professionbuddy\Tradeskill.cs(688,51) : error CS0117: 'Styx.Patchables.ClientDb' does not contain a definition for 'ItemSubClass'
Delete Honorbuddy and download the beta.You have not selected a valid instance of WoW for attaching
Please Create new Honor Buddy and choose a valid instance of WoW to the Honor buddy you want to use.
This version of Honor Buddy only supports WoW Build # 16992
You currently the build # 0
Upload a Logfile, as always.