Save-Point
Obtain Experience as You Battle - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Archives (https://www.save-point.org/forum-105.html)
+--- Forum: Creation Asylum Archives (https://www.save-point.org/forum-90.html)
+---- Forum: Scripts & Code Snippets (https://www.save-point.org/forum-92.html)
+----- Forum: RPG Maker XP Code (https://www.save-point.org/forum-93.html)
+----- Thread: Obtain Experience as You Battle (/thread-6860.html)



Obtain Experience as You Battle - Tsunokiette - 06-28-2006

Obtain Experience as You Battle
Tsunokiette
Jun 28 2006

This is a locked, single-post thread from Creation Asylum. Archived here to prevent its loss.
No support is given. If you are the owner of the thread, please contact administration.


Every face an opponent so unreasonably hard, that you end up running away? Ever think of how unrealistic it is that you did all that hard work and got no reward?

This allows you to obtain experience as you battle, realisticly, so that people who don't do damage wont get experience, and you don't have to run away without gaining any experience at all.

Only works with default Battle System, but can be easily edited to work with any battle system.

Just place this above main -

Code


Sorry for the large ammount of code, this just makes it easier than explaining all the little edits that have to be made and answering one billion questions.

The offset to this system, is that you obtain exp more realisticly. IE: those who do more damage get more exp, and you end up getting less exp overall, because more than one charcter is doing damage to the monster. To give more exp, simply give the monsters higher exp rates.

Minor Bug



EDIT: Forgot to include, but easy enough to do, go into Window_BattleResult, and in the initialization, remove the "exp," from the arguments, and @exp = exp needs to be removed as well.