Skip to main content

MythicMobs

The MythicMobs Extension provides deep integration with the MythicMobs plugin. It allows you to spawn custom mobs, execute complex skills, listen to mob-specific events, and manage Mythic Spawners directly within your TypeWriter scripts.

Key Features

  • Entity Management — Spawn and despawn MythicMobs dynamically. Support for level and stance management.
    • Skill Execution — Trigger any MythicMob skill directly from TypeWriter actions or cinematics.
    • Event System — Reactive triggers for mob death, target kills, and player interactions.
    • Spawner Control — Activate, deactivate, and manage Mythic Spawners programmatically.

Entry Library

Actions

Direct commands to interact with MythicMobs.

Events

Triggers responding to MythicMob activities.

Cinematics

Scripted sequences involving MythicMobs.

Facts & Systems

Objectives

Track quest progress related to MythicMobs.

  • Mob Kill — Kill specific MythicMobs entities.

External Dependencies

Required: MythicMobs - The core plugin for custom mob and skill definitions. :::

Related: MythicMobs NPC Extension for using MythicMobs as interactive characters. :::

Quick Start

  • 1. Trigger Actions — Use action entries to interact with the extension: spawn_mob, despawn_mob, execute_skill. Trigger them from commands, NPCs, events, or other entries. → spawn_mob → despawn_mob