Welcome!

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

Sign up now!
Joined
Feb 21, 2016
Messages
60
Code:
RuneMate Version: 2.56.0
Affected Games: OSRS

With any bot when the login handler is activated and tries to login into a standard first selected members world with a non-members account it tries to switch to a non-member world.
While the handler is selecting a non-members world, it missclicks and tries and tries and tries but doesn't succeed.
It says successful but it is not selecting a world at all.

Code:
00:00:00 DEBUG    Login Handler has been activated!
00:00:00 TRACE    [Login handler] Pressing Existing User
00:00:00 DEBUG    [WebServices] New session created!
00:00:02 TRACE    [Login handler] Entering username
00:00:05 TRACE    [Login handler] Entering password
00:00:06 TRACE    [Login handler] Logging in
00:00:09 TRACE    [Login handler] Members account required, selecting non-members world
00:00:09 TRACE    [Login handler] Switching worlds to 316
00:00:09 DEBUG    Opening world at world select index 9
00:00:09 DEBUG    Opening world select
00:00:09 DEBUG    Clicking world 316 at the bounding rectangle of InteractableRectangle(158, 253, 82, 12)
00:00:10 DEBUG    Successfully clicked within InteractableRectangle(158, 253, 82, 12)
00:00:10 TRACE    [Login handler] Switching worlds to 316
00:00:10 DEBUG    Opening world at world select index 15
00:00:10 DEBUG    Opening world select
00:00:12 DEBUG    Clicking world 316 at the bounding rectangle of InteractableRectangle(158, 397, 82, 12)
00:00:13 DEBUG    Successfully clicked within InteractableRectangle(158, 397, 82, 12)
 
12 year old normie
Joined
Jan 8, 2015
Messages
2,766
The problem is that the world layout switches every now and then because of the addition of seasonal worlds. This fucks up the worldpicker system. @Cloud is already aware of the issue, but chooses to prioritize other functionalities and problems.
 
Engineer
Joined
Jul 28, 2013
Messages
2,777
The problem is that the world layout switches every now and then because of the addition of seasonal worlds. This fucks up the worldpicker system. @Cloud is already aware of the issue, but chooses to prioritize other functionalities and problems.
I really don't choose to prioritize other issues. This was resolved the day I became aware of it last time, and although a permanent solution isn't in place it currently is working perfectly.
 
Top