PDA

View Full Version : Setting up Scar So you can Auto Properly



Pages : [1] 2

Starblaster100
03-24-2006, 09:46 PM
- Setting up Scar So you can Auto Properly -



Make sure you have downloaded the include Files

These are commands which scripters have written to help other scripters make their script easier, and if you dont have one of the includes, error messages will come up and your script wont start.


Include file C:...SCAR 2.03includesSRL.scar does not exist.
Failed when compiling

If you have not installed Scar + SRL (properly) then read THIS (http://www.villavu.com/forum/showthread.php?t=17890) tutorial.


Turning off Silent Mouse

Silent mouse was originally used in RSC so that you could auto and do other things on the computer at the same time. Unfortunately, Jagex caught on and so now Silent mouse has to be turned off for you to be able to auto. This means your mouse will be controlled by scar and you wont be able to do anything else whilst the script is running.
Silent Mouse is off by default, but you should check just in case.
In Scar, hit 'Tools' and make sure the first option 'Silent Mouse' is Unticked



Dragging crosshair onto the Runescape Window

This is so Scar knows the boundaries of the RuneScape screen so that you can auto properly.

Drag this symbol : http://img372.imageshack.us/img372/8978/crosshair2if.jpg : onto the runescape screen.
You must drag the symbol every time you open up scar, or change world!
A huge box will appear around the Selected Client and shrink to fit it. A new message will appear on the debug box saying:


'User specified a new RS window'
If the message comes up, but the box doesn't, drag the crosshair again and repeat until the message and shrinking box both appear.




Picking Colors

This is so scar knows what colors to click and what colors to look for in RuneScape, so the script functions properly. This is a very important step and must be done properly. You must do it yourself, because each time you log onto runescape, the colors change slightly. No one else can do this for you. If you change worlds, you must repick all of the colors asked for. There are 2 ways in which a script will tell you which colors to pick.


'Const' Colors



banksymbol = 5825779; //Green part of $ sign
yewtree = 1282831; //middle of yew tree on minimap
roadcolor = 5921634; //road color on minimap


Under the word 'Const' in the script is a list of all the colors you need to pick. The writing to the right of the numbers (e.g '//middle of yew tree on minimap') describes what color you need to pick.
To pick the color asked for, login to runescape, and go next to the color which the script asks you for.
]With both Scar and Runescape visible, click this Symbol in Scar : http://img480.imageshack.us/img480/5489/colorpicker6en.jpg : and your screen will freeze.
Click the color asked for and a new message wil appear in the debug box:


Color Picked: 16777215 at (214, 203)

The numbers will always be different, so dont worry if you didn't get the same numbers as me.
Copy the long number using Ctrl + c and paste it over the existing color under 'Const'.
Repeat this for all the colors asked for and you will setup all of the colors.
An example of the colors setup after selecting all of the colors would be



banksymbol = 3047422; //Green part of $ sign
yewtree = 16777215; //middle of yew tree on minimap
roadcolor = 262913; //road color on minimap


Remember, the above are just examples!



'Form' Colors

This is an example of a form asking for colors.

http://img480.imageshack.us/img480/1940/colorpicking6xu.jpg

It works in basically the same way as the 'Const' colors, except you have to type in the colors asked for since you can't copy and paste. The other different is you wont be able to select the color picking tool, you will have to press the shortcut Ctrl + Alt + P to activate it. Fill in the form and the colors will be saved.



No Colors!

If you are lucky, you may be using a script which has autocolor in it! This means that the scripter has made the script choose its own colors, and you dont have to do anything. Just skip this step and run the script!



Other Setup

Other setup is required so that the script knows what to do incase something 'irregular' happens, such as you log out by accident, you get a lamp for a genie, you are attacked etc.



TheLampskill = 'prayer';//Skill to use lamp on if found
RunDirection = 'N'; //Direction to run away in
UsingTiera = True; //Are you using a Tiera?
esslimit = 1000; //Number of Essence you have in bank


The different types of options you have to setup are as follows:

String - This is a word which you type in. The word Must be surrounded by quote marks (' ')
Boolean - This means 'true' or 'false' No quote marks here
Integer - This is a number. again no quote marks.

Again the writing to the right informs you about what you have to set.
The first one in my example is the skill to use the lamp on if youfind one in your inventory. Type in the skill you want to use lamps on.
Next is the run direction you want to run away in if you are being attacked. Type in 'N', 'E', 'S' or 'W'
This comes from my air crafter script, and so you have to tell the script if you are wearing a tiera or using a tally. If you are wearing one, type in true and if not, type in false.
The Ess limit is how much essence you have in your bank. Type in the number of essence you have so the script knows when to stop.
An example of my setup:



TheLampskill = 'Mining';//Skill to use lamp on if found
RunDirection = 'E'; //Direction to run away in
UsingTiera = False; //Are you using a Tiera?
esslimit = 587; //Number of Essence you have in bank


This could again be written in a form, but thats easy to fill in and its basically the same thing as above.
Note - Scar Scripts cannot steal your Username or Password, so it is OK to fill it out into a script. Just make sure you delete it before sending the script to anyone!
Make sure you fill out any other setup the script asks for, like standing in a specific place, having something in your invenotry etc.



Starting, Stopping and Pausing the Script

This is so the script can run and stop when you tell it to.
Make sure scar is completely setup by following the instructions above.

Hit the green arrow the run the script
Hit the Yellow / Orange double lines to pause the script
Hit the Red square to stop the script

Alternatively, use these shortcut keys:

