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.
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.
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 !
Thanks, appreciate it.
Also the SRL Wiki is a very good resource:
http://www.villu-reborn.com/srl_manu...itle=Main_Page
The names are pretty explanatory.
MMouse = MoveMouse ect.
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.
What do you mean stand for? A General scripting guide should tell you what Ints, Strings and Booleans are... ?
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 :/
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:
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).Code:if (FindColorSpiralTolerance(x, y, colortofindhere, MSX1, MSY1, MSX2, MSY2, 5)) then mmouse(x,y,5,5);
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 !
Thanks. (PS I know all about the if then else partI can script scar well, just have never used SRL.)
ya i used to script alot until SRL and then i got confused lol



02-12-2007![]()
Woo old topics are cool :P
I only started scripting when SRL came out, so adapting was easy for me :P
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."
...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]
rofl grave digger
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.
I might have, as I have saved alot of tutorials...About 20 video tutorials in Massive Package of Resources for SCAR.
![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)