Anonymous

Bank: Difference between revisions

From Melvor Idle
487 bytes added ,  13 February 2023
Update for v1.1.1
(Update for v1.0.3)
(Update for v1.1.1)
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{V|1.0.3}}
{{V|1.1.1}}
[[File:Bank Slot (upgrade).svg|thumb|right|Bank]]
[[File:Bank Slot (upgrade).svg|thumb|right|Bank]]
The '''{{PAGENAME}}''' is where the player's [[Table of Items|items]] are stored.
The '''{{PAGENAME}}''' is where the player's [[Table of Items|items]] are stored.
Line 11: Line 11:
Clicking on an item opens a panel with various options depending on the item type:
Clicking on an item opens a panel with various options depending on the item type:
* All items have the option to be sold for [[GP]]. The number to be sold can be changed by either clicking on the quantity slider, typing the desired quantity, or clicking on "All but 1"/"All". Many items can be sold at once using the "Toggle Sell Mode" button near the top of the bank.
* All items have the option to be sold for [[GP]]. The number to be sold can be changed by either clicking on the quantity slider, typing the desired quantity, or clicking on "All but 1"/"All". Many items can be sold at once using the "Toggle Sell Mode" button near the top of the bank.
* Locking prevents items from accidentally getting sold, and prevents accidental burying of [[Prayer#Bones|Bones]]. This can be done by clicking the lock icon while an item is selected. To sell locked items, unlock them first.
* Locking prevents items from accidentally getting sold, prevents accidental burying of [[Prayer#Bones|Bones]], and prevents accidental opening of [[Chest Loot Tables|Chests and containers]] through double-clicking/tapping them in the bank. This can be done by clicking the lock icon while an item is selected. To sell locked items, unlock them first.
* [[Equipment#Weapons|Weapons]], [[Equipment#Helmets|armour]] and [[food]] can be equipped for use in [[combat]], or to assist with skills. Double clicking an item will also equip it to the active equipment set.
* [[Equipment#Weapons|Weapons]], [[Equipment#Helmets|armour]] and [[food]] can be equipped for use in [[combat]], or to assist with skills. Double clicking an item will also equip it to the active equipment set.
* [[Prayer#Bones|Bones]] can be buried to gain [[prayer]] points, note that bones must be unlocked before they can be buried.
* [[Prayer#Bones|Bones]] can be buried to gain [[prayer]] points, note that bones must be unlocked before they can be buried.
Line 23: Line 23:
<!-- Generated using the following JS:
<!-- Generated using the following JS:
var bankSearchCat = new Set();
var bankSearchCat = new Set();
items.forEach((i, idx) => {
game.items.forEach((i, idx) => {
if (i.category !== undefined) bankSearchCat.add(i.category);
if (i.category !== undefined && i.category !== 'TODO') {
if (i.type !== undefined) bankSearchCat.add(i.type);
const s = i.category.split(":");
bankSearchCat.add(s[s.length - 1]);
}
if (i.type !== undefined && i.type !== 'TODO') {
const s = i.type.split(":");
bankSearchCat.add(s[s.length - 1]);
}
});
});
console.log('* ' + Array.from(bankSearchCat).sort((a, b) => a > b).join('\n\r* '));
console.log('* ' + Array.from(bankSearchCat).sort((a, b) => a > b).join('\n* '));
--><div style="column-count: 3">
--><div style="column-count: 3">
* Ammo
* Ammo
Line 54: Line 60:
* Dungeons
* Dungeons
* Easter
* Easter
* Enchanted Urn
* Equipment
* Equipment
* Essence
* Events
* Events
* Familiar
* Familiar
* Farming
* Farming
* Firemaking
* Fish
* Fish
* Fishing
* Fishing
Line 68: Line 77:
* General
* General
* Golbin Raid
* Golbin Raid
* Hats
* Helmet
* Helmet
* Herb
* Herb
Line 77: Line 87:
* Leather
* Leather
* Lemon
* Lemon
* Lime
* Limes
* Logs
* Logs
* Magic Armour
* Magic Armour
Line 95: Line 107:
* Ranged Weapon
* Ranged Weapon
* Raw Fish
* Raw Fish
* Resource
* Ring
* Ring
* Rune
* Rune
Line 109: Line 122:
* Special Ring
* Special Ring
* Summoning
* Summoning
* Superior Gem
* Thieving
* Thieving
* Token
* Token
* Township
* Trimmed Armour
* Trimmed Armour
* Unstrung Bows
* Unstrung Bows
* Urn
* Weapon
* Weapon
* Woodcutting</div>
* Woodcutting</div>


== Bank Slots ==
== Bank Slots ==
At the start of the game only 12 bank slots are available, but the player can purchase more bank slots from the [[Shop]]. The cost of bank slots increases after every purchase to a cap of {{GP|5000000}}, which occurs when 118 bank slots have been purchased. In addition, {{ItemIcon|Bank Slot Token|Bank Slot Tokens}} can be used to increase your bank capacity by 1. [[Hardcore|Hardcore Mode]] has a {{HardcoreBankMax}} bank slot limit from the Shop, but {{ItemIcon|Bank Slot Token|Bank Slot Tokens}} can still be used.
At the start of the game only 12 bank slots are available, but the player can purchase more bank slots from the [[Shop]]. The cost of bank slots increases after every purchase to a cap of {{GP|5000000}}, which occurs when 118 bank slots have been purchased. In addition, {{ItemIcon|Bank Slot Token|Bank Slot Tokens}} can be used to increase your bank capacity by 1, using these tokens does not increase the cost of bank slots purchased from the [[Shop]]. [[Hardcore|Hardcore Mode]] has a {{HardcoreBankMax}} bank slot limit from the Shop, but {{ItemIcon|Bank Slot Token|Bank Slot Tokens}} can still be used.
 
[[Category:Manual Tables]]
{| class="wikitable sortable"
{| class="wikitable sortable"
!Upgrade
!Upgrade