Hello,
Intro
I just bought RPG Maker MV 2 days ago, spent 28 hours on it, I discover everything, it's cool
I worked on a custom Web Brower based RPG for years in Ajax, then I discovered RPG Maker MV. It's in Javascript so I have some hope to write custom code and it will replace my custom work, it was too long to code the core alone. The game I'm working on is a "never-ending adventure" (without real time PvP though, I gave up on this, but I'd like players to fight vs other player's units played by IA, I will open another thread for this : leaderboard and exchange items between players, without being able to see other players on the map, just some server database data visible in menus).
Question
I want to use a daily quests system.
I can create few quests with some variables, items, switches, conditional branches, but I'd like to use a Quest framework as a base : it seems the most advanced quest plugin is Gameus' Quest System (link below), right ?
When I read the features of this plugin, it has nothing to do with a daily quest system.
When I search "daily quests rpg maker mv" on Google unfortunately there is not much results.
Is it something we cannot do with RPG Maker MV ?
I know we can do almost everything with code, but I would not recommend to do something that is totally against the aim of the software, and this is enforced when I read Yanfly giving up his ATB/CTB plugins, writing : " RPG Maker MV's source code is intentionally made for turn-based battle systems and not tick-based battle systems. Developing for tick-based battle systems is problematic for the very reason that the editor itself cannot be edited and changed through plugins."
So is daily quests something we can do ?
Also, related to this daily quests system, I started to work on a survival system, but I dont want a player to finish it in a raw, it should be temporized, for example entry cost is one special item, and this item cannot be found in the story mode, instead one of this key is given to the player every hour, every day ... with a max storage.
Thanks in advance for your help
