Guest Followers
In RPG Maker, you have a party of actors. You can add actors to the party, or remove actors from the party at anytime. However, by default, all of the actors in the party can...
In RPG Maker, you have a party of actors. You can add actors to the party, or remove actors from the party at anytime. However, by default, all of the actors in the party can...
In RPG Maker, actors can receive exp by defeating enemies in battle. When all enemies are defeated, the victory processing will occur, and actors will receive exp from the battle. However, this means that if you...
In RPG Maker MV, you have eight basic parameters to work with for your actors Max HP max MP Attack Defense Magical Attack Magical Defense Agility Luck Parameters are managed for each class, and...
By default, RPG Maker does not support the creation of new actors during the game. When you create your game, you would set up actors in the database, and then during the game, those actors will...
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...
RPG Maker allows your actors to level up by reaching the amount of experience points required. The amount of exp required is determined by the actor’s level for their current class, and the class’ exp...