RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[Request] Inventory Bag System

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 75
RMRK Junior
Hi
I have been looking in the forms, Google and even Yahoo for this type of script.
I have search with these names:
RPG Maker VX Script >
Bag System, Bag Equipment inventory, Inventory system, Bag stacks, Item Bag system.

Results:  Nothing found :o


My request is a script that works with Yanfly’s scripts. :/
The Inventory Bag System is a system where you can equip a bag that can hold a number of items. Some items can stack up to an amount that is set in the item note data.
Just like the script here http://rmrk.net/index.php/topic,43522.msg495248.html#msg495248
but, when the item reaches a full stack and you find more of the same item you get a new stack if there is space in the bag.
For example:  Small Leather Bag. Can hold 7 items
bag inventory:
 Wooden Sword   1/1
 Wooden Sword   1/1
 Potion                 30/30
 Potion                  4/30
 Arrows              435/500
 Plain Clothes          1/1
Here are 6 items that’s 6 out of 7 item stacks in the bag. You can hold 1 more item in the bag before it gets full. As you see I have 2 potions stacks 1 full and 1 that have 4 out of 30 potions. And weapons can’t stack just like equipment. Now you can have no bag equipped if the bag is empty. If not a message will pop up saying that the bag is full. You can equip new bags that have more bag space.
For example: You have the small leather bag equipped with the 6 items inside. You can now equip a bag with 6 or more slots but not less than 6. It’s like increasing or decreasing the limits of inventory space of what you have equipped. And items can stack and restack.

The inventory looks can look like the Item cap script but the details have to look like in Yanfly’s item script.

If you don't understand something please tell me! :)
« Last Edit: November 12, 2011, 03:26:01 PM by Dimosthennis »
MrD


**
Rep: +0/-0Level 75
RMRK Junior
Yeah I have tried it. it's very alike.
it works until I open up the item manu saying
Script 'Limited Inventory 1.1b' line 851: ArgumenError occurred.
Wrong number of arguments(2 for 0)

I even toke away yanflys item script.
Thanks for the found though :)
MrD