Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
RuneMate will permanently shut down on August 7, 2026
due to events outside our control. You can continue using RuneMate until this date after which it will no longer be available. Thank you to everyone that contributed to RuneMate's success and to the community for the opportunity to serve you all these years.

  • Learn about RuneMate Vault and how its zero knowledge local encryption already protects your sensitive information.
  • Edit or delete your RuneMate account from your Account Settings.
  • All account upgrade subscriptions have been cancelled. No action required.

Resolved Bank.loadPreset(1, true) doesn't work (solved)

Joined
Jul 20, 2017
Messages
12
This bug report can be ignored and the issue was caused by my own faulty coding. My apologies.

Issue: In my case, there appears to be a problem with the Bank.loadPreset() method as it does not trigger the loading of a preset. The bot just idles and no additional errors are given.
RuneMate Version: v2.51.1
Affected Games: RS3
Code Used:
Code:
Bank.loadPreset(1, true)
 
Last edited:
Joined
May 24, 2016
Messages
1,113
I use loadPreset(1, true) all the time and it works just fine. You'll have to post more code for further help.
 
Joined
Jul 20, 2017
Messages
12
I use loadPreset(1, true) all the time and it works just fine. You'll have to post more code for further help.
I found out the issue... It's quite embarrassing as it was caused by a faulty configured boolean in another section of the code. My apologies.
 
Top