For the complete documentation index, see llms.txt. This page is also available as Markdown.

📑QuestWorldReward

What the player receives upon completing a step in QuestWorld.txt — experience, Zen, an item, an effect/buff, or Gens contribution points.

Column

Accepted Values

Description

Num

Number

Position of this reward within the step (a step can give more than one reward).

Type

1, 2, 4, 8, or 16

1 = experience. 2 = Zen. 4 = item. 8 = effect/buff. 16 = Gens contribution points.

Index

Item ID, effect ID, or not used

Code of the given item (Type 4) or effect (Type 8).

Quantity

Number

Amount of experience, Zen, items, or contribution points.

Level

Number

Level of the given item (only for Type 4).

Opt1 / Opt2 / Opt3

Number

Options of the given item.

NewOpt

Number

Excellent option of the given item.

ReqIndex

Index number from QuestWorld.txt

Which step this reward belongs to.

ReqGroup

Group number from QuestWorld.txt

Which quest this reward belongs to.

ReqState

0 to 4

In which step state this reward is given — typically 3 (Completed).

DW / DK / FE / MG / DL / SU / RF

0, 1, or 2

0 = this class does not receive it. 1 = from the 1st evolution onwards. 2 = only from the 2nd evolution onwards.

Notes

  • ReqIndex/ReqGroup/ReqState here are not prerequisites for another quest — they point to the actual step/quest to which this reward belongs.

  • A single step can have multiple reward rows — all of them are delivered together upon completion.

Last updated