This tutorial helped me a lot! I recommend it to every beginner
This tutorial helped me a lot! I recommend it to every beginner
hey just a thanx this tut has helped me with my scripts alot be posting my first script soon ya![]()
i had almost given up. i have read so many tutorials but this one really clarified things. i wonder why this isn't stickied (or is it and I have completely missed it?). I managed to write a simple tree-finder and cutter.
now to work on a loop.
Thanks for the guildenow i can start scripting my own script ;}
amazingly detailed.. gr8 job.. such in depth tutorial tht makes it seem like scripting is a piece of cake
that rly helped ^^![]()
Amazing tutorial, I'm learning a lot from it.
Thanks so much man this is going to help me out alot.
Korn
Click on tools and picture to string
Not Script
Hey, can anyone help me out with antiban ?
I need it for my power cutter .
i have not yet read the whole guide... im planing to start writing scripts in the future when i have more time, just a quick question about scar.. when you write a procedure for example:
SCAR Code:procedure CheckVersion;
begin if version=<3 then
begin Writeln('Version is out of date')
end;
end;
// rest of script
does that get stored in the memory of scar and therefore means that whilst the script is running and it ever encounters a Version less than 3 it will say that its outdated and then end?
SCAR Code:procedure CheckVersion;
begin if version=<3 then
begin Writeln('Version is out of date')
end;
// rest of script
then this means that when it encounters a Version less than three it will write the message but continue the script?
if im right ill be so happy
oh and also.. did i write all that correctly?
Part of the Scar/SRL community since may 05'
awesomei readed it carefully and learnt something at all.Wish a day i'll make a script..
thanx
this tut ownz
(* And *) is Comment to..
Example:
Copy/Paste this into scar.
SCAR Code:program New;
begin
//Comment.
{Comment.}
(*Comment.*)
end.
This tut has been an awesome help! however i am rather stuck at one point in the middle. (as you will probably notice i have never done anything like this before so my terminalogy may be a tad askew) I am stuck at the Bitmap section of the tutorial. I was able to do steps 1-8, but i have no idea how or what to load as the Bitmap! for example:
SCAR Code:program BitmapExample2;
var
Fish: Integer;
begin
Fish := BitmapFromString(8, 11, 'z78DA33302007B801C16015C7C5A6A' +
'77A62F4E252894CD21F0000D64369E1');
end.
where the heck did you get:
"Fish := BitmapFromString(8, 11, 'z78DA33302007B801C16015C7C5A6A' +
'77A62F4E252894CD21F0000D64369E1');"???
i tried many times to use the script i got on step 7, in different ways, but none of them worked. i'd love your help on this! (hope you understand my problem) anyway, i'll be posting more later,
cya later
Juitar
O rly nice guid thanks
I think you have to search a item of runescape on the internet... like a tuna... than translate that to bitmap and place it in your script..
now you can let your mouse search for a image(bitmap) instead of a colour.
plz check if what I said is right because I'm not sure about it...
anyway: the best tutorial of"the srl-forum"
!!!!
masterBB
Hi, really great thread, just wanted to say that for loading a bitmap, you said to click on script>>picture to string>>....
and on my version of SCAR (3.6), the picture to string command is under tools>>scripts. appart from that, awsome thread, with it i created my first oak chopper autoer, and I just heard of this programm 3 days ago, and not leached a single script.![]()
Dude This Helped Like Hell . It Is So Wonderfully Writen And Detailed Only 1 Typo On The Whole Text This Is Just The Neatest Text,TuT And Post I Have Ever Seen.
P.S.:Examples Helped Alot
Tysm!!!
woah i get it now ! this is soo helpful ( must have taken u ages to write this tut)
Qasim
can anyone post me a good working bitmap image from a bone in the chaos temple??
I really need it..
good tut anyway
There are currently 1 users browsing this thread. (0 members and 1 guests)