DayZ
  • 🌶️FoxApo DayZ Mods
  • ⚙️Modding | Repacking
  • MODS
    • 👻CRDTN Creatures
      • Phantom
      • config.cpp
    • 💯CRDTN Core
      • File Logger
        • Logger Player Connected
      • Rest Api
        • Getting started
      • Event Handler
      • Notifications UI
      • Admin Utils
      • NPCs
    • 📺CRDTN Gui
    • 📦CRDTN Krabice
    • 🫂CRDTN Factions
    • ⁉️CRDTN Quests
      • ⁉️Getting started
      • 💻Client Side
      • 🖥️Server Side
        • ⚙️Installation
          • 🛠️Quests.json
            • ⚔️Goal
            • 🎁Reward
          • 🌎Quest Events
            • Teleport quest with quest event (server)
        • ⚙️Quest & Goal Types
          • 📜Turn-In goal
          • 📜Kill goal
          • 📜Trade goal
          • 📜Craft goal
          • 📜Action goal
          • 📜Explore goal
        • ⚙️Rewards
        • ⚙️Quest NPCs
    • 🔥CRDTN Fire Regen
      • Config
    • 🔊CRDTN Sounds
    • 🚪CRDTN Locked Doors
      • Config
      • How To
      • config.cpp
Powered by GitBook
On this page
  1. MODS
  2. CRDTN Quests
  3. Server Side
  4. Quest & Goal Types

Turn-In goal

PreviousQuest & Goal TypesNextKill goal

Last updated 1 year ago

Repeatable turn-in quest. This quest is completed right after taking.

{
      "Id": "repeatable",
      "TakerId": "lesnik",
      "QType": 1,
      "Name": "Repeatable quest",
      "Description": "This quest can be repeated every 4 hours.",
      "Goals": [
        {
          "QType": 1,
          "Description": "Talk to "
        }
      ],
      "Rewards": [
        {
          "RewardType": 1,
          "ClassName": "TF_Ammo_57",
          "Amount": 1
        }
      ],
      "IsRepeatable": true,
      "PreQuests": [],
      "RepeatDurationHours": 4
}
⁉️
🖥️
⚙️
📜
Turn In Quest Icon