Results 1 to 21 of 21

Thread: Full Description of all Functions? [SRL]

  1. #1
    Join Date
    Dec 2006
    Location
    SC
    Posts
    692
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Full Description of all Functions? [SRL]

    I'm looking for a full description of all(most) functions that SRL has. I've been looking for a while, and if someone could point me in the right direction, I'd really appreciate it.

    Thanks.

  2. #2
    Join Date
    May 2006
    Location
    West Coast
    Posts
    820
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    http://www.villu-reborn.com/forumdisplay.php?f=20 Thats the best available :\

    TBH, you should be thankful you dont have to look through java docs !

  3. #3
    Join Date
    Dec 2006
    Location
    SC
    Posts
    692
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks, appreciate it.

  4. #4
    Join Date
    Mar 2006
    Location
    USA
    Posts
    948
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Also the SRL Wiki is a very good resource:
    http://www.villu-reborn.com/srl_manu...itle=Main_Page

  5. #5
    Join Date
    Feb 2006
    Posts
    1,022
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The names are pretty explanatory.

    MMouse = MoveMouse ect.

  6. #6
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    I prefer the Microcoft .chm Help File, that comes with the package.
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  7. #7
    Join Date
    Mar 2006
    Location
    USA
    Posts
    948
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by WT-Fakawi View Post
    I prefer the Microcoft .chm Help File, that comes with the package.
    Yeah so do I. Mostly because it is searchable

  8. #8
    Join Date
    Dec 2006
    Location
    SC
    Posts
    692
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by The Un-Named View Post
    The names are pretty explanatory.

    MMouse = MoveMouse ect.
    Well, it is, but I need to see what the integers, strings, booleans stand for.

  9. #9
    Join Date
    May 2006
    Location
    West Coast
    Posts
    820
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    What do you mean stand for? A General scripting guide should tell you what Ints, Strings and Booleans are... ?

  10. #10
    Join Date
    Dec 2006
    Location
    SC
    Posts
    692
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I know what how to script. I don't know what the integers in MMouse stand for. Like x,y is where it moves, a,b is something else, etc.

    Hard to explain :/

  11. #11
    Join Date
    May 2006
    Location
    West Coast
    Posts
    820
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    mmouse(x,y,0,0);

    Well the 'X' and 'Y' Variables are both Coordinates that are usually stored in from a previous function like this:
    Code:
    if (FindColorSpiralTolerance(x, y, colortofindhere, MSX1, MSY1, MSX2, MSY2, 5)) then
    mmouse(x,y,5,5);
    What this does, is IF it finds the color(in this case it is a variable called colortofindhere) then it will store the coordinates it finds the color at, into variables x and y. From there you call mmouse which relys on the state of the x and y variables to know where to go to(the value stored in variables x and y from the color finding procedure).

    This is probably the most detail I want to go into without writing a complete tutorial, in which the case is there are many tuts already out there, so go check em out. I recommend Drigers tut, its a downloadable .exe that is a very helpful reference for beginner and advanced scripters. Hope this helped ! Good luck with your scripting !

  12. #12
    Join Date
    Dec 2006
    Location
    SC
    Posts
    692
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks. (PS I know all about the if then else part I can script scar well, just have never used SRL.)

  13. #13
    Join Date
    Mar 2007
    Posts
    138
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ya i used to script alot until SRL and then i got confused lol

  14. #14
    Join Date
    May 2006
    Posts
    1,230
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    02-12-2007

  15. #15
    Join Date
    Feb 2007
    Location
    Australia
    Posts
    358
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Woo old topics are cool :P
    I only started scripting when SRL came out, so adapting was easy for me :P

  16. #16
    Join Date
    Mar 2006
    Location
    Behind you
    Posts
    3,193
    Mentioned
    61 Post(s)
    Quoted
    63 Post(s)

    Default

    Has anyone got the video that was around on kaitnieks original site it really explain scar scripting really well to beginners. that was what answer all of my questions sadly i don't have it anymore or don't remember on which computer i put it on. it answer most of the questions like this one on what are variables, string and booleans.

    "Sometimes User's don't need the Answer spelled out with Code. Sometimes all they need is guidance and explanation of the logic to get where they are going."

  17. #17
    Join Date
    Nov 2006
    Location
    NSW, Australia
    Posts
    3,487
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    06-01-2007
    ...
    [CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
    [CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]

    [CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]

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

    Default

    rofl grave digger

  19. #19
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    I doubt anyone still has a video from back then....of course, it's possible...
    Interested in C# and Electrical Engineering? This might interest you.

  20. #20
    Join Date
    Feb 2006
    Location
    Helsinki, Finland
    Posts
    1,395
    Mentioned
    30 Post(s)
    Quoted
    107 Post(s)

    Default

    I might have, as I have saved alot of tutorials... About 20 video tutorials in Massive Package of Resources for SCAR.

  21. #21
    Join Date
    Mar 2007
    Location
    Netherlands->Amersfoort.
    Posts
    1,615
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Inventory full in shop
    By Maxine in forum OSR Help
    Replies: 3
    Last Post: 06-16-2007, 03:11 PM
  2. Need Full Wizard
    By Mjordan in forum Magic and Prayer
    Replies: 6
    Last Post: 04-21-2007, 05:55 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
  •