Start: Ctrl + Alt + R
Pause: Ctrl + Alt + A - Note, to start the script again after pausing, hit the shortcut for 'Start'
Stop: Ctrl + Alt + S




And thats it! Thats everything you need to setup SCAR. If you need anymore help, just ask.

Hope that Helps

Starblaster100

WT-Fakawi
03-24-2006, 10:47 PM
Vey well done. Nice background info. Valuable.

timmyboy
03-25-2006, 02:13 PM
Very good tutorial for beginers, well done:)

I remember first post=p
04-02-2006, 05:43 AM
Wow this owns soo bad, sticky it. I know I have no power but I vote to sticky it :p

XxKanexX
04-02-2006, 06:53 AM
Wow this owns soo bad, sticky it. I know I have no power but I vote to sticky it :p
I agree.

-Chants- Sticky!

Moloch
04-02-2006, 06:28 PM
/Bump
/Sticky :D

masquerader
04-02-2006, 11:15 PM
good information, very useful

stickied, lol

(i'm a mod now :))

Mutant Squirrle
04-03-2006, 12:28 AM
hmm very nice maybe i can get you some attention on sythe.org if you post it over there *god knows those noobs need all the help they can get*

Starblaster100
04-03-2006, 05:01 PM
Congrats on mod dude, and sure thing Mutant

I remember first post=p
04-03-2006, 11:55 PM
hmm very nice maybe i can get you some attention on sythe.org if you post it over there *god knows those noobs need all the help they can get*

Sythe, much like Kaitnieks after the sudden Aryan boom, has a constant flood of noobs. Actually leechers. But for some reason Fakawi Ok-ed it to be mass flooded, does he want noobs? XD

Bam Bam
06-01-2006, 09:21 PM
For all you people out there who like shortcuts...when you color pick the color is automaticly copied to clipboard.

Stonecold
06-28-2006, 11:18 PM
good info helped me alot

newguy45
06-29-2006, 04:23 PM
wasent there a pacific setting your screen's color had to be set???

Starblaster100
06-29-2006, 06:09 PM
32 Bit True Color

newguy45
06-29-2006, 07:52 PM
thanks

Daniel.Blaze
06-30-2006, 07:07 PM
very helpful, i now can work scripts properly, its time to learn how to script them :)
Thanks

eageretolearn
07-05-2006, 12:43 AM
help i've dowloaded the includes and stuff i've also dowloaded SRL pack and plugned them.

this is the error.

Include file C:\Program Files\SCAR 2.03\includes\SRL/SRL.scar does not exist.
Failed when compiling

plz help

ub3r |<1||3r*1337*
07-05-2006, 02:46 AM
Extract to... SCAR 2.03, and Click includes, dont make it collapse. And click OK. There u go.

pur3 x 3vi1
09-28-2006, 02:57 AM
2 words u own

Brandon1793
10-08-2006, 12:01 AM
So i think i understand now, you download the script, then you type in everything it wants, then you double click it to make it run?

naterocks42
10-08-2006, 12:26 AM
ok how do u get to the screen with the colers.I never ran a auto before alwways"failed compiling and stuff like that".plz help.

Brandon1793
10-08-2006, 02:09 AM
I know what to do mostly, but i need to know what to download to run the scripts, i have scar and SRL, so yeah.. btw

This is like my 3rd post.. just posting it a bit more to maybe increase the rate of reply :)

Edit: Im also a fast learner , so dont think im some stupid noob who will never learn how to use it.

1. Where do i put the scripts at.
2. What program do i use to run them.
3. What do i do if i get an error?

Boreas
10-08-2006, 02:23 AM
1. SCAR-if you don't know what this is you're on the wrong forum
2. SCAR-if you don't know what this is you're on the wrong forum
3. Play legitly

Brandon1793
10-08-2006, 02:26 AM
2nd time ( lol )

Where do i get this.

Boreas
10-08-2006, 02:41 AM
http://www.dylock.net/scar/SCAR203setup.exe

neo_welmeow
10-22-2006, 07:37 AM
very helpful thnx

Starblaster100
10-22-2006, 08:50 PM
Yup, as simple as that

Wiz4life2
11-25-2006, 11:41 PM
YES! I get it now! =) ONe question.. boolean, integers and stuff.. Do u need to write those in?

kickmynadz
12-08-2006, 06:08 AM
I have SCAR 2.03, all the includes, the plugins from SRL and the includes, i got a few scripts but they dont do anything, or if i choose a chicken it clicks to the top left of the rs window. If it doesnt do that it normally just does nothing.

i picked the colors each time then insert into the right place ie. color1 = blah but still does nothing, anyone help me please ?

P1nky
12-21-2006, 12:18 AM
Ok But.... The Mopar Thing Wont Let Me In Do U Have Any Other Link?

I Can Get The Thing So It Doesnt Say File Doesnt Exist Or Failed While Complied Please? Pm Me On Site Or Sumthing Tyvm

lefamaster
12-21-2006, 06:48 PM
Some things of note.
V-brightness: I always run on highest setting. I have noticed some of my noob accounts set it back to the second setting for some odd reason. I always re-check this if my character is just standing around

800x600 resolution. I may be wrong/misinformed but It seems to be a better resolution to run the majority of scripts out there. I run into wierd things at 1024 x 768 or higher.

Some scripts say "low detail", or "high detail only", or they should have...try high or low.

I recently started Scar and RS over a few weeks ago and painfully had to remember to check these things on my noob accounts, as they were standing around slacking off. noobs.

