• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Pure SWTor

    Discussion in 'Archives' started by Ama, May 9, 2013.

    1. aquintus

      aquintus Member

      Joined:
      Oct 3, 2010
      Messages:
      264
      Likes Received:
      7
      Trophy Points:
      18
      start swtor
      start bw, select CR, DON'T hit start.
      que up and enter the Flashpoint.
      hit start.
      before leaving the fp hit stop.

      this works 8 out of 10 times for me
       
    2. Zoiks75

      Zoiks75 New Member

      Joined:
      Jun 11, 2012
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      1
      I'll give that a try Aquintus, thank you! Are you able to re-que right after hitting stop from the last flashpoint and still be 80% success following that technique? What do you do for the other 2 times, quick relog?
       
    3. aquintus

      aquintus Member

      Joined:
      Oct 3, 2010
      Messages:
      264
      Likes Received:
      7
      Trophy Points:
      18
      yeah just make sure to avoid any loading screens while bw is running (i mean Stoped by that).

      for the other 2 cases yes... quick relog ^^
       
    4. MiX74P3

      MiX74P3 Member

      Joined:
      Jan 15, 2010
      Messages:
      426
      Likes Received:
      3
      Trophy Points:
      18
      How do I include using a clickable relic into my rotation?
       
    5. MiX74P3

      MiX74P3 Member

      Joined:
      Jan 15, 2010
      Messages:
      426
      Likes Received:
      3
      Trophy Points:
      18
      Spell.Buff("Arkanian Relic of Imperiling Serenity", ret => Me.HealthPercent <= 40),

      doesn't seem to be working...
       
    6. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      It's not a spell, it's an item. I don't think the relics are programmed in at all. If/when they are programmed, it'd be something like Relic.UseItem
       
    7. pindleskin

      pindleskin Community Developer

      Joined:
      Oct 24, 2012
      Messages:
      1,124
      Likes Received:
      2
      Trophy Points:
      38
      Code:
      { new ClassTunables() {
                      Class = CharacterClass.Trooper,
                      RejuvenateAbilityName = "Recharge and Reload",
                      SelfBuffName = "Fortification",
                      IsRejuvenationNeeded = (torPlayer) => { return ((torPlayer.HealthPercent < 70) || (torPlayer.ResourceStat < 5)); },
                      IsRejuvenationComplete = (torPlayer) => { return ((torPlayer.HealthPercent >= 95) && (torPlayer.ResourceStat > 9)); },
                      NormalizedResource = (torPlayer) => { return (torPlayer.ResourceStat); }
      }},
      
      Can someone correct this for Trooper, i didn't check other classes but mine wasn't recharging for ammo, only for health.

      original line:
      Code:
      torPlayer.ResourceStat * 100 / 12
      


      BTW: is there any way for bot to vendor everything (don't ask me why :) ) even medpacks, stims, orange, artifact, everything?
       
    8. Developer

      Developer New Member

      Joined:
      Jul 11, 2012
      Messages:
      799
      Likes Received:
      2
      Trophy Points:
      0
      "Oh no. Look. <heart rate increasing> He's headed this way with the ban stick. <voice becoming frantic> Unload it all."

      "I said UNLOAD IT ALL! GO GO GO! HURRY!"

      "SELL EVERYTHING!!!"

      <leans casually against wall> "Heeeeeey, Mr. GM Man." <yawn> "How's it goin? Yep. Nothin' to see here. Was just <slow arm stretch> passing through on my way to do some very intensive, you know, MANUAL flashpoints.

      <The GM stops, gazing ahead through lifeless, cybernetic eyes>

      "We see all." <SLAP SLAP SLAP> <KICK IN GROIN> <BAN BAM!> "Intentionally misleading and incorrect email sent to account holder. Thank you for playing Star Wars: The Old Republic?. Have a pleasant day."

      A few minutes later, from somewhere in ban-land....

      "Yeah, they finally caught 32. Activate bots 46 through 50. Oh, and fuel the jet. We're wheels up in 30."
       
    9. Starbrox

      Starbrox Member

      Joined:
      Mar 10, 2012
      Messages:
      413
      Likes Received:
      0
      Trophy Points:
      16
      I'm wondering if i'm doing anything wrong with my lvl 19 Shadow .. when i use pure, all it does is Saber strike and shadow strike .. and when i use Walter's it just stands at range and does is cast ranged abilities (not good as a shadow)...a combo of the two CR would be awesome so that it would actually use all my abilities :D
       
    10. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      Pure is only really designed for level 50 and 55 ops and flashpoints. As such, there are some dependencies on talents and procs that your character might have.

      The Pure rotation for Shadows (I'm guessing you're infiltration?) should go:

      Cast Breach when 3 stacks of Breaching Shadows
      Cast Project when 2 stacks of Circling Shadows
      Cast Shadow Strike when behind enemy
      Cast Spinning Strike when enemy below 30% hp
      Cast Clairvoyant Strike when less than 2 stacks of Circling Shadows
      Cast Saber Strike

      So the problem is that you don't have a lot of the necessary talents yet. This makes the bot only cast those two abilities because it's waiting for stacks of buffs that won't come.

      I'm not sure why Walter's isn't working, you should post a log over there for him. My suggestion would be to use his (if he can fix the problems you're having) until you get high enough to get those proc abilities I mentioned.
       
    11. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      View attachment 2013-08-18 19.27.txt

      Short of shutting down the bot and restarting, is there any way to resolve the AoE add count errors I'm getting in this log? They seem to happen rarely, but when they do it happens in bunches (for the entire play session). Each time this happen, it completely freezes up the rotation until, as I said, I shut down the program and restart.

      Any ideas?
       
    12. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      Hmm, didn't they change Trooper's ammo to function according to 100/100 instead of 12/12 in patch 2.0? If so, we might need to remove that torPlayer.ResourceStat * 100/12 (or at least just make it 100 even). Someone please let me know if that's correct and I can get a fix up.
       
    13. pindleskin

      pindleskin Community Developer

      Joined:
      Oct 24, 2012
      Messages:
      1,124
      Likes Received:
      2
      Trophy Points:
      38
      i believe you are correct. i am only here from 2.0 so i don't know what was before, but i noticed mine wasn't recharging for ammo and without 100/12 thing its working for me :)
       
    14. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      Prior to 2.0, Troopers ran on 12 ammo cells instead of 100. This made for weird recharge issues (you lost 4 bars of regeneration at 6.7 ammo or something silly like that) so they fixed it to 100. I'll get a change up in a bit.
       
    15. Starbrox

      Starbrox Member

      Joined:
      Mar 10, 2012
      Messages:
      413
      Likes Received:
      0
      Trophy Points:
      16
      I just added a Cast Double Strike right above Saber Strike, and now it works much better, cause even tho i'm 22 and have the Circling shadows buff, it didn't activate, cause i only had double strike and shadow strike to activate the buff, so now it goes much faster :D
       
    16. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      Sounds good. If you have any questions about how to edit any of the files, or a change you put in isn't working just let me know. I'm usually around to help people trying to modify stuff for personal use, but there's really no way to have the bot work well at 55 and still work great for every class at lower levels.
       
      Starbrox likes this.
    17. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      I just put this fix on the SVN. Please update and let me know if it's working. Thanks!
       
    18. silentscope1

      silentscope1 New Member

      Joined:
      May 20, 2010
      Messages:
      99
      Likes Received:
      0
      Trophy Points:
      0
      is there a way to get the heal routines to dispell
       
    19. Kubrick2013

      Kubrick2013 New Member

      Joined:
      Jun 30, 2013
      Messages:
      81
      Likes Received:
      0
      Trophy Points:
      0
      if you use Walter's routine it should use heal skills. far as I know this one is meant for raids etc so you should have healers for you.
       
    20. RedAnon

      RedAnon New Member

      Joined:
      Jul 20, 2013
      Messages:
      74
      Likes Received:
      1
      Trophy Points:
      0
      I think he meant, while hes running pure as a healer he wants it to dispel for him also.
       

    Share This Page