Skip to content

Special Tasks

Tasks for specialized game systems: cutscenes, transformations, dungeons, and events.

For properties common to all tasks (header, completion items, journal text) see the Task Overview.


Play a cinematic movie sequence.

<이름> discriminator: 동영상재생Task

YAML
tasks:
- taskId: 1
type: PlayMovieTask
body:
movieId: 1001
YAML propertyTypeDescription
movieIdintMovie / cinematic ID to play.

Transform the player or NPC using a transform template.

<이름> discriminator: 변신Task

YAML
tasks:
- taskId: 1
type: TransformTask
body:
preTransformZoneId: 100
preTransformNpcInstanceId: 63001
postTransformZoneId: 100
postTransformNpcInstanceId: 63002
templateId: 80001
YAML propertyTypeDescription
preTransformZoneIdintHunting zone ID before transformation.
preTransformNpcInstanceIdintNPC instance ID before transformation.
postTransformZoneIdintHunting zone ID after transformation.
postTransformNpcInstanceIdintNPC instance ID after transformation.
templateIdintTransform template ID.

Trigger a scripted dungeon event.

<이름> discriminator: 던전이벤트Task

YAML
tasks:
- taskId: 1
type: DungeonEventTask
body:
zoneId: 9001
YAML propertyTypeDescription
zoneIdintDungeon zone ID (mapped from zoneId).

Dark Rift world event participation task.

<이름> discriminator: 검은틈Task

YAML
tasks:
- taskId: 1
type: DarkRiftTask
body:
targetId: 90001
YAML propertyTypeDescription
targetIdintDark Rift event ID.

Collect a Guardian Legion mission reward.

<이름> discriminator: 수호자임무보상획득Task

YAML
tasks:
- taskId: 1
type: GuardianMissionRewardTask
body:
count: 1
YAML propertyTypeDescription
countintRequired reward collection count.

Achieve a target score in a Guardian Legion mission.

<이름> discriminator: 수호자임무점수획득Task

YAML
tasks:
- taskId: 1
type: GuardianMissionScoreTask
body:
targetId: 85001
YAML propertyTypeDescription
targetIdintMission ID (stored in <대륙Id> element inside mission entry).

Successfully supply items to a reputation shop.

<이름> discriminator: 납품성공Task

YAML
tasks:
- taskId: 1
type: SupplySuccessTask
body:
supplyStoreId: 95001
successCount: 10
targetId: 12345
targetCount: 5
YAML propertyTypeDescription
supplyStoreIdintReputation store ID.
successCountintNumber of successful supplies required.
targetIdintSupply item ID (mapped from targetId).
targetCountintSupply quantity.