Show EXP in menu

● ARCHIVED · READ-ONLY
Started by Draw 13 posts View original ↗
  1. 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 = ...
  2. Hmm I got it to show the exp but it only does it for the first actor...
  3. Something like this?

    Untitled_zpshuhor2je.png
  4. Yes, exactly like this.
  5. Hey Jeremy, that would be perfect. :)   What plug-in did you use?
  6. 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. 
  7. That fit right into my game, thanks so much Jeremy
  8. 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. 
  9. Thank you !

    I'll let you know if I find any issue.
  10. 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 :)
  11. Unfortunately due to the limited amount of space things get kinda crunched up.

    Spoiler
    level_zpsfdovnulq.png
    Here you go!

    http://pastebin.com/qAdrkLQV
  12. oh wow, thanks so much, crunched up is beyond ok with me :)   you rock
  13. 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!