J-Son
12-29-2006, 07:35 AM
Thanks for the tips. I'll follow these guidelines before I stop using a script when I get an error thousands of times.

lee666
12-29-2006, 08:34 PM
Thanks dude, hope i don't get the errors i used too have. Although i never knew how too set colours :duh: thanks.

griffon
01-06-2007, 11:51 PM
can some1 tell me how to set up the thing where you can use more than one player, like one player banks the load, logs out and the next one gets logged in, i want to know how to set it to only the one player keeps mining/wcing

Justin5
01-12-2007, 01:35 AM
WOW, I've been wondering why I can't get silent mouse to work (havn't used SCAR since RSC) didn't know they can detect it. Very informative Post Star, you've answered alot of my questions.

gimp
01-15-2007, 03:44 PM
great tutorial... thank you

ichthuz
01-27-2007, 08:30 AM
sweeeet!

Macro2much
01-29-2007, 01:25 AM
Very nice tut Starblaster100, keep up the great work. Helped me understand SCAR a little more :).

tiger886
01-29-2007, 12:58 PM
well i think i got everything right but it couldnt run, can u expalain it?

User specified a new RS window
Color Picked: 1845057 at (213, 172)
Color Picked: 1977158 at (-1244240, -5094743)
Successfully compiled
Successfully executed
Color Picked: 2108490 at (-13136464, -1244108)
Successfully compiled
Successfully executed

my char just stood in front of iron rocks, nothing doing auto mining.

unknownx22
02-03-2007, 02:18 AM
Failed when compiling
[Error] (5020:1): Unexpected end of file

what if you get this reading and you copied all of script?

JAD
02-25-2007, 05:29 AM
Very nice starblaster, this should help A LOT of people. maybe not as many new threads from people not knowing anything about scar :P

Shask
03-25-2007, 05:46 PM
Thanks dude, definately a help for many people out there. +rep

bleedingsoul
04-24-2007, 08:56 PM
1 thing wot is the best resolution to auto with :

800x600
1024x768
1280x768
1280x800

thats what my laptop screen has currently using : 1280x800

cardwell
05-05-2007, 06:16 PM
That's great thanks alot.

smith10109
05-30-2007, 02:32 PM
ok thx

Newautoer
06-02-2007, 01:17 AM
ok i hacve no clue how to use scar at all it doesn't work fo rme

Mjordan
06-02-2007, 02:38 AM
ok i hacve no clue how to use scar at all it doesn't work fo rme

And that is exactly why Starblaster made this thread lol. Just follow the directions, Even though they could prolly stand an updating it will still get you started on the right path.

letme shoot
06-02-2007, 06:43 PM
Unknown identifier i get this error evreytime :(

Stake
06-03-2007, 08:37 PM
Starblaster100 owns! ^^

Standard info though :P

hellhound61
06-04-2007, 11:56 AM
Thanks alot.

helped me alot...(currently new to SCAR and all the stuff..thnx very much)

dialeyj2
06-07-2007, 04:54 AM
i always get this error:

Line 59: [Error] (14511:10): Unknown identifier 'FindItemColor' in script C:\Program Files\SCAR 3.06\includes\SRL/SRL/skill/fishing.scar

what do i do?

jazoo
06-08-2007, 04:00 AM
Yodel aloud, its dash ten for SCAR noobs. Glad I read this, along with the install instructions, cause 90% of my problems have been solved by them. I feel a little smarter- thank you.

sweetleaf
06-12-2007, 04:09 PM
good tut starblaster. thanks

Popeye
06-17-2007, 04:40 PM
Thanks for this. Really good :)
The only thing I have to ask is can you post the Includes download list here?
On the other website I cant find the link on your post and I cant find the includes anywhere else on the internet either.

Thanks

Sack Jarrow
06-17-2007, 10:12 PM
This is wayyyy too hard for me. I guess i need to uprade to NERD UBER POWERS to understand it:(
Im just gunna try to use mircosoft macro atleast its easier to use.
Unless you guys actualy TYPE UP a script im sure to NOT be able to use it. Let the dissing of me for being stupid begin!!!

budgeda
06-21-2007, 09:26 PM
where do you get the scar and srl programs

Master Genius X
07-01-2007, 03:03 PM
[Runtime Error] : Out Of Range in line 49 in script.


These are the lines:

Players[1].Name :='';
Players[1].Pass :='';
Players[1].Nick :='';
Players[1].Active:=True;
Players[1].String1 := 'Iron'; // Primairy Ore Color
Players[1].String2 := 'Iron'; // Secondairy Ore Color wont be mined as much as 1.
Players[1].String3 := 'Iron'; // Third Ore Color, won't be mined as much as 1 and 2.
Players[1].Boolean1 := True; // Is The Pick Equipped?
Players[1].Boolean2 := True; // False for brightness Check Once.




:fiery:

tdawg165
07-07-2007, 02:13 AM
wow great lesson ty this helped sooo much :D

tpm1164
07-08-2007, 11:20 PM
help ive downloaded srl and the includes and everything but when i go to run the script i keep getting (Line 59: [Error] (15388:32): Identifier expected in script .....) any suggestions

carleihar
07-13-2007, 09:27 PM
Very helpful!

michaelo85
07-23-2007, 08:16 PM
like if i was to write "False" other than "false" ?, or does it just read it the same which eva way i write it?:confused:

gothchild015@aol.com
08-02-2007, 07:15 PM
hi every1 im new to this and im only 13 and i cant figure out something, im not sure if this is the right area to post but since every1 is smart here i might as well ask. ok i have been trying to do a auto flax picker and i used home's flax picker script and every time i go to use it i get: Line 25: [Error] (77:1) : Duplicate identifier 'UpChars' in script C:\Program Files\Scae 3.11\includes\srl\srl\core\Globals.scar

evilwalrus
08-03-2007, 01:22 AM
thank you alot, i am sure this is going to help me.

realrocker00
08-03-2007, 01:32 AM
omg, this is a great biginer guide!!! nice

realrocker00
08-03-2007, 01:36 AM
cool

Nose Smasher
08-07-2007, 05:19 AM
Very nice. Im new to all this, :redface:
so Im trying to learn how to script myself...

StreetNaruto
08-07-2007, 07:29 AM
very in detail and descriptive kinda hard not to understand A++:D

m4geab0rtz
08-07-2007, 10:50 PM
Oh okay, I was wondering if you could use another window or not.
thanks for guide

Arkeus
08-13-2007, 11:09 AM
Thanks for the guide. I'm new at this so it'll definitely help. =)

