Results 1 to 3 of 3

Thread: Can't seem to find this procedure.

  1. #1
    Join Date
    Jan 2007
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Can't seem to find this procedure.

    Ive been looking in srl for awhile i think i have seen it before....

    but the procedure that recognizes if you level up and clicks the okay to continue.
    AKA http://i105.photobucket.com/albums/m...uceSigcopy.jpg

    I am a SCAR//SRL newb and i am willing to become better =) reading my tut's day by day.

  2. #2
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    No, there is not. ClickToContinue(False, False) returns in there is the text "Please click to continue" in the chatbox.
    Hup Holland Hup!

  3. #3
    Join Date
    Oct 2006
    Location
    Ontario,Canada
    Posts
    1,718
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i made one awhile ago. if you searched on here you probably would of found them.

    heres the simplest one:
    SCAR Code:
    Function Level:boolean;
    begin
      Result:=(GetColor(213, 386)=8388608)
      if (result) then
      begin
        clicktocontinue;
        wait(2000)
        clicktocontinue;
        WriteLn('******** LEVEL UP ********');
        WriteFileString(TheFile, '******** LEVEL UP ********' + Chr(13))
      end;
    end;

    edit: also if you want to know what level just levelled up, search for two level functions

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Cant Find Whats wrong with procedure.
    By kooldude in forum OSR Help
    Replies: 3
    Last Post: 03-20-2008, 07:45 AM
  2. Procedure TypeSendRandom & Procedure AutoResponder!
    By Ultra in forum Research & Development Lounge
    Replies: 12
    Last Post: 01-08-2008, 07:04 PM
  3. Replies: 8
    Last Post: 05-24-2007, 11:57 PM
  4. Procedure that calls random procedure?
    By Secet in forum OSR Help
    Replies: 2
    Last Post: 03-03-2007, 03:56 PM

Posting Permissions

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