Welcome!

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

Sign up now!

Resolved OSRS Mouse moving/clicking/anythingInvolvesMouse broken

Joined
Apr 18, 2015
Messages
408
From my point of view it looks like it's stuck in some kind of while(true) loop when calling anything mouse-related.

JavaScript:
Npc banker = Npcs.newQuery().names("Banker").results().nearest();
System.out.println(banker); //prints correctly
if(banker != null && banker.isValid()) {
    System.out.println("test"); //prints correctly
    banker.interact("Bank","Banker");
    System.out.println("test2"); //never prints
}

@Cloud
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
I'm unable to reproduce this at all. Does deleting your runemate biometric files change this at all?
 
Joined
Apr 18, 2015
Messages
408
I'm unable to reproduce this at all. Does deleting your runemate biometric files change this at all?
To be honest I thought you fixed this; today when I woke up it was working again; anyways seems that @renovanhest is still experiencing the issue
 
Joined
Sep 7, 2018
Messages
17
it happens to me still sometimes. but its not as consistent. if i move the mouse it fixes itself.havent had to do it kuch though. has there been an update?
 
Top