Results 1 to 6 of 6

Thread: Nextplayer issue

  1. #1
    Join Date
    Apr 2007
    Posts
    373
    Mentioned
    2 Post(s)
    Quoted
    24 Post(s)

    Default Nextplayer issue

    Hello all,

    so i see my scripts sometimes being a little slow.

    reason:
    when it changes player(nextplayer), the function clicks on the big cross to logout. But sometimes after clicking (normal it should change to the logout menu, with the big red bar "click here to logout") it flashes this screen but changes to inventory.

    I guess this is a way of Jagex to make botting harded.


    So i think the function 'logout' just needs a little adjustment.
    ~Fre

  2. #2
    Join Date
    Feb 2012
    Location
    Wonderland
    Posts
    1,988
    Mentioned
    41 Post(s)
    Quoted
    272 Post(s)

    Default

    Is the screen that flashes/appears, have an X on it? or does it only let you hit a bar,
    eg. ( Press OK )

    Don't suppose you got a screenie of it?

    (I also noticed that I get a pop-up when logging in, that says 'you are running low on membership' - Press OK to continue)

  3. #3
    Join Date
    Apr 2007
    Posts
    373
    Mentioned
    2 Post(s)
    Quoted
    24 Post(s)

    Default

    It has nothing to do with p2p.

    Just when the function:nextplayer kicks in,
    it presses the X to go to the Logout menu, goes to that menu for a second. But then goes (without clicking) to the inventory menu. (it only happens once in a while, like 1% of the time), but it makes my script hang until it automatic logs out.
    ~Fre

  4. #4
    Join Date
    Feb 2012
    Location
    Wonderland
    Posts
    1,988
    Mentioned
    41 Post(s)
    Quoted
    272 Post(s)

    Default

    Oh huh weird. Yeah then maybe a loop of some sorts to be thrown into the func, function SwitchToPlayer(PlayerNo: Integer; Active: Boolean): Boolean;, so that the 'logout;' is sure to be present?

  5. #5
    Join Date
    Apr 2007
    Posts
    373
    Mentioned
    2 Post(s)
    Quoted
    24 Post(s)

    Default

    yeh, i m looking at the function right now.
    But can't find out what function, line makes it press the big X
    ~Fre

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

    Default

    Quote Originally Posted by fre View Post
    yeh, i m looking at the function right now.
    But can't find out what function, line makes it press the big X
    It's quite tricky:
    GameTab(tab_LogOut)

    To avoid modifying the login include, i suppose you can just do something like:
    while LoggedIn do Logout;
    before calling NextPlayer?

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
  •