Mechanic

remount

Causes the caster to remount their mount

Examples & Notes

Examples

This example is a Mythic Mob named Rider, riding a Horse. When damaged, the Rider dismounts the horse. When right clicked, the Rider will get back onto the horse.

Rider:
  Type: skeleton
  Display: 'Rider'
  Health: 12
  Mount: TestHorse
  Skills:
  - dismount ~onDamaged
  - remount ~onInteract
TestHorse:
  Type: horse
  Display: 'Test Horse'
  Health: 20

Universal Mechanic Options

Author:
Ashijin
Community-maintained documentation for the Mythic plugin ecosystem.