Page 4 of 5 FirstFirst ... 2345 LastLast
Results 76 to 100 of 110

Thread: Setting Up Scar DIVI and SRL Repository

  1. #76
    Join Date
    Mar 2007
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i keep getting error message cannoot move srl scripts to the plugin folder

  2. #77
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by purskilzonly View Post
    i keep getting error message cannoot move srl scripts to the plugin folder
    Run SCAR with ADMIN Privileges.

  3. #78
    Join Date
    Sep 2008
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Good Tutorial

  4. #79
    Join Date
    Dec 2007
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Um, error line 88 in SRL.scar? what do i put there?

  5. #80
    Join Date
    Apr 2007
    Posts
    275
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This is fantastic. I have been away for a couple of years on college and hopefully I can finally re-learn everything I have forgotten lol

    Thanks and hopefully it will work... Fingers crossed
    -----
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig

  6. #81
    Join Date
    Aug 2008
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice guide, was helpful

  7. #82
    Join Date
    Sep 2008
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Heya, Nice guide .

    I have problemes with synthax when setting the world (I realy don't know how to write things inside scripts) , could you please explain this to me ?

    Error message :

    Line 88: [Error] (16195:14): Syntax error in script C:\Program Files\SCAR 3.15\includes\SRL\SRL.scar

    Thanks

    EDIT: SOMEONE EXPLAINED TO IT TO ME !

  8. #83
    Join Date
    Nov 2006
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok im glas this post is aimed at noobs cause im feeeling like one
    when you say
    Then In The Procedure SetupSRL;
    Edit The SmartSetupEx To Somthing Simmilar To The Example, To What World / Signed You Want.
    Save That. Then Hit New Script.
    what goes there?

    i see SmartSetupEx("World Number", "Safe Mode", "Signed", "Super Detail");
    do i replace the words with the values or put them after?
    i keep getting error
    edit: i read more carefully i missed page 4 before

  9. #84
    Join Date
    Oct 2008
    Location
    Australia
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks for all the help for setting up the script it helped me alot

  10. #85
    Join Date
    Jun 2007
    Posts
    128
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Lol, nvm.

    SMARTSetupEx(83,true,Signed,false);

    Should be given as an example in the guide. Most people (Like me) don't search past the guide for a solve to a problem. >_>

    EDIT: And also,

    Line 88: [Error] (16197:23): Unknown identifier 'signed' in script C:\Program Files\SCAR 3.15\includes\SRL/SRL.scar

    EDIT2: Again, me being stupid didn't read throughly. Fix is:

    SMARTSetupEx(83,true,true,false);
    OR
    SMARTSetupEx(83,true,False,false);

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

    Default

    Hi everyone, im new to SCAR and SRL i just started playing rs again, and honestly cant stand the boringness (if thats even a word ) so i decided to look for some bots. ive done alot of research on which is the best and everything seems to be pointing towards SCAR. So im going to try to learn and understand this as much as i can and eventually attempt to write a script of my own, but in the mean time, im having troubles with line 88 when you replace the SRL.scar, i have no clue how to change it to make it work. could anyone help me through this? and also how to add accounts.. i feel like a complete leecher, but im going to try to provide something in return in the future when i learn how to write scripts.

  12. #87
    Join Date
    Oct 2008
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default :]

    Thanks for the tutorial im new so it helped alot :]

  13. #88
    Join Date
    Oct 2008
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by smartshark View Post
    Lol, nvm.

    SMARTSetupEx(83,true,Signed,false);

    Should be given as an example in the guide. Most people (Like me) don't search past the guide for a solve to a problem. >_>

    EDIT: And also,

    Line 88: [Error] (16197:23): Unknown identifier 'signed' in script C:\Program Files\SCAR 3.15\includes\SRL/SRL.scar

    EDIT2: Again, me being stupid didn't read throughly. Fix is:

    SMARTSetupEx(83,true,true,false);
    OR
    SMARTSetupEx(83,true,False,false);

    This is what the line of code says atm...
    Code:
    SMARTSetupEx(83,true,true,false);
    but i get this error...
    Code:
    Line 78: [Error] (12717:33): Invalid number of parameters in script C:\Program Files\SCAR 3.15\includes\SRL\SRL.scar
    If anyone knows how to fix this plz it would help a lot.

  14. #89
    Join Date
    Oct 2008
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey great tut but I'm having some problems setting up the SmartSetupExp part. I keep getting syntax errors because I don't know exactly what to do its sort of unclear.



    Edit: Ok found out they were boolean variables and so i set them as SmartSetupEx(12,true,true,false);
    Still getting error-
    Unexpected end of file in script C:\Program Files\SCAR 3.15\includes\SRL\SRL.scar

  15. #90
    Join Date
    Mar 2007
    Posts
    3,681
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Ethien View Post
    Hey great tut but I'm having some problems setting up the SmartSetupExp part. I keep getting syntax errors because I don't know exactly what to do its sort of unclear.
    SMART is broken at the moment, due to RS updating the worlds, wait for an update for SMART.
    Also, SRL is partially broken too although there is a temporary fix around the forums.
    Hint: http://www.srl-forums.com/forum/fix-...tml#post483760

  16. #91
    Join Date
    Oct 2008
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I don't have access to view that : /

  17. #92
    Join Date
    Oct 2008
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i keep getting cannot move srl to plugins folder

  18. #93
    Join Date
    Oct 2008
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it comes up with Include file C:\Program Files\SCAR 3.15\includes\SRL\SRL\reflection\Reflection.scar does not exist.
    Failed when compiling please help.

  19. #94
    Join Date
    Aug 2008
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)
    Hi! I dont know what i do with the SetupSRL thing! Ok.. Who cares ( i ) then i save it.. Ok i try this: [SCAR]{.include SRL\SRL.scar}
    {.include SRL\SRL\Misc\Users.scar}
    begin
    SetupSRL;
    SRLPlayerForm(True, [], [], [], []);
    end

    And Then This comes up:

    Failed when compiling
    Line 88: [Error] (16306:14): Syntax error in script C:\Program Files\SCAR 3.15\includes\SRL\SRL.scar
    Line 88: [Error] (16306:14): Syntax error in script C:\Program Files\SCAR 3.15\includes\SRL\SRL.scar
    Failed when compiling
    Line 88: [Error] (16310:14): Syntax error in script C:\Program Files\SCAR 3.15\includes\SRL\SRL.scar
    Line 88: [Error] (16310:14): Syntax error in script C:\Program Files\SCAR 3.15\includes\SRL\SRL.scar
    Failed when compiling
    Line 88: [Error] (16305:14): Syntax error in script C:\Program Files\SCAR 3.15\includes\SRL\SRL.scar
    Line 88: [Error] (16305:14): Syntax error in script C:\Program Files\SCAR 3.15\includes\SRL\SRL.scar
    Failed when compiling
    Line 1: [Error] (1:2): Unknown identifier '' in script

    Please can somebody help me, cuz i am trying to auto in rs with scar because the RsBot wont work anymore.. Thx

  20. #95
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by skar View Post
    Hi! I dont know what i do with the SetupSRL thing! Ok.. Who cares ( i ) then i save it.. Ok i try this: [SCAR]{.include SRL\SRL.scar}
    {.include SRL\SRL\Misc\Users.scar}
    begin
    SetupSRL;
    SRLPlayerForm(True, [], [], [], []);
    end

    And Then This comes up:

    Failed when compiling
    Line 88: [Error] (16306:14): Syntax error in script C:\Program Files\SCAR 3.15\includes\SRL\SRL.scar
    Line 88: [Error] (16306:14): Syntax error in script C:\Program Files\SCAR 3.15\includes\SRL\SRL.scar
    Failed when compiling
    Line 88: [Error] (16310:14): Syntax error in script C:\Program Files\SCAR 3.15\includes\SRL\SRL.scar
    Line 88: [Error] (16310:14): Syntax error in script C:\Program Files\SCAR 3.15\includes\SRL\SRL.scar
    Failed when compiling
    Line 88: [Error] (16305:14): Syntax error in script C:\Program Files\SCAR 3.15\includes\SRL\SRL.scar
    Line 88: [Error] (16305:14): Syntax error in script C:\Program Files\SCAR 3.15\includes\SRL\SRL.scar
    Failed when compiling
    Line 1: [Error] (1:2): Unknown identifier '' in script

    Please can somebody help me, cuz i am trying to auto in rs with scar because the RsBot wont work anymore.. Thx
    Re-download SRL, then it should work...

    Good luck!

  21. #96
    Join Date
    Oct 2008
    Location
    Spreading into Europe as I write.
    Posts
    48
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks a lot! I was missing 2 files so i had to do this again. Oh and the first 1 is fire wall but the second 1 is actually filewall

  22. #97
    Join Date
    Nov 2008
    Location
    Canada
    Posts
    159
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    SmartSetupEx("World Number", "Safe Mode", "Signed", "Super Detail");
    What do we put into those things. Specifically "Safe Mode", "Signer", and "Super Detail". I get this error without anything in them:
    Line 88: [Error] (16307:14): Syntax error in script C:\Program Files\SCAR 3.15\includes\SRL\SRL.scar
    Line 88: [Error] (16307:14): Syntax error in script C:\Program Files\SCAR 3.15\includes\SRL\SRL.scar

  23. #98
    Join Date
    Nov 2008
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    *sigh* I try to run my script and I keep getting

    "Include file C:\Program Files\SCAR 3.15\includes\SRLSRL.Scar does not exist.
    Include file C:\Program Files\SCAR 3.15\includes\SRLSRLMiscUsers.Scar does not exist.
    Failed when compiling"

    I've updated gotten the subr v. and all that stuff but it still won't work

  24. #99
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Milty View Post
    *sigh* I try to run my script and I keep getting

    "Include file C:\Program Files\SCAR 3.15\includes\SRLSRL.Scar does not exist.
    Include file C:\Program Files\SCAR 3.15\includes\SRLSRLMiscUsers.Scar does not exist.
    Failed when compiling"

    I've updated gotten the subr v. and all that stuff but it still won't work
    Lol, make them
    {.include SRL\SRL.scar}
    {.include SRL\SRL\Misc\Users.scar}

  25. #100
    Join Date
    Dec 2006
    Posts
    99
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Line 1: [Error] (111:10): Duplicate identifier 'ISKEYDOWN' in script C:\Program Files\SCAR 3.15\includes\SRL\SRL\Misc\Smart.scar
    Line 1 is: function IsKeyDown(C:Char): Boolean;
    /

Page 4 of 5 FirstFirst ... 2345 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Setup Scar 3.15 and SRL Repository!
    By Dark_Sniper in forum Outdated Tutorials
    Replies: 276
    Last Post: 08-19-2010, 04:31 PM
  2. Adding a PopUp Menu
    By Da 0wner in forum OSR Advanced Scripting Tutorials
    Replies: 14
    Last Post: 03-29-2008, 10:53 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
  •