SHOW_LOOT_TOAST

From Warcraft Wiki
Jump to navigation Jump to search

Fired upon receiving fancy loot (LFR, bonus rolls, containers like pet battle supplies).

SHOW_LOOT_TOAST: typeIdentifier, itemLink, quantity, specID, sex, personalLootToast, toastMethod, lessAwesome, upgraded, corrupted

Payload

typeIdentifier
string : ["item", "money", "currency"]
itemLink
string : ItemLink
quantity
number - Quantity of item/money (in copper) received.
specID
number
sex
number
personalLootToast
boolean
toastMethod
number
lessAwesome
boolean
upgraded
boolean
corrupted
boolean - Whether the item is touched by N'Zoth's influence.

Patch changes

Battle for Azeroth Patch 8.3.0 (2020-01-14): Added corrupted param.
Battle for Azeroth Patch 8.2.0 (2019-06-25): Added toastMethod param.
Mists of Pandaria Patch 5.0.4 (2012-08-28): Added.