Bounty Hunter Archive
Thread: Help With Macro's
Ispir wrote:
The file is what i need, but i have a few questions. Like pane Is the toolbar number Right? Like I can go throught 6 pane of the toolbar and each one has 24 slots.
The otther question is does the #ffffff mean anything at all?
Yup, Pane is toolbar number, but pane 00 is toobar 1, and pane 01 is toolbar 2 and so on. Slot 00 is the F1 slotand so on.
The #ffffff is system generated.
so when i wrtie this it should look like this,
/BactaSprayEnhancer;
/pause 0.25;
/ui action toolbarPane05;
/ui action toolbarSlot05;/
ui action toolbarPane00
And this will keep it looping while i am in battle?
Ispir wrote:
so when i wrtie this it should look like this,
/BactaSprayEnhancer;
/pause 0.25;
/ui action toolbarPane05;
/ui action toolbarSlot05;/
ui action toolbarPane00
And this will keep it looping while i am in battle?
The pause 0.25 is system generated as well.
Go for:
CombatMedic-LoopingBactaSprayEnhancer
/ui action toolbarPane05;
/ui action toolbarSlot05;
/ui action toolbarPane00
/pause 15
/macro CombatMedic-LoopingBactaSprayEnhancer
That's toolbar 6 in the f6 slot.
You catch on quick by the way, you done this before in other games? ![]()
I understand the pane05 but you have pane00 as well, Why?
No i have not done this for other games. I am new to seg and this is a big learning cruve.
I entered the info in to my macro set up and in the chat interface it says,
unable to excute Bactasprayenhancer
Ispir wrote:
I entered the info in to my macro set up and in the chat interface it says,
unable to excute Bactasprayenhancer
There is no slash command to use an enhancer. These have to be used either directly from your inventory or be put on a toolbar button and called using the previously discussed macros. Here is an example of the macro i use to heal myself if I get in deep trouble:
Macro name: OhCrapImDying
/ui action targetSelf;
/ui action toolbarPane01;
/ui action toolbarSlot08; <Stim-D>
/pause 2
/ui action toolbarSlot09; <bacta shot or BSenhancer>
/ui action toolbarPane00;
/pause 6
/ui action toolbarPane01;
/ui action toolbarSlot10; <bacta toss or BTenhancer>
/ui action toolbarPane00;
/pause6
/ui action toolbarPane01;
/ui action toolbarSlot11; <bacta jab or BJenhancer> (I have some doc skills) (lol-BJ enhancer - i wish)
/ui action toolbarPane00;
/ui action cycleTargetOutward;
1) You'll notice I don't put spray in my macro. Spray tends to heal your enemies in PvP so I only use it if I am in group PvE
2) If you want this macro to repeat in a loop, add /macro OhCrapImDying; as the last line and use /dump to cancel the loop. But like it was mentioned earlier, you will run out of mind in no time flat if you loop it, unless you have some seriously good mind-regen food/drink. I honestly don't think I've actually used this macro in a while, I'm more accustomed to just flipping to the correct toolbar pane and hitting each heal as I see fit. That way if I get a heal from someone else in the meantime, I don't have to interrupt the rhythm of the fight by dumping the macro and trying to figure out where I was.
3) Keep in mind that all the /uicommands ARE CASE SENSITIVE. They need to be entered exactly as written above or they won't work. Or at least they don't work for me if I leave a cap out somewhere.
DG