Results 1 to 4 of 4

Thread: AutoColor help

  1. #1
    Join Date
    Nov 2009
    Location
    Seattle, WA
    Posts
    589
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default AutoColor help

    Is there an AutoColor that works with finding the grass near the trees in draynor?
    UPDATE: Yeah FindTreeColor of course would work, Im still a begginer semi intermediate scripter, Ill try the thing YoHoJo told me as it seems simple. The Box thing Naum was suggesting seems very useful, only I have no idea how to do that at this point. A couple of searching and im bound to find it, but Ill try YoHoJo's plan.
    UPDATE2: Ok, I got the colors I want it to click for that area on this one particular server. Now what do I do next? I type in each color for the function? as RadialRoadWalk will click on those colors in the area right?

    Update3: lol You know what I just noticed, I coulda just used the color picker in scar and it works perfectly fine. Why did i make it so complicated lmao. Its really simple, Its definetly an easy step for map walking for me . Thanks dudes, O one last itsy bitsy easy question.

    Update4: Nvm That color picker = Not work for me anymore. I guess its not as accurate?

    Is it possible to add multiple colors to: RadialWalk(Color, SR, ER, Radius, This x thingy, this y thingy) ? So it has multiple colors its allowed to choose from? or should I just use a If not statement

    updateOMGOMG: OMG OMG OMG OMG Plz dont report me im just so happy!!!! Check this out!

    SCAR Code:
    program RadialWalk3;
    {.include SRL/SRL.scar}

    Function WalktoWillow : Boolean;
    begin
      if not LoggedIn then Exit;
      SetRun(True);
      if RadialWalk(FindTreeColor, 246, 222, 34, 1, 1) then
      begin
        Writeln('Walking to RadialWalk(Line6)');
        Result := True;
      end else
        Writeln('Error Occured');
    end;

    Function WalkOutofWillowArea : Boolean;
    begin
      if not LoggedIn then Exit;
      SetRun(True);
      if RadialWalk(FindRockColor, 129, 155, 52, 1, 1) then
      begin
        Writeln('Walking To RadialWalk(Line18)');
        Result := True;
      end else
        Writeln('Error 2 Occured');
    end;

    begin
      SetupSRL;
      ClearDebug;
      ActivateClient;
      if WalkToWillow then
        WalkOutofWillowArea
    end.

    Autocolor saved my life, Find Tree Color worked pretty good, then it happened! FindRockColoR!!, Only thing is it didnt exactly click the farthest rock that i wanted to, it clicked the closest one instead. I used this for that draynor bank to willow trick. Althought, FindRockColor Works only now and then? anyone know why?
    Last edited by Heavenguard; 12-02-2009 at 01:19 AM. Reason: Updated.
    Don't Troll, Don't Fight, Just keep the Respect
    Status : Offline

    Feel free to re-make my scripts ;D
    Community Member

  2. #2
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Not in SRL I dont think so.
    Go to your " C:\Program Files\SCAR 3.21\includes\SRL\Scripting Tools "
    and use the program called Auto Color Aid (ACA).

    Open rs, open ACA, press F2, rs image will load onto ACA. Then just click points where there is color you want, log out, log in, switch servers ect to ensure you gets lots of good colors, then press f2, click 'test'? or something like that, and your color will be highlighted in RED on ACA.

    Ask if you need better explanation on how to use that, it's quite easy though.

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

    Default

    Quote Originally Posted by Heavenguard View Post
    Is there an AutoColor that works with finding the grass near the trees in draynor?
    Well, if you were really clever you could use FindTreeColor with radialwalk. Or use FindTreeColor and create a box around the first and second point. Then search for similar colors and the one most cropped up will be your grass color.

  4. #4
    Join Date
    Jan 2008
    Location
    NC, USA.
    Posts
    4,429
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    btw I tested FindTreeColor the other day It still works (<3). And this is the first time any one has ever thought of using it (that I know of)
    Quote Originally Posted by irc
    [00:55:29] < Guest3097> I lol at how BenLand100 has become noidea
    [01:07:40] <@BenLand100> i'm not noidea i'm
    [01:07:44] -!- BenLand100 is now known as BenLand42-
    [01:07:46] <@BenLand42-> shit
    [01:07:49] -!- BenLand42- is now known as BenLand420
    [01:07:50] <@BenLand420> YEA

Thread Information

Users Browsing this Thread

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

Posting Permissions

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