Results 1 to 12 of 12

Thread: Login.scar

  1. #1
    Join Date
    Dec 2007
    Location
    Middle of Here and There
    Posts
    417
    Mentioned
    6 Post(s)
    Quoted
    25 Post(s)

    Default Login.scar

    Hey, I've noticed for about a month now that almost half of the time SRL goes to log out a character, it misclicks under the button by ~5 pixels or so, then waits for around 10 seconds before trying again. Sometimes it misclicks two or three times in a row. I suggest changing line 368 from:

    Simba Code:
    MouseBox(579, 367, 699, 386, 1);

    to

    Simba Code:
    MouseBox(572, 396, 710, 417, 1);

    It worked for me just repicked the coordinates..

    ~PoW

  2. #2
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    The button is a different position on signed vs unsigned client, and also changes if you use the facebook login thing. Current one works fine I think.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  3. #3
    Join Date
    Dec 2009
    Location
    R_GetPlayerLoc;
    Posts
    2,235
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    It makes us look more bot-like...
    "Logic never changes, just the syntax" - Kyle Undefined?

    Remember, The Edit Button Is There For A Reason!!!

  4. #4
    Join Date
    Aug 2007
    Location
    England
    Posts
    1,038
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    look like some1 already posted my problem.
    would be nice if this could be more accurate
    Today is the first day of the rest of your life

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

    Default

    Quote Originally Posted by whacko999 View Post
    look like some1 already posted my problem.
    would be nice if this could be more accurate
    Which client are you using, signed or unsigned?

    They can both be updated as they are only the bottom half of the button and some missing the button, but signed and unsigned each have their own MouseBox. Just wondering which one is giving problems.

  6. #6
    Join Date
    Oct 2006
    Posts
    1,211
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I used signed and I get that problem sometimes ^^
    Extinct.

    Formally known as Drags111.

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

    Default

    Should be all fixed now.

    Thanks for the reports!

  8. #8
    Join Date
    Oct 2006
    Posts
    1,211
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    no, thank you
    Extinct.

    Formally known as Drags111.

  9. #9
    Join Date
    Aug 2007
    Location
    England
    Posts
    1,038
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Sweet, thanks for sorting it out
    Today is the first day of the rest of your life

  10. #10
    Join Date
    Aug 2007
    Location
    England
    Posts
    1,038
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Getting the same problem with ExitToLobby now, signed client.

    Should be this

    Simba Code:
    if(FindText(x, y, 'obb', UpChars, MIX1, MIY1, MIX2, MIY2))then
        begin
          MouseBox(566, 346, 715, 373, 1);
    Today is the first day of the rest of your life

  11. #11
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Jakkle View Post
    Getting the same problem with ExitToLobby now, signed client.

    Should be this

    Simba Code:
    if(FindText(x, y, 'obb', UpChars, MIX1, MIY1, MIX2, MIY2))then
        begin
          MouseBox(566, 346, 715, 373, 1);
    Committed, thanks.

    What about for unsigned/facebook login?

  12. #12
    Join Date
    Aug 2007
    Location
    England
    Posts
    1,038
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    never tried unsiged really, when I did, it only had logout to loggin no logout to lobby.
    If you can sign in through facebook ? then thats something i've never done.
    Today is the first day of the rest of your life

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
  •