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.
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.
This script allows you to limit the number of times a skill or item can be used in a single battle. The use counts are reset at the end of each battle.