Results 1 to 3 of 3

Thread: LoginPlayer Not Working

  1. #1
    Join Date
    Jun 2008
    Location
    Australia
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default LoginPlayer Not Working

    i have created my own login but it means that nextplayer etc wont work either...when i run the script it runs but it is on the loginplayer procedure and all it does it in the rs window the fires on the side stop and start and so on...would you please tell me what is wrong

    thanks =]

  2. #2
    Join Date
    Mar 2007
    Posts
    3,116
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Code please

  3. #3
    Join Date
    Jun 2008
    Location
    Australia
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    this is it....

    SCAR Code:
    procedure Customize;

    var
      x, y : integer;

    begin
      repeat
        Wait(1000)
      until(FindColorTolerance(x, y, 39218, 218, 73, 309, 112, 5));
      Mouse(190, 64, 1, 1, True);
      Wait(500 +Random(500))
      Mouse(391, 304, 1, 1, True);
    end;


    begin
    SetupSRL;
    DeclarePlayers;

    LoginPlayer;
    Wait(3000)
    Customize;

    end.

    edit* i am not sure y it says script by whoever...=]

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. LoginPlayer
    By xxlegitxx in forum News and General
    Replies: 7
    Last Post: 08-10-2007, 01:37 PM
  2. Can't use LoginPlayer.........
    By syther fox in forum OSR Help
    Replies: 8
    Last Post: 07-19-2007, 01:45 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
  •