Bounty Hunter Archive
Thread: is there a way to macro food consumption?
i use one button on my #1 toolbar to macro all my foods, which i line up on the top row of my #2 toolbar. this hits all the foods and returns to my main toolbar in an instant. its basically the old armor macro
/ui action toolbarPane01;
/ui action toolbarSlot00;
/ui action toolbarSlot01;
/ui action toolbarSlot02;
/ui action toolbarSlot03;
/ui action toolbarSlot04;
/ui action toolbarSlot05;
/ui action toolbarSlot06;
/ui action toolbarSlot07;
/ui action toolbarSlot08;
/ui action toolbarSlot09;
/ui action toolbarSlot10;
/ui action toolbarSlot11;
/ui action toolbarPane00;
that dont work for me. anything more than toolbarSlot04 gets droped. had the same problem with armor macro and had to split it into multiple macros.
Beercules wrote:
i use one button on my #1 toolbar to macro all my foods, which i line up on the top row of my #2 toolbar. this hits all the foods and returns to my main toolbar in an instant. its basically the old armor macro
/ui action toolbarPane01;
/ui action toolbarSlot00;
/ui action toolbarSlot01;
/ui action toolbarSlot02;
/ui action toolbarSlot03;
/ui action toolbarSlot04;
/ui action toolbarSlot05;
/ui action toolbarSlot06;
/ui action toolbarSlot07;
/ui action toolbarSlot08;
/ui action toolbarSlot09;
/ui action toolbarSlot10;
/ui action toolbarSlot11;
/ui action toolbarPane00;
Try some pauses. /pause .5
1/2 second every 4 foods. Might work, who knows. Besides, do you consume more than 4 foods at time? Do they really stack?
robpro wrote:
that dont work for me. anything more than toolbarSlot04 gets droped. had the same problem with armor macro and had to split it into multiple macros.
Beercules wrote:
i use one button on my #1 toolbar to macro all my foods, which i line up on the top row of my #2 toolbar. this hits all the foods and returns to my main toolbar in an instant. its basically the old armor macro
/ui action toolbarPane01;
/ui action toolbarSlot00;
/ui action toolbarSlot01;
/ui action toolbarSlot02;
/ui action toolbarSlot03;
/ui action toolbarSlot04;
/ui action toolbarSlot05;
/ui action toolbarSlot06;
/ui action toolbarSlot07;
/ui action toolbarSlot08;
/ui action toolbarSlot09;
/ui action toolbarSlot10;
/ui action toolbarSlot11;
/ui action toolbarPane00;
it should work