Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Item Healing

Add this in a new script above main

Code:
class Scene_Title
  #--------------------------------------------------------------------------
  # * Main Processing
  #--------------------------------------------------------------------------
  alias item_setup_main main
  def main
    # The Usual
    item_setup_main
    # Setup Data
    setup_data
  end
  #--------------------------------------------------------------------------
  # * Setup Data
  #--------------------------------------------------------------------------
  def setup_data
    $data_items[1].recover_hp = 10000
  end
end

Only edit the setup data method I have already added an example of setting the recover hp rate to something over 9999 see the RMXP Help File for more on the Data Structure of the Items, Weapons, Skills, Armor etc.

Untested but it should work reply if it gives you any trouble
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top