tjizz111
08-21-2007, 08:42 PM
i dont understand how to get to the color thing...can some1 tell me??



Vey well done. Nice background info. Valuable.

tjizz111
08-21-2007, 09:05 PM
whenever i do something a line error pops up ..it looks like this Failed when compiling
Line 259: [Error] (15073:4): Unknown identifier 'RandomRClickEvery' in script C:\Program Files\Recyling Bin\New Folder\New Folder\stuff\thestuff\SCAR 3.11\Scripts\Any Tree Power Chopper 4.scar


can some1 please help me???

BBBS1322
08-23-2007, 03:43 AM
im a noob at this ive only had scar for 4 hours and ive downloaded srl and i went to download includes and the only one it got was ph.scar and i cant seem to download any other includes to scar i have plenty but cant figure out how to get them to scar...any ideas?

Unprinted
08-26-2007, 02:06 AM
thx this was exactly what i was wondering about now i am gonna read the rest of the tutorials so i will be an expert in an hour or two :D

I B X R
08-30-2007, 02:19 PM
Nice guide.

nihao454
08-31-2007, 01:19 PM
it still gives me errors in string 1

Killer2OOO
09-02-2007, 10:18 PM
Thank you
This is da best tut ever!!

Method
09-02-2007, 10:26 PM
Thank you Starblaster. I'll be sure to remember these things while running scripts.

dadirtyd0
09-03-2007, 01:41 AM
read it all...this is why one of my scripts isnt working..forgot to do some set up...thanks so much@

kornthebldgd
09-03-2007, 08:41 PM
thanks

macr0 n0ob
09-03-2007, 10:28 PM
good beginners guide :) :) thanks

wheatthinz
09-04-2007, 05:02 AM
yea helped me out thanks a lot :-) <333

ownt
09-04-2007, 09:59 AM
vry well explained..
you should keep this one..

(bump)..:rolleyes:

xFeaR
09-06-2007, 12:37 AM
nice guide

Derkel
09-06-2007, 12:38 AM
Wasn't this takin from mopar?

xFeaR
09-06-2007, 01:09 AM
im still haveing soem trouble setting up scar

lalabi
09-08-2007, 12:23 PM
Well ty very much for the wonderful guide there is only 1 think i didnt cath???

Wich button or something to click to let this Username and password squar show up???

I mean there where you write how many trips and all this things.

Well to make it clear, i mean where to click or a button to click to open this: http://img480.imageshack.us/img480/1940/colorpicking6xu.jpg

anonymoustbh
09-11-2007, 02:54 AM
nice tutorial, you put a lot of effort into explaining things as much as possible, most of this I would assume pretty obvious, but then again you'd be supprised how little people can understand...

Knuckles7
09-13-2007, 04:05 PM
Thanks dude, really helped me. Made Scripting a whole lot easier now

BuuB
09-16-2007, 12:20 PM
Good work.

AsainOwnz
09-16-2007, 07:19 PM
two thumbs up ;)

jamedo
09-20-2007, 09:07 PM
great help for me to prob start my hobby of scripting and autoing
thx

busha5a5a5
09-21-2007, 11:33 PM
oh ty

michaels
09-22-2007, 12:28 AM
Ive read it but it still does not comply with my brain>.<

hehe oh well I'll keep trying!

-l33t mikey-99rc

Craig-
09-22-2007, 06:31 PM
-.- ... I Need To Be A Member For A Week And 10 Posts So Start Autoing...

li_HAM1
09-28-2007, 03:53 AM
Thanks very helpful

kit775
10-12-2007, 08:39 PM
woo i'm the new guy thanks for the help

mo59827
10-15-2007, 02:43 AM
Thank you :)

Now I can finally begin to learn to script




(I try not to be a leecher anymore)

pl0xmypl0x
10-20-2007, 03:07 PM
nice this helped me lots

M3talhe4d
10-20-2007, 03:34 PM
Thanks alot, this was really helpful:D

Chaosis
10-20-2007, 07:57 PM
This explained everything! One of the best tut's I have seen!

patty
10-22-2007, 02:48 AM
thanks man this helped:garfield:

i was god
10-26-2007, 08:59 PM
thanks this helped me a lot

i was god
10-26-2007, 09:01 PM
thanks this helped

demoralizer
10-28-2007, 12:26 AM
Thank you, i didn't know what was happening when it mentioned includes but that really helped me out :)

geforce
10-29-2007, 08:59 PM
good guide

weepoo
10-29-2007, 11:20 PM
Nice tutorial, really helped me out. Thanks.

