Casper Gaming Developer Corner
Casper Gaming Developer Corner

[CGMZ] Quest System - Version Alpha R14

Back to Plugin

Devlog Version

Hi all, today this plugin was updated to version AlphaR14!

This version adds a plugin command to reset quests, which means you can now easily make repeatable quests! When you reset a quest, it will get reset as if the player has not yet discovered or started it. You can optionally specify if you only want the plugin command to work if the quest is finished, which can save you some eventing to check if a quest is finished (if that matters for your use case). A finished quest means either completed or failed.

This update also added statistic tracking for the quest system as a whole. It now keeps track of the total amount of quests the player has completed, started, failed, and objectives completed. If you reset a quest and complete it again, this will count as 2 completed quests for the statistic counter.

Some smaller user requests were also added. You can now set the column count in the quest board list window, you can reverse the order objectives are displayed, and you can queue a common event as a quest reward.

Version AlphaR14
  • Added plugin command to reset quest
  • Added common event reward
  • Added quest system statistic tracking
  • Added option to change quest board column count
  • Added option to reverse order objectives display

Back to Plugin