Welcome!

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

Sign up now!

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