Results 1 to 12 of 12

Thread: SRL Manual

  1. #1
    Join Date
    Jul 2008
    Location
    California
    Posts
    255
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default SRL Manual

    I can't recall when the last time I scripted for RS was, but back then there was a downloadable SRL Manual that came with SRL in Scar, and it was simple a function reference guide for SRL. I've found this file in the SRL repository, but when I download and open it, it says "Navigation to the webpage was canceled"

    How can I fix this so that I can view this reference instead of opening every .scar file finding the functions I'm looking for?

    Thanks a ton in advance!

    ~DooM
    Unfortunately, no active scripts atm.

  2. #2
    Join Date
    Aug 2007
    Posts
    984
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    SRL > Runescape

    Quote Originally Posted by brent8900 View Post
    when i download it its a FAWG.rar how to i get it to FAWG.exe

  3. #3
    Join Date
    Nov 2010
    Location
    Australia
    Posts
    1,472
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    just hit control and space together and there pops all(most anyway) of the functions, assuming the script has the appropriate includes.

  4. #4
    Join Date
    Oct 2009
    Location
    Stockton, CA
    Posts
    2,040
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Documentation provides much more detailed help on every function. There must be one around somewhere..if not, it shouldn't be hard to create a parser to make it automatically .
    Join the IRC! irc.rizon.net:6667/srl | SQLite (0.99rc3+) | SRL Doc | Simba Doc | Extra Simba Libraries (openSSL & sqlite3)
    Quote Originally Posted by #srl
    10:45 < Toter> daphil when can get sex anyday I want
    10:45 < Toter> he is always on #SRL
    "A programmer is just a tool which converts caffeine into code"

  5. #5
    Join Date
    Jul 2008
    Location
    California
    Posts
    255
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Thumbs up

    Quote Originally Posted by Becks View Post
    Had already skimmed through those before posting. Thank you

    Quote Originally Posted by Kongking
    just hit control and space together and there pops all(most anyway) of the functions, assuming the script has the appropriate includes.
    That's a great feature, thanks for the tip; however, since I'm re-teaching myself SRL, the descriptions that are in the SRL Manual.chm help a lot.

    I fixed it (finally!) by right-clicking, going to properties, and then clicking "Unblock" and applying the change.

    Edit:
    Quote Originally Posted by Sex
    Documentation provides much more detailed help on every function. There must be one around somewhere..
    There is. http://villavu.com/repositories/srl-...L%20Manual.chm
    Last edited by doom0791; 01-20-2011 at 12:16 PM.
    Unfortunately, no active scripts atm.

  6. #6
    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    7,805
    Mentioned
    5 Post(s)
    Quoted
    3 Post(s)

    Default

    The SRL Manual inside SRL is REALLY out of date and not really useful anymore. Especially if you are using Simba.

    I would definitely use the Documentation provided else where.
    Writing an SRL Member Application | [Updated] Pascal Scripting Statements
    My GitHub

    Progress Report:
    13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you 
                        have serious physchological problems
    13:46 <@BenLand100> HE GETS IT!
    13:46 <@BenLand100> HE FINALLY GETS IT!!!!1

  7. #7
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by Nava2 View Post
    The SRL Manual inside SRL is REALLY out of date and not really useful anymore. Especially if you are using Simba.

    I would definitely use the Documentation provided else where.
    So something like http://docs.villavu.com/srl-5 (or) http://docs.wizzup.org/srl-5/ ?



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  8. #8
    Join Date
    Jul 2008
    Location
    California
    Posts
    255
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Awesome, thank you very much!

    Is there any documentation on the contents of the skills or misc folders?
    Unfortunately, no active scripts atm.

  9. #9
    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    7,805
    Mentioned
    5 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by doom0791 View Post
    Awesome, thank you very much!

    Is there any documentation on the contents of the skills or misc folders?
    No, my advice would be to read through the files themselves.
    Writing an SRL Member Application | [Updated] Pascal Scripting Statements
    My GitHub

    Progress Report:
    13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you 
                        have serious physchological problems
    13:46 <@BenLand100> HE GETS IT!
    13:46 <@BenLand100> HE FINALLY GETS IT!!!!1

  10. #10
    Join Date
    Jul 2008
    Location
    California
    Posts
    255
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Nava2 View Post
    No, my advice would be to read through the files themselves.
    Alright I'll continue to do that, as I have been. Thanks for all the help, and it's great to see how far SRL and Reflection have developed since I was last here. Can't wait to be posting my scripts .
    Unfortunately, no active scripts atm.

  11. #11
    Join Date
    Feb 2009
    Location
    Irvine, CA
    Posts
    2,873
    Mentioned
    8 Post(s)
    Quoted
    138 Post(s)

    Default

    for basic functions/procedures (e.g. FindColor, SetLength), the html file included with scar is applicable to simba and is quite nice; I read it a lot when I started out.

  12. #12
    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    7,805
    Mentioned
    5 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by TomTuff View Post
    for basic functions/procedures (e.g. FindColor, SetLength), the html file included with scar is applicable to simba and is quite nice; I read it a lot when I started out.
    Yes..

    But this.. http://wizzup.org/simbadoc/ .. is just so much better.

    Check out the scripting reference specifically
    Writing an SRL Member Application | [Updated] Pascal Scripting Statements
    My GitHub

    Progress Report:
    13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you 
                        have serious physchological problems
    13:46 <@BenLand100> HE GETS IT!
    13:46 <@BenLand100> HE FINALLY GETS IT!!!!1

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
  •