• 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. adude

      adude New Member

      Joined:
      Feb 2, 2013
      Messages:
      259
      Likes Received:
      1
      Trophy Points:
      0
      well tonight when i get home i am going to try this code int he Darkness.cs file.. i pray that it works.

      PHP:
      if (BuddyTor.Me.HealthPercent <= 95 || BuddyTor.Me.ResourceStat <= 50)
                          {
                          do{
      Spell.Cast("Seethe");} while (BuddyTor.Me.HealthPercent != 100);}
                      else
                      return new 
      PrioritySelector(
                          
      Spell.Cast("Stealth"castWhen => !BuddyTor.Me.HasBuff("Stealth")),
                          
      Spell.Cast("Surging Charge"ret => !BuddyTor.Me.HasBuff("Surging Charge"))

      is anyone else in here learning C# i mean i am a web developer that knows php but i ma sure there must be at least one other than can give me a hand here.:rolleyes:
       
    2. Phay

      Phay New Member

      Joined:
      Aug 5, 2012
      Messages:
      360
      Likes Received:
      1
      Trophy Points:
      0
      Is it coded anywhere to heal companions? My medic commando is running great, but she just can't take down an elite once M1-4X bites the bullet.

      Also, cant seem to get gunnery to move anymore, but attacks if I manually move.

      (anything else you need tested? I have everything.)
       
    3. adude

      adude New Member

      Joined:
      Feb 2, 2013
      Messages:
      259
      Likes Received:
      1
      Trophy Points:
      0

      are you tested the development one of stable release one... also jets said that gunnery was working good... what lvl is your gunnery and make sure nav server is not down as well.
       
    4. xtreme3881

      xtreme3881 Member

      Joined:
      Apr 4, 2010
      Messages:
      241
      Likes Received:
      5
      Trophy Points:
      18
      @adude - Hey bud would you mind adding a version to your downloads? Even if it just says

      Version 1.0 =Defaultcombat.zip
      Version 1.1(BETA) =Defaultcombat.zip

      This way I always make sure I have the latest release of your HARD work!

      Thanks
       
    5. adude

      adude New Member

      Joined:
      Feb 2, 2013
      Messages:
      259
      Likes Received:
      1
      Trophy Points:
      0

      done.... your request has been granted :eek:
       
    6. xtreme3881

      xtreme3881 Member

      Joined:
      Apr 4, 2010
      Messages:
      241
      Likes Received:
      5
      Trophy Points:
      18
      Awesome Thanks!
       
    7. Phay

      Phay New Member

      Joined:
      Aug 5, 2012
      Messages:
      360
      Likes Received:
      1
      Trophy Points:
      0
      Nooooooooooope...
      Im just a retard and had disabled movement.
      Go me.

      Anyhow, how about adding an SVN, that way updating is easy and instant. Then instead of worrying about versions, you could just say "Update your SVN dumbass"
       
    8. Jests

      Jests New Member

      Joined:
      Feb 13, 2013
      Messages:
      488
      Likes Received:
      1
      Trophy Points:
      0
      I'd rather he didn't do an SVN, because those of us who have modified the core Joe's files are going to run into trouble :p But I guess that might just be being selfish.

      I suppose I could still download it manually though and then do what I've been doing.
       
    9. adude

      adude New Member

      Joined:
      Feb 2, 2013
      Messages:
      259
      Likes Received:
      1
      Trophy Points:
      0
      no idea how to create an SVN lol
       
    10. adude

      adude New Member

      Joined:
      Feb 2, 2013
      Messages:
      259
      Likes Received:
      1
      Trophy Points:
      0
      BTW why is this not a sticky thead... they sticky WINGIT and its a dead project! :p
       
    11. Jests

      Jests New Member

      Joined:
      Feb 13, 2013
      Messages:
      488
      Likes Received:
      1
      Trophy Points:
      0
      Wingit may be dead, but it is still a viable combat routine. It deserves to be stickied still I think.

      This project will probably get stickied after it's been running for a while :) I don't think I've seen the devs sticky anything since the bot was relaunched. For instance, the performance fix by setting affinities probably deserves a sticky but that hasn't gotten one yet (to my knowledge).
       
    12. Phay

      Phay New Member

      Joined:
      Aug 5, 2012
      Messages:
      360
      Likes Received:
      1
      Trophy Points:
      0
    13. xtreme3881

      xtreme3881 Member

      Joined:
      Apr 4, 2010
      Messages:
      241
      Likes Received:
      5
      Trophy Points:
      18
      Lets start with this as it may help you out.

      SVN
      1. SVN = Free Subversion Hosting | Free SVN Hosting | Assembla You may also ask Kick or some of the other Devs to guide you on how to set it up. I'm sure google code has a free hosting.

      Classes
      Agent Lethality - Looks like class is using old rotation from either 1.6 or 1.7. Operative Lethality (Imperial Agent) PvE Rotation & Cooldowns - SWTOR (2.0)
      Agent Concealment - Same as above Operative Concealment (Imperial Agent) PvE Rotation & Cooldowns - SWTOR (2.0)

      I just use what Noxxic has, as I have provided the links.

      By the way I'm level 39 with my agent and have been noticing this.

      Thanks!
       
    14. Jests

      Jests New Member

      Joined:
      Feb 13, 2013
      Messages:
      488
      Likes Received:
      1
      Trophy Points:
      0
      It didn't appear to like any of this when I tried to add it tonight. ( I get the same error as phay)

      Getting that to function would go a long way in helping me optimize I think. I'm going to try to add heals tonight.

      Changes to functionality I made:
      Spell.BuffSelf("Reactive Shield", ret => BuddyTor.Me.HealthPercent < 40),
      -- Changed to 70 because 40 didn't seem early enough to me.
      Moved full auto above gravround in hopes that it will use full auto more often.
      Moved High Impact Shot above Grav Round so it'll cast more frequently
      Added heals at the top of the rotation:
      Spell.Cast("Advanced Medical Probe", ret => BuddyTor.Me.HealthPercent <= 40),
      Spell.Cast("Medical Probe", ret => BuddyTor.Me.HealthPercent <= 50),


      It might be a good idea to add health checks for the companion too, but I don't know how to do that with this language.

      *edit*
      Also, the bot is still getting stuck on hammer shots for some reason.
      Need to add recharge cells as well into the rotation... probably whenever ammo goes below 20%
      Need to rearrange the order in which the bot ressurects it's companion, and when it recharges and reloads. Currently it rezzes afterward, and your companion stays at low health.
       
      Last edited: May 3, 2013
    15. krycus21

      krycus21 New Member

      Joined:
      Mar 7, 2013
      Messages:
      77
      Likes Received:
      1
      Trophy Points:
      0
      When ever i have this in my routines folder it wont load any of the profiles,
      20 agent,
       
    16. adude

      adude New Member

      Joined:
      Feb 2, 2013
      Messages:
      259
      Likes Received:
      1
      Trophy Points:
      0
      ok well my Sabbath starts Friday sunset and ends Saturday sunset so i will be unavalible as i will be with my friends and family at church. however on Sunday i will look into the bugs and other SVN stuff



      also if you have a Free To Play account that has one of these class's on there that has a lvl 40 or above let me have access and i will make a good routine for it. you can PM me with the login info if you like.
       
      Last edited: May 3, 2013
    17. krycus21

      krycus21 New Member

      Joined:
      Mar 7, 2013
      Messages:
      77
      Likes Received:
      1
      Trophy Points:
      0
      Im going to try and get my agent leveled up this weekend, if i get to 40 ill diffidently PM you
       
    18. CooyDK

      CooyDK New Member

      Joined:
      Nov 10, 2012
      Messages:
      135
      Likes Received:
      1
      Trophy Points:
      0
      still getting the Recharge and reload bug
       
    19. adude

      adude New Member

      Joined:
      Feb 2, 2013
      Messages:
      259
      Likes Received:
      1
      Trophy Points:
      0

      what class and what lvl?
       
    20. adude

      adude New Member

      Joined:
      Feb 2, 2013
      Messages:
      259
      Likes Received:
      1
      Trophy Points:
      0
      updated the file
       
    Thread Status:
    Not open for further replies.

    Share This Page