Yeah sorry, I think aquintus wrote that one, he used Composite DPS. You could alternatively put it in Composite Cooldowns. It basically reads them top to bottom: cooldowns, healing, pull, dps, aoe. Healing is commented out, you could also just scroll to the bottom and un-comment (//) the healing section.
First up thanks for the sweet routines!!! Is there any way that pure could buff companions as well? I've been trying to get static shield to cast on companion at the start of combat for sorc with no luck, probs because I have no knowledge of code whatsoever.
It already does it for Lightning, are you talking about Madness? EDIT: Nevermind, I checked and it was commented out. Just paste this in the Lightning.cs or Madness.cs file, at the top of the HandleCooldowns section: Code: Spell.HoT("Static Barrier", on => Tank, 100, ret => !Tank.HasDebuff("Deionized")), Spell.HoT("Static Barrier", 95, ret => !HealTarget.HasDebuff("Deionized")),
Hi! I am using an Imperial Agent lvl 51 in Flashpoints and Warzones. Sometimes it stops healing and I have tried looking around on forums, the only thing I can find is maybe it was F9 being pressed, but I have pressed that and it pauses then I press again to unpause. However the routine is NOT paused, and it stops healing. I dont understand? Does anyone have the same problem? EDIT: It seems to only stop when I target a group member in Flashpoint, When I have an enemy NPC as target it heals NP I will update in a few if this is same for PVP. Sorry.
That is working as intended. You can try Ama's BotLoader plugin and select HealBot, then you won't need an enemy target in order to heal. I'm not sure if BotLoader still works, I haven't tried it recently. PVP is a whole other set of problems-- the way SWTOR is coded makes it difficult for the bot to not freeze up or crash when fighting enemy players, especially when they stealth.
Did it work? I'm worried that it won't see your comp as a Tank unless you use F8 and I know people were having issues with the in-game menu.
I tried uncommenting, but that didn't do anything, mind you, I'm still trying to learn my way around these files, so bare with me.
Yeah, not sure why uncommenting didn't work, but try to add those lines to Composite HandleCooldowns and see if that works instead.
Updated Sorcerer Corruption. It was kinda shitty, so should probably heal a bit better now. Been working on settings and the UI, might have something up later this week. Ill probably just put the settings up for the healing classes and let people submit the others.
@Ama Could you release the documentation for all the global variables? EG: Ret=> Target.Health Are there any variables that tracks cooldown and does PURE support item usage such as Adrenals and Relics?
Hi, i dont know what the problem is, but when i try to run unpure with kicks questing profiles... half the time it doesnt move or perform combat and when it does it lags out the game so badly i have to close it to get anything working. i have installed a fresh copy, deleted plugins, deleted other combat routines from the folder, tried running them both in administrator mode as when i do half the time it doesnt hook into the game client, set the process to realtime on the swtor client and basically tried everything possible... earlier today while using wing it my buddywing generated a 730mb log file which i thought was kind of excessive. here are some log files for you fine gentlemen. 2013-11-18 08.50.txt - is when trying to run them both in admin mode, doesnt work at all. 2013-11-18 08.55.txt - is running the game out of admin mode and the bot in admin mode, it works.. pressing start and nothing happens. none of the hotkeys even work 2013-11-18 08.59.txt - neither of them in admin mode, still nothing not even hotkeys working. Just want to point out. I'm trying to use unpure with kicks questings profiles... with babysitting is has been working previously sort of using joe's and wingit, but i keep reading that pure is the best combat routine to go with so i'd like to get it up and running.
since pure has no movement, unpure is going to need another combat routine for movement to work and as for the laggying out the game, try setting affinity for the 2 swtor and 1 buddywing process in task manager
so what you're saying is i need to have 2 combat routines installed for example, joes and pure to get unpure todo movement also, it still doesnt explain why even when i target things manually it still doesnt attack and why my hotkeys dont work at all
Is it possible to add things into the routine that will follow a certain player and assist them in combat? Thinking about ez-multiboxing capabilities.
just wondering if there is a way to tone down how much it uses seethe, like it uses it every time out of combat till 100%, even if the only thing low is khem at like 96% hp... it's a bit overkill lol
I think it checks your hp, your energy/force, and your companion's hp. It's something like your hp > 90, your energy > 80, companion's hp > 80. One of the root files handles this call, it's not in each class' file.