[macro]1 {Loot Alarm} When.SystemMessage(UP, ITEM NAME) Exit() {UP} Misc.Alert(Loot) Exit()[/macro]
Just edit "ITEM NAME" for the item u want, if u want more items just copy and paste the same macro and just change the item name.
Like loot1, loot2, loot3 etc.
Code:
When.SystemMessage(UP, ITEM NAME)
Exit()
{UP}
Misc.Alert(Loot)
Exit()
Just edit "ITEM NAME" for the item u want, if u want more items just copy and paste the same macro and just change the item name.
Like loot1, loot2, loot3 etc.