Difference between revisions of "More Quests (YEP)"

From Yanfly.moe Wiki
Jump to navigation Jump to search
Line 58: Line 58:
  
 
</nowiki>
 
</nowiki>
 +
 +
<!-- This is a comment, remove the arrows surrounding this for the categories you want to show -->
 +
<!-- [[Category: RPG Maker MV Core Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Battle Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Item Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Skill Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Equip Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Status Menu Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Gameplay Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Movement Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Quest Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Options Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Eventing Plugins]] -->
 +
[[Category: RPG Maker MV Utility Plugins]]
 +
<!-- [[Category: RPG Maker MV Mechanical Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Visual Plugins]] -->
 +
[[Category: RPG Maker MV Menu Plugins]]
 +
<!-- [[Category: RPG Maker MV Message Plugins]] -->
 +
[[Category: RPG Maker MV Quality of Life Plugins]]
 +
<!-- [[Category: RPG Maker MV Plugin Tips & Tricks]] -->
 +
<!-- [[Category: Action Sequences (MV)]] -->
 +
<!-- [[Category: Comment Tags (MV)]] -->
 +
<!-- [[Category: Main Menu Manager Integration (MV)]] -->
 +
<!-- [[Category: Notetags (MV)]] -->
 +
<!-- [[Category: Options Core Integration (MV)]] -->
 +
<!-- [[Category: Plugin Commands (MV)]] -->
 +
<!-- [[Category: Script Calls (MV)]] -->
 +
<!-- [[Category: Text Codes (MV)]] -->

Revision as of 14:57, 27 June 2019

Welcome to the wiki! This is where you can find resources from Yanfly.moe, Ækashics.moe,
VisuStella, Caz Wolf, Fallen Angel Olivia, Atelier Irina, and other affiliated content creators.



Download

System

This is a plugin created for RPG Maker MV.

For help on how to install plugins, click here.

For help on how to update plugins, click here.

Got errors with your RPG Maker MV plugin? Click here.


Masterarbeit Writer

Required Plugins

The following plugins are required in order to use this plugin.

Place the following plugins above this plugin located in the Plugin Manager.

Yanfly Engine Plugins

This plugin is a part of the Yanfly Engine Plugins library.


Introduction

This plugin requires YEP_QuestJournal. Make sure this plugin is located
under YEP_X_MoreQuests1 in the plugin list.

By default, the YEP_QuestJournal plugin comes with 100 quest entries that
you can make and insert into your game. And depending on the RPG being made,
100 quest entries just might not be enough. This plugin is a part of a
series of extension plugins made for the Yanfly Engine Plugins Quest Journal
System to allow for a higher quest quantity than just 100.

YEP_X_MoreQuests1 will add quests 101 to 1000.
YEP_X_MoreQuests2 will add quests 1001 to 2000.
YEP_X_MoreQuests3 will add quests 2001 to 3000.
YEP_X_MoreQuests4 will add quests 3001 to 4000.
YEP_X_MoreQuests5 will add quests 4001 to 5000.
YEP_X_MoreQuests6 will add quests 5001 to 6000.
YEP_X_MoreQuests7 will add quests 6001 to 7000.
YEP_X_MoreQuests8 will add quests 7001 to 8000.
YEP_X_MoreQuests9 will add quests 8001 to 9000.
YEP_X_MoreQuests10 will add quests 9001 to 10000.

These extension plugins also come with a new feature: automatic batch data.
For every set of 100 quests, you can set a default type, difficulty, from,
and location data for them. Quest entries that have |- = AUTO=-| in those
respective fields will draw data from the batch set's default data. How you
wish to use this will be up to you!

Changelog

Version BETA:
- Started Plugin!