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

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

    1. Ama

      Ama New Member

      Joined:
      Jun 6, 2011
      Messages:
      1,171
      Likes Received:
      33
      Trophy Points:
      0
      The routines haven't been written for levels 1-10. I went ahead an mirrored the Warrior rotation for Knight. Update and it should work. :)
       
    2. pindleskin

      pindleskin Community Developer

      Joined:
      Oct 24, 2012
      Messages:
      1,124
      Likes Received:
      2
      Trophy Points:
      38
      Pure is combat routine with movement.
      Select Unpure if you want combat only.

      EDIT:
      Its the other way around. I made a mistake here
       
      Last edited: Jun 17, 2013
    3. Myra

      Myra Member

      Joined:
      Oct 20, 2012
      Messages:
      182
      Likes Received:
      1
      Trophy Points:
      18
      Thank You, SIR!

      Thankx for the input, to!
       
    4. jnp

      jnp New Member

      Joined:
      May 22, 2013
      Messages:
      209
      Likes Received:
      3
      Trophy Points:
      0
      Opposite, but yea.
       
    5. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      The exact opposite of this is true. Just clarifying: Pure is for only combat, UnPure adds movement.
       
    6. Ama

      Ama New Member

      Joined:
      Jun 6, 2011
      Messages:
      1,171
      Likes Received:
      33
      Trophy Points:
      0
      Also note, make sure you have another routine in the your routines folder. Preferable one that starts with a letter before 'P'.

      Update:
      My Merc hit lvl 55 finally! I was able to test out Merc Healing quite a bit through flashpoints. I was also able to get into a guild run for scum and villainy last night and downed all 7 bosses!

      Merc BodyGuard changes have been updated to svn, no changes were made to Trooper healing.

      Tips for healing:
      -Use BotLoader plugin to load heal bot.
      -Press F8, click refresh and set your tank!
      -Make sure BW is recognizing all players before major fights. (click refresh on F8 gui and make sure everyone is there).
      -Target your tank.
      -Use F9 pause key as needed.

      You will sometimes have to reset BW after wipes b/c It wont recognize everyone in the group.
       
      Last edited: Jun 17, 2013
    7. Developer

      Developer New Member

      Joined:
      Jul 11, 2012
      Messages:
      799
      Likes Received:
      2
      Trophy Points:
      0
      Under the Vanguard/Assault build, Stockstrike gets a damage bonus, making it a great skill right after High Impact Bolt. I'm not sure how relevant it is in other builds.
       
    8. silentscope1

      silentscope1 New Member

      Joined:
      May 20, 2010
      Messages:
      99
      Likes Received:
      0
      Trophy Points:
      0
      Does about 2k-2.3k as a 72 geared shield spec, so I assume will hit a lot harder in dps specs
       
    9. pindleskin

      pindleskin Community Developer

      Joined:
      Oct 24, 2012
      Messages:
      1,124
      Likes Received:
      2
      Trophy Points:
      38
      can you put this hotkeys in the log after the routine is loaded (WingIt style) people always forget them.
      all of them
       
    10. Myra

      Myra Member

      Joined:
      Oct 20, 2012
      Messages:
      182
      Likes Received:
      1
      Trophy Points:
      18
      Hey Ama!

      Great Routine. But I do have some questions.

      1) Interrupt: As far as I can see, the CR interrupts every spell. Is it possible to edit the spells, that get interrupted? For example, interrupting Force Storm doesn't seem to be top priority to me, because You can easily step aside. I have had several situations, when the CR interupted FS and had nothing to kick Force Lightning being casted immediately afterwards.

      2) Resurrection: I don't know, if that is part of the CC, but is there any chance to deactivate it for not grinding?

      Thanx in advance!
       
    11. aquintus

      aquintus Member

      Joined:
      Oct 3, 2010
      Messages:
      264
      Likes Received:
      7
      Trophy Points:
      18
      you can deactivate the repop (resurect to medcenter) with hotkey F12 and after that reenable movement and targeting with f10 + f11.

      i don't know why there is an interrupt in the merc and tropper classes but i just changed it so that it only interrupts in unpure mode
       
    12. Myra

      Myra Member

      Joined:
      Oct 20, 2012
      Messages:
      182
      Likes Received:
      1
      Trophy Points:
      18
      Thank U, but I don't know about Merc 6 Trooper, I play a Jedi Guardian!
       
    13. aquintus

      aquintus Member

      Joined:
      Oct 3, 2010
      Messages:
      264
      Likes Received:
      7
      Trophy Points:
      18
      seems like alltrueist implemented interrupt in all of his CRs... i changed all of them to only interrupt when in unpure mode and keep it for the time beeing to the user to interrupt.
       
    14. strepie

      strepie New Member

      Joined:
      Jun 11, 2012
      Messages:
      290
      Likes Received:
      2
      Trophy Points:
      0
      LOL sorry to be a PITA, but could you tell me where or how to put those interrupts back in PURE again? I use PURE with toons following my main toon in Isboxer when playing, and kinda liked the fact that they could interrupt as well. Unpure does not work in this scenario (for me at least). I assume you would just add // to the lines that needs taken out, and then I can just undo those if needed?
       
    15. aquintus

      aquintus Member

      Joined:
      Oct 3, 2010
      Messages:
      264
      Likes Received:
      7
      Trophy Points:
      18
      no the lines actually look like this now:

      if you want them back in pure mode aswell simply kill the 2nd argument back to this:
       
    16. pindleskin

      pindleskin Community Developer

      Joined:
      Oct 24, 2012
      Messages:
      1,124
      Likes Received:
      2
      Trophy Points:
      38
      some minor headsup

      Vanguard AS:
      Recharge Cells is used pre-combat. Should be when cells are low.

      source:
      Code:
      Spell.Cast("Recharge Cells", ret => Me.ResourcePercent() >= 50),
      
      probably <=

      EDIT:

      you can also add this after high impact bolt
      Code:
      Spell.Cast("Harpoon", ret => Me.CurrentTarget.Distance > .5f),
      
      Target becomes melee and takes alot of damage from strockstrike and incendiary round. I am not sure if the range is correc though.
       
      Last edited: Jun 20, 2013
    17. mulga73

      mulga73 Member

      Joined:
      Jan 4, 2013
      Messages:
      113
      Likes Received:
      1
      Trophy Points:
      18
      been wanting to try your routines out , but every time i load it up it just stand there. using kicks profiles . any suggestions ?
       
    18. Myra

      Myra Member

      Joined:
      Oct 20, 2012
      Messages:
      182
      Likes Received:
      1
      Trophy Points:
      18
      Hey Ama,

      I am in the process of questing through the trooper storyline on Ord Mantell. It does everything fine like targeting, recover etc. EXCEPT executing the combat routine, which I have to do manually. Newest revision used, log attached.

      View attachment 2013-06-21 06.53.txt
       
    19. aquintus

      aquintus Member

      Joined:
      Oct 3, 2010
      Messages:
      264
      Likes Received:
      7
      Trophy Points:
      18
      in your log your bw and swtor just crashed. restart swtor and login to you toon, start up bw.
      go to settings and select "Unpure Rotation" and hit start. wait till it does something or atleast wait a couple of minutes and then post the log again.

      mulga: do you have DefaultCombat still installed? you need to. after that go to settings and select Unpure. Pure has no movement included.
       
    20. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      What's your advanced class? Pure is generally written from a level 50 perspective (uses optimal rotations at level 50) so it won't always function great at lower levels and definitely not before you choose an AC.
       

    Share This Page