Skip to content

Gathering Tasks

Tasks involving resource gathering and item collection.

  • CollectTask — Gather items from world resource nodes.
  • CollectionCompleteTask — Complete a collection set (no YAML body properties — configure directly in XML).

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


Gather items from world resource nodes.

<이름> discriminator: 채집Task

YAML
tasks:
- taskId: 1
type: CollectTask
body:
itemId: 98765
targetCount: 5
YAML propertyTypeDescription
itemIdintCollection node / item ID to gather.
targetCountintNumber of items to collect.
targetNpcstringTurn-in NPC spec (if delivery required).
completionDialogueintDialogue ID shown on completion.
incompleteDialogueintDialogue ID shown when incomplete.
completionButtonTextstringCompletion button label.

Complete a collection set (no YAML body properties — configure directly in XML).

<이름> discriminator: 채집완료Task

YAML
tasks:
- taskId: 1
type: CollectionCompleteTask
nextTaskId: 2
journalText: "@quest:1001001"

No body properties.