#============================================================================== # Restore all stats on level up V1 # Rpg Maker VX Ace # By Bigbadke12 # [url]http://bigbadke12gaming.gameproforums.com/[/url] #============================================================================== class Game_Actor #-------------------------------------------------------------------------- # * Alias Listing #------------------------------------------------------------------------- alias_method :meph_restlvlup_gactor_lvlup, :level_up #-------------------------------------------------------------------------- # * Level Up #-------------------------------------------------------------------------- def level_up # The Usuall meph_restlvlup_gactor_lvlup # Recover all (HP, MP, Remove States) recover_all end end