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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Superbad (Druid CC)

Status
Not open for further replies.
Rev 53 throwing few exceptions (Lazyraider bot with nothing disabled running scenario's).
The first one is quite often in the logs

Code:
System.NullReferenceException: Object reference not set to an instance of an object.
   at Superbad.Classname.Wild_Charge() in e:\Bots\HonorBuddy\Routines\Superbad\Attacks.cs:line 531
   at Superbad.Classname.CreateCatRotation() in e:\Bots\HonorBuddy\Routines\Superbad\Feral.cs:line 84
   at Superbad.Classname.FeralRotations() in e:\Bots\HonorBuddy\Routines\Superbad\Feral.cs:line 65
   at Superbad.Classname.Combat() in e:\Bots\HonorBuddy\Routines\Superbad\Main.cs:line 656
   at Styx.CommonBot.Routines.CombatRoutine.(Object )
   at Styx.TreeSharp.Action.RunAction(Object context)
   at Styx.TreeSharp.Action..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.Decorator..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.Decorator..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.CommonBot.TreeRoot.()

and this one came along as well.

Code:
System.AccessViolationException: Could not read bytes from 1D562820 [299]!
   at Styx.MemoryManagement.ExternalProcessReader.ReadBytes(IntPtr address, Int32 count, Boolean isRelative)
   at Styx.MemoryManagement.ExternalProcessReader.Read[T](IntPtr address, Boolean isRelative)
   at Styx.WoWInternals.WoWObjects.WoWUnit.(WoWUnit , Int32 )
   at Styx.WoWInternals.WoWObjects.WoWUnit.GetAllAuras()
   at Styx.WoWInternals.WoWObjects.WoWUnit.GetAuraByName(String name)
   at Styx.WoWInternals.WoWObjects.WoWUnit.HasAura(String name)
   at Superbad.Classname.get_NeedRest() in e:\Bots\HonorBuddy\Routines\Superbad\Main.cs:line 141
   at Styx.CommonBot.Routines.CombatRoutine.(Object )
   at Styx.TreeSharp.Decorator.CanRun(Object context)
   at Styx.TreeSharp.Decorator..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.Decorator..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.CommonBot.TreeRoot.()
 
Last edited:
The CC has really gotten perfect now, but still casts Skull bash and mighty bash for the same interrupt. Hope i get some time to check out your new Mage CC, i?m sure it will become awesome like this. ;)
 
i disable powershift if slowed snared and when i inc mage bot spam !!!
[22:33:12.318 D] Walking manually, turn off movement!
[22:33:12.336 N] Shift because i'm rooted!
[22:33:12.374 D] Walking manually, turn off movement!
[22:33:12.392 N] Shift because i'm rooted!
[22:33:12.430 D] Walking manually, turn off movement!
[22:33:12.448 N] Shift because i'm rooted!
[22:33:12.491 D] Walking manually, turn off movement!
[22:33:12.508 N] Shift because i'm rooted!
[22:33:12.547 D] Walking manually, turn off movement!
[22:33:12.565 N] Shift because i'm rooted!
and i arent rooted omg!!
 
Rev 53 throwing few exceptions (Lazyraider bot with nothing disabled running scenario's).
The first one is quite often in the logs

Thanks Liquid!
I've uploaded a fix for the first error message, i forgot a check if we have got a valid target. :-)
The second one seems to be not CC related.
 
The CC has really gotten perfect now, but still casts Skull bash and mighty bash for the same interrupt. Hope i get some time to check out your new Mage CC, i?m sure it will become awesome like this. ;)

Grrr, okay. This is not intended, hehe. I'll recheck this.
 
Completely new install of HB, deleted Singular and added Superbad:

Compiler Error: c:\Games\HB_Bots\Routines\Superbad\ChangelogForm.Designer.cs(2,18) : error CS0234: The type or namespace name 'UI' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
 
Completely new install of HB, deleted Singular and added Superbad:

Thats strange... just tested a new installation, too and there are no errors at all. :-(

Edit:

I've just pushed a new version. This will hopefully remove your error message. :-)
 
Last edited:
Wild charge exception is fixed, but a new one is introduced...

Code:
System.NullReferenceException: Object reference not set to an instance of an object.
   at Superbad.Classname.skull_bash_cat() in e:\Bots\HonorBuddy\Routines\Superbad\Attacks.cs:line 202
   at Superbad.Classname.CreateBearRotation() in e:\Bots\HonorBuddy\Routines\Superbad\Feral.cs:line 419
   at Superbad.Classname.FeralRotations() in e:\Bots\HonorBuddy\Routines\Superbad\Feral.cs:line 60
   at Superbad.Classname.Combat() in e:\Bots\HonorBuddy\Routines\Superbad\Main.cs:line 656
   at Styx.CommonBot.Routines.CombatRoutine.(Object )
   at Styx.TreeSharp.Action.RunAction(Object context)
   at Styx.TreeSharp.Action..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.Decorator..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.Decorator..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.CommonBot.TreeRoot.()
Your log popup works fine btw.
But even if I update trough SVN and am on the latest version, it still redownloads it when I startup HB (thus 'forcing' me to close and restart HB).
 
AW: Superbad (Druid CC)

I will fix both issues Liquid. Thanks again for reporting!
 
Hey, have some troubles with flying targets, i.e. wont use styles on the wind serpents at the golden lotus dailies or the wasps for the klaxxi ones. Also noticed that on the dragon which gets summoned by the first boss in shadow pan monastery. Is that a honorbuddy error or the cc?

Does the Druid not pull?
Does he use any abilites while infight?
 
Does the Druid not pull?
Does he use any abilites while infight?

He does pull with Fairy Fire or Wrath (quest behavior of Vego?s Daily profiles), but then he?s just autoattacking. Happens pretty much with every flying mob. It cannot really be the range, bcuz i can use abilities manually without having to move. I would attach a log if i could, sry for that, i made a clean honorbuddy setup because of some other issues nonregarding the cc. I will next time.
But concerning the range, there are some mobs like these big fat Motherbugs (will look for the ID?s tomorrow), where the druid is only autoattacking like vs the flying mobs. He pulls `em with Fairy Fire, but then yea nothing.. he does start using styles when i move him more towards the mob. EDIT: THIS only happens when moving is enabled.

Right now, especially without a log, it is sure kinda hard to determine if its the cc, the profile or the fucked up pathing lol. But about the flying mobs im pretty sure its the cc.
The "Mighty Bash or not to Mighty Bash" problem is still there :-( I looked for a few castermobs, the first one he correctly skullbashes and later on uses mighty bash, the next mobs its all the same again.
 

Attachments

Last edited:
But if I use superbad v.1 then feral wont heal himself. its only dps in the settings.

Go to Class Config in the HB main window, the Superbad Gui shows up. Upperhand are two tabs, General and Skill Settings. Go to Skill Settings and edit like you want it.
 
Status
Not open for further replies.
Back
Top