New account registrations are disabed. This website is now an archive. Read more here.

RPG Maker XP    Posted March 25, 2013 by Bigace360

Banking System

Introduction

The ACE Banking System allows players to deposit and withdraw money from the bank like in real life. As your money sits in the bank, the player can accumulate interest over time, increasing the amount of money in the bank. Savings bonds can also be purchase at the bank, to increase the players cash flow as well.

Features

▼ Interest Rates
● Let’s your Account grow by a certain percent every gametime hour (But it updates every frame)
▼ Savings Bonds
● Lets You purchase bonds that mature over time (in hours) and give you a direct interest amount from the bond

Screenshots

    The Code

    License Terms

    Attribution 3.0 Unported - You must attribute the work in the manner specified by the author or licensor. Commerical use allowed.

    Frequently Asked Questions

    Instructions

    To install this script, open up your script editor and copy/paste this script to an open slot below Scene_Debug, but above Main. Remember to save.

     

    ————————————–
    ▼ Creating Savings Bonds
    ————————————–
    ● To Create you own Savings Bonds, go to the module and scroll down to Section IV and then read the instructions.

     

    ————————————–
    ▼ Creating Dynamic Banks
    ————————————–
    ● You can easily make every bank in your game different, and have it’s own interest rates & available bonds.

     

    ● First, the template to call a bank is:

    call_bank(interest_rate, bonds)

     

    ● To change the interest rate for the bank, just change interest_rate to the interger amount of the interest. (5 = 5%) To leave the interest rate alone, set this value to 0. It will use the last interest rate used.
    ● For the savings bonds, bonds will be the bond ID used from the SAVINGS_BONDS hash in the script’s module. Any items placed within the array assigned to the bond ID will be sold as savings bond.

    Compatibility

    This script requires Scene_Base

    scripts that may conflict with this Engine are stated in the comments in the SECTIONS.

    For info on script order go here: Bigace360’s Script Order

    Version History

    03.24.2013 (v1.00) – Finished Script

    Credits & Thanks

    Bigace360, for the script

    Terms & Conditions

    Comments (2)

    Leave a Reply

    Bigace360

    • Posted about 12 years ago

    • Engine
      RPG Maker XP
    • Category
      Misc System
    • License
      Attribution 3.0 Unported
    • Version
      1.00

    Stats

    3,737 views

    2 comments

    Tags

    banking bigace360 custom-scene-menu