📦
Community Guide
  • README
  • ❔Faq
    • Accessing Pma
    • Level Reupload 1005 Error
    • Missing Dlls Fix
    • Package Parsing Error Android
    • Phpmyadmin And Ftp
  • 🛠️In Game Help
    • Add Mod Menu
    • Level Commands
    • Remove 6 Digit Song Limit Android
    • Remove Android Anticheat
    • Texture Pack
  • 🔐Phpmyadmin
    • Actions Explain
    • Banning
    • Basic Explanation Of The Php My Admin Tables
    • Change Default Downloads Likes
    • Create Gauntlets
    • Create Mappacks
    • Create Modip
    • Create Quests
    • Create Roles
    • Detailed Explanation Of Phpmyadmin Tables And Columns
    • Elegant Sql Fixes
    • Give Permissions
    • Placing Roles
    • Site Structure
    • PhpMyAdmin FAQ
  • Misc
    • How To Use Tools
    • Making An Old GDPS Version
  • Backend
    • How Autoban Php Works
    • How Cron Works
Powered by GitBook
On this page
  • Quests table structure
  • Creating the quest
  • Trivia

Was this helpful?

Edit on GitHub
  1. Phpmyadmin

Create Quests

Tutorial to create this PHPMyAdmin search explained in detail

Last updated 1 year ago

Was this helpful?

Quests table structure

Name
Information
Args

assignID

Add a unique number to the quest

(optional, auto-generated)

type

Number of the quest type that will be displayed in the game [1]

types: 1 = Orbs, 2 = UserCoins, 3 = Stars

amount

Amount of orbs/stars/coins to complete the quest [2]

A number

reward

Amount of diamonds that will be rewarded for completing the quest [3]

A number

name

Name of the quest that will be displayed in the game [4]

Text

Creating the quest

Learn to access phpMyAdmin: 🔐

Learn phpMyAdmin structure: 🔐

⚠ You are required to add a minimum of 3 quests, otherwise the game will not display any quest.

  1. Access to your PHPMyAdmin database and Look for "quests".

  2. Open the insert tab.

  3. Fill out all fields correctly.

  4. Click on "Go".

  5. Your quest has been created! ✨

Trivia

  • Previously the quests were configured through the config/questInfo.php file along with the chests (currently the file was renamed to dailyChests.php)

  • The first quests added by default to the Cvolton core had a name that was not at all appropriate and nothing pleasant for some peoples.

🔐
Accessing to phpMyAdmin
Site Structure
Map Pack capture in game