Skip to content

Activity Tasks

Tasks involving player activities: objects, item use, social actions, and minigames.

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


Interact with a world object.

<이름> discriminator: 오브젝트동작Task

YAML
tasks:
- taskId: 1
type: ObjectActionTask
body:
objectId: 50001
YAML propertyTypeDescription
objectIdintWorld object ID to interact with.

Use a specific item from inventory.

<이름> discriminator: 아이템사용Task

YAML
tasks:
- taskId: 1
type: UseItemTask
body:
itemId: 98
YAML propertyTypeDescription
itemIdintItem to use.

Perform an emote or social action, optionally targeting an NPC.

<이름> discriminator: 소셜Task

YAML
tasks:
- taskId: 1
type: SocialTask
body:
socialId: 10001
npcId: "64,63001"
YAML propertyTypeDescription
socialIdintSocial action / emote ID.
npcIdstringTarget NPC. Composite format: "huntingZoneId,templateId". Optional.

Successfully catch fish a specified number of times.

<이름> discriminator: 낚시성공Task

YAML
tasks:
- taskId: 1
type: FishingSuccessTask
body:
fishingMethod: "normal"
successCount: 5
YAML propertyTypeDescription
fishingMethodstringFishing method type.
successCountintNumber of successful catches required.

Complete an in-game minigame.

<이름> discriminator: 미니게임완료Task

YAML
tasks:
- taskId: 1
type: MinigameCompleteTask
body:
targetId: 70001
YAML propertyTypeDescription
targetIdintMinigame ID (mapped from targetId).