1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Implemented [OSRS] Close Bank with ESC

Discussion in 'Client & Site Suggestions' started by Guru, May 5, 2017.

  1. Guru

    Joined:
    Dec 31, 2015
    Messages:
    602
    Likes Received:
    175
    @Party

    Add pls ty.

    I'll get you the varbit for if they can do it after work.
     
  2. Party

    Party Client Developer

    Joined:
    Oct 12, 2015
    Messages:
    3,708
    Likes Received:
    1,606
    Check if it already exists under OptionsTab
     
  3. Guru

    Joined:
    Dec 31, 2015
    Messages:
    602
    Likes Received:
    175
    No it doesn't currently exist.

    Code (Text):
    1.  
    2. public static boolean escapeClose() {
    3.         return Varbits.load( 4681 ).getValue() == 1;
    4.     }
    5.  
     
  4. Abnormalprince

    Joined:
    Apr 15, 2017
    Messages:
    540
    Likes Received:
    102
    @Party is it possible to have the client learn off of playing habits for extra antiban?
     
  5. Jhinn

    Joined:
    Jun 9, 2015
    Messages:
    3,647
    Likes Received:
    1,337
    afaik it does that already
     
  6. Guru

    Joined:
    Dec 31, 2015
    Messages:
    602
    Likes Received:
    175
    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.
     
  7. Jhinn

    Joined:
    Jun 9, 2015
    Messages:
    3,647
    Likes Received:
    1,337
    Doesn't it do this already? Ie using keybindings instead of manually clicking?
     
  8. Guru

    Joined:
    Dec 31, 2015
    Messages:
    602
    Likes Received:
    175
    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
    --- Double Post Merged, May 10, 2017, Original Post Date: May 5, 2017 ---
    Cloud asked me to ping him on this @Cloud
     
    Jhinn likes this.
  9. Aydex

    Joined:
    Dec 28, 2013
    Messages:
    190
    Likes Received:
    31
    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".
     
  10. Party

    Party Client Developer

    Joined:
    Oct 12, 2015
    Messages:
    3,708
    Likes Received:
    1,606
    No - it will be PlayerSensed.
     
    Abnormalprince likes this.
  11. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    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.
    --- Double Post Merged, May 10, 2017, Original Post Date: May 10, 2017 ---
    Already is in fact :p
     
    Abnormalprince likes this.
  12. Guru

    Joined:
    Dec 31, 2015
    Messages:
    602
    Likes Received:
    175
    Appreciate it thanks :)
     
  13. Aydex

    Joined:
    Dec 28, 2013
    Messages:
    190
    Likes Received:
    31
    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).
     

Share This Page

Loading...