Shanghai Simple Script - Disassemble Shopmade by Shanghai
Link/ScriptClick hereIntroductionThis script creates a new scene where players can disassemble their unwanted items or break them down into something more basic. That broadsword which has been replaced by a mightier broadsword can now be broken down into various components and aid the player one last time rather than just sitting there in the inventory to rust.
How to UseTo load the disassemble shop, use the following evented script call:
CODE
$scene = Scene_Disassemble.new
Inside the shop, it will only list items with the following tag set inside of their noteboxes.
CODE
<disassemble>
weapon 1
armor 2
item 3
</disassemble>
Place this in the notebox of either an item, weapon, or armor and that item can then be disassembled into the materials you've placed in between the disassemble tags.
CompatibilityThis script is not compatible with people who don't care about database efficiency.
For more Shanghai Simple ScriptsVisit Here.