Saltar al contenido principal

on_mythic_mob_loot

When a player loots an item from a MythicMob — event entry.

Entry Information

PropertyValue
Entry IDon_mythic_mob_loot
TypeEvent
ColorYellow
Iconfa6-solid:treasure-chest

Fields

FieldTypeDescription
mobNameStringOnly trigger when a specific MythicMob dies. Leave empty to match any mob.
itemVar<Item>Only trigger when a specific item is looted. Leave empty to match any item.
minLevelVar<Int>Only trigger when the mob is at or above this level. Leave at 0 to ignore level.

Usage Example

- entry: on_mythic_mob_loot
name: "When a player loots an item from a MythicMob"
mobName: ""
item: ""
minLevel: 0