Adblock breaks this site

I just downloaded SRL 4 Public BETA...

Discussion in 'Scar/Simba Help' started by Crusade321, Aug 19, 2007.

  1. Crusade321

    Crusade321 Guest

    Referrals:
    0
    I just downloaded SRL 4 Public BETA...

    And It is on my desktop now. What do I do now? When I try to open it, a download file comes up saying:

    Open With (Browse)
    Save To Disk

    If I click Open With (Browse), nothing happens. If I click Save To Disk, it just keeps downloading the same thing.

    Am I doing something wrong?

    Please help me.

    P.S - I'm very, very new to Autoing.
     
  2. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    I just downloaded SRL 4 Public BETA...

  3. bobert5696

    bobert5696 Forum Addict

    Joined:
    Apr 29, 2006
    Posts:
    542
    Referrals:
    0
    Sythe Gold:
    0
    I just downloaded SRL 4 Public BETA...

    you need winrar to open it, google winrar

    dammit, i got beat :p
     
  4. Crusade321

    Crusade321 Guest

    Referrals:
    0
    I just downloaded SRL 4 Public BETA...

    Heh, you guys are going to kill me but...

    How do I extract to my Includes folder?

    I'm so sorry for newbie questions... :(
     
  5. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    I just downloaded SRL 4 Public BETA...

    First, you down WinRAR from the link I gave you. Then, you try opening the SRL again and hit the "Extract" button.
     
  6. Crusade321

    Crusade321 Guest

    Referrals:
    0
    I just downloaded SRL 4 Public BETA...

    Ok, I downloaded WinRaR 3.70... But I went to open the SRL file and It still just asked Save To Disk or Open with...
     
  7. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    I just downloaded SRL 4 Public BETA...

    Did you install it, or just download it? >.>
     
  8. Crusade321

    Crusade321 Guest

    Referrals:
    0
    I just downloaded SRL 4 Public BETA...

    Ooooooooooooooooooooooooooooooooooh...

    Lol, I'm so annoying aren't I?

    Well, I think that should be all I need help with :p
     
  9. Crusade321

    Crusade321 Guest

    Referrals:
    0
    I just downloaded SRL 4 Public BETA...

    Wait... UGH

    Ok now I went to open SRL, clicked open with WinRAR and all that and it still says untitled with the screen blank :(
     
  10. Crusade321

    Crusade321 Guest

    Referrals:
    0
    I just downloaded SRL 4 Public BETA...

    Ok now I extracted it... (I think) and I got it in the SCAR box, then I went to Download SRL.

    Is that right?

    (Sorry for triple post)
     
  11. Crusade321

    Crusade321 Guest

    Referrals:
    0
    I just downloaded SRL 4 Public BETA...

    Ok, Now I finally have it open.

    What do I do now?
     
  12. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    I just downloaded SRL 4 Public BETA...

    Find a script and copy + paste it into Scar.
     
  13. Crusade321

    Crusade321 Guest

    Referrals:
    0
    I just downloaded SRL 4 Public BETA...

    Wait, so I did everything right?

    -I downloaded and Installed WinRAR
    -I right-clicked the SRL file thing, and clicked extract
    -A new file appeared on my desktop, I opened it and clicked READ...ME...SRL 4 BETA (or something like that...)
    -It opened

    Thats all I had to do? Because I just tried to run Dontpanic's Flax Picker from srl-forums.com and I got an error in line 12... "Unknown indentifier "NewBox" In script"
     
  14. MaxFelix

    MaxFelix Guest

    Referrals:
    0
    I just downloaded SRL 4 Public BETA...

    Hmm...is the SRL still out of date?.....Ehhh you probably copied wrong and it added something.....try recopying and pasting
     
  15. Musefan

    Musefan Guest

    Referrals:
    0
    I just downloaded SRL 4 Public BETA...

    Just for fun I'm going to show you a pic IM NOT SAYING IT'S INFECTED but this is a scan from many Anti-Viruses and not all say It's infected.

    [​IMG]
     
  16. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    I just downloaded SRL 4 Public BETA...

    It's not infected. With anything. At all. Whatsoever.
     
  17. Crusade321

    Crusade321 Guest

    Referrals:
    0
    I just downloaded SRL 4 Public BETA...

    SRL isn't saying anything about being out of date, but I still got the error in line 12 of dontpanic's flax picker.
     
  18. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    I just downloaded SRL 4 Public BETA...

    If the script isn't made for SRL 4 then it won't run on it. I'm not sure what line 12 is, post the first 20-25 lines.
     
  19. Crusade321

    Crusade321 Guest

    Referrals:
    0
    I just downloaded SRL 4 Public BETA...

    Here are the first 25 lines:

    {*******************************************************************************
    function FindNewBox: Boolean;
    by: WT-Fakawi
    Description: Returns True if Box is found;
    *******************************************************************************}

    function FindNewBox: Boolean;
    var
    xb, yb: Integer;
    begin //color from the bitmap NewBox
    if (FindColorTolerance(xb, yb, 8750479, MIX1, MIY1, MIX2, MIY2, 20)) then
    if (FindBitmapToleranceIn(NewBox, xb, yb, MIX1, MIY1, MIX2, MIY2, 20)) then
    begin
    Players[CurrentPlayer].Rand := 'New Box';
    //Players[CurrentPlayer].loc := 'New Box';
    Result := True;
    end;
    end;

    {*******************************************************************************
    function GambleNewBox: Boolean;
    by: WT-Fakawi
    Description: A random box clicker. Will try to solve the box ONCE, by a random click
    @ any of the three answers. THIS IS NOT A BOXSOLVER, JUST A BOXCLICKER!
    *******************************************************************************}







    This is the error I get:

    Unknown Identifier: "NewBox" In Script.
     
  20. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    I just downloaded SRL 4 Public BETA...

    Eh. . . Get a new script.
     
< Help! | Problem with my script, Please help if you can >


 
 
Adblock breaks this site