Show exp in main menu.

Jeremy Cannady

Coldfire
Veteran
Joined
Oct 25, 2015
Messages
449
Reaction score
268
First Language
English
Script was requested here: http://forums.rpgmakerweb.com/index.php?/topic/48739-show-exp-in-menu/

MenuNextExp.js v1.0

DownloadLink

http://pastebin.com/Wc45wTre


Jeremy Cannady
Introduction
Simple script to show the required exp in the main menu. Was a requested script for someone who doesnt want to use the actor status window.


Screenshots




 



How to Use
Put the script, must be named EquipmentRarityColors.js and needs to be Java script and not text file. If any one know of a good site to host js files let me know!



Script

//=============================================================================// MenuNextExp.js//============================================================================= /*: * @plugindesc Displays actors required exp to next level in the main menu. * @author Jeremy Cannady * * @help Displays actors required exp to next level in the main menu. * * **/ (function(){var copyOfDrawActorSimpleStatus = Window_Base.prototype.drawActorSimpleStatus; Window_Base.prototype.drawActorSimpleStatus = function(actor, x, y, width) { copyOfDrawActorSimpleStatus.call(this,actor,x,y,width); this.drawActorExp(actor, x, y + this.lineHeight() * 2);}; Window_Base.prototype.drawActorExp = function(actor, x, y, width) { width = width || 150; this.changeTextColor(this.hpColor(actor)); this.drawText("To next: " + actor.nextRequiredExp(), x, y, width, 'center');};})();
 

Author's Notes
Send a message if there is any questions or would like to re-position the window/change the text from To Next: to something else.

Disclaimer:Anyone can use my scripts for any purpose.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Profile Posts

People3_5 and People3_8 added!

so hopefully tomorrow i get to go home from the hospital i've been here for 5 days already and it's driving me mad. I miss my family like crazy but at least I get to use my own toiletries and my own clothes. My mom is coming to visit soon i can't wait to see her cause i miss her the most. :kaojoy:
Couple hours of work. Might use in my game as a secret find or something. Not sure. Fancy though no? :D
Holy stink, where have I been? Well, I started my temporary job this week. So less time to spend on game design... :(
Cartoonier cloud cover that better fits the art style, as well as (slightly) improved blending/fading... fading clouds when there are larger patterns is still somewhat abrupt for some reason.

Forum statistics

Threads
105,868
Messages
1,017,081
Members
137,582
Latest member
Spartacraft
Top