Combat Medic Archive
Thread: Bacta Toss Enhancer Macro
BadgerSmaker wrote:
CombatMedic-BactaTossEnhancerSelf-Pane6-Slot05
/tar self;
/pause 1;
/ui action toolbarPane05;
/ui action toolbarSlot04;
/ui action toolbarPane00;
As it says, stick the enhancer in toolbar pane 6, slot 5 (f5 slot)
it does not work. typed it in exactly, everything in right place, it targets self an thats it.
Kobrakai_Force wrote:
BadgerSmaker wrote:
CombatMedic-BactaTossEnhancerSelf-Pane6-Slot05
/tar self;
/pause 1;
/ui action toolbarPane05;
/ui action toolbarSlot04;
/ui action toolbarPane00;
As it says, stick the enhancer in toolbar pane 6, slot 5 (f5 slot)
it does not work. typed it in exactly, everything in right place, it targets self an thats it.
Have you put the Bacta Toss Enhancer in slot five of the last toolbar, number 6?
Little-Green-Guy wrote:
make a macro...and inert any of the below heals
/target self;
/bactatoss
/bactaspray
/bactashot
/pause whatever
/ui action toolbarSlotXX
You don't need to do that if you are not using enhancers. You can use /bactaToss self to heal yourself without an enhancer.
You only need to target yourself if you use an enhancer.
BadgerSmaker wrote:
Kobrakai_Force wrote:
BadgerSmaker wrote:
CombatMedic-BactaTossEnhancerSelf-Pane6-Slot05
/tar self;
/pause 1;
/ui action toolbarPane05;
/ui action toolbarSlot04;
/ui action toolbarPane00;
As it says, stick the enhancer in toolbar pane 6, slot 5 (f5 slot)
it does not work. typed it in exactly, everything in right place, it targets self an thats it.
Have you put the Bacta Toss Enhancer in slot five of the last toolbar, number 6?
Yep. Doesn't work.
BadgerSmaker wrote:
TenshiHanaKinu wrote:
Macros make baby Jesus cry.![]()
I dont think you understand what these macros are used for. They aren't looping actions, but they are used to bind actions to keys on your keyboard, thats all.
Professions like CM with all the enhancers and specials are extremely complicated to play, putting the moves onto buttons on your keyboard simplifies the profession infinately.
Don't knock it till you've tried it.
Message Edited by Tecdem on 09-28-2005 11:22 AM
TenshiHanaKinu wrote:
I'm not condemning you for using macros, it's a joke.As for me, I have doctor and CM enhancers also.... I put them on a separate toolbar... I'm fast enough that I can flip to the necessary toolbar if I need the extra umf in the middle of a fray. I also have all of my food, armor, and weapons on various toolbars.
Mmm, I have Doc 0004 so I have stabilizer enhancers bound to keys, and a macro that calls endorphine and nurtient injection enhancers when buffing. It all helps to avoid extra key presses when you should be focusing on the screen.
With my macro setup I can play in the dark if need be, I don't need to look at the keyboard or toolbars so I can reactly quickly to what is going on.
Kobrakai_Force wrote:Does anyone know one that works? I've tried making my own it was;/tar self/pause 0.01/ui action toolbarslot23(bacta toss enhancer was in the Shift+ f12 slot)Yet all it does is target myself, thats it :S
The bolded text is your problem. /ui action arguments are case sensitive. The proper invocation is:
/ui action toolbarSlot23
Also all /pause timers less than 1 second automatically get converted into 1 second by the game engine, near as I can tell.
BadgerSmaker wrote:
TenshiHanaKinu wrote:
I'm not condemning you for using macros, it's a joke.As for me, I have doctor and CM enhancers also.... I put them on a separate toolbar... I'm fast enough that I can flip to the necessary toolbar if I need the extra umf in the middle of a fray. I also have all of my food, armor, and weapons on various toolbars.
Mmm, I have Doc 0004 so I have stabilizer enhancers bound to keys, and a macro that calls endorphine and nurtient injection enhancers when buffing. It all helps to avoid extra key presses when you should be focusing on the screen.
With my macro setup I can play in the dark if need be, I don't need to look at the keyboard or toolbars so I can reactly quickly to what is going on.
I get ya. I just like to make my interface as easy as possible, it sounds like you have yours set up nicely as well.
TenshiHanaKinu wrote:
Well while we're at it... I can play in the dark as well... I don't look at my keyboard for anything, not even to target team members when using CTRL + . I more than likely have a lot more key presses to do the same things you do... I guess I'm just used to it. On my melee toon I could cycle Center of Being, Parry Riposte (switched to Sword now though), healing myself and others, and attacking 8 creatures without using any macros... so I guess it was kind of flattery when people would ask me what macros I used to do all that.
It's just different strokes for different folks. I didn't mean to offend you when I made my comment. I just prefer to play without macros and I'm as good as anyone with a macro. Of course, I also relay command instructions from teamspeak/ventrillo to chat/tells for those not on it.
I <3 you. lol It works now, the pane change doesn't but oh well i have enough slots free anyway.
CAWCAW wrote:
Kobrakai_Force wrote:
Does anyone know one that works? I've tried making my own it was;
/tar self
/pause 0.01
/ui action toolbarslot23
(bacta toss enhancer was in the Shift+ f12 slot)
Yet all it does is target myself, thats it :S
The bolded text is your problem. /ui action arguments are case sensitive. The proper invocation is:
/ui action toolbarSlot23
Also all /pause timers less than 1 second automatically get converted into 1 second by the game engine, near as I can tell.
BadgerSmaker wrote:
I get ya. I just like to make my interface as easy as possible, it sounds like you have yours set up nicely as well.
Kobrakai_Force wrote:
I < 3 you. lol It works now, the pane change doesn't but oh well i have enough slots free anyway.
CAWCAW wrote:
Kobrakai_Force wrote:
Does anyone know one that works? I've tried making my own it was;
/tar self
/pause 0.01
/ui action toolbarslot23
(bacta toss enhancer was in the Shift+ f12 slot)
Yet all it does is target myself, thats it :S
The bolded text is your problem. /ui action arguments are case sensitive. The proper invocation is:
/ui action toolbarSlot23
Also all /pause timers less than 1 second automatically get converted into 1 second by the game engine, near as I can tell.