Dungeon Mob Count

Added in v2.0.1.

Description

Compares the number of Mythic mobs alive in the target's dungeon instance world against a threshold. Only registered Mythic mobs are counted; plain vanilla mobs never count. An optional mob filter restricts the count to a single internal name. The scan covers the whole instance world with no region filter. Under One World Dungeons several instances share a single world, so this counts mobs belonging to the other instances too. Use roommobcount when you need a count scoped to one area.

Attributes

Attribute Aliases Description Default
count c, amount, a Threshold to compare the mob count against. 0
op operator Comparison operator. See Comparison operators. >=
mob m Optional Mythic mob internal name (case insensitive). When empty, all Mythic mobs count. (empty)

Examples

KnightsCleared:
  Conditions:
  - dungeonmobcount{mob=SkeletalKnight;count=0;op==}

Passes only when zero SkeletalKnight mobs remain in the instance.

Aliases

  • dmobcount
Updated Aug 19, 2026