
Originally Posted by
Excalin Garisk
Someone should take one for the team and make a script to trade shit from one of their mules all night till they get the results lol
input /item "whatever food" <me>;
wait 1;
input /targetnpc
input /item "Gyshal Greens";
input waits as necessary
keyboard_type \n to simulate pressing enter, only way I could find out how to do it.
insert that code into a file and name is gdrink.txt, or whatever. since you cant create loops in windower macros (to my knowledge), you'll need to make another file, gdrinkinit.txt (or whatever), with the following.
exec gdrink.txt
wait (whatever time it takes to run the script once)
paste that as many times as you want.
its annoying I know, thats how I do it >.> surely someone can find a better way.