Bio Engineer Archive
Thread: macro help
SEAkridge
Mon Dec 06, 2004 6:19 am
#209
I am not ingame right now, but have you tried type /dump macroname to see if that would only stop the one you named?
Dpjarrett
Sat Dec 11, 2004 7:05 pm
#211
You might want to try this question in the scout forum as they'll have better knowledge as to which drafting schematic number to use in your macro to create traps and tents. However, if you'd like to try to edit an artisan macro to use for this purpose there's one listed under the first link in the stickies section. Just follow the link about frequently asked questions and the macro link is the second or third one listed.
Good luck!
LaurnaRose
Tue Dec 14, 2004 4:24 pm
#212
go to http://lryz.tripod.com (clicky in my sig) and then to the crafters grind page. there is a full explaination on crafting macros listed there.
Vendor_Inside_TM
Sun Dec 19, 2004 3:49 am
#213
been wondering and asking round for that...
is there a way to make a macro that lets u enter a value after the command?
simple example is the tell macro, where u can enter the name/msg after the /tell is written..
id need it eg for paying maintenance and other stuff
anyone??
is there a way to make a macro that lets u enter a value after the command?
simple example is the tell macro, where u can enter the name/msg after the /tell is written..
id need it eg for paying maintenance and other stuff
anyone??
mikalar
Sun Dec 19, 2004 4:20 am
#214
there are some emote type variables that you can probably use like %TT for the name of the person targeted
Vendor_Inside_TM
Sun Dec 19, 2004 5:41 am
#215
hmm thats now what i mean..
i wanna like
push f3 (which should type /target in my chatbar)
then type a name and push enter..
for example
i wanna like
push f3 (which should type /target in my chatbar)
then type a name and push enter..
for example
4ceSensitive
Sun Dec 19, 2004 2:52 pm
#216
I think what your looking for is aliases
/alias [name] /command
there are better guides than I could write buried in game guides somehwere but a simple example of the formatis thiswhich i use tomove furniture:
/alias forward /move forward
/alias back /move back
/alias right /rotate right
/alias left /rotate left
etc
so now when I type /left it uses the command stored and so i would type /left 45 or /left 90 instead of /rotate left 45 or 90.
so for harvesters one simple one could be:
/alias admin /setpermission admin
or
/alias adm1 /setpermission admin "yourcharname1"
hope this helps
loki_silverfox
Thu Dec 23, 2004 1:25 am
#218
iam in need of help ..wantin to make a macro for dragin a a corpse and for some reason i cant seem to get it..any help would be much appreciated.
Legende
Thu Dec 23, 2004 1:44 am
#219
I don't know what the command is off-hand, but if you hover over the drag corpse button in your toolbar, or look at it's Ctrl+A info, it should show the command for it... using that command:
Assuming the command is "/drag", and the macro name is "MacroDrag", for example purposes:
/drag;
/pause 1;
/macro MacroDrag;
This will, of course, only work while you have the corpse targetted.
Assuming the command is "/drag", and the macro name is "MacroDrag", for example purposes:
/drag;
/pause 1;
/macro MacroDrag;
This will, of course, only work while you have the corpse targetted.
Message Edited by Legende on 12-22-2004 11:58 AM
loki_silverfox
Thu Dec 23, 2004 1:46 am
#220
ty so much Legende for the help that macro works great .
Anaphylaxis
Sat Jan 15, 2005 6:14 pm
#221
Hello,
I am looking for a macro that can read a text file. I have a dancer/musician that is looking to start a private buff list. I need to create a text file with names of players. The macro should be able to invite players on that list when they are near. Any help would be appreciated.
Thanks,
Anaphylaxis