red eyes 20
10-31-2007, 08:04 PM
now i kknow how to use scripts, now to make em....
oh i need some help with scss prgam, thanks.

Dean Boring
11-01-2007, 03:13 AM
Thanks dude. It's like a whole new language for me but this makes a big difference.

gothguydante
11-03-2007, 09:54 PM
well i knew some but it helped alot. tho i do miss silent mouse mode.. thanks for the tut!

Cerium
11-04-2007, 10:46 PM
Very useful information here, ty:)

mountaindew
11-05-2007, 01:10 AM
sweet guide im begginer im goa follow it and make an army make some cash:cartman:

xs_range
11-07-2007, 03:42 PM
Best tut seen so far thx i finally understand it :)

Cooclade283
11-10-2007, 02:44 AM
Very helpful i didnt know about the pick color thing.

lifes_joke
11-10-2007, 03:26 AM
o dear lord ty god for this topic. i was such a helpless noob...still am.:D

qazwsx
11-10-2007, 11:14 AM
wow u own man thx erm but i wanna on silent mouse lol anyway thz again not my bots actually work small problem how do u make it to 32 bit true colour lol

br@@k
11-10-2007, 11:24 AM
thanks that helped quite a bit

gummi
11-14-2007, 11:56 PM
nice guide,Helped me alot

curiousgeorge322
11-17-2007, 09:42 PM
Thanks a bunch, that answered so many questions!

Hamish150
11-18-2007, 07:55 PM
Haha, I was wondering why it wouldn't click.
Thanks :p

Ghosthree3
11-20-2007, 05:42 AM
That explains some problems....

olivebj
11-20-2007, 07:50 AM
Thanks helped me alot im new to this forum and Scar so thanks

I_Pwn_U
11-23-2007, 12:12 PM
thanks heaps :D

sinocopa 1
11-24-2007, 12:23 AM
TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY TY

I kept getting errors like the one u showed and now all scripts work fine!

dslayer102
12-01-2007, 04:24 AM
This was a great tut to get me started. I feel like there should be some sort of link to it on the main page.

anderson192
12-01-2007, 10:03 PM
Wow this was a great help. If i could just learn how to make scripts well...

Ollie A
12-02-2007, 07:37 AM
You saved my arse
Cheers starblaster!!

brasil
12-02-2007, 09:25 AM
Thanks imo, helps a lot.

k1ngy
12-03-2007, 12:33 AM
thanks that actually fixed a problem i was having

souppy
12-04-2007, 09:30 PM
This is great for someone who is just starting to use Scar.

polota11
12-05-2007, 10:59 PM
Hey i was wondering if you could send me a copy of exactly what you type into your Scar program to make it work. i cant figure out how to make y program do the things yours is doing. thanks

fuzzyhc
12-06-2007, 01:47 PM
dude, srsly u are a life saver, im not that flash with computers but u put all this information very basicly and easy to understand, plz become a school teacher.. jk ;)

thanks again!

SlePWalkeR
12-06-2007, 05:52 PM
thanks, now I know how it works;)

xahix
12-10-2007, 04:14 PM
as everyone said its good guide thanks alot, helped me loads :)

cheater95
12-15-2007, 04:26 PM
could you help me out with one thing. I did as you said but when i hit play to start script at the bottom it says this.
Include file C:/Progra~1/Scar~1.12/Includes/Squig.txt does not exist
Include file C:/Progra~1/Scar~1.12/Includes/Bankpinner.scar does not exist
Failed when compiling

infested999
12-16-2007, 02:45 AM
Read Before Posting Again!!

http://www.srl-forums.com/forum/images/satellite/buttons/expand.gif http://www.srl-forums.com/forum/images/satellite/misc/sticky.gif http://www.srl-forums.com/forum/images/satellite/statusicon/lastupost.gif (http://www.srl-forums.com/forum/showthread.php?goto=lastupost&t=20056) Sticky: Attention Spammers and Leechers... (http://www.villavu.com/forum/showthread.php?t=18341)
http://www.srl-forums.com/forum/images/satellite/rating/rating_5.gif RAM



doesnt seem to click on the fishing spot corrrectly

cool

cant wait for the competition to finish

i don't think jagex keeps logs of who trades what


they cant read all that!!!!


just regular trade it

good job

ess miner

well they also made a new update agenst unbalenced trades

nice guide

this is a very good script

but sometimes it gets stuck on the way back to the bank... (every second time)


and when you select colors... are u suposed to select then on the minimap, or on the regular view?????

nice tut

^^well it works

so whatever

WizOfTheOne
12-20-2007, 04:38 AM
Thank you.
THis helped a lot

Mr p00nage x
12-23-2007, 03:03 PM
Nice, im using scar for the first time and i didnt have a single problem so far with the help of this tutorial!

MasterSparta
12-31-2007, 08:35 PM
Thanks! I used this guide a few weeks ago to set up scar.

Bobiscool123
01-04-2008, 02:05 AM
Very nice tut, thanks.

boots9491
01-07-2008, 01:20 AM
thanks this was very useful information

kendo
01-07-2008, 05:49 AM
thanks for that basic background info,really useful

Gannoncanon
01-07-2008, 11:36 PM
great tutorial! it solved most all of my problems.

Unfortunately, one problem remains. A rather big one too. whenever I try to run a script, it says that it compiled successfully, but nothing happens. The mouse doesn't move or anything. its most aggravating! :fiery:

