nicesandwiches
Well-known member
- Joined
- Oct 4, 2005
- RedCents
- 1,273¢
I was getting bored with clicking them so, after a quick look at Maskoi's, I made this. Then Teichou ruined everything by saying it could be done in Kiss as a Buff. Great. LOL. Still, I'm going to post it anyway because I like the name and it's my first go at making one (even though it's mainly written by someone else, I did add the right description plus the extra line and bracket... so there).
cookiemonster.mac
cookiemonster.mac
Rich (BB code):
| Nicesandwiches's Cookie Cookie Cookie (& Milk) Summoning Clickie Macro v.1 01.06.2013
Sub Main
/plugin mq2cast
:mainloop
/if (${Cursor.ID}) /autoinventory
/delay 10
/if (${Cursor.ID}) /goto :mainloop
/if (${Cast.Ready[Fresh Cookie Dispenser]}) {
/casting "Fresh Cookie Dispenser" -maxtries|2
/delay 4s
}
/if (${Cast.Ready[Warm Milk Dispenser]}) {
/casting "Warm Milk Dispenser" -maxtries|2
/delay 4s
/goto :mainloop
}
/if (${FindItemCount[Fresh Cookie Dispenser]}) /itemnotify ${FindItem[Fresh Cookie Dispenser].InvSlot} rightmouseup
/delay 4s
/if (${FindItemCount[Warm Milk Dispenser]}) /itemnotify ${FindItem[Warm Milk Dispenser].InvSlot} rightmouseup
/delay 4s
/goto :mainloop
/return

