Commando Archive
Thread: A little macro help
Denzo wrote:
/centerofbeing
/pause 32
/centerofbeing
/pause 32
/centerofbeing
/pause 32
/centerofbein
= Cant-Touch-This macro.
They really need an edit button....
This works very well while buffed.
umm does /toolbarSlot00 realy work? i have always used the full
/ui action toolbarSlot00
or
/ui action toobarPane00
wow if it does ive been doing it the hard way lol... that would make teaching it to others much easier lol
easiest way to loop a macro is:
Macro: Lunge-macro
/1hlunge;/pause 20;/macro Lunge-macro
Kherab wrote:umm does /toolbarSlot00 realy work? i have always used the full
/ui action toolbarSlot00
or
/ui action toobarPane00
wow if it does ive been doing it the hard way lol... that would make teaching it to others much easier lol
holy crap, no! i was shorthanding it, and forgot to note it. sheesh.
i wasn't using it as a letter for letter example, since Kali wanted to do something totally different, so i just threw it up there.
IT IS /ui action toolbarSlot00; and /ui action toolbarPane05; etc.
my mistake, thanks for catching that Kherab
ooo i like that /macro <name> learn something new all the time. i always knew it existed but figured it was protected from looping that way like alias are... guese i should have tested heh.
Prometheus
Fencer 4 4 4 3 (I'll make Blademaster today!)
Master Medic
Corbantis
as long as you have stims in your inventory (NOT in your backpack) this will use those stims to heal you.
Raphayl wrote:
Fury is correct.
I want to point out that (unless they changed it... I'll have to check) while a macro is in progress you cann't do other commands.
So during that 20 second pause, you wouldn't be able to perform ofther specials. You might test this out on something harmless before counting on it in an important battle... just to make sure.
Let us know what you find out.
Heya Raph,
It seems that as long as the action you are performing dosn't have to cue an icon in the atack box, you can use it while in combat...
Seena : )
Prometheus,
I have one macro in F9 thats /healdamage, and thats for when i heal others, and i have one in f10 that /healdamage self, which (obviously) i use to heal myself
PrometheusO wrote:
Hello my fellow fencers. I need to learn how to create a macro to auto-target myself for healing purposes. I can't seem to target myself with the mouse when in combat therefore my F-key function that contains my stim C's become useless and i'm forced to open my inventory to access my stim and heal. Please help. Thank you all for your inputs.
/healdamage self is definitely the best way to go with this, but there are a couple of times where you want to target yourself for other things. For example, if you're in the middle of a bunch of upset critters, and your current target is heading for the hills, you don't want to have to spend time hitting tab to reset your target to something in range.
/ui action targetSelf; /ui action cycletargetOutwards;
Those two commands first targets yourself, then goes to the closest targetable mob in your field of view(same as hitting "Tab"). FYI, there is also "/ui action cycletargetInwards" (same as shift-Tab) to targeta closer enemy, handy for switching between two mobs when you're being doubled up on.