[XP] Wecoc's Balance Shop System

Started by Wecoc, May 25, 2013, 10:23:28 pm

Previous topic - Next topic

Wecoc

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


  • Balance with real-time motion

  • Item icons are displayed on the balance

  • Spriteset map is shown under the shop scene (deactivatable)

  • Money also plays in the store, not only the exchange of goods.

  • You can make "just sell for money", "just buy with money" shops and change it with script call.

  • It includes a way to make the gold icon's zoom depending on the amount of money.




Screenshots

Spoiler: ShowHide







Demo

Download Balance Shop v1.0.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


  • Wecoc




Author's Notes

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