• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Superbad (Druid CC)

    Discussion in 'Archives' started by handnavi, Oct 13, 2012.

    Thread Status:
    Not open for further replies.
    1. Narache

      Narache New Member

      Joined:
      May 13, 2012
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      0
      Hello

      I have clean install of HB, and passed from 8 accs running with singular (all feral druid), all to Superbad, and my CPU usage is now at 100%, it was ~60% with singular cc.

      It is normal?
       
    2. Princeofdarkness

      Princeofdarkness Member

      Joined:
      Feb 14, 2010
      Messages:
      63
      Likes Received:
      0
      Trophy Points:
      6
      Anyone have issues with Superbad when it comes to dragons that fly a few feet off the ground? I have been unable to have it successfully attack Altiris or other dragons when farming mounts and whatever when they are flying. What I mean is it just auto attacks during the time they fly and if they land, he starts the attack cycle over again, which is a terrible waste of dps time since you can still hit the target, but on Altiris in Vortex, he flys the entire time and with that it just auto attacks the entire time. All other CRs do not do this, but obviously superbad has the best dps rotation so I want to use it, but unable to with the way its currently acting, no logs to be had as it does nothing during this time, no errors or anything.
       
    3. amputations

      amputations Active Member

      Joined:
      Jan 6, 2011
      Messages:
      2,262
      Likes Received:
      11
      Trophy Points:
      38
      weird, I have no problem at all with Altairus when I farm that dungeon.
       
    4. Princeofdarkness

      Princeofdarkness Member

      Joined:
      Feb 14, 2010
      Messages:
      63
      Likes Received:
      0
      Trophy Points:
      6
      I guess what are your settings and are you doing the movement or are you letting the bot control it?
       
    5. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      Maybe there are some problems with the Routine. I need a log to look into it. :)

      This issue has now been fixed! :)
       
    6. LiquidAtoR

      LiquidAtoR Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,430
      Likes Received:
      52
      Trophy Points:
      48
      Updated to rev65. and a new exception has arrived in the logs (besides the wild charge one).
      I zipped the logs so far (already half a meg so it should be enough to determin I guess).

      Here's the new error (so you can get a idea what's going wrong/on)
      Code:
      System.AccessViolationException: Could not read bytes from 50891E9C [299]!
         at Styx.MemoryManagement.ExternalProcessReader.ReadBytes(IntPtr address, Int32 count, Boolean isRelative)
         at Styx.MemoryManagement.MemoryBase.ReadString(IntPtr address, Encoding encoding, Int32 maxLength, Boolean relative)
         at Styx.WoWInternals.Lua.GetReturnValues(String lua, String scriptName)
         at Styx.WoWInternals.Lua.GetReturnVal[T](String lua, UInt32 retVal)
         at Styx.WoWInternals.WoWSpell.get_CooldownTimeLeft()
         at Styx.CommonBot.SpellManager.CanCast(WoWSpell spell, WoWUnit target, Boolean checkRange, Boolean checkMoving, Boolean accountForLagTolerance)
         at Styx.CommonBot.SpellManager.CanCast(WoWSpell spell, WoWUnit target, Boolean checkRange, Boolean checkMoving)
         at Styx.CommonBot.SpellManager.CanCast(String spellName, WoWUnit target, Boolean checkRange, Boolean checkMoving)
         at Styx.CommonBot.SpellManager.CanCast(String spellName, WoWUnit target, Boolean checkRange)
         at Styx.CommonBot.SpellManager.CanCast(String spellName, WoWUnit target)
         at Superbad.Classname.CastSpell(String spell, Boolean checkCD, WoWUnit target, String explain) in e:\Bots\HonorBuddy\Routines\Superbad\Attacks.cs:line 106
         at Superbad.Classname.faerie_fire(String explain) in e:\Bots\HonorBuddy\Routines\Superbad\DruidAttacks.cs:line 114
         at Superbad.Classname.CreateCatRotation() in e:\Bots\HonorBuddy\Routines\Superbad\Feral.cs:line 367
         at Superbad.Classname.FeralRotations() in e:\Bots\HonorBuddy\Routines\Superbad\Feral.cs:line 85
         at Superbad.Classname.Combat() in e:\Bots\HonorBuddy\Routines\Superbad\Main.cs:line 801
         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.PrioritySelector..()
         at Styx.TreeSharp.Composite.Tick(Object context)
         at Styx.TreeSharp.PrioritySelector..()
         at Styx.TreeSharp.Composite.Tick(Object context)
         at Styx.CommonBot.TreeRoot.()
      and the old one

      Code:
      System.NullReferenceException: Object reference not set to an instance of an object.
         at Superbad.Classname.Wild_Charge() in e:\Bots\HonorBuddy\Routines\Superbad\DruidAttacks.cs:line 272
         at Superbad.Classname.CreateCatRotation() in e:\Bots\HonorBuddy\Routines\Superbad\Feral.cs:line 104
         at Superbad.Classname.FeralRotations() in e:\Bots\HonorBuddy\Routines\Superbad\Feral.cs:line 85
         at Superbad.Classname.Combat() in e:\Bots\HonorBuddy\Routines\Superbad\Main.cs:line 801
         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.PrioritySelector..()
         at Styx.TreeSharp.Composite.Tick(Object context)
         at Styx.TreeSharp.PrioritySelector..()
         at Styx.TreeSharp.Composite.Tick(Object context)
         at Styx.CommonBot.TreeRoot.()
       

      Attached Files:

    7. Hybritian

      Hybritian New Member

      Joined:
      Dec 18, 2011
      Messages:
      106
      Likes Received:
      0
      Trophy Points:
      0
      Not showing up as a Routine since latest update!




      EDIT: didnt let the routine download through HB and tried to svn it half way through... It works now..
       
      Last edited: Jan 1, 2013
    8. astor007

      astor007 New Member

      Joined:
      Oct 18, 2012
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      0
      how can I disable auto-updater, cause i have problems with new one , and im satisfied with old version :)
       
    9. xilla

      xilla Member

      Joined:
      Jun 2, 2011
      Messages:
      143
      Likes Received:
      0
      Trophy Points:
      16
      install older version
      go to superbad folder
      edit miscstuff.xml

      this trick might prevent auto-updating, but i'm using latest one i'm not sure.
       
    10. Pasterke

      Pasterke Well-Known Member Buddy Store Developer

      Joined:
      Dec 12, 2011
      Messages:
      1,228
      Likes Received:
      48
      Trophy Points:
      48
      Search for in main.cs


      and change to :
       
    11. paaco1981

      paaco1981 New Member

      Joined:
      May 1, 2010
      Messages:
      102
      Likes Received:
      0
      Trophy Points:
      0
      Im using latest version on latest HB beta. As a guardian Druid I have tried using Lazyraider, Tyrael, and Raid Bot. He wont use any skills at all, only the trinket. Anyone know what could be going wrong?

      EDIT: tons of errors in my log. Gonna delete superbad and do a fresh install and if it doesnt help I'll post a log.
      EDIT2:: Fresh install. Still the same. Here is a fresh log. Using Lazy Raider. All I did is charge in and let the mob die due to only auto attack, so the log would be as clean as possible and not have my attacks in it.
       

      Attached Files:

      Last edited: Jan 5, 2013
    12. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      AW: Superbad (Druid CC)

      Please try to disable Mighty bash in the gui :)
       
    13. paaco1981

      paaco1981 New Member

      Joined:
      May 1, 2010
      Messages:
      102
      Likes Received:
      0
      Trophy Points:
      0
      Diabled Mighty Bash, charged into a target dummy using Raid Bot and Tyrael, neither did anything but auto attack.
       
    14. paaco1981

      paaco1981 New Member

      Joined:
      May 1, 2010
      Messages:
      102
      Likes Received:
      0
      Trophy Points:
      0
      Seems to be spamming this in the log. Only Error I see. I'm def no coder so I have no clue whats making it sad.

      Code:
      [20:30:40.900 D] Cleared POI - Reason Exception in Root.Tick()[20:30:40.900 D] Cleared POI
      [20:30:40.941 D] System.NullReferenceException: Object reference not set to an instance of an object.
         at Superbad.Classname.mighty_bash() in c:\Buddy\Routines\Superbad\DruidAttacks.cs:line 418
         at Superbad.Classname.Combat() in c:\Buddy\Routines\Superbad\Main.cs:line 798
         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.()
      [20:30:40.941 D] Cleared POI - Reason Exception in Root.Tick()
      [20:30:40.941 D] Cleared POI
      [20:30:40.982 D] System.NullReferenceException: Object reference not set to an instance of an object.
         at Superbad.Classname.mighty_bash() in c:\Buddy\Routines\Superbad\DruidAttacks.cs:line 418
         at Superbad.Classname.Combat() in c:\Buddy\Routines\Superbad\Main.cs:line 798
         at Styx.CommonBot.Routines.CombatRoutine.(Object )
         at Styx.TreeSharp.Action.RunAction(Object context)
       
    15. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      AW: Superbad (Druid CC)

      Hm, then there is a new error.
      I guess The trinkets are buggy. Can you try to disable them,too? :(


      Edit:
      Just saw your New post... It still fails at Mighty bash.
       
    16. paaco1981

      paaco1981 New Member

      Joined:
      May 1, 2010
      Messages:
      102
      Likes Received:
      0
      Trophy Points:
      0
      Disabling Trinkets worked, seems to use all attacks normally now.. If it helps I had trinket one set to never and trinket 2 was set to on cooldown.

      Just tanked 2 heroics, with trinkets disabled it works great. Still the best thing out for Druids I think, thanks for all the work :)
       
      Last edited: Jan 5, 2013
    17. eeee074

      eeee074 New Member

      Joined:
      Aug 5, 2012
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      I recent raids using Combat Bot I have realized that it is not using Ghost Wolves even though it is checked.

      On another note, I like that it will pull a flying object, but wouldn't moonfire an instant cast be a better choice for pulling those objects?
       
    18. leztek

      leztek New Member

      Joined:
      Nov 2, 2012
      Messages:
      94
      Likes Received:
      0
      Trophy Points:
      0
      where do you extract the zipped folder to? Bots or Plugins?
       
    19. amputations

      amputations Active Member

      Joined:
      Jan 6, 2011
      Messages:
      2,262
      Likes Received:
      11
      Trophy Points:
      38
      Im gonna give you a hint - You are in the "combat routine" section of the forum. :D
       
    20. leztek

      leztek New Member

      Joined:
      Nov 2, 2012
      Messages:
      94
      Likes Received:
      0
      Trophy Points:
      0
      Thanks, do i leaves all the files in the Superbad folder and extract? or just extract the files to Honorbuddy\Combat?

      This is the first time I have tried to use any kind of combat bot, How do you activate it. I have looked through the Settings & Tools, Bot Config and so on. Or Does this not work with DungeonBuddy?

      Basically my end goal is to get better DPS while using DungeonBuddy. While I was monitoring the bot, I was noticing significantly less DPS then I should be getting.
       
      Last edited: Jan 7, 2013
    Thread Status:
    Not open for further replies.

    Share This Page