Entertainer Archive
Thread: food/drink macro
Page 2 of 2
MusicalDina
Thu Dec 16, 2004 7:53 am
#14
It isnt something you can do easily. And even if you did write a macro for it, you would run out, and have to drag some more to your toolbar.
If you want a macro to do this, just write one as follows
/ui action toolbarSlot11;
/pause however long you want;
/ui action toolbarSlot12;
put the food/drink in slot f10 top and put the macro in slot f11 on top.
Note: this cannot be used by AFK people as the food runs out it will not work anymore.
To my knowledge there is no way to just write /ui action drink or anything.
that is why afk doctor buffstypically do not use bivoli. besides that it gets really expensive.
Tralmek
Thu Dec 16, 2004 11:22 am
#15
Just filling up two of the bars with Accarragm (24 bottles) it would be possible to keep a bot running on full for four full days (about 96 hours). I think it would be well-worth a bot owner's time and moneyto set that up. Assuming all toolbars were set up properly and timed correctly (also no server resets), a bot theoretically could goAFK for 24 days and never have to worry about the loss of action messing up its macros.
MyT_Chicken
Thu Dec 16, 2004 12:47 pm
#16
large64 wrote:
i would like a macro for drinking Accarragm, but everyting i try (macro noob) doesn't work!! can anyone help me out with one that does work???
thanks in advance
Drag your accarragm into your F12 spot.
Ctrl+A > Macro > New
Name : whatever
/ui action toolbarSlot11;
/pause xx;
/macro whatever;
Why you would want to do this is beyond me, but I guess if you really want to reload your toolbar all the time feel free.
Fragpuppie
Fri Dec 17, 2004 1:50 am
#17
Tralmek wrote:
Just filling up two of the bars with Accarragm (24 bottles) it would be possible to keep a bot running on full for four full days (about 96 hours). I think it would be well-worth a bot owner's time and moneyto set that up. Assuming all toolbars were set up properly and timed correctly (also no server resets), a bot theoretically could goAFK for 24 days and never have to worry about the loss of action messing up its macros.
Even one decent bottle of Accarragm can get you half a day. Also there are other things to worry about messing up the macros....like the /change bug.
Fragpuppie Uber
Master Entertainer, Master Musician
Founding Member - Frag's Puppies
Contact S'ita for bookings
President and CEO - Fragpuppie Enterprises and Uber Instruments
Coronet, Corellia, Chilastra
Nifty
Sat Dec 18, 2004 4:04 pm
#18
the accarragm I have is a349 buff thatlasts over 49 minutes and comes in stacks of 18. One stack = 15 hours of usage. Don't really have to reload it all that often. bought a crate of those for 6k off the bazaar.
wish we had this stuff when I mastered music and entertainer at launch! 
Merauder
Sun Dec 19, 2004 12:33 pm
#19
I whack a bottle in the slot 12 (accessed by /ui action toolbarSlot11), and then have the macro
--- macro: drunk ----
/echo Drinking Accarragm!;
/ui action toolbarSlot11;
/pause 2400;
/macro drunk
---- end macro ----
I prefer the /macro command over the ui action to loop macros. If you wanted to make it last longer, you could put a bottle on slot 12, another on slot 11, and use this version:
--- macro: drunk ----
/echo Drinking Accarragm! (slot 12);
/ui action toolbarSlot11;
/pause 2400;
/echo Drinking Accarragm! (slot 11);
/ui action toolbarSlot10;
/pause 2400;
/macro drunk
---- end macro ----
--- macro: drunk ----
/echo Drinking Accarragm!;
/ui action toolbarSlot11;
/pause 2400;
/macro drunk
---- end macro ----
I prefer the /macro command over the ui action to loop macros. If you wanted to make it last longer, you could put a bottle on slot 12, another on slot 11, and use this version:
--- macro: drunk ----
/echo Drinking Accarragm! (slot 12);
/ui action toolbarSlot11;
/pause 2400;
/echo Drinking Accarragm! (slot 11);
/ui action toolbarSlot10;
/pause 2400;
/macro drunk
---- end macro ----
Page 2 of 2