Results 1 to 8 of 8

Thread: includes/SRL folder empty?

  1. #1
    Join Date
    Jan 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default includes/SRL folder empty?

    IUvbyJ3.jpg

    Every time I try to run something that includes SRL I get this message. I am trying to learn how to write code for RuneScape private servers, but all the tutorials go off on this, and frankly I don't understand one bit about it! Is this supposed to happen?

    Thanks anyways, and sorry for the probably blatantly obvious question!

  2. #2
    Join Date
    Jul 2013
    Location
    An horse
    Posts
    300
    Mentioned
    9 Post(s)
    Quoted
    120 Post(s)

    Default

    try this:
    Simba Code:
    {$i srl-6/srl.simba}

    The SRL folder is a decoy...

  3. #3
    Join Date
    Jan 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Oh, so the srl folder has been updated by srl-6 or what? Would all scripts including {$i srl/srl.simba} still work with srl-6?

    Thanks for responding!

  4. #4
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by Mill View Post
    Oh, so the srl folder has been updated by srl-6 or what? Would all scripts including {$i srl/srl.simba} still work with srl-6?

    Thanks for responding!
    The SRL folder, is indeed, a decoy. I'm not sure why it's still there by default - it housed SRL-5, many moons ago when that was what we used.

    You are correct in thinking that Includes/SRL (SRL-5) has been replaced by Includes/srl-6 (SRL-6).

    All scripts including srl/srl.simba will not work with SRL-6, they are completely different includes and even use seperate interpreters (PascalScript and Lape, respectively).

    ***

    Now for the solution: to accomplish what you need; developing and running scripts for private servers (under SRL-5), you will need to download the old include from here and place it in Includes/SRL.
    After that, srl/srl.simba will actually exist, be included into scripts, and function.

    Note that no part of SRL-5 will work with RuneScape 3 or Old School RuneScape. SRL-5 was left behind after the move from RS2's EoC -> RS3 (new interface system, etc).

    However, most RS private servers are of a revision that (somewhat) resembles RS2, and that is why most private server scripts are written primarily under SRL-5.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

  5. #5
    Join Date
    Jan 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    The SRL folder, is indeed, a decoy. I'm not sure why it's still there by default - it housed SRL-5, many moons ago when that was what we used.

    You are correct in thinking that Includes/SRL (SRL-5) has been replaced by Includes/srl-6 (SRL-6).

    All scripts including srl/srl.simba will not work with SRL-6, they are completely different includes and even use seperate interpreters (PascalScript and Lape, respectively).

    ***

    Now for the solution: to accomplish what you need; developing and running scripts for private servers (under SRL-5), you will need to download the old include from here and place it in Includes/SRL.
    After that, srl/srl.simba will actually exist, be included into scripts, and function.

    Note that no part of SRL-5 will work with RuneScape 3 or Old School RuneScape. SRL-5 was left behind after the move from RS2's EoC -> RS3 (new interface system, etc).

    However, most RS private servers are of a revision that (somewhat) resembles RS2, and that is why most private server scripts are written primarily under SRL-5.
    Thanks, this is the information I was looking for! So where exactly can I find the include in the SRL-5 download github? Because there's a whole bunch of files there, and I do not have the knowledge to successfully understand these files :P

    Thank you so much for your help, though!

    All I really want is a simple powerminer for an 06 server, lol

  6. #6
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by Mill View Post
    Thanks, this is the information I was looking for! So where exactly can I find the include in the SRL-5 download github? Because there's a whole bunch of files there, and I do not have the knowledge to successfully understand these files :P

    Thank you so much for your help, though!

    All I really want is a simple powerminer for an 06 server, lol
    You'll have to download the zip from GitHub (direct link) and unzip it into your Simba/Includes/SRL directory.

    The zipfile will arrive as "master.zip," with a root directory of "SRL-5-master." Make sure you extract the contents only.

    Your final path should be Simba/Includes/SRL/<all the files> and not Simba/Includes/SRL/SRL-5-master/<all the files> or anything like that.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

  7. #7
    Join Date
    Jan 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    You'll have to download the zip from GitHub (direct link) and unzip it into your Simba/Includes/SRL directory.

    The zipfile will arrive as "master.zip," with a root directory of "SRL-5-master." Make sure you extract the contents only.

    Your final path should be Simba/Includes/SRL/<all the files> and not Simba/Includes/SRL/SRL-5-master/<all the files> or anything like that.
    Thanks! You're a saint!

  8. #8
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    Quote Originally Posted by Mill View Post
    Thanks! You're a saint!
    The download button on git is on the right side in the middle in case you ever need to download anything else on git
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

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
  •