Gold
01-08-2008, 04:44 AM
This sounds good, I tried the nexus autobot required to many components and very few scripts worked I went back to SCAR and had problems with the older version but when the new SCAR came out I tried an Auto Powercutter that worked fairly well, but Sythe has no working Mining scripts at the moment and I've had some trouble with the quickminer here. But with this and the other Tuts I think I can figure it out!

Thanks Sincerely,
Goldrush

pizzownage
01-10-2008, 12:22 AM
that was great, didnt know much and this helped me set up.

thanks a lot

pizzownage

jser
01-24-2008, 03:49 AM
Thanks so much I am pretty knew to scripting.. This helped so much!! Keep up the good work!

7general7
01-24-2008, 04:51 PM
Very véry helpfull!

Not a L33cher
01-24-2008, 09:18 PM
Wow really helpful Starblaster100! Thanks

da_k1ng
01-27-2008, 03:36 AM
im new and this really helped me a lot. it's easy to understand. ty

Suno
01-27-2008, 07:45 AM
Thanks, =p been needing an explination for SCAR

Brain
02-03-2008, 06:41 AM
Pretty informative, nicely noob friendly, Love it, I already knew how to run all this, but the background info of the silent mouse thing is cool, wish we could still use that!

br@@k
02-03-2008, 10:10 AM
Include file C:\Program Files\SCAR 3.14\includes\SRL\SRL.scar does not exist.
Failed when compiling, i always get this error when trying to run any script and i have just recently updated from scar.12 to scar.14. i am running windows vista.
please help.

kingarabian
02-03-2008, 11:43 AM
Include file C:\Program Files\SCAR 3.14\includes\SRL\SRL.scar does not exist.
Failed when compiling, i always get this error when trying to run any script and i have just recently updated from scar.12 to scar.14. i am running windows vista.
please help.

You did not Dl srl correctly. Remember once you download a new version of scar you gotta re download srl.

Tools>options>srl download> Checkout.

EDIT: And god damn! - 03-24-2006, 05:46 PM. HOLY shit lol. Nicely dug my friend nicely dug.

mannykind
02-05-2008, 02:32 AM
Line 229: [Error] (411:1): Identifier expected in script C:\Program Files\SCAR 3.14\includes\SR

this happens in the math portion of the scar setup :s


<<<<<<<.mine this line? idk .. help plz

TJM
02-08-2008, 06:33 PM
Useful thank you :)

upalot
02-09-2008, 12:49 AM
Great info helped me alot

upalot
02-09-2008, 12:55 AM
Great info helped me alot

upalot
02-09-2008, 12:56 AM
Thanks for the info

FreakyMonkey
02-09-2008, 03:12 AM
ive been looking over the SCAR program for quite sometime and putting in various scripts and i keep getting errors ALL the time. i know its not the script's fault, but could anyone clear things up for me? wat exactly is a SRL repository. Also when there are no errors sometimes the script says "Successfully executed" but nothing happens the mouse doesnt move or anything.

Could someone plz help me?

i break rules
02-10-2008, 06:01 AM
Thanks alot, Really helped.

nippy
02-20-2008, 11:35 AM
thanks, this helped me alot :D

raminez
02-20-2008, 01:26 PM
Thats a very good way to explain it , you done it well :)

ganzerker
02-21-2008, 03:14 AM
thank you, very appreciated

SiLEnT KiLLz
02-21-2008, 04:25 AM
thanks :)

jaimefire2
02-21-2008, 08:52 PM
omg thank you, where have you been all my life :D

Carrot5
02-22-2008, 12:15 AM
Line 59: [Error] (234:11): Unknown identifier 'CreateTPAFromBMP' in script C:\Program Files\SCAR 3.13\includes\SRL/SRL/Core/Math.scar
^This is what it says. I'm just using the rimmington miner that came with it. Please help me.

Petabanana
02-23-2008, 04:43 AM
not a bad tutorial helped a lot
good job

holt175
02-28-2008, 01:30 AM
hey this really helps alot!
thank you

mageroner
02-29-2008, 04:01 AM
That was a great informing post. Thanks i always had trouble with this bit.

shrubie1
02-29-2008, 01:10 PM
thanks for this

syn7hetic
02-29-2008, 01:19 PM
heeps helpfull, i didnt know silent mouse was banned though its been a long time since iv even played rs let alone auto'd so its all a bit learning cerv 4 me :)

andrewrox424
03-01-2008, 02:27 AM
heeps helpfull, i didnt know silent mouse was banned though its been a long time since iv even played rs let alone auto'd so its all a bit learning cerv 4 me :)

same, i haven't played for years! :D

xprincex
03-03-2008, 11:23 AM
thnx alot now i understand

thedetro125
03-06-2008, 10:23 PM
EatFood = false; //If you are banking, eat food at low hp?
if i wanted eatfood on would i put eatfood to "true"?
thanks,
Matt


edit: removed unnecessary info, accidentally double posted

thedetro125
03-06-2008, 10:27 PM
when i try to make a draynor fisher i get this message- Include file C:\Documents and Settings\Matt\Desktop\SCAR 3.14\includes\OSi.txt does not exist.
Include file C:\Documents and Settings\Matt\Desktop\SCAR 3.14\includes\BoxBreaker.txt does not exist.
Failed when compiling

what do i do to prevent this?

thedetro125
03-06-2008, 10:29 PM
also to get scar to automatically enter my username and password in beginning, i use this script-
username = 'thedetro125'; //Enter Your Username
password = '******'; //Enter Your Password <------password blipped for a reason :)
EatFood = true; //If you are banking, eat food at low hp?

does this look right? its the same script i get an error message on

thedetro125
03-06-2008, 10:31 PM
also sorry for all the posting, i need to have the link for downloading srl revision 14, could somebody post that as well please?
thanks for all the help guys,
Matt

dakisback
03-14-2008, 08:18 PM
wow thanks i Would have never gotten this right if you had not posted this

Vengeful
03-14-2008, 09:32 PM
thanks...i still had silent mouse turned on...didnt know it didnt work anymore, ive been away for a long time

Sir Raider
03-16-2008, 06:25 AM
Thanks, that helps me so much.

kollmann
03-16-2008, 07:35 AM
This is the tut I first read when I came here.
It helped tremendously or else I would've been lost!

jamesh1002
03-16-2008, 10:55 AM
Thanks, Before i didn't have a clue what to do until i viewed this.

Nice Work

DenverR
03-16-2008, 01:34 PM
thanks so much for this thread. i had almost given up on autoing b/c i could never get it to work correctly.
but i changed all my settings and downloaded all the stuff and im off to auto

Preston8
03-16-2008, 03:17 PM
Wow very good i think this will be very good for begginers:D

Syurba
03-22-2008, 11:05 AM
Thanks, helped me alot!

fir3com
03-26-2008, 12:53 AM
Ugh. Question =)

Color Picked: 16777215 at (214, 203) What's the 214, 203 means when picking colors. Height and width? Is it useful in anyway?

Shroomsday
03-26-2008, 02:25 PM
does it matter what brightness settings you use?

dver
03-26-2008, 09:19 PM
isnt this tut a BIT outdated ? as functiosn are a lil diff now, right

Th3Nightmare
03-30-2008, 06:38 PM
Very helpful Tutorial. I'll be sure to save this one on my favorites.

ScarLion
04-06-2008, 04:27 AM
Thanks,newbs like me needed that :p

tankbf
04-09-2008, 03:08 AM
VERY helpful, and easy to find. :cool:

JesusFreak3838
04-15-2008, 09:33 PM
Thanks, helped me sooooo much.

SeanJohn
04-15-2008, 10:07 PM
Once again thanks your guide really helped me setup my programs.

alberttai
05-04-2008, 02:06 AM
Thanks for the info. Time to tryout some scripts ^_^

Pizza
05-04-2008, 12:14 PM
Thanks, some very helpfull information. I just got one problem, as soon as i start a script SCAR just dissapears. I've tried out 3 scripts so far and they all did it. Do you have any idea how to fix it?

fearmi
05-05-2008, 08:39 PM
very nice very nice it really helped me out thank you

Darthmecca
05-07-2008, 12:29 PM
Thx for posting this. I'm taking computer programming at school and i recognize some of thse comands.

xenomorph911
05-10-2008, 08:15 PM
i cant ever seem to auto???? how do i get it to go???

spicynachos2
05-10-2008, 08:21 PM
good job but i really dont get how someone could have alot of trouble instaling srl... just hard to find the stuff but i guess it does take a little help to do it! gj:google:

Mark
05-12-2008, 02:36 AM
cheers fella covered a few blanks for me on that adn i think u helped all these to lol some realy good posts here rep+

Zlakata
05-15-2008, 01:01 PM
sorry for my ignorance, but the colour pick isnt supposed to make the script click the colour i picked? i put the colour code in the right place but my mouse clicks like a cordinate he doesnt look for the color because rs screen rotates very slowly and at some point my mouse is clicking on the floor instead of the rock ( in the case of a power miner)

Is this supposed to behave like this?

Anyways, very nice tutorial, helped me out

Regislian
05-20-2008, 04:18 PM
Great guide, helped alot!

RubberDucky451
06-29-2008, 01:58 AM
Thanks a lot :]

Very helpful and informative.

Cintofm
07-01-2008, 06:30 AM
Thanks, this helped me a lot.:)

Cintofm
07-01-2008, 06:50 AM
thanks for the help again! i reread it and learned something new :)

immrhappy
07-01-2008, 09:40 PM
good guide

instinct
07-02-2008, 08:19 AM
This is just what I was looking for, thank you!

taytot
07-04-2008, 06:11 AM
I need help I click play after clicking on the script and it says this VVVVVVV

Mine says this:

Line 10: [Error] (34:1): Unable to register function function FindGapsTPA(TPA : TPointArray; MinPixels: Integer): T2DPointArray; in script E:\Program Files\SCAR 3.12\includes\SRL/SRL/Core/Globals.scar

Please add my msn to help me :

littl_tay@hotmail.com

spoonbeater
07-06-2008, 07:54 PM
I think someone should make an srl and other includes tutorial like this one as well.

wizman
07-11-2008, 02:03 AM
thanks dude, i have been lookin for this, i forgot the url of the site, so im just now seeing this!

omarzum2002
07-12-2008, 11:57 AM
Thank you very mutch

shoosT
07-13-2008, 01:44 PM
This guide helped quite a bit, thank you very much!

Rizzelet
07-16-2008, 06:55 AM
Nice guide

Thanks

mint25642
07-30-2008, 07:54 PM
helped alot


thumbs up :D

mint25642
07-30-2008, 08:52 PM
when i start it says -

Line 87: [error] (16318:32) Identifier expected in script D: \lotsw\ [SRL] powerminer 3. 05. scar


really really neeed help!

rbair44
07-31-2008, 07:16 AM
thanks that helped alot

livewrong811
08-03-2008, 12:03 AM
Shweet tutorial, it explained a lot. Keep it up!

xfire
08-08-2008, 07:37 AM
Thanks, good guide. :)

