Results 1 to 15 of 15

Thread: Tutorial Requests

  1. #1
    Join Date
    Jan 2007
    Location
    Illinois.. >.<
    Posts
    1,158
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Tutorial Requests

    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!

  2. #2
    Join Date
    Jul 2007
    Location
    Right now? Chair.
    Posts
    8,488
    Mentioned
    3 Post(s)
    Quoted
    12 Post(s)

    Default

    i'd say do a tutorial on the subject of scar you are best

    ~RM

    I & I know Zion. It is in the spirit, body and mind of every one of us
    RMouse(obj: TMSIObject): boolean;

  3. #3
    Join Date
    Jan 2007
    Location
    Illinois.. >.<
    Posts
    1,158
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The subject of SCAR? Meaning like everything encompassing it?

  4. #4
    Join Date
    Jul 2007
    Location
    Right now? Chair.
    Posts
    8,488
    Mentioned
    3 Post(s)
    Quoted
    12 Post(s)

    Default

    no i mean on the functions / procedures of scar / srl that you master the best.

    ~RM

    I & I know Zion. It is in the spirit, body and mind of every one of us
    RMouse(obj: TMSIObject): boolean;

  5. #5
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I want to know something about those ranges(rgb hsl xzy(or something)) because i don't really get that part :s
    ~Hermen

  6. #6
    Join Date
    Aug 2007
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default idea

    Make a tutorial on how to find rocks with veins!

  7. #7
    Join Date
    Jul 2007
    Location
    Norway.
    Posts
    1,938
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Hermpie View Post
    I want to know something about those ranges(rgb hsl xzy(or something)) because i don't really get that part :s
    Hermpie.
    Serach.
    Here.

    http://www.srl-forums.com/forum/show...t=Autocoloring

  8. #8
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by EvilChicken! View Post
    **** Don't act like i am a child i wouldn't ask for one if i didn't read that already.
    ~Hermen

  9. #9
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Hermpie View Post
    **** Don't act like i am a child i wouldn't ask for one if i didn't read that already.
    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...


  10. #10
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Cazax View Post
    Read better then :
    OMG, i said i didn't understand that and then you say that, don't do like i am a small child from 4 years old i just asking him for a tut because he's a good teacher he taught me scar and he ownz.
    ~Hermen

  11. #11
    Join Date
    Jan 2007
    Location
    Illinois.. >.<
    Posts
    1,158
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  12. #12
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by itschris917 View Post
    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.
    Advanced you can't beat my basic nah just make advanced there soooo many basics.
    ~Hermen

  13. #13
    Join Date
    Jan 2007
    Location
    Illinois.. >.<
    Posts
    1,158
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yeah that's what i was thinking too Hermpie.. There are like 15+ basics.. What kind of functions would you guys like to see?

  14. #14
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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

  15. #15
    Join Date
    Jan 2007
    Location
    Illinois.. >.<
    Posts
    1,158
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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..

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. TAKING REQUESTS! I need a new idea for a script! TAKING REQUESTS!
    By TravisV10 in forum RS3 Outdated / Broken Scripts
    Replies: 38
    Last Post: 10-31-2007, 02:46 AM
  2. Replies: 8
    Last Post: 08-23-2007, 08:13 AM
  3. Array Tutorial - (Old Tutorial)
    By XxKanexX in forum Outdated Tutorials
    Replies: 1
    Last Post: 04-12-2006, 03:36 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •