Results 1 to 9 of 9

Thread: RadialWalk colour?

  1. #1
    Join Date
    Jun 2007
    Location
    Liverpool ,Nsw,Australia
    Posts
    740
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default RadialWalk colour?

    can some one please tell me what to put in Radial walk(color , blah, blah i understand it fully........just not the color rep will be rewarded and could someone please post an example of a draynor bank to willows walker

    i have searched tuts but found nothing
    Quote Originally Posted by Darkmage View Post
    I got 2 questions'
    #1. When i run the script will it automatically pick up the mouse and move?

  2. #2
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Try looking at my tut in my sig. It explains RadialWalking and the parameters.

  3. #3
    Join Date
    Jun 2007
    Location
    Liverpool ,Nsw,Australia
    Posts
    740
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol i did but all you say is the color it clicks
    Quote Originally Posted by Darkmage View Post
    I got 2 questions'
    #1. When i run the script will it automatically pick up the mouse and move?

  4. #4
    Join Date
    Dec 2006
    Location
    Boss central
    Posts
    811
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    Function  FindWaterColor: Integer;                                            | by Tarajunky
     function  FindRoadColor: Integer;                                             | by Tarajunky
    function  FindVarrockRoadColor: Integer;                                      | by Tarajunky
    function  FindFallyRoadColor: Integer;                                        | by Tarajunky
    function  FindRockColor: Integer;                                             | by Tarajunky
    function  FindStoneColor: Integer;                                            | by Tarajunky
    function  FindDirtRoadColor: Integer;                                         | by Tarajunky
    function  FindBridgeColor: Integer;                                           | by Tarajunky
    function  FindLadderColor: Integer;                                           | by Tarajunky
    function  AutoColorThis(Bitmap, MaxTol, X1, Y1, X2, Y2:Integer) : integer;    | by Sumilion


    theres the different colours so if u were walkin to willows i would use watercolour and Click symbol for fish

    such as

    SCAR Code:
    if not RadialRoad(FindWaterColor,1,1,1,1) then
    If Findsymbol ('Fish')then
    begin
    wait(10);
    mouse (1,1,true);
    end;

    fairly easy
    Being A Boss

  5. #5
    Join Date
    Jun 2007
    Location
    Liverpool ,Nsw,Australia
    Posts
    740
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by hayhay89 View Post
    [SCAR]

    SCAR Code:
    if not RadialRoad(FindWaterColor,1,1,1,1) then
    If Findsymbol ('Fish')then
    begin
    wait(10);
    mouse (1,1,true);
    end;
    yeah i have that in my script.......but it dosent seem to work
    Quote Originally Posted by Darkmage View Post
    I got 2 questions'
    #1. When i run the script will it automatically pick up the mouse and move?

  6. #6
    Join Date
    Dec 2006
    Location
    Boss central
    Posts
    811
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by strikerx25 View Post
    yeah i have that in my script.......but it dosent seem to work
    well u could add some fail safes for walking like

    if not RadialRoadwalk(FindWaterColor,1,1,1,1) then
    if not RadialRoadwalk(FindWaterColor,1,1,1,1) then
    If Findsymbol ('Fish')then
    begin
    wait(10);
    mouse (1,1,true);
    end;
    Being A Boss

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

    Default

    try and get the rocks on draynor:

    SCAR Code:
    RadialWalk(FindRockColor,75,180,56,1,1)

    ^ Something like that

  8. #8
    Join Date
    Jun 2007
    Location
    Liverpool ,Nsw,Australia
    Posts
    740
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ohh thanks nauman
    Quote Originally Posted by Darkmage View Post
    I got 2 questions'
    #1. When i run the script will it automatically pick up the mouse and move?

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

    Default

    Try using AutoColorThis for the grass color and use it in RadialWalk or use DDTM's.


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Colour Picking
    By r4ndom in forum OSR Help
    Replies: 1
    Last Post: 12-11-2006, 06:17 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
  •