atr
08-10-2008, 04:40 AM
FINALLY! Thanks I was trying to get this to work because I am going to try to start making an auto yakker as my first script lol.

fireflash712
08-18-2008, 07:14 PM
It works! :)

Darkgamer
08-21-2008, 08:52 PM
Wow, this help me bunchs, thanks alot :duh:

OLDSCHOOLMACRO'ER
08-23-2008, 02:42 PM
Uber Thanks
This tut really helped keep making them :)

luck demon
08-25-2008, 07:11 PM
i am having a problem with every script i run. this is what it says:

Line 1: [Error] (1:1): Unable to register function function FindGapsTPA(TPA : TPointArray; MinPixels: Integer): T2DPointArray; in script C:\Users\...\[SRL4] QuickPowerMiner3.4 pro.scar
Failed when compiling

please help me
im new at scripting :(

Shinigami
08-30-2008, 05:07 PM
Thanks a ton, this really helped me get started out!

Accure
09-05-2008, 04:24 PM
Thx alot, this helped me on my way :)

metalguitarfro
09-07-2008, 07:42 AM
Another great beginner tutorial. Thanks!

pini3000
09-14-2008, 08:15 PM
It seems to me that a lot of people are spamming here. This TuT is completely outdated and does not help setup the new SCAR with SRL. Not a good start....

gr8axe71
09-16-2008, 05:04 AM
thanks so much. I was trying to use an auto trainer and it kept clicking the rs home button.

Overactive
09-27-2008, 11:55 AM
nice tutorial this made everything alot more clear for me!

whereyouat07
09-29-2008, 08:50 PM
thanx this helped alot just joined a couple days ago, setting scar up was pretty easy but i couldnt get srl to install?

i just went to file download srl the first couple times and it was installing for like 20 hrs lmao

gr8 tut thx

Saxo
09-29-2008, 10:51 PM
thanks a lot

Codys_Pur3
10-02-2008, 02:52 AM
Man i still need alot of help with this, no matter what I do I allways get this:
Include file C:\Program Files\SCAR 3.15\includes\SRL\SRL\Misc\SMART.SCAR does not exist.
Include file C:\Program Files\SCAR 3.15\includes\SRL\SRL.SCAR does not exist.
Include file C:\Program Files\SCAR 3.15\includes\SRL\SRL\Skill\WoodCutting.scar does not exist.
Failed when compiling

Blender
10-04-2008, 07:44 PM
Hi I'm kind of new with SCAR and SRL. I setup The Subversion thing and did everything as the tutorial said, but when I compile and run the file "Compile SRL.scar" or "SetupSRL.scar", it always gives me this error message:

"Failed when compiling
Line 205: [Error] (365:1): Semicolon (';') expected in script C:\Program Files\SCAR 3.15\includes\SRL/SRL/Core/Math.scar".

It is really annoying. I checked over that part of the "Math.scar" file and it doesn't seem like there is anything wrong. Please help me somebody!

Thanks in advance!

razer
10-09-2008, 01:52 AM
this tutorial really helps. now i can actually auto.

AlexanderTheGreat
10-09-2008, 03:41 PM
Thanks loads!!

crunkjmp007
10-16-2008, 05:56 AM
Wow thanks for all the great tips and instructions im newer at this so this will greatly help

th3ko
10-17-2008, 06:09 PM
dude, this may be very helpful to people that dont know what to do or things of the sort :P

loby105
10-25-2008, 03:34 PM
i need help.. i have this scripted it was about to run than it wanted access to the SRL world file thing or w/e than i let it access than it says to check the worlds prefix

what do i do to fix this??:confused: :confused:

it wants to start "SMART" and when it cant it says "cannot start SMART,check the world prefix"

1nsan1ty
10-25-2008, 04:14 PM
dude nice.. helped me a lot.. very helpful :)

Ragging
10-26-2008, 07:15 PM
Thanks alot helped me alot

imported_night_hawk
10-27-2008, 05:12 PM
thanks great tut for us newbies

Deviant Ace
10-30-2008, 01:45 PM
Thanks this really helped a noob out:)

Lorken
10-31-2008, 04:49 AM
Vey well done. Nice background info. Valuable.

nice sig i like that!

killerkorndog
11-02-2008, 01:07 AM
Awesome! Im very new to autoing in runescape and stuff so im like a major noob so yeah. Thanks!

marksman
11-02-2008, 06:03 AM
ty very much helped meuse a code!

lloonnee2
11-03-2008, 04:02 PM
I'm getting this error...
Line 1: [Error] (1:1): Unable to register function function FindGapsTPA(TPA : TPointArray; MinPixels: Integer): T2DPointArray; in script
And my compile fails.
Can anyone advise me how to get rid of this error?

vzlarik
11-03-2008, 06:41 PM
very nice info, helped me a lot.

naryasha
11-05-2008, 01:45 AM
hi i am super super new to all this stuff. How do i install the script to the SCAR?? Like i found a script but it's only writings... how do i install it I DONT GET IT :P Please help and thank you

naryasha
11-05-2008, 02:03 AM
k nvm i downloaded the script but now i dont get how i use it?? i like did the drag that thing and the message user has specifed a rs window came up but what do i do now?

naryasha
11-08-2008, 04:26 PM
nvm i found out how Scar works now lolololol. I got a question thou. Is there any good scripts thats has antiban for all random? cause some scripts just do some random but not all

lolurdead
11-11-2008, 07:22 AM
thx for the tut. im just starting off in this, and everything was crystal clear. PERFECT!