Persistent Storage

Overview


TDN's Persistent Storage functions as a way for players to permanently store their items for retrieval at their leisure. Banks features two separate chests. One for Storage, and one for Retrieval. This is designed to avoid potential exploits. Players start with 10 free item slots (Stacks of items are acceptable), and can purchase an additional slot with the following equation for cost: 500 * (1.3 * # of Extra Slots).

Location of Bank
  • Murann: Waukeen's Walk
Purchasing Upgrades

Each bank features an Item Storage Manager who can provide details on the account status as well as sell upgrades to the item storage maximums.

proxy.php


proxy.php


Storing Items

Interact with and add items to the Storage container's inventory in order to add the items to a Persistent Database.

proxy.php


Retrieving Items

Interact with and remove items from the Retrieval container's inventory to remove from storage and add to the PC inventory. Removals of items deletes the information from the Database, to ensure that no duplication is possible.

proxy.php