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.
- Temporary Quest — Rotating quest pool config.
Objectives
New quest tasks.
- Escort Objective — Protect NPC along a path.
- GPS Objective — Reach target with GPS guide.
Actions
Controlling missions.
- Start Escort — Begin escort mission.
- Next Checkpoint — Advance escort path.
- Stop Escort — End/Fail escort mission.
Activities
AI logic.
- Path Escort — Escort pathfinding activity.
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_*%
| Placeholder | Description |
|---|---|
%typewriter_escort_health% | NPC HP |
%typewriter_gps_distance% | Distance to target |
%typewriter_tempquest_<id>_time_remaining% | Next rotation |
Commands
| Command | Description |
|---|---|
/escort | Escort quest debug command. |
Permissions
| Permission | Description |
|---|---|
questplus.escort.debug | Debug escort quests. |