Results 1 to 5 of 5

Thread: [RSPS] wait for rs to load up?

  1. #1
    Join Date
    Jul 2013
    Posts
    45
    Mentioned
    1 Post(s)
    Quoted
    16 Post(s)

    Question [RSPS] wait for rs to load up?

    when i execute my simba script i get this stuff:
    HTML Code:
    New window: 1246484
    Compiled successfully in 2231 ms.
    -- setupSRL()
    ---- Setting up SRL...
    ---- HINT: You are not using SMART, be sure to use Simba's crosshairs to select the RS client.
    ---- Waiting up to 5 minutes for RS to load...
    Successfully executed.
    I want to make it work for an RSPS not for RS
    how can i fix it?

  2. #2
    Join Date
    Jun 2012
    Location
    Howell, Michigan
    Posts
    1,585
    Mentioned
    34 Post(s)
    Quoted
    553 Post(s)

    Default

    http://villavu.com/forum/showthread.php?t=108085

    Go to the instructions box and download the include, then setup the script base as he has in his script.

  3. #3
    Join Date
    Jul 2013
    Posts
    45
    Mentioned
    1 Post(s)
    Quoted
    16 Post(s)

    Default

    i added the include
    and i got this script
    HTML Code:
    program AttackMonster;
    {$i srl-6/srl.simba}
    Procedure AtackMonster
    var
      X,Y:Integer;
    begin
      if FindColorTolerance (X, Y, 10337744, 185, 199, 329, 257, 2) then
      begin
        MoveMouse(x, y);
        wait(250);
        ClickMouse(X, Y, mouse_Left)
      end;
    end;
    begin
    SetupSRL;
    end.

  4. #4
    Join Date
    Jul 2013
    Posts
    45
    Mentioned
    1 Post(s)
    Quoted
    16 Post(s)

    Default

    Bump

  5. #5
    Join Date
    Jul 2013
    Posts
    45
    Mentioned
    1 Post(s)
    Quoted
    16 Post(s)

    Default

    What do i have to do 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
  •