Tanks to Hiino for his awesome translation
This is a script for creating quests, that aims to be parameterizable and flexible. Thanks to Zangther, Hiino and Altor for their help.
Licensing
Free for any use, commercial or otherwise. Ideally, please credit the author, me (Nuki).
Installing
This script requires installing the
CustomDatabase to work. Copy the
script in your editor on top of Main, in the Materials category. You can assign it to a reserved spot, and name it however you want. I personally chose the name QuestSystem (creative!

). I advise you to prepare a script page below this one that will be used to insert the quests (I named it QuestList).
Default views screenshots
Sorry, it's in French, but the script is in English
The Quest Log
The Quest Shop
Using the script
Creating a quest
As said in the Installing chapter, it is recommended to create an empty page under the main script, for adding quests. When I talk about creating quests, I will assume that you use this quests page.
Syntax for quest creation
In order to create a quest, you simply need to add this in the quests page:
Quest.create( :id => QUEST_NUMBER, :name => "Quest name", :desc => "Quest description")This is the minimal syntax needed to create a quest. However, there exist a lot of additional parameters.
A lot of others option
This script provide a lot of additional option and the complete documentation can be found here :
https://github.com/nukiFW/RPGMaker/blob/master/QuestSystem/READMEUK.md
Thanks for your feedbacks
本贴来自国际rpgmaker官方论坛作者:Der Botaniker处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:
https://forums.rpgmakerweb.com/threads/ultra-advanced-quest-system.28493/