Welcome!

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

Sign up now!

Implemented [OSRS] Close Bank with ESC

Joined
Dec 31, 2015
Messages
602
@Party is it possible to have the client learn off of playing habits for extra antiban?
Not really. It could be done, but its probably quite a lot of very specific data to record, with quite some complexity. Building player sense profiles off your self would be really cool, but unlikely.
 
Joined
Jun 9, 2015
Messages
3,717
Not really. It could be done, but its probably quite a lot of very specific data to record, with quite some complexity. Building player sense profiles off your self would be really cool, but unlikely.
Doesn't it do this already? Ie using keybindings instead of manually clicking?
 
Joined
Dec 31, 2015
Messages
602
Doesn't it do this already? Ie using keybindings instead of manually clicking?
Yeah but thats just a playersense profile, it doesn't actually record what you do yourself and set your playersense as a result of that. At least as far as I know
 
Cloud asked me to ping him on this @Cloud
 
Joined
Dec 28, 2013
Messages
190
Support however this should NOT be PlayerSense based. Close bank with ESC is toggled by the player explicitly. If they have it enabled the person using the account most definitely uses it, it's not an argument of "randomization".
 
Client Developer
Joined
Oct 12, 2015
Messages
3,760
Support however this should NOT be PlayerSense based. Close bank with ESC is toggled by the player explicitly. If they have it enabled the person using the account most definitely uses it, it's not an argument of "randomization".

No - it will be PlayerSensed.
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Implemented @Guru, and I highly disagree @Aydex
It reuses the existing rs3 bank closing player sense key, OptionsTab.areInterfacesCloseableWithEsc() and Bank.close(boolean hotkey) has been added (with the original close() method relying on the player sense key to give an individualized experience). Furthermore, the new OptionsTab method is now being used by the interface closer on osrs which should resolve any issues that showed up in the last 24 hours as a result of me having the option enabled but not knowing it existed when testing the various interfaces to determine which could be closed via esc.
 
No - it will be PlayerSensed.
Already is in fact :p
 
Joined
Dec 31, 2015
Messages
602
Implemented @Guru, and I highly disagree @Aydex
It reuses the existing rs3 bank closing player sense key, OptionsTab.areInterfacesCloseableWithEsc() and Bank.close(boolean hotkey) has been added (with the original close() method relying on the player sense key to give an individualized experience). Furthermore, the new OptionsTab method is now being used by the interface closer on osrs which should resolve any issues that showed up in the last 24 hours as a result of me having the option enabled but not knowing it existed when testing the various interfaces to determine which could be closed via esc.
 

Already is in fact :p
Appreciate it thanks :)
 
Joined
Dec 28, 2013
Messages
190
Implemented @Guru, and I highly disagree @Aydex
It reuses the existing rs3 bank closing player sense key, OptionsTab.areInterfacesCloseableWithEsc() and Bank.close(boolean hotkey) has been added (with the original close() method relying on the player sense key to give an individualized experience). Furthermore, the new OptionsTab method is now being used by the interface closer on osrs which should resolve any issues that showed up in the last 24 hours as a result of me having the option enabled but not knowing it existed when testing the various interfaces to determine which could be closed via esc.
 

Already is in fact :p
Profiling whether or not to use hotkeys with the options tabs I can understand, as it's enabled for all players regardless if they use them or not, however using ESC to close interfaces is setup by the player specifically.

You're trying to randomize something that ALREADY has a human characteristic to it, thus making it arguably dangerous and going against the whole idea of PlayerSense. I'm sure Jagex loves seeing players use the ESC key to close out of the bank window when cooking (legitimately because, I don't know, maybe they enabled it because they personally use that feature) and then every time they fletch all of a sudden decide to click the button 100% of the time (speculation but you understand what I'm saying).
 
Top