Bounty Hunter Archive
Thread: I need a macro to let me eat all my foods but never don a food macro
Page 1 of 2
Marssk
Sun Aug 21, 2005 3:41 pm
#2
assign them to toolbar slots and do /ui action toolbarSlot 00 etc etc etc
Edda_Gast
Sun Aug 21, 2005 5:02 pm
#6
/ui action toolbarPane 01
/ui action toolbarSlot 01
/ui action toolbarSlot 02
/ui action toolbarSlot 03
I think its Pane.
Mythrindir
Sun Aug 21, 2005 5:32 pm
#9
make sure the S in slot is capitalized...thats how i messed mine up originally at least.
Mythrindir
Sun Aug 21, 2005 5:43 pm
#11
did you start with the first slot being 00 (and the first pane being 00) as in in the boxes go like
00 01 02 03 04 05 06 07 08 09 10 11
and so on?
nioblack
Sun Aug 21, 2005 5:45 pm
#12
Is there a way to put them on the 2nd toolbar (ctl+2) and still access them when the 1st toolbar is active?
Vas_Morano
Sun Aug 21, 2005 5:49 pm
#13
Here is the macro I use and it works very well. You can Cut/Paste from here into your notepad in game. This macro can be placed into your Number 1 pane and will switch to the number 4 pane and then quickly back. Place all of your foods in the First 5 slots in pane 4. Good Luck friend
FoodMac_BH attack
/pause 0.25;
/ui action toolbarPane03;
/ui action toolbarSlot01;
/ui action toolbarSlot02;
/ui action toolbarSlot03;
/ui action toolbarSlot04;
/ui action toolbarSlot05;
/ui action toolbarSlot06;
/ui action toolbarPane01;
/ui action toolbarPane03;
/ui action toolbarSlot01;
/ui action toolbarSlot02;
/ui action toolbarSlot03;
/ui action toolbarSlot04;
/ui action toolbarSlot05;
/ui action toolbarSlot06;
/ui action toolbarPane01;
Forgot to tell you, /ui action toolbarPane03; is Pane 4 and /ui action toolbarPane04; is Pane 5 and so forth. You can change the pane if you already use for other.
Message Edited by Vas_Morano on 08-21-2005 05:54 PM
Page 1 of 2