Author: Hime
Custom Equip Types
By default, RPG Maker comes with 5 equip types: Weapon Shield Headgear Bodygear Accessory You can rename them to suit your project needs, but if you wanted to have more than 5 types of equips...
Global Event Tracker
This script uniquely tracks events throughout the game. It introduces the concept of an Event Unique Identifier, or simply an event’s uid. The uid is composed of two pieces of information -the event’s ID...
Tutorial: Using Drop Item sets to control an enemy’s drops
This tutorial explains what Drop Item Sets are and how they can be used to create unique conditions for obtaining item drops from enemies. Required Script: Drop Item Sets What is it? A “Drop...
Utils: Party Level
This script provides several utility functions for working with party levels. You can get information such as Leader level Max level Min level Median level Mode level Mean level
Enemy Param Formulas
This script allows you to use a formula to calculate an enemy’s parameters. You can use literal values or a set of variables provided for the formulas.