Artisan Archive
Thread: Macro Commands
You don't need a macro. Just drag the weapon to your hotkey, and then use that F-key to toggle the equip/unequip.
happy swigging!
Looking for anyone's assistance in finding a place that has all the macro commands and maybe explanations.
Any help will be greatly appreciated.
Chewobie of Scylia
Goto http://www.mjtnet.com/macro_scheduler.htm
Download it. Figure out where u need your mouse to click, what buttons and blah blah blah. Leave for 3 days. Come back and your a master.
Here is the script i used for making gaffi batons
Wait>3
Press F5 <--- load crafting tool and schematic
Wait>2
MouseMove>291,209 <--- move (mouse)to the resources then add it 3 times
LDblClick
Wait>1
LDblClick
Wait>1
LDblClick
Wait>1
Press Enter <--- the stupid crafting screens
Wait>1
Press Enter
Wait>1
Press Enter
MouseMove>1111,95 <----- move to the X in case it was a critical failure
LCLick
Wait>3 <----- wait 3 seconds for the status bar thing to go away then repeate.
Oh yeah i was running 5 tools with this script F5-F10. Also you can loop forever by adding a Label>Start command at the top and a Goto>Start at the bottom. Have fun.
Chewobie wrote:
Looking for anyone's assistance in finding a place that has all the macro commands and maybe explanations.
Sans explanations, type:
//
in your spacial chat. You'll get a list of all commands.
Greets ...
Here is what I have posted one of the help pages in my PA:
Macro Command for accessing tool bar:
/ui action toolbarPane00 for toolbar 1
/ui action toolbarPane05 for toolbar 6
(you can guess the others)
To equip/use someting in a tool bar:
/ui action toolbarSlotxx
where xx is a number 00-23 corresponding to slots 1-24
(assuming you've doubled your toolbar)
Amour Example: Used to equip all your armour
(put these commands in a custom macro)
Setup: Drag your Armour pieces to your 2nd tool bar (Shift-F2)
macro ArmorUp
/ui action toolbarPane01 ;go to toolbar pane
/ui action toolbarSlot00 ;equips chitin gloves
/ui action toolbarSlot01 ;equips chitin helmet
..and so on and so on..
/ui action toolbarPane00 ;returns to main toolbar pane
Grinding Example: Used to cycle through severals tools.
Setup: Drag 3 crafting tools to your 3rd tool
Place them in first 3 lower (Shift-F1,Shift-F2,Shift-F3)
/ui action toolbarPane02 ;go to 3rd toolbar
/ui action toolbarSlot12 ;opens first tool
/selectdraftschematic 67 ;should select rifle barrel
Put this macro in your F1 slot
Create 2 more for your F2 and F3 slots
to access the tools in the Shift-F2 and Shift-F3 slots.
To grind:
F1, double-click (on resource), double-click (on resource), enter, enter enter
F2, double-click (on resource), double-click (on resource), enter, enter enter
F3, double-click (on resource), double-click (on resource), enter, enter enter
This should save several seconds from each of your combines.
Hero out
Bump
Thank for the macro, but i am still looking for a way to see all the commands that can be used in the nacro's. I tried the // to chat logging on but it didnt go anywhere. Where can i find the entire list.
Go to your Star Wars Galaxies folder and then go to the folder that has the name of your server. In that folder you should see a file named either [yourname]chatlog.txt or [yourrace]chatlog.txt, I don't really recall off hand the exact way they named the files. Or just do a search on all of the Star Wars Galaxies folder and subfolders for a file by the name of *log.txt and you should find your log.
Chewobie wrote:
Bump
Thank for the macro, but i am still looking for a way to see all the commands that can be used in the nacro's. I tried the // to chat logging on but it didnt go anywhere. Where can i find the entire list.