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
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#msg495248but, 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!