Hi !
I think I won't use actors status and I'd like to show EXP in the main menu, near HP, MP, etc. A simple text like : "next level : 8750".
I think it's in rpg_windows.js > around line 584 > Window_Base.prototype.drawActorSimpleStatus = ...
Show EXP in menu
● ARCHIVED · READ-ONLY
-
-
Hmm I got it to show the exp but it only does it for the first actor...
-
Something like this?

-
Yes, exactly like this.
-
Hey Jeremy, that would be perfect. :) What plug-in did you use?
-
This is code I wrote specifically for Draw.
Can be found here:
http://pastebin.com/Wc45wTre
If there are any bugs let me know please. -
That fit right into my game, thanks so much Jeremy
-
No problem, just make sure and let me know if there are any bugs or if you would like it to be modified to fit your specific game.
-
Thank you !
I'll let you know if I find any issue. -
Is there anyway to fit the words experience in there, but below the, like this:
Next Level: 50
Experience Points
That would look better, at least in my imagination it does lol
Edit: I didn't try this, but I'm assuming /C[] for coloring letters should work, right? (cant try atm, otherwise I'd test it now :) -
Unfortunately due to the limited amount of space things get kinda crunched up.
Here you go!Spoiler
http://pastebin.com/qAdrkLQV -
oh wow, thanks so much, crunched up is beyond ok with me :) you rock
-
Is it possible to have a modified version of this where a character can tell the party how many experience points each member needs to get to the next level? I'm making a Phantasy Star game and I want the party to get this information at a church. Thanks!