Mojo Posted February 24, 2019 Posted February 24, 2019 How does one check if an account is disabled or locked. Needs to do one action for each.... Thanks.
Mr_MilkysButler Posted February 24, 2019 Posted February 24, 2019 Runescape.com->Account->Account Status
Flesh Killer Posted February 24, 2019 Posted February 24, 2019 go to runescape.com > account > log in > click account status
luciuspragg Posted February 25, 2019 Posted February 25, 2019 (edited) I'm assuming you want to do this programmatically rather than through the website. The client returns a response code when logging in, if the account is disabled it's 4. If you don't want to write your own login handler, Explv has a custom handler here. You could it edit to do whatever you're wanting when it receives the account disabled response code. Edited February 25, 2019 by luciuspragg