ITEM STORAGE

RPG Maker XP

Store items like a baws, or like in the Elder Scrolls.

Item Storage
Authors: game_guy
Version: 1.2
Type: Item Storage
Key Term: Misc System


Introduction

If you've ever played any of the Elder Scrolls series or Fallout series than of
course then you would have noticed the awesome item storage. This script does that

Features

  • Store and Take Items Out of Chests, Closets, ect
    Have Seperate Chests, Closets, ect
    Easy to use
    Stores Chests into Game System Instead of Variables
    Have Max Amount of Items In Chest
    Set Default Items in Chest


Screenshots

Chest 1
http://i307.photobucket.com/albums/nn318/bahumat27/chest1.png
Chest 1 Storage
http://i307.photobucket.com/albums/nn318/bahumat27/chest1storage.png
Chest 2
http://i307.photobucket.com/albums/nn318/bahumat27/chest2.png
Chest 2 Storage
http://i307.photobucket.com/albums/nn318/bahumat27/chest2storage.png

Demo

MediaFire

Script

Note:
If you use RMX-OS, you need the patch below and the main script.
module RMXOS
  module Options
    SAVE_DATA[Game_System].push('@chests')
    SAVE_DATA[Game_Chest] = ['@max', '@weapons', '@armors', '@items']
  end
end


Instructions

New and improved instructions in the script.

Compatibility

Not tested with SDK.
Compatible with RMX-OS (Must use small plugin)

Credits and Thanks

  • game_guy ~ making the system
    MightyLink ~ requesting the system


Author's Notes

Enjoy and give credits!