- 11
- Posts
- 10
- Years
- Porto Alegre, Brazil
- Seen Aug 11, 2024
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.
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 :)
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](https://i.imgur.com/s1wEhRe.png)
![[PokeCommunity.com] [v20] Real Quest System - A simples quest system to Essentials [PokeCommunity.com] [v20] Real Quest System - A simples quest system to Essentials](https://i.imgur.com/o3YtnFJ.png)
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: