What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Pure SWTor

Ok, guys, I don't seem to get it. I have read in Walter's Guide that Ama's PureSWTOR is kind of the LazyRaider-version of Buddywing. That is exactly what I am looking for. I do the movement, while BW does the rotation for me.

However: It doesn't seem to be working for me. I copied PureSwtor via SVN into the folder, tried to test in in a Jedi Guardian class-specific phase on Thython. No routine is executed, but whenever I finish a fight myself the bot casts Introspection.

I did select Pure rotation as Combat routine in the settings an selected Combat Bot.xml as a profile.

View attachment 96502

Help would be much appreciated!

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. :)
 
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:
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:
...Is Stockstrike really that important? On my Commando it's a pretty shitty low-damage ability...

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.
 
Assault Plastique is from the shared tree. That rotation isn't currently optimal because we're having trouble tracking same-name debuffs (in this case, "Burning (Tech)")

I'll move Stockstrike up in the Vanguard rotation. I had no idea it hit that hard for Vanguards.

Does about 2k-2.3k as a 72 geared shield spec, so I assume will hit a lot harder in dps specs
 
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.

can you put this hotkeys in the log after the routine is loaded (WingIt style) people always forget them.
all of them
 
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!
 
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
 
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.
 
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.

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?
 
no the lines actually look like this now:

Spell.Cast("Jolt", ret => Me.CurrentTarget.IsCasting && !LazyRaider.MovementDisabled),

if you want them back in pure mode aswell simply kill the 2nd argument back to this:
Spell.Cast("Jolt", ret => Me.CurrentTarget.IsCasting),
 
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:
been wanting to try your routines out , but every time i load it up it just stand there. using kicks profiles . any suggestions ?
 
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
 
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.
 
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 96863

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.
 
Back
Top