What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Official] Testers needed for HB for patch 5.3

Status
Not open for further replies.
As always much love to the devs here!. Keep up the good work guys. P.s working fine for me atm
 
Got this System.int.32 Error too. Fresh HB Beta without any Plugins installed.
 

Attachments

  • [Official] Testers needed for HB for patch 5.webp
    [Official] Testers needed for HB for patch 5.webp
    33 KB · Views: 330
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).
 
Bug : Doesn't detect auras on our currenttarget.


Me.GetAllAuras().FirstOrDefault seems broken as well.

Think it's ActiveAuras that isn't working right.

Code:
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);
                    }

Me.GetAllAuras [20]
Me.CurrentTarget.GetAllAuras [2]
Me.CurrentTarget.ActiveAuras [1]
GetAllAuras(): Immolate
GetAllAuras(): Rain of Fire
ActiveAuras: Immolate

*Edit*

Log("GAA - FoD: " + StyxWoW.Me.CurrentTarget.GetAllAuras().FirstOrDefault().Name);

GAA - FoD: Immolate
 
Last edited:
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).

Upload a Logfile, as always.
 
Professionbuddy gives this.
I think it might be easily fixed by fixing a line.
Take a look devs:
Compiler Error: e:\Downloads\HB\Bots\Professionbuddy\Tradeskill.cs(688,51) : error CS0117: 'Styx.Patchables.ClientDb' does not contain a definition for 'ItemSubClass'
 
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
 
Questing 89 (was 88 until 1 kill :\ whyyyyy did i leave it there????) Warrior - seems fine atm :)

Fingers crossed BGs & raidbot/tyrael work fine when i hit 90 :D
 
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
Delete Honorbuddy and download the beta.
 
testing LFR with a couple of chars now =) with Dungeonbuddy
 
Status
Not open for further replies.
Back
Top