Doctor Archive
Thread: looking for a good Macro for a MD & TKM. Can anyone plse help
Page 1 of 1
After5CST
Thu Jul 07, 2005 9:29 am
#2
Assuming you mean to keep bacta infusion / Center of Being running, I used something similar to the following some time ago:
/ui action clearCombatQueue;
/pause 1;
/bactaInfusion self;
/pause 22;
/ui action clearCombatQueue;
/pause 1;
/centerOfBeing;
/pause 21;
/macro [macro name goes here]
That's the basics, from memory. It keeps CoB up most of the time, and runs bactaInfusion about half of the time. You can make more complicated scripts to do additional things, like:
* Keep up bactaInfusion all of the time
* Send alarm messages to yourself reminding you to stop moving before CoB attempts to fire
* automatically stop following / start following nearest target
* etc. etc.
However, I found the above ( + the alarm thing ) to be effective for most combats. If I had to keep bactaInfusion running "round the clock" in combat, it typically meant I was losing, and the extra bacta Infusion wasn't going to help. Plus, there was nothing to keep me from manually firing off a bactaShot on myself when I was just slightly behind on healing, to keep me in the battle without burning through all of my mind ( pre-patch 19 ).
/ui action clearCombatQueue;
/pause 1;
/bactaInfusion self;
/pause 22;
/ui action clearCombatQueue;
/pause 1;
/centerOfBeing;
/pause 21;
/macro [macro name goes here]
That's the basics, from memory. It keeps CoB up most of the time, and runs bactaInfusion about half of the time. You can make more complicated scripts to do additional things, like:
* Keep up bactaInfusion all of the time
* Send alarm messages to yourself reminding you to stop moving before CoB attempts to fire
* automatically stop following / start following nearest target
* etc. etc.
However, I found the above ( + the alarm thing ) to be effective for most combats. If I had to keep bactaInfusion running "round the clock" in combat, it typically meant I was losing, and the extra bacta Infusion wasn't going to help. Plus, there was nothing to keep me from manually firing off a bactaShot on myself when I was just slightly behind on healing, to keep me in the battle without burning through all of my mind ( pre-patch 19 ).
EnderUK
Fri Jul 08, 2005 12:56 am
#3
the only macro's you need are
BUFFSELF
/nutrientInjection self;
/pause 8;
/serotoninInjection self;
/pause 8;
/endorphineInjection self;
/pause 8;
/adrenalBoost self;
BUFFOTHERS
same as above but remove self, may want to remove adrenal line as well as some poeple don't like the action killer as I call it.
COB
/cob;
/pause 42;
/alarmAddIn 0 .1 ***Center of Being Ending***;
DO NOT LOOP IT WILL ALL GO WRONG
BACTASHOTSELF
/bactashot self;
BACTAJABSELF
/bactajab self;
DUMP
/dump;
FOR WHEN THESE SIMPLE MACROS GO WRONG.
DO NOT USE A LOOPINGINFUSION MACRO. you're mind will quickly disappear leaving you dead. Use shot, jab, stims an ruby bliel and use infusion as a last resort.
Message Edited by EnderUK on 07-07-2005 08:59 PM
Page 1 of 1