Mount

Description

Causes the casting mob to summon a specified MythicMob and mount it. The caster will be set as both the owner and the parent of the summoned mob.

Attributes

Attribute Aliases Description Default
type t, mob, m The type of MythicMob to summon
stack s If the summoned mob should stack atop existing mounted entities false

Type Attribute

The MythicMob defines in type must be a valid MythicMob type (and is case-sensitive). If an invalid type is specified the skill may throw an error.

Examples

This example would summon a Mythic Mob of the type "UndeadMount" and make the caster mount it.

CallSkeletalHorse:
  Skills:
  - mount{type=UndeadMount}

Aliases

  • vehicle
Updated Aug 19, 2026