Battle Exp Distribution
In RPG Maker, when you defeat enemies in battle, everyone that’s alive will receive some EXP. So for example, if you defeated a slime, and the slime is worth 100 EXP, then every party member that...
In RPG Maker, when you defeat enemies in battle, everyone that’s alive will receive some EXP. So for example, if you defeated a slime, and the slime is worth 100 EXP, then every party member that...
This plugin provides some extra move route comands that might be useful. Currently, it supports the following: * moving towards a specific event * moving away from a specific event If there is anything...
In RPG Maker, when you move your character around, they will face that direction while they are moving. For example, if you move up, they will face up. If you move left, they will face left....
In RPG Maker, the “event touch” trigger allows you to create events that will execute when they touch the player. “Touch” means when they try to move in a certain direction, but are unable to move...
In RPG Maker, you have events on the map that can be triggered when the player is either standing on top of them or in front of them. When a player wishes to trigger an event,...
This plugin allows you to restrict player movement temporarily using events. By default, they can move in all four, or eight, directions. By using certain plugin commands, you can “lock” certain directions if you didn’t...