• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Script: [v20] Real Quest System - A simples quest system to Essentials

  • 11
    Posts
    10
    Years
    Hello people!

    Today I bring you a quest system that I created for my game and I decided to turn it into a plugin for anyone who wants it.

    [PokeCommunity.com] [v20] Real Quest System - A simples quest system to Essentials
    [PokeCommunity.com] [v20] Real Quest System - A simples quest system to Essentials


    Code here -> Github.

    Install

    First of all, install the Real Core by clicking here. This is mandatory.

    You can download this repository by click on Code blue button and next on Donwload ZIP option.

    In your PC, move the all content of Real Quest System folder to your project folder.

    That's it.

    Settings

    In the 000_settings.rb file, you will found some options to customize the plugin.

    Create your quests by adding news lines follow the template in the settings file.

    Turn USE_GENERATION_IV_STYLE setting into true for the plugin to stay with the fourth generation visual style.

    Turn the DEBUG_MODE setting into true, on Real Core plugin, to show debug messeges on debug console.

    How to use

    Use the script Real.addQuest(:YOUR_QUEST_ID_HERE) to add a quest to your players TO-DO list.

    Use the script Real.completeQuest(:YOUR_QUEST_ID_HERE) to set complete a quest in your players TO-DO list.

    Use the script Real.removeQuest(:YOUR_QUEST_ID_HERE) to remove a quest of your players TO-DO list.

    Use the script Real.isQuestCompleted(:YOUR_QUEST_ID_HERE) to check if the player complete the quest.

    To call TO-DO List screen, press the key that you set in settings file. By default this key is O (of Olive).

    WARNING

    - The Real Core plugin is required to use all of my plugins.
    - The Generation IV style is a test, and it may not work as expected.

    If you find errors or want improvements just comment below :)
     
    Last edited:
    Hello people!

    Today I bring you a quest system that I created for my game and I decided to turn it into a plugin for anyone who wants it.

    [PokeCommunity.com] [v20] Real Quest System - A simples quest system to Essentials
    [PokeCommunity.com] [v20] Real Quest System - A simples quest system to Essentials


    Code here -> Github.

    Install

    First of all, install the Real Core by clicking here. This is mandatory.

    You can download this repository by click on Code blue button and next on Donwload ZIP option.

    In your PC, move the all content of Real Quest System folder to your project folder.

    That's it.

    Settings

    In the 000_settings.rb file, you will found some options to customize the plugin.

    Create your quests by adding news lines follow the template in the settings file.

    Turn USE_GENERATION_IV_STYLE setting into true for the plugin to stay with the fourth generation visual style.

    Turn the DEBUG_MODE setting into true, on Real Core plugin, to show debug messeges on debug console.

    How to use

    Use the script Real.addQuest(:YOUR_QUEST_ID_HERE) to add a quest to your players TO-DO list.

    Use the script Real.completeQuest(:YOUR_QUEST_ID_HERE) to set complete a quest in your players TO-DO list.

    Use the script Real.removeQuest(:YOUR_QUEST_ID_HERE) to remove a quest of your players TO-DO list.

    Use the script Real.isQuestCompleted(:YOUR_QUEST_ID_HERE) to check if the player complete the quest.

    To call TO-DO List screen, press the key that you set in settings file. By default this key is O (of Olive).

    WARNING

    - The Real Core plugin is required to use all of my plugins.
    - The Generation IV style is a test, and it may not work as expected.

    If you find errors or want improvements just comment below :)
    I've been using the script and its nice but I've come into a weird problem when using it with Pokémon essentials version 21.1 the actual menu to read the quest is just a black background screen. I've tried changing out the image and it is still just solid black. Does anyone know a fix.[PokeCommunity.com] [v20] Real Quest System - A simples quest system to Essentials
     
    He estado usando el script y es bueno, pero me encontré con un problema extraño al usarlo con Pokémon Essentials versión 21.1: el menú real para leer la misión es solo una pantalla de fondo negra. Intenté cambiar la imagen y sigue siendo completamente negra. ¿Alguien sabe cómo solucionarlo?View attachment 160161
    Pudiste solucionarlo? Tengo el mismo error.
     
    Back
    Top