FtuoilXelrash / Bank-Enhanced

Bank Enhanced Mod for ACEmulator (ACE)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bank Enhanced

  • This is a Fork of the sample Mod project Bank orginaly created by aquafir
  • Demo videos on how the Mod works can be found here

This mod adds common banking options for

  • Items
  • Currency
  • Luminance

The verbs available are currently:

  • list - print current status
  • give
  • take

The available commands are:

  • /bank <verb> [name|id [amount=1|*]]
    • Bankable Items can be defined in the Settings.json with a name, WCID, and Id to use to store them as a PropertyInt64
    • /bank list prints bankable items, with the amount stored and held
    • /bank store [name|id [amount=1|*]] stores a specified amount or all available of an Item matching part of the name or all of the ID
    • /bank take [name|id [amount=1|*]] does the opposite of store
  • /cash <verb> [name]
    • Currencies items can be defined in Settings.json with a name, WCID, and cost. Deposited items do not use these values.
    • /cash list prints balance along with items available for stored currency
    • /cash give deposits all pyreals and Trade Notes
    • /cash take [name] [amount=1] withdraws an amount of the named item
  • /lum <verb>
    • /lum give deposits all
    • /lum take withdraws enough to hit max if available

Settings

  • DirectDeposit will cause coin sales to be added to the bank instead of using pyreal stacks

    • /ddt will toggle a players use of this feature in case the server wants it enabled but a player does not
  • VendorsUseBank will use banked items to complete the transaction first

  • ExcessSetToMax will reduce a quantity exceeding the max to the max amount

About

Bank Enhanced Mod for ACEmulator (ACE)

License:GNU General Public License v3.0