FAQ: Difference between revisions

35 bytes removed ,  1 October 2023
m
Bank: add missing links and fix answer to Bank Tabs question
m (Summoning: add missing links and simplify explanations)
m (Bank: add missing links and fix answer to Bank Tabs question)
Line 565: Line 565:


:A: ''Known Bug'' Currently, no native way exists. You can use this code to clear all Bank Tab icons:
:A: ''Known Bug'' Currently, no native way exists. You can use this code to clear all Bank Tab icons:
<syntaxhighlight lang="javascript">game.bank.tabIcons.clear();
:<syntaxhighlight lang="javascript">game.bank.tabIcons.clear();
for(let i=0; i<12;i++) game.bank.renderQueue.tabIcons.add(i);</syntaxhighlight>
for(let i=0; i<12;i++) game.bank.renderQueue.tabIcons.add(i);</syntaxhighlight>


(For more information, see this post: https://www.reddit.com/r/MelvorIdle/comments/yo4pn0/is_there_a_way_to_reset_chosen_bank_tab_icons/ )
:(For more information, see this post: https://www.reddit.com/r/MelvorIdle/comments/yo4pn0/is_there_a_way_to_reset_chosen_bank_tab_icons/ )


Q: I just bought a Superior Skillcape, but it's not showing up in my Quick Equip menu.
Q: I just bought a Superior Skillcape, but it's not showing up in my Quick Equip menu.


:A: No [[Throne of the Herald Expansion]] items get added to the Quick Equip menu by default. To add or remove an item from the Quick Equip menu, select the item in your Bank, click the gear icon/tab to switch to Item Settings, then click the various toggles under the Minibar Settings area.
:A: No {{Icon|Throne of the Herald Expansion}} items get added to the Quick Equip menu by default. To add or remove an item from the Quick Equip menu, select the item in your Bank, click the gear icon/tab to switch to Item Settings, then click the various toggles under the Minibar Settings area.


Q: How many [[Bank]] slots are there?
Q: How many [[Bank]] slots are there?
Line 580: Line 580:
Q: Can we get more Bank Tabs?
Q: Can we get more Bank Tabs?


:A: The devs have not hinted at the possibility, yet. If you want to use mods, keep extra savefile backups because loading errors may delete items that existed in the extra tabs.
:A: Yes, this is possible since [[V1.2]]. Additional Bank Tabs may be bought from the {{Icon|Shop}} at a price of {{GP|100000000}} each.


===Pets===
===Pets===
38

edits