+ Glasses 606 Posted June 10, 2014 (edited) Author: Mr TrivelIdea from: here Name: Open Shops Version: 1.0a Features: Instead of needing to talk to a clerk to buy items. You can buy items straight of the tables! Screenshots: Instructions: Call the item buy by using: SceneManager.call(MrTS_Open_Shop_Scene) SceneManager.scene.prepare(type, id, price) Type is: 0 - item, 1 - Weapon, 2 - Armor id is item's ID in the database price - at what value you want to sell the item to the player. Don't enter it to use default value. E.g: SceneManager.call(MrTS_Open_Shop_Scene) SceneManager.scene.prepare(1,24) Will ask if you want to buy Tyrfang sword for default price.. <Get Code Here: Link> <Blog> And now, sleeep. Edited February 20, 2015 by Glasses 8 Share this post Link to post Share on other sites
Demintika 63 Posted June 10, 2014 (edited) Haha nice idea~ Edited February 8, 2015 by Demintika Share this post Link to post Share on other sites
Blackxwolf 51 Posted February 7, 2015 Hey this is a really neat script and perfect for my next project, but I've run into an error. Whenever I put a weapon or an armor for sale, everything's fine. However, when I try to create an item for sale, I get an error message. It says Script 'Game_Interpreter' line 1411: NoMethodError occurred. undefined method 'params' for #<RPG::Item:0x31f11e0>. I still get this error with a new clean project with only this script installed so it can't be a compatibility issue and I checked if I used the right script call and if the item ID is correct. Could you help me out please? Share this post Link to post Share on other sites
+ dbchest 160 Posted February 7, 2015 this is a pretty wonderful script. i'm mad you got to it before me though. i am going to be doing something like this very soon for my personal project. Share this post Link to post Share on other sites
+ Glasses 606 Posted February 20, 2015 @Blackxwolf, Fix'd. 2 Share this post Link to post Share on other sites
WHQ 0 Posted March 3, 2015 nice scripts!this look good Share this post Link to post Share on other sites