2 item click macro (milk and cookies)

jodwop

Lifetimer
Joined
Oct 26, 2006
Messages
463
Reaction score
2
Points
0
The original code is by Hardone from post Summonitem mac . I was tired of having 2 macros that did the exact same thing. I also had wasted time while items were in cooldown. So now I tweaked his code and it clicks both the milk and the cookie dispenser back and forth until item count is reached. Opens bags and closes at end. Possible future additions might be to open specific bags and place summoned item in a specific bag slot. suggestions, comments advice are welcome. Have fun.
 

Attachments

  • milk_cookie.mac
    1.4 KB · Views: 19
Mq2Melee:

Code:
downflag0=1
downflag1=1
downflag2=1
downflag3=1
downshit0=/if (!${Me.Invis} && !${Me.Moving} && ${FindItemCount[=Fresh Cookie]}<20 ) /casting 71979|Item
downshit1=/if (${Cursor.Name.Find[Fresh Cookie]}) /autoinventory
downshit2=/if (!${Me.Invis} && !${Me.Moving} && ${FindItemCount[=Warm Milk]}<20 ) /casting 52191|Item
downshit3=/if (${Cursor.Name.Find[Warm Milk]}) /autoinventory