Jedi Archive
Thread: Panic macro?
Page 1 of 1
valdimor
Sat Sep 03, 2005 9:25 am
#1
Hi, can some one plz tell me how to setup a panic macro that will eat 4-5 foods or spices with one push of a button. I know i need to have all my foods in the toolbar so lets say i have them in f1 f2 f3 f4 and f5. thnks
ther34p
Sat Sep 03, 2005 9:32 am
#2
/ui action toolbarPane00; (00 is toolbar 1 , 01 is 2 etc) this makes sure it switches to the right toolbar
/pause 0.25;
/ui action toolbarSlot00; (00 is F1's slot , 01 is F2 etc. 12 is Shift-F1 (or second row, first slot)
/pause 0.1;
/ui action toolbarSlot01; (to eat the next etc)
add a few lines as needed, I use the /pause for lag issues, but some say they are not required.
ther34p
Sat Sep 03, 2005 9:35 am
#3
To activate, just drag the icon of the macro to a toolbarslot, or bind it in the keymap. I use the ` key for mine, as it is just there :-)
Page 1 of 1