Results 1 to 15 of 15

Thread: Tree Colors.

  1. #1
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Tree Colors.

    Can someone get me three colors from a maple tree and a teak tree and make a DTM of the logs or just send me a screenshot of a log?

    thanks,

    -skilld.

  2. #2
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Ok all three.


    Maple Log!

    Colours:

    SCAR Code:
    Color Picked: 1986422 at (394, 95)
    Color Picked: 340821 at (408, 85)
    Color Picked: 1523295 at (393, 83)

    DTM:

    SCAR Code:
    MapleLog:= DTMFromString('78DA639CC4C8C010C58002CC159919FE0369A' +
           '00CC37F2060EC00B28218D000231209A4E70059FE04D4CC07B212' +
           '09A8E902B25208A869C6743356F784E357030034EA0BE1');

    And the pic:




    Teak Logs:

    Colours:
    SCAR Code:
    Color Picked: 5607603 at (303, 395)
    Color Picked: 4618132 at (298, 400)
    Color Picked: 5541553 at (299, 392)


    DTM:
    SCAR Code:
    TeakLog:= DTMFromString('78DA6334646460E8016224B0B12F84E13F900' +
           '689FE0702464D20AB05550D44164602691B20AB89801A7B206B0A' +
           '013520BBA61250630A644D23A0C6884837771150A30C64F5E2570' +
           '300458C0D6B');

    And Pic:




    Hope I helped



    Rep me Pl0X!

  3. #3
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks rep ++

    can you get a teak log and the colors??

  4. #4
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Yeh i just added them

  5. #5
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks, put you in the credits for my new script

  6. #6
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    can someone make dtm's for regular logs, willow and oak?

  7. #7
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Something cooler

    SCAR Code:
    Function FastFindLogs(Teak: Boolean): TPointArray;

    Var
       CTS, C: Integer;
    Begin

      If Teak Then
        C := 5409707
      Else
        C := 340821;
       
      CTS := GetColorToleranceSpeed;
      ColorToleranceSpeed(3);
      FindColorsTolerance(Result, C, MIX1, MIY1, MIX2, MIY2, 5);
      ColorToleranceSpeed(CTS);
      RAaSTPA(Result, 42, 36);
     
    End;

    Teak/ Maple.

  8. #8
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    my find tree procedure is good enough, thanks.

  9. #9
    Join Date
    Apr 2007
    Posts
    994
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Ill do it, please wait a bit.

    There you go.
    SCAR Code:
    Willow := DTMFromString('78DA6374646660A865644006E17EF20CFC401' +
           'A24FA1F08184D806A3A51D54064612490F601AAE920A0C61EA8A6' +
           '870873AA09A80900AA6924A0C609A8A682801A33A09A2A026A8C8' +
           '16A1A885043C8EF9E4035A504D4B8130E67000CC00E3B');
      Oak := DTMFromString('78DA6394606660686264400635F1960C5C401' +
           'A24FA1F081805816A7A51D540646124909601AAE924A04609A8A6' +
           '9A801A35A09A56026AF8806A2A08A85100AA2925A0868308BB248' +
           '16ACA09A8E101AAA9C7AF060058DC0B48');
      Log := DTMFromString('78DA637CC7C4C0D0C2C8800C6AE22D19B8803' +
           '448F43F10303E02AAA942550391859140FA05504D2F0135F730ED' +
           'C250F307A8A695809A8F40355D04D47C01AA2925A0E635504D050' +
           '1353F08FB1D00E7A2122F');
    [QUOTE]<GoF`> oh no its Raymooond
    <Raymooond> Heya
    <GoF`> is it ray or some other ray?
    <LeeLokHin> No idea
    <LeeLokHin> Raymond, what's the game you like the most?
    <Raymooond> Runescape
    <-- LeeLokHin has kicked Raymooond from #srl (Faker.)[/QUOTE]

  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 NaumanAkhlaQ View Post
    Nice leelohkin, Nice to see your helping people, Rep++
    Lmao, you are just jealous

    @Skilld, i know you got grounded but please ask this stuff on msn because you make like 5 help threads a day

    Hermpie
    ~Hermen

  11. #11
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i only have 3 people on my MSN. i forgot the pass so i had to make a new one. add me? I_Script_SRL@hotmail.com

  12. #12
    Join Date
    Jun 2007
    Location
    Wednesday
    Posts
    2,446
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    You can add me (mixster@mixster.me.uk) if you want, though I'll only really be around for this week (all my friends left me to go abroad, so I'm all by myself ), though I'll probably spend more time spamming you than helping
    By reading this signature you agree that mixster is superior to you in each and every way except the bad ways but including the really bad ways.

  13. #13
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it's spring break here so all my friends are gone also. and your MSN doesn't work? I added you but it said it wasn't real add me?

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

    Default

    ~Hermen

  15. #15
    Join Date
    Dec 2007
    Posts
    515
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I added you
    In the kingdom of the blind, the one-eyed man is king

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Finding Multiple Tree Colors
    By tigerskall in forum OSR Help
    Replies: 11
    Last Post: 11-18-2007, 07:04 AM

Posting Permissions

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