Results 1 to 8 of 8

Thread: All scripts just log in and out.

  1. #1
    Join Date
    May 2007
    Location
    Ohio, USA
    Posts
    96
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default All scripts just log in and out.

    Hey guys. Well recently I decided that I might get back into autoing, so I went to this site. I then downloaded a few scripts, they all compiled perfectly and logged in, but then after that they just kept logging in and out. Any suggestions? Thanks.

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

    Default

    Post on the script's thread / error message.


    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
    May 2007
    Location
    Ohio, USA
    Posts
    96
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Hy71194 View Post
    Post on the script's thread / error message.
    It happens for ALL scripts.

  4. #4
    Join Date
    Jul 2008
    Posts
    142
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    well, I'm gussing you didn't understand hy's question, what was the error message you recived in the box below the script(yes for ALL scripts)...

    wait let me guess, logged in player is not in player array,
    if that's the case, then you have messed up entering the nick name

    the nick name (in most scripts, it's just nick.) is 3-4 letters of your name that DOES NOT USE A CAPITAL

    in other words, if your name is " I Am Noob "

    then your nick would be " oob "
    do NOT use a letter that is either your first letter, or a letter after a space, they are automattically capitalised.

    Hope this helps.

  5. #5
    Join Date
    Mar 2008
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    dude open Login.scar in SCAR 3.15\Includes\SRL\SRL\core\Login.SCAR
    Click "Ctrl + F" the type in T := GetSystemTime; and then press enter
    and then just delete this code :-

    T := GetSystemTime;
    while (not(FindColor(Tx, Ty, 0, 8, 458, 45, 470))) and (GetSystemTime - T < 5000) do
    Wait(100);
    if (FindColor(Tx, Ty, 0, 8, 458, 45, 470)) then
    if (not(FindTextTpa(0, 0, 7, 457, 137, 475, Players[CurrentPlayer].Nick, SmallChars, Nothing))) then //Double check if logged in player is what we think it is
    begin
    WriteLn('Logged In Player is not in Players array.');
    LogOut;
    Wait(1000 + Random(1000));
    LoginPlayer;
    Exit;
    end;

    hope i helped u !!

  6. #6
    Join Date
    Jun 2008
    Location
    Somewhere between here and there
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yea only one problem with deleting all that..... ever heard of random events?

  7. #7
    Join Date
    Jul 2007
    Location
    Ohio
    Posts
    1,103
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by carlover View Post
    Yea only one problem with deleting all that..... ever heard of random events?
    That doesn't affect the players nickname at all. What snoker said to delete only checks too see if the current player nick matches the nick of the logged in player. So it is basically a backup too make sure your nick is right, but it is buggy at the moment with some letters I think. So as long as you set your nick correct, randoms will be solved. (please correct me if I am compltely wrong)

  8. #8
    Join Date
    Mar 2008
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    carlover the important thing is to work the script not important to be the scipt clean

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Add ranging to chicken killing scripts, or the cow killing scripts
    By canu44 in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 12-18-2007, 07:37 AM

Posting Permissions

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