Class Graphics
This script allows you to change an actor’s face and character graphics depending on the actor’s current class. Each class that your actor can change to can potentially have its own set of faces...
This script allows you to change an actor’s face and character graphics depending on the actor’s current class. Each class that your actor can change to can potentially have its own set of faces...
This script allows you to reflect a percentage of all damage received back to the attacker. The damage you actually take is the difference between the received damage and the reflected damage.
RPG Maker comes with switches and variables that are primarily used for data control and logic flow. Furthermore, it would be convenient to users if script options can be assigned to these switches or...
This script provides “patching” functionality for the game. This allows you to distribute updates to your game without asking your clients to download the entire game. Patches are done by creating a “Patch” folder that is...
This script allows you to use a formula to calculate how much gold is obtained from an enemy.
This script allows you to use a formula to calculate how much exp is obtained from an enemy.