Bio Engineer Archive
Thread: macro help
morticide
Thu Jan 22, 2004 9:34 pm
#131
there's no macro i know that will call a pet from your datapad
KorbinK
Wed Feb 04, 2004 8:20 pm
#132
Ok, I've used crafting macros a lot before, and this one is no different. However, when running the macro it will just say crafting session ended...no tool opening, nothing. When I try to change the /ui action toolbarSlot to a different spot on the toolbar, it doesn't even click. Even if I have NO tools, it will still say crafting session ended w'tf?? This is putting a big gimp in my profession grinding. Any ideas?
BlueMustang99
Tue Feb 24, 2004 12:32 pm
#133
Last night I tried to make a combat macro. At the end of the macro, I had the line /ui action toolbarSlot00 (where i put the macro). I thought this would loop the macro, but it didn't. What's the problem?
FWH_James
Tue Feb 24, 2004 12:55 pm
#134
The problem is you should just play the game instead of letting your computer.
Vodo-Kai
Tue Feb 24, 2004 6:17 pm
#136
I'm just starting and I'm trying to figure out how to do novice entertainer lvl ID changes to my hair.
my macro is this...
/im;
/pause 2;
/imagedesignSetValue frills 178;
/pause 4;
/ui action toolbarSlot00;
/pause 2;
/imagedesignSetValue frills 178;
/pause 4;
/ui action toolbarSlot00;
I think the frills part is wrong but I can't figure out what goes there.
I'm a twi'lek btw.
Kwee
Tue Feb 24, 2004 6:32 pm
#137
You shouldn't need the first pause. As for command questions, look through the top sticky in this forum (about text commands). Syzygy has done a lot of work figuring out and catagorizing the commands 
Vodo-Kai
Tue Feb 24, 2004 6:35 pm
#138
thanks, i've been looking all over the stickies though and the best i can find is that frills thing which doesn't work... ?
Vodo-Kai
Tue Feb 24, 2004 6:38 pm
#139
It says for twi'leks to use...
/imagedesignSetValue frills 178-185
I tryed 178, 179.. etc. but, I can't get it to work.
/sigh
Vodo-Kai
Tue Feb 24, 2004 6:43 pm
#140
wait... i think i figured it out the table i'm looking at is only for females... i'll mess around but the way things seem to work on it i bet it will be 186- something. =)
JasonK
Tue Feb 24, 2004 8:01 pm
#141
First command should be targetSelf.
Also, that /follow line is going to get you killed. You'd be better off having the macro equip a ranged weapon to get the mob to come to you then switch back to your melee weapon, otherwise you'll eventually end up out of the newb ring and attacking stuff you can't handle AFK.
Also, add in a loot command and if you have scout aharvest command.
Faellyn
Wed Feb 25, 2004 1:20 am
#143
Your command looks OK to me. The only thing I can think of is that you might have changed tool bar panes after you started the macro.