• Visit Rebornbuddy
  • Fight at Joe's

    Discussion in 'Archives' started by JoeBrewski, Nov 11, 2012.

    1. Beltic

      Beltic Member

      Joined:
      May 4, 2014
      Messages:
      196
      Likes Received:
      5
      Trophy Points:
      18
      Does anyone know if this is going to get updated?
       
    2. Cryogenesis

      Cryogenesis Moderator Moderator

      Joined:
      Jul 13, 2010
      Messages:
      2,128
      Likes Received:
      13
      Trophy Points:
      38
      no, he hasnt been around in ages.
       
    3. Swtor

      Swtor New Member

      Joined:
      Nov 29, 2014
      Messages:
      68
      Likes Received:
      0
      Trophy Points:
      0
      I'm working on it. I updated the following routines because i mostly use them :

      Shadow : Kinetic Combat, Serenity

      Marauder : Annihilation, Carnage, Fury

      Sentinel : Watchman, Combat, Concentration
       
    4. Beltic

      Beltic Member

      Joined:
      May 4, 2014
      Messages:
      196
      Likes Received:
      5
      Trophy Points:
      18
      Awsome. I play the Marauder/Sentinel as well. have you posted your udpated routines?
       
    5. Swtor

      Swtor New Member

      Joined:
      Nov 29, 2014
      Messages:
      68
      Likes Received:
      0
      Trophy Points:
      0
    6. caroly4trade

      caroly4trade New Member

      Joined:
      Sep 14, 2014
      Messages:
      36
      Likes Received:
      1
      Trophy Points:
      0
      thank you !how to use your updated routines ?
       
    7. Swtor

      Swtor New Member

      Joined:
      Nov 29, 2014
      Messages:
      68
      Likes Received:
      0
      Trophy Points:
      0
      Unzip "Combat" into the Routines folder so it looks something like Drive:\BuddyWing\Routines\Combat
       
    8. caroly4trade

      caroly4trade New Member

      Joined:
      Sep 14, 2014
      Messages:
      36
      Likes Received:
      1
      Trophy Points:
      0
      seems BuddyWing did not support Joes routines and your updated version !!!!!!
       
    9. Cryogenesis

      Cryogenesis Moderator Moderator

      Joined:
      Jul 13, 2010
      Messages:
      2,128
      Likes Received:
      13
      Trophy Points:
      38
      No logs, no help
       
    10. caroly4trade

      caroly4trade New Member

      Joined:
      Sep 14, 2014
      Messages:
      36
      Likes Received:
      1
      Trophy Points:
      0
      Joe routines worked for me before ,now aslo got same error !
       
      Last edited: Jul 23, 2015
    11. Swtor

      Swtor New Member

      Joined:
      Nov 29, 2014
      Messages:
      68
      Likes Received:
      0
      Trophy Points:
      0
    12. Beltic

      Beltic Member

      Joined:
      May 4, 2014
      Messages:
      196
      Likes Received:
      5
      Trophy Points:
      18
    13. strepie

      strepie New Member

      Joined:
      Jun 11, 2012
      Messages:
      290
      Likes Received:
      2
      Trophy Points:
      0
      Yes it will because the author tried to help people by automatically adjusting core affinity etc. That will mess up some older systems as well as people that did a default installation on Isboxer or other multibox environments (read the FAQ's regarding this) You need to edit that specifc line dealing with processor affinity out if you have sound problems and that will fix it for you. In "merchelpers.cs" find these lines:
      "private static bool ProcessSetAffin = true;"
      "private static bool ProcessSetPriority = true; "

      and set both to false.

      Joe clearly described each setting, making it really easy to adjust. A great routine, just very bulky because of all the amazing bells and whistles he added.
       
    14. Swtor

      Swtor New Member

      Joined:
      Nov 29, 2014
      Messages:
      68
      Likes Received:
      0
      Trophy Points:
      0
      Try to disable ProcessSetAffin as strepie said and decreases the graphics of your game to "Very low " if the configuration of your PC is not powerful enough. Read Joe first post and refer to the BuddyWing User Manual
       
    15. wired203

      wired203 Community Developer

      Joined:
      Jan 22, 2015
      Messages:
      391
      Likes Received:
      1
      Trophy Points:
      18
      Seems to be working and felt smoother, one thing though my assassin would always stealth between points but doesn't seem to anymore. Any ideas?
       
    16. Kabeewm

      Kabeewm Member

      Joined:
      Jul 2, 2013
      Messages:
      176
      Likes Received:
      1
      Trophy Points:
      18
      Disable rest :)

      Hi!

      I really enjoy this routine alot, really feels like someone took some good time with this!
      (not sayin other didnt with thiers routine)

      I like how I can disable stuff like walking etc, altho I'd like to disable resting, as in every time I'm done with
      combat the bot auto-rest, I'd like to controll that part myself, as I only use this as a combat-routine.

      I went into MercHelpers.cs to find what I was lookin for, without any luck I'm afraid.
      Thought it was this part:

      else if (Me.Class == CharacterClass.Inquisitor)
      {
      if (Me.AdvancedClass == AdvancedClass.Assassin) IsRanged = false; else IsRanged = true;
      WaitForRest(false, "Seethe", false, BuddyTor.Me.ForceMax * .8f);
      HandleBuffs("Mark of Power");

      I've changed it to false, but didnt do what I hoped for.
      So I'm asking for some assistence if someone has some time :)

      // Kabeewm.
       
    17. wired203

      wired203 Community Developer

      Joined:
      Jan 22, 2015
      Messages:
      391
      Likes Received:
      1
      Trophy Points:
      18
      Just comment the line out with // in front
       
    18. Kabeewm

      Kabeewm Member

      Joined:
      Jul 2, 2013
      Messages:
      176
      Likes Received:
      1
      Trophy Points:
      18
      Good tip, if I knew what line I wanted to lineout :)
       
    19. Swtor

      Swtor New Member

      Joined:
      Nov 29, 2014
      Messages:
      68
      Likes Received:
      0
      Trophy Points:
      0
      You do not want your assassin in stealth ? Which specialization you use ?

      Try this, I have no time to test myself today but as soon as I could in five minutes I would look :cool:

      Code:
      else if (Me.Class == CharacterClass.Inquisitor)
      {
             if (Me.AdvancedClass == AdvancedClass.Assassin) IsRanged = false; else IsRanged = true;
             //WaitForRest(true, "Seethe", true, BuddyTor.Me.ForceMax * .8f);
             HandleBuffs("Mark of Power");
      }
      
       
    20. wired203

      wired203 Community Developer

      Joined:
      Jan 22, 2015
      Messages:
      391
      Likes Received:
      1
      Trophy Points:
      18
      Actually I want my sin to stealth, it was great for harvesting runs.
       

    Share This Page