Dungeon Alive

Added in v2.0.1.

Description

Targets every online player in the caster's dungeon instance who is still counted as alive. A player leaves the alive list when they leave the instance, or when the Lives system is enabled and they run out of lives. Takes no arguments.

Note: if the dungeon does not use the Lives system (PlayerLives is 0), nobody is ever removed from the alive list and this behaves exactly like @dungeonplayers.

Note: spectators are additionally dropped by Mythic's own selector filter for most mechanics, which is why this usually reads as "the non-spectating players" in practice. See Targeters.

Examples

CreepingDamage:
  Skills:
  - damage{amount=4} @dungeonalive ~onTimer:100

Damages the living players in the instance every five seconds, leaving spectators alone.

Aliases

  • @dalive
Updated Aug 19, 2026