Doctor Archive
Thread: new master doctor looking for a healing in combat macro
Try this thread:
http://forums.station.sony.com/swg/board/message?board.id=doctor&message.id=27882
The only thing I'll add to what I've said in there is that the best healdizzy macro I've found is
/healstate self dizzy; (or is that dizzy self?)
/kneel;
Needs to be hit twice -- once to kneel, once to cure the dizzy before you fall down again.
You can actually make a super macro like this
/firstaid
/pause1
/healstate
/cure poison
/cure disease
/ui action toolbarSlotxx
You can put as many thigns as you want in there, it will heal the most important state first, so yo ucould add /healstate a few more times in there to totally heal him. But you need to make sure you have all your heal state packs in your general invantory
Just remeber that you may need a /peace in there first, since it clears your combat queue.
Else you'll find that your meds drop a little too late..
Here are the doc macros i use
heal damage self
/ui action clearCombatQueue;
/healDamage self;
heal damage others
/ui action clearCombatQueue;
/healDamage;
Heal all self
/ui action clearCombatQueue;
/stand;
/healState self dizzy;
/stand;
/healState self dizzy;
/stand;
/healState self dizzy;
/stand;
/healState self dizzy;
/firstAid self;
/healState self blind;
/healState self stun;
/healState self intimidate;
/healState self;
/curepoison self;
/curedisease self;
I list all the status effects because i want them healed in order. If im dizzy/kd i dont want to stand up and cure bleed for example heh. if i have more than one on me at a time...and the clear combat queue makes it the next action i do and still allows me to default attack my target.
heal all others
/ui action clearCombatQueue;
/healState dizzy;
/firstAid;
/healState blind;
/healState stun;
/healState intimidate;
/healState;
/curedisease;
/curepoison;
/revivePlayer;
you might want to add a /healDamage to this one but if you just want to cure a status effect it could waste an un needed stim.
Hope it helps
P.S. you will only heal one state per shot as you probably know but this way its all on one butten. I put the self ones on F1 and F2 and the others ones on shift F1 and shift F2 but do it how you like.
Message Edited by Quandry on 02-20-2004 02:56 PM
heh wile im at it here is my tweaked super fast crafting macro for use with sevral tools...you will need this for each tool and set the toolbarslot numbers how you like them as well as the scematic etc.
/ui action toolbarSlot00;
/select 24;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot13;
this is using the tool in F1 and the macro for the tool in ShiftF1 is the last ui action command so as my second macro would look like this:
/ui action toolbarSlot01;
/select 24;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot14;
You might need to add another second to each of the pauses if you have a poor connection but this is the fastest way to wright it...I have seen others with pauses all over for no reason. Wen i ground out doc i had 7 tools going at once and finished an item every 8 seconds or so.
Type /dump to end this if you loop it (and i dont know why you wouldent)
Message Edited by Quandry on 02-20-2004 03:03 PM