• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Fight at Joe's - 2.0

    Discussion in 'Buddy Wing Forum' started by adude, Apr 29, 2013.

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

      walter Active Member

      Joined:
      Jun 25, 2012
      Messages:
      1,112
      Likes Received:
      10
      Trophy Points:
      38

      after you post your update tonight and I merge code in we will do that. I sent PM :D! Most fun I have had in swtor in months!
       
    2. leetsushi

      leetsushi New Member

      Joined:
      Nov 1, 2012
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
      Sniper profile seems to not use cover any more for some reason. (using MM spec) any ideas?
       
    3. walter

      walter Active Member

      Joined:
      Jun 25, 2012
      Messages:
      1,112
      Likes Received:
      10
      Trophy Points:
      38

      Log file? I have issues with my sniper getting near target then attacking from cover once close. I just need idea so I can fix it since I can't sit and test all specs day and night atm.
       
    4. debo2132

      debo2132 New Member

      Joined:
      Apr 29, 2013
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      0
      I cant run the current stable build it gives me this error
      ompiler Error: c:\Users\Q\Desktop\BuddyWing\Routines\DefaultCombat\Routines\Joes\MercHelpers.cs(2791,46) : error CS1026: ) expected
      plz help if some one can
      and the test build my guy just stands there
       
    5. amill411

      amill411 New Member

      Joined:
      Jan 13, 2012
      Messages:
      109
      Likes Received:
      0
      Trophy Points:
      0
      Have the Guardian, Mercenary, or Sorc routines been worked on? I can test all 3 of these so far at level 40+ and a couple others around 20 or so, lemme know which ones you guys have worked on and I'll do some testing for ya.
       
    6. walter

      walter Active Member

      Joined:
      Jun 25, 2012
      Messages:
      1,112
      Likes Received:
      10
      Trophy Points:
      38

      Sorry I forgot ) when fixing something. All good now sorry! (stable build) Lets me know if any more issues will be watching thread since Im a nice guy.
       
    7. zqf001

      zqf001 New Member

      Joined:
      Nov 13, 2012
      Messages:
      22
      Likes Received:
      0
      Trophy Points:
      0
      sleep 10 sec,why always this?
       
    8. debo2132

      debo2132 New Member

      Joined:
      Apr 29, 2013
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      0
      ty ill go try it out and let you know if everthing works allright
       
    9. walter

      walter Active Member

      Joined:
      Jun 25, 2012
      Messages:
      1,112
      Likes Received:
      10
      Trophy Points:
      38

      So that it works since nav server sucks.
       
    10. zqf001

      zqf001 New Member

      Joined:
      Nov 13, 2012
      Messages:
      22
      Likes Received:
      0
      Trophy Points:
      0
      FightAtJoes: Sleeping for 10 seconds. Attempt to try and help with the GrayMagic issues - this rest will occur Out-of-Combat once every 4.0 minutes.
       
    11. walter

      walter Active Member

      Joined:
      Jun 25, 2012
      Messages:
      1,112
      Likes Received:
      10
      Trophy Points:
      38

      Yes the routine does this to prevent issues with movement with nav server. If you remove it will cause issues I promise.
       
    12. leetsushi

      leetsushi New Member

      Joined:
      Nov 1, 2012
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
    13. walter

      walter Active Member

      Joined:
      Jun 25, 2012
      Messages:
      1,112
      Likes Received:
      10
      Trophy Points:
      38
    14. adude

      adude New Member

      Joined:
      Feb 2, 2013
      Messages:
      259
      Likes Received:
      1
      Trophy Points:
      0
      i will fix it now i have the files... wait for update
       
    15. adude

      adude New Member

      Joined:
      Feb 2, 2013
      Messages:
      259
      Likes Received:
      1
      Trophy Points:
      0
      fixed in Test Build and also in Stable SVN UPDATED!!!!
       
    16. walter

      walter Active Member

      Joined:
      Jun 25, 2012
      Messages:
      1,112
      Likes Received:
      10
      Trophy Points:
      38

      Have you gotten xp boosts to work yet? I haven't tried since still out in this real world atm!
       
    17. adude

      adude New Member

      Joined:
      Feb 2, 2013
      Messages:
      259
      Likes Received:
      1
      Trophy Points:
      0
      i updated SVN with some new niffy code.. i think it should work now.. try it on your assassin
       
    18. adude

      adude New Member

      Joined:
      Feb 2, 2013
      Messages:
      259
      Likes Received:
      1
      Trophy Points:
      0
      this is what i did

      Code:
      return new Sequence(
                      new Action(ret => {MercHelpers.OOC(); }),
                      new Action(ret => {
                          if (DateTime.Now.Minute % 60 == 0)
                              MercHelpers.AdudeStims();
                          else
                             return;
                      }),
                      new Action(ret => {
                          if (DateTime.Now.Minute % 60 == 0)
                              MercHelpers.AdudeXPBoosts();
                          else
                              return;
                      }),
       
    19. walter

      walter Active Member

      Joined:
      Jun 25, 2012
      Messages:
      1,112
      Likes Received:
      10
      Trophy Points:
      38

      ahh put a timer on it like I thought we needed. To tell how long before trying to apply again. I see this may cause issues with XP boots that last 3 hours. May have to list those differently the ones that last longer. Stims aren't a big deal but xp boosts will be wasted.


      PS I can't test til I am home and fearless leader posts update to BW.
       
      Last edited: May 17, 2013
    20. Jests

      Jests New Member

      Joined:
      Feb 13, 2013
      Messages:
      488
      Likes Received:
      1
      Trophy Points:
      0
      Not nagging, just curious because I can't look right now, have you added a spot for gunnery commando to the merchelpers file yet?
       
    Thread Status:
    Not open for further replies.

    Share This Page