I'm getting better at these tutorials. Hope I can make some sick scripts soon.
Thnx For Tutorial
I'm getting better at these tutorials. Hope I can make some sick scripts soon.
Thnx For Tutorial
heres my script so far..but i get this when compiling..program script;
const
message1='thematpan owns';
procedure hello;
begin
wait(2000)
WriteIn(Message1);
end;
begin
repeat
hello;
until(false)
end.
Failed when compiling
Line 9: [Error] (9:1): Unknown identifier 'WriteIn' in script
@ thematpan, you ate putting writein when it should be writeln. With an l and not an i.
Thanks for an extremely complete and informative tutorial!
i think good tut but im not sure it confused the heck out of me *scratches head* and easier ones out there?
very good guide, thanks helps me alot trying to learn scripting![]()
this really helped me thanks alot and nice tut
hi your debug box isnt showing
Also "Writeln" is a typing "command", it tells SCAR to type the keys that you specify. The Text will show up in something called the "Debug" box that is this area of SCAR:
it comes up with a little box with a red "X" in it
is this just me or is everyone getting it?
*edit*
hi i was just doing your bitmap searching tut and i keep getting "[Error] (28:1): 'BEGIN' expected"
heres my scriptVVVV did i miss something?
SCAR Code:program New;
var
willowlog2: integer;
procedure LoadBitmap;
begin
willowlog2 := BitmapFromString(31, 26, 'beNrllU9Lw0AUxJsvIP' +
'QgFIKQg3gxhCDSYigGSi2UUhowSNEiKiKFoiiI4Ld34rTPZf91Ld4' +
'Mc2g3yS+Tt/NeWq3/d0TQ8dFenrZ7ebvf3R8Une/FPyCDKdjJMB6V' +
'HahZT5IQVx6BCZ/VKAZWVYDzCB5wLyxB4IhJLOIUmFbRuR99U58+L' +
's6Wd8V8ltSTA0rjyLp6Fs7L4tBv+/66974avC1LK1zDqhew8n44yY' +
'SrfBHXNZG/bUN/4KuHvsq3MqnFZXMNN/S3cI3jd+7Y03XMBA69PJ2' +
'DJvKYBxxZOsniapwa/IhdAAk8nAzxXqZ9k0k+IqqnGUIivSB8Dcse' +
'Z9pVmhokKdGmpxo4gLCKOvNKkokSeZjqjpvwz9cL8te3TDO0ktbdK' +
'lPLvLm5Ap9X+cfzkNUQOP7iRVxd40m+BkfLS50b+DhVMyNlDyGb8N' +
'urriREgzMzVvjWhmIQERVMKjYOfrAmfrgrkxyPyJWac2wfhyHOYgu' +
'scP8oMMa+8wNhrbn2CMiBshyYORRfhHw4NysjzICPmn2CmWUJ9xnC' +
'F7L43NWq70u9I/MLrQdi9g==');
end;
procedure FBitmap;
var
x, y :integer;
begin
FindBitmapToleranceIn(willowlog2, x, y, 560, 214, 734, 457, 25);
end;
end.
Vary descriptive tut. I learned a lot. The scar language reminds me of PHP.
@sunny u forgot the last "begin"P.S: good tut, but too short :O *need more*Code:program New; var willowlog2: integer; procedure LoadBitmap; begin willowlog2 := BitmapFromString(31, 26, 'beNrllU9Lw0AUxJsvIP' + 'QgFIKQg3gxhCDSYigGSi2UUhowSNEiKiKFoiiI4Ld34rTPZf91Ld4' + 'Mc2g3yS+Tt/NeWq3/d0TQ8dFenrZ7ebvf3R8Une/FPyCDKdjJMB6V' + 'HahZT5IQVx6BCZ/VKAZWVYDzCB5wLyxB4IhJLOIUmFbRuR99U58+L' + 's6Wd8V8ltSTA0rjyLp6Fs7L4tBv+/66974avC1LK1zDqhew8n44yY' + 'SrfBHXNZG/bUN/4KuHvsq3MqnFZXMNN/S3cI3jd+7Y03XMBA69PJ2' + 'DJvKYBxxZOsniapwa/IhdAAk8nAzxXqZ9k0k+IqqnGUIivSB8Dcse' + 'Z9pVmhokKdGmpxo4gLCKOvNKkokSeZjqjpvwz9cL8te3TDO0ktbdK' + 'lPLvLm5Ap9X+cfzkNUQOP7iRVxd40m+BkfLS50b+DhVMyNlDyGb8N' + 'urriREgzMzVvjWhmIQERVMKjYOfrAmfrgrkxyPyJWac2wfhyHOYgu' + 'scP8oMMa+8wNhrbn2CMiBshyYORRfhHw4NysjzICPmn2CmWUJ9xnC' + 'F7L43NWq70u9I/MLrQdi9g=='); end; procedure FBitmap; var x, y :integer; begin FindBitmapToleranceIn(willowlog2, x, y, 560, 214, 734, 457, 25); end; begin end.
nice tut mabey i wil go script again aswell
hey im pretty stupid and i get
[error] (16:1) syntax error
i really need help i wanna make scripts
Very very nice guide, I refer to it all the time when I need to do something in a script :P
omg, this is to hard for me, but i really wana learn how to make a script =\, any other explanation that i can understand? o.o
hmm this is extramly similar to pascal, im learning in collage, maybe scripting wont be so hard for me now,
nice tutor btw lovin the use of images there
wow this really helped me alot
im starting a catherby fisher
i dont know how to use my scarr pls send me a pm whit a tutorial i need this
:how to use my scar
:how i can put the revisions
:how i can usse in runescape 2
:i need a script to woodcutind willous or firemaking
:fishing or cooking
:mining
pls if any read this send em a pm
gandulfin
Now I know the basicThanks
TY!!! I learned sooo much
Very informative, I still have a long way to go before I attempt my first script but. What coding language is scar related to anyway ? c++ ?
Getting ready to start my first script soon and you just helped me a ton.
Very nice descriptive tut. Thanks much.
"You are free to sever the chains of fate that bind you."
http://www.stats.srl-forums.com/sigs/5297.png
i dont get it at all.. i r dumb
nice tut
There are currently 1 users browsing this thread. (0 members and 1 guests)