Welcome!

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

Sign up now!
RuneMate will permanently shut down on August 7, 2026
due to events outside our control. You can continue using RuneMate until this date after which it will no longer be available. Thank you to everyone that contributed to RuneMate's success and to the community for the opportunity to serve you all these years.

  • Learn about RuneMate Vault and how its zero knowledge local encryption already protects your sensitive information.
  • Edit or delete your RuneMate account from your Account Settings.
  • All account upgrade subscriptions have been cancelled. No action required.

Resolved OSRS Login Handler Cannot be Disabled

Joined
Dec 31, 2015
Messages
602
Hi,

Attempting to use

Code:
GameEvents.OSRS.LOGIN_HANDLER.disable();

This does not work and doesn't stop anything, it is also deprecated and the Javadocs do not point to a working replacement. Its also work mentioning all the game events except NPC_DISMISSER appear to be deprecated with no known link to a replacement.
 
( ͡° ͜ʖ ͡°)
Joined
Mar 30, 2015
Messages
2,416
Hi,

Attempting to use

Code:
GameEvents.OSRS.LOGIN_HANDLER.disable();

This does not work and doesn't stop anything, it is also deprecated and the Javadocs do not point to a working replacement. Its also work mentioning all the game events except NPC_DISMISSER appear to be deprecated with no known link to a replacement.

GameEvents.Universal.LOGIN_HANDLER.disable();
 
Top