Results 1 to 5 of 5

Thread: World hopping = exit to login??

  1. #1
    Join Date
    Mar 2012
    Posts
    182
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default World hopping = exit to login??

    So I have a perfectly working switchworld function, but sometimes it gets logged out instead of exiting to the lobby. It happens randomly a way before reaching the 6 hour limit, and I see the script clicking the "exit to lobby" as it should, only to find itself logged out. Anybody knows how to fix this?

  2. #2
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Quote Originally Posted by sickle View Post
    So I have a perfectly working switchworld function, but sometimes it gets logged out instead of exiting to the lobby. It happens randomly a way before reaching the 6 hour limit, and I see the script clicking the "exit to lobby" as it should, only to find itself logged out. Anybody knows how to fix this?
    after LogoutToLobby; put if not LoggedIn then LoginPlayer(); ?

  3. #3
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Yeah the limit is 6hr if u stay logged in, but if u attempt to log out the limit will effect even at 5hr+ (so that u wont get kicked again after just logging in for few min). Just let it relogin? Six hour fix would activate when the message is shown.

  4. #4
    Join Date
    Mar 2012
    Posts
    182
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    So the puzzling part is that sometimes it happens like 30 min after the start of the script, not even close to 5 hours. It clicks "Exit to Lobby" but then RS actually logs out. ????

  5. #5
    Join Date
    Mar 2012
    Posts
    182
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by NCDS View Post
    after LogoutToLobby; put if not LoggedIn then LoginPlayer(); ?
    Thank you for the suggestion. Trying and testing right now.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •