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

Resolved OSRS Mouse moving/clicking/anythingInvolvesMouse broken

Discussion in 'Client & Site Support' started by Hazard, Jul 7, 2015.

  1. Hazard

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

    Code (Javascript):
    1.  
    2. Npc banker = Npcs.newQuery().names("Banker").results().nearest();
    3. System.out.println(banker); //prints correctly
    4. if(banker != null && banker.isValid()) {
    5.     System.out.println("test"); //prints correctly
    6.     banker.interact("Bank","Banker");
    7.     System.out.println("test2"); //never prints
    8. }
    9.  
    10. @Cloud
     
  2. renovanhest

    Joined:
    Jul 6, 2015
    Messages:
    2
    Likes Received:
    0
    My client mouse doesnt move/click while running a script bot , doesnt matter which script bot i use.
     
  3. Hazard

    Joined:
    Apr 18, 2015
    Messages:
    408
    Likes Received:
    84
    OSRS had an update yesterday and it was probably broken then, it should be fixed anytime @Cloud logs in ;)
     
  4. Xinito

    Joined:
    Mar 29, 2015
    Messages:
    18
    Likes Received:
    4
    Friend of mine also had this issue, bots didn't click/move.
     
  5. renovanhest

    Joined:
    Jul 6, 2015
    Messages:
    2
    Likes Received:
    0
    I still have this problem, any results yet? Tagging @Cloud
     
  6. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    I'm unable to reproduce this at all. Does deleting your runemate biometric files change this at all?
     
  7. Hazard

    Joined:
    Apr 18, 2015
    Messages:
    408
    Likes Received:
    84
    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
     
  8. mikeyvee401

    Joined:
    Sep 7, 2018
    Messages:
    17
    Likes Received:
    0
    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?
     

Share This Page

Loading...