Results 1 to 4 of 4

Thread: Walk path

  1. #1
    Join Date
    Dec 2006
    Location
    Australia
    Posts
    698
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default Walk path



    Im experiencing some trouble making a successfuly walk path from the general store to the trees in the farwest. What suggestions do you have?

    I tried to use the following code but found the water symbol strayed to far and i ended up stranded.
    SCAR Code:
    if(FindSymbol(x,y,'water'))then
           Begin
             Mouse(x,y,2,2,true);
             Flag;
             If(FindSymbol(x,y,'store'))then
               Begin
                 Mouse(x,y,2,2,true);
                 Flag;
               end;
           end;

  2. #2
    Join Date
    Oct 2006
    Location
    Ireland
    Posts
    855
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Try using the range shop then the water? Or just radial walk.

  3. #3
    Join Date
    Dec 2006
    Location
    Australia
    Posts
    698
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    What type of things would i do in radial walk? doesnt it rely of bitmaps as well

  4. #4
    Join Date
    Oct 2006
    Location
    Ireland
    Posts
    855
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nope, talk to me on msn, ill teach you how to use it.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. my career path (needs advice)
    By Main in forum General
    Replies: 6
    Last Post: 04-21-2008, 02:55 PM
  2. Path Ddtm
    By faster789 in forum OSR Help
    Replies: 6
    Last Post: 04-10-2008, 03:06 PM
  3. Path To SRL Members
    By pwnaz0r in forum Outdated Tutorials
    Replies: 43
    Last Post: 12-19-2007, 03:06 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
  •