• Visit Rebornbuddy
  • Default Combat Discussion

    Discussion in 'Combat Routines' started by Ama, Jan 5, 2015.

    1. Cryogenesis

      Cryogenesis Moderator Moderator

      Joined:
      Jul 13, 2010
      Messages:
      2,128
      Likes Received:
      13
      Trophy Points:
      38
      Do any of you guys maybe have the same situation as i have, since 3.0 and defaultcombat?
      When i boot the pc with game and bot, set affinity and process, the game runs fine at start, but after running for 15-20 mins or zoneing on Yavin 4, the game/bot starts to lag severly.
      and after a few seconds the shitload of torobjects or gethealth errors appear (No HLL errors thow).
       
    2. Cyanogen1

      Cyanogen1 Member

      Joined:
      Mar 5, 2014
      Messages:
      156
      Likes Received:
      0
      Trophy Points:
      16
      Mine does this when running the quest bot, kind of freezes a bit every couple of seconds.

      Nothing like you are describing though.
       
    3. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      I have never seen that. Once I set my affinities, games runs smooth even while I'm watching a movie.
       
    4. Cryogenesis

      Cryogenesis Moderator Moderator

      Joined:
      Jul 13, 2010
      Messages:
      2,128
      Likes Received:
      13
      Trophy Points:
      38
      it feels like memory issue, but that shouldnt be the problem...
      When i start my profile on Yavin 4, the first zone runs smooth as silk.
      Then it takes the transport taxi down and lag fest ahoy.
      Maybe found the culprit thow, my ssd is nearly full...
      still... weird
       
    5. swin04

      swin04 Member

      Joined:
      Sep 8, 2014
      Messages:
      73
      Likes Received:
      0
      Trophy Points:
      6
      Any update on being able to run this on new toons from level 1-10?
       
    6. tdubs96

      tdubs96 Member

      Joined:
      Aug 10, 2013
      Messages:
      87
      Likes Received:
      3
      Trophy Points:
      8
      so could i use this to heal an op with my combat medic?
       
    7. Cyanogen1

      Cyanogen1 Member

      Joined:
      Mar 5, 2014
      Messages:
      156
      Likes Received:
      0
      Trophy Points:
      16
      Healing isn't working properly atm, but Ama is working on it.

      If you check out my Default combat temporary fix thread, it works.

      Currently it is actually the bot's problem for picking up the wrong classes.
       
    8. BobDole

      BobDole Community Developer

      Joined:
      Jan 9, 2011
      Messages:
      53
      Likes Received:
      2
      Trophy Points:
      8
      Might be a good work around to check if BuddyTor.Me.AdvancedClass == AdvancedClass.None, then don't look at the Discipline, since they won't have one anyway, and just load from the Basic routines.
       
    9. vexxy

      vexxy New Member

      Joined:
      Nov 17, 2012
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      0
      Anybody compared the defaultcombat to Joe's? I'm currently using Joe's and it does a decent job, can't remember why i ditched the default combat. As I remember he wasn't using any mounts and was spamming the wrong Sniper abilities. Any thoughts?
       
    10. swin04

      swin04 Member

      Joined:
      Sep 8, 2014
      Messages:
      73
      Likes Received:
      0
      Trophy Points:
      6
      Ok, so replaced the file and he attacks, but only uses the default ability over and over. Is this working as intended for now?
       
    11. vexxy

      vexxy New Member

      Joined:
      Nov 17, 2012
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      0
      I found the issue...it seems that the antivirus was blocking something, fizzling the bot..strange but now is ok :)
       
    12. Cyanogen1

      Cyanogen1 Member

      Joined:
      Mar 5, 2014
      Messages:
      156
      Likes Received:
      0
      Trophy Points:
      16
      What class is this for?
       
    13. BobDole

      BobDole Community Developer

      Joined:
      Jan 9, 2011
      Messages:
      53
      Likes Received:
      2
      Trophy Points:
      8
      A quicker fix I found, if you're trying to level up multiple low level characters, is in DefaultCombat/Core/RotationFactory.cs add the following (in bold):
      Code:
      public RotationBase Build(string name)
      {
      [B]    if (BuddyTor.Me.AdvancedClass == AdvancedClass.None)[/B]
      [B]    {[/B]
      [B]        name = BuddyTor.Me.CharacterClass.ToString();[/B]
      [B]    }[/B]
      
       
    14. harryparris

      harryparris Member

      Joined:
      Mar 5, 2012
      Messages:
      64
      Likes Received:
      0
      Trophy Points:
      6
      I am playing a Jedi Sentinel Combat spec, and the bot will only use the strike ability and then sometimes just stop attacking all together. How can I fix this?
       
    15. Cyanogen1

      Cyanogen1 Member

      Joined:
      Mar 5, 2014
      Messages:
      156
      Likes Received:
      0
      Trophy Points:
      16
      The original code is flawed in combat.

      Here is the one I use, added interrupts and such.

      View attachment Combat.cs
       
      Last edited: Jan 30, 2015
    16. harryparris

      harryparris Member

      Joined:
      Mar 5, 2012
      Messages:
      64
      Likes Received:
      0
      Trophy Points:
      6
      This worked, thank you!
       
    17. Cyanogen1

      Cyanogen1 Member

      Joined:
      Mar 5, 2014
      Messages:
      156
      Likes Received:
      0
      Trophy Points:
      16
      Some of the stuff I have to only work when not using the combat bot, I can turn those on if you want. Like saber throw/etc.
       
    18. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      I'll take a look at this this weekend and get your fixes put on the SVN
       
    19. Nexis5000

      Nexis5000 New Member

      Joined:
      Dec 5, 2013
      Messages:
      104
      Likes Received:
      2
      Trophy Points:
      0
      ok im having problems with the bot itself it wont work no matter what i do i need help there and is there any to disable movement and targeting i used pures old routines since last night but today they keep coming back with aoe errors and it was great for pvp any help please
       
    20. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      If you use the CombatBot.xml profile, it won't move or target.
       

    Share This Page