-
Active Member
Loot Mailbox Macro(gold+items)
Heres a fun little macro to loot items out of a mailbox
/script CheckInbox() for m = GetInboxNumItems(), 1, -1 do TakeInboxItem( m ) end
Also to loot gold
/script CheckInbox() for m = GetInboxNumItems(), 1, -1 do TakeInboxMoney( m ) end
Gold one is also Posted:http://www.mmowned.com/forums/ui-mac...d-mailbox.html
All you have to do is open up your mailbox and spam the macro.
Just posted this, because i noticed on the previous thread someone was looking for grabbing items. Tried searching it but could not find anything. So hope this helps to people who don't want to install more addons.
-
Post Thanks / Like - 1 Thanks
ev0 (1 members gave Thanks to coolme for this useful post)