Quest Editor
  • Docs Home
  • Guides
    • Creating a Quest
      • Storywriting
      • Starting Out
      • Adding Stages
      • Stage 1
      • Stage 2
      • Stage 3
    • Creating an Enemy
    • Creating a Location
      • Creation
  • Logic Blocks
    • If Block
    • Equals Block
    • And/Or Block
    • Not Block
    • Boolean Block
    • Null Block
    • Ternary Block
  • List Blocks
    • Create Empty List Block
    • Length Of List Block
    • Create List Block
    • Find Index Block
    • Is Empty Block
    • Get In List Block
    • Edit In List Block
    • Split String Block
  • Text Blocks
    • Text Block
  • Quest Blocks
    • Quest Block
    • Continue Check Block
    • Dialog Block
    • Take Item Block
    • Has Item Block
    • Option Block
    • Option Dialog Block
    • Promise Block
    • Stage Block
    • Switch Stage Block
    • Update Quest Block
    • End Quest Block
    • Start Quest Block
    • Send Message Block
    • User Inventory Block
    • NPC Block
    • Set Adventure Block
    • Remove Adventure Block
    • New Adventure Class Block
  • Item Blocks
    • Dummy Item Block
    • Weapon Item Block
    • Healing Item Block
    • Helmet Item Block
    • Chestplate Item Block
    • Boots Item Block
    • Ring Item Block
  • Import Blocks
    • Import Adventure Block
  • Enemy Blocks
    • New Enemy Block
  • Locations Blocks
    • New Location Block
    • Search Data Block
    • Travel Data Block
Powered by GitBook
On this page
  • Parameters
  • Item List
  1. Quest Blocks

Quest Block

PreviousText BlockNextContinue Check Block

Last updated 6 years ago

The quest block creates a new quest wrapper and is needed to create a quest.

Parameters

Name

Usage

Type

Other

Level Requirement

The level that is needed to start the quest

Number

QP Requirement

The amount of quest points needed to start the quest.

Number

Members Only

If the quest is members only.

Boolean

Quest Name

The name of the quest

Text

Quest ID

The ID of the quest

Number

Start NPC

The ID of the NPC that starts the quest

Number

Filename

The internal name of the quest

Text

Stages

The amount of stages the quest has

Number

Gold Reward

The amount of gold the user will be rewarded with

Number

XP Reward

The amount of XP the user will be rewarded with

Number

Quest Point Reward

The amount of quest points the user will be rewarded with

Number

Item Rewards

The items the user gets when the quest is completed

List

Item List

The item list is special as it needs a list of lists.

See for more information

To add an item, drag two blocks into the Item Rewards parameter, attaching the second list block to the first list block.

In the second block, add two blocks and set the first one to the ID of the item you want to give, and the second one to the amount.

Create List With
Text
here
Quest Block
Quest Block With Lists
Quest Block With Items