So it has come to my attention that i have yet to post any tutorials and things of that matter, so here it is, a little request thread.. Request any type of tutorial and i will try to make it for you...
Request away!
So it has come to my attention that i have yet to post any tutorials and things of that matter, so here it is, a little request thread.. Request any type of tutorial and i will try to make it for you...
Request away!
The subject of SCAR? Meaning like everything encompassing it?
no i mean on the functions / procedures of scar / srl that you master the best.
~RM
I want to know something about those ranges(rgb hsl xzy(or something)) because i don't really get that part :s
~Hermen
Make a tutorial on how to find rocks with veins!
Hermpie.
Serach.
Here.
http://www.srl-forums.com/forum/show...t=Autocoloring
Scripts: Varrock Smither! | Fight Caves Runner! | Kebab Buyer! | L.A.M.E. (Outdated)
Tutorials: SRL user-defined procedures | JaGex UID files | Printing your scripts
Applications: StartUp Notepad | SCAR Assistant
Misc: FREE Delphi 7 v2 | Official SRL Graphics
Read better then:
a) Get the value of R - G
b) Get Value of R - B
c)Get the value of G - B
d) get the value of S - H
e) get the value of L - H
f) get the value of S - L
g) get the value of X - Y
h) get the value of Y - Z
then we just compare them and if they are between the range then you just get the color:
SCAR Code:if InRange(R - G, {your range here}, {your range here}) then
if InRange(R - B, {your range here}, {your range here}) then
if InRange(G - B, {your range here}, {your range here}) then
if InRange(Round(S) - Round(H), {your range here}, {your range here}) then
if InRange(Round(L) - Round(H), {your range here}, {your range here}) then
if InRange(Round(S) - Round(L), {your range here}, {your range here}) then
if InRange(Round(X) - Round(Y), {your range here}, {your range here}) then
if InRange(Round(Y) - Round(Z), {your range here}, {your range here}) then
but wait! the will only work with your color, so we need to add a "tolerance":
SCAR Code:if InRange(R - G, {your range here - 20}, {your range here + 20}) then
for RGB use -20 and +20.
for HSL use -15 and +15.
And forum XYZ use -7 and +7.
if your color changes too much you just add a higher range...
Hmm, so Rasta: Like a basic beginner's tutorial? Or a more advanced tutorial using SRL techniques etc?
Hermpie: I can do that for you.. And thanks for saying i own.
Blaze: I'll get to that last since the other's asked first.![]()
Yeah that's what i was thinking too Hermpie.. There are like 15+ basics.. What kind of functions would you guys like to see?
auto color and in to the deep with the ranges and just try to think of something totally new!
or stuff that people don't know like,
Xor
If ThisReturnsABoolean Then Result:= TrueOrFalse, Could replaced with Result:= ThisReturnsABoolean;
that kind of stuff
Msn Pl0x?
~Hermen
I figured you would want the auto-coloring thing. Lol. I'm at school right now so i cant go on MSN.. But do you have any other ideas as to what to put in the tut? That's mthe whole reason i created this thread cause i dont have any ideas..
There are currently 1 users browsing this thread. (0 members and 1 guests)