public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

[solve]yanfly status Remove expinfo

BMM Archive · July 15, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: [solve]yanfly status Remove expinfo
  • Original author: pasunna
  • Original date: March 12, 2019
  • Source thread: https://forums.rpgmakerweb.com/threads/solve-yanfly-status-remove-expinfo.106724/
  • Source forum path: Game Development Engines > RPG Maker Javascript Plugins > Javascript/Plugin Support

Summary

find code in status plugin and use // to turn of draw exp Code: Window_StatusInfo.prototype.drawGeneral = function() { var dx = this.standardPadding() / 2;

Archived First Post

find code in status plugin and use // to turn of draw exp
Code:
Window_StatusInfo.prototype.drawGeneral = function() {
        var dx = this.standardPadding() / 2;
        var dy = this.lineHeight() / 2;
        var dw = (this.contents.width - this.standardPadding()) / 2;
        var dh = this.lineHeight();
        var text;
        this.changeTextColor(this.systemColor());
        this.drawText(Yanfly.Param.StatusParamText, dx, dy, dw, 'center');
        dx += this.contents.width / 2;
        //this.drawText(Yanfly.Param.StatusExpText, dx, dy, dw, 'center');
        this.drawGeneralParam(dx, dy, dw, dh);
        //this.drawGeneralExp(dx, dy, dw, dh);
};



------------------

I do another level system like buy level buy gold
so I don't want the experience info
how do I get rid of the right area of this status plugin
thank you
Protected download

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

Referenced Images / Attachments

Capture.JPG
Capture.JPG
Creator Claims / Removal

If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.

#rpg-maker-archive#js-support

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar