Chaos Project

RPG Maker => RPG Maker Scripts => RMXP Script Database => Topic started by: Wecoc on May 25, 2013, 10:23:28 pm

Title: [XP] Wecoc's Balance Shop System
Post by: Wecoc on May 25, 2013, 10:23:28 pm
Wecoc's Balance Shop System
Authors: Wecoc
Version: 1.0
Type: Custom Shop System
Key Term: Custom Shop System



Introduction

This shop script consists of a balance between selling and buying things. It has configurable parts, using the module BalanceWecoc.
The script requires some pictures to work.



Features




Screenshots

Spoiler: ShowHide
(http://s18.postimg.org/60h5vsv61/screen.png)

(http://s18.postimg.org/xy1dt8uyx/screen_B.png)




Demo

Download Balance Shop v1.0.zip (http://share.cherrytree.at/showfile-9937/balance_shop_v10.zip)



Instructions

Module BalanceWecoc is on the top of the code.
If you want a shop were you can just sell for money use:
$game_system.just_money_sell = true


If you want a shop were you can just buy with money use:
$game_system.just_money_buy = true


There is no point to use both at the same time.

If you want a shop were you can just interchange items (not money) use:
$game_system.no_money_shop = true


Beware to set them back to 'false', there's a bug with that, you can see more details here:
http://forum.chaos-project.com/index.php/topic,938.0.html



Compatibility

Not compatible with other shop systems but yes with anything else.


Credits and Thanks




Author's Notes

If you have any problem don't hestitate to ask.