Dungeon Mobs

Added in v2.0.1.

Description

Targets every Mythic mob in the caster's dungeon instance world. An optional mob filter restricts the selection to a single internal name (case insensitive).

One-world warning: under Experimental.OneWorldDungeons every concurrent instance shares one world, and this targeter scans the whole world without checking instance bounds. A skill cast in one party's run will also hit the Mythic mobs in every other party's run in the same world. Prefer @room or a radius targeter there.

Note: the casting mob is never in its own @dungeonmobs result, because Mythic's TargetSelf default is false. Add targetself=true to include it.

Attributes

Attribute Aliases Description Default
mob m Optional Mythic mob internal name to restrict targeting to. When empty, all Mythic mobs are targeted. (empty)

Examples

WipeAdds:
  Skills:
  - damage{amount=9999} @dungeonmobs{mob=EliteSkeleton} ~onSignal:enrage

Kills only the EliteSkeleton mobs anywhere in the instance world. Leave off mob to hit every Mythic mob. Read the one-world warning above before using this in a shared world.

Aliases

  • @dmobs
Updated Aug 19, 2026