Zum Hauptinhalt springen

QuestPlus

The QuestPlus Extension expands the core questing system with complex objective types like NPC escorts, path-aware GPS navigation, and rotating quest pools.

Entry Library

Configuration

Pool configuration.

Objectives

New quest tasks.

Actions

Controlling missions.

Activities

AI logic.

Quick Start

  • 1. Configure Settings — Start with the configuration entry: temporary_quest_definition. This defines global settings for the extension. → temporary_quest_definition
  • 2. Trigger Actions — Use action entries to interact with the extension: escort_start, escort_next, escort_stop. Trigger them from commands, NPCs, events, or other entries. → escort_start → escort_next

Placeholders

Prefix: %typewriter_*%

PlaceholderDescription
%typewriter_escort_health%NPC HP
%typewriter_gps_distance%Distance to target
%typewriter_tempquest_<id>_time_remaining%Next rotation

Commands

CommandDescription
/escortEscort quest debug command.

Permissions

PermissionDescription
questplus.escort.debugDebug escort quests.