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

Bug Client won't recognize if character is logged in

Discussion in 'Client & Site Support' started by qverkk, Oct 18, 2016.

  1. qverkk

    Joined:
    Sep 22, 2015
    Messages:
    1,603
    Likes Received:
    381
    As of the last update, the Client won't recognize if the character is logged in.

    http://i.imgur.com/nSXcNI4.png

    It will log out when needed, but then it will think that it's still logged in as it's still in lobby. Won't even choose world select etc. @Cloud @Arbiter
     
  2. SlashnHax

    Joined:
    Dec 10, 2014
    Messages:
    3,212
    Likes Received:
    1,042
    code?
     
  3. qverkk

    Joined:
    Sep 22, 2015
    Messages:
    1,603
    Likes Received:
    381
    Code (Text):
    1. If(!RuneScape.isLoggedIn()){
    2. //switch world
    3. }else{
    4. System.out.println("logging out");
    5. RuneScape.logout(true);
    6. }
    Im at uni but its something like this. Pre uodate IT was working for weeks! @SlashnHax
    --- Double Post Merged, Oct 18, 2016, Original Post Date: Oct 18, 2016 ---
    Code (Text):
    1. if(Interfaces.getAt(906, 104) != null){//if (!RuneScape.isLoggedIn()) { <- !RcuneScape.isLoggedIn() is commented here and i use interfaces to check if i'm in lobby or w/e
    @Cloud @SlashnHax this is tested and works as for now, waiting for a fix tho
     

Share This Page

Loading...