PDA

View Full Version : BankScreen issues?



Twinki
05-01-2014, 06:36 PM
Anyone else having issues with bankscreen. It doesn't seem to detect if the bank is open or not using bankScreen.isOpen()

I tried resetting the presets, checked all the settings about three times to make sure it wasn't just me but I still can't get it to work.

The code:
if (bankScreen.isOpen(5000)) or (pinScreen.isOpen(5000)) then
paintStatus('Found Bank');

The client + Bank interface
http://gyazo.com/fb0c3e75d27361ace3e8ae90b7353680

Ian
05-01-2014, 06:47 PM
bankScreen.__find() isn't working, but I think Olly; is working on fixing it.

Turpinator
05-01-2014, 06:59 PM
Allrighty. BMWxi; is correct. __find() is not working. updating BUTTON_LENGTH = 29; makes __find() work, but isOpen() still returns false. hmm.
(i shall continue looking)

Olly
05-01-2014, 07:36 PM
Allrighty. BMWxi; is correct. __find() is not working. updating BUTTON_LENGTH = 29; makes __find() work, but isOpen() still returns false. hmm.
(i shall continue looking)

I think you have a old version i've updated it like 5 times since then.

Olly
05-01-2014, 07:51 PM
Actually I know why, It's because your bankscreen is empty.. I messed up some logic there.

We wait until the items are loaded in the bank in isOpen() otherwise this make alot of other functions fail and for some reason I messed up and required you to have items in your bank. :p
Il change that.

Olly
05-01-2014, 09:04 PM
I fixed this, Should have fixed another bug also. :) Update your srl's.

Twinki
05-01-2014, 09:12 PM
I fixed this, Should have fixed another bug also. :) Update your srl's.
Working :D

Turpinator
05-01-2014, 09:12 PM
I think you have a old version i've updated it like 5 times since then.

yeah probably. seeing as i dont have the srl/sps menu... i never update it.
someone fix this, Dgby714;