Results 1 to 8 of 8

Thread: symbol problem

  1. #1
    Join Date
    May 2007
    Posts
    48
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default symbol problem

    SCAR Code:
    procedure WalkToWillow;
    begin
     if  (FindSymbol(x, y, 'fish')) then
      begin
        setrun (false);
        Mouse(x, y, 2, 2, true);
        FFlag(0);
        Writeln('going to willows');

    anyone knows why this isnt working for me :S it just dosent find the symbol anymore :S yesterday it did :O
    kk?

  2. #2
    Join Date
    Oct 2006
    Location
    ithurtsithurtsithurtsithurts
    Posts
    2,930
    Mentioned
    7 Post(s)
    Quoted
    135 Post(s)

    Default

    Try setting the SymbolAccuracy to a smaller number, like .5 or so.

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

    Default

    If FindSymbol(x, y, 'fishing spot') Then

    .

    Or set your symbol accuracy to 0.5;

  4. #4
    Join Date
    Oct 2008
    Posts
    500
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    i always do

    SymbolAccuracy := 0.45;

    Never fails.

  5. #5
    Join Date
    Oct 2006
    Location
    United States
    Posts
    672
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This is at draynor right? Because if it is, then dont use findsymbol, because the fish is only there 50% of the time. I'd use waterwalk.

  6. #6
    Join Date
    May 2007
    Posts
    48
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I would use waterwalk if i knew how to ;D got to read some insructons then... and ty symbol acuracy helped out alot.
    kk?

  7. #7
    Join Date
    Oct 2006
    Location
    United States
    Posts
    672
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Melon View Post
    I would use waterwalk if i knew how to ;D got to read some insructons then... and ty symbol acuracy helped out alot.
    Well here it is if you ever need it :

    SCAR Code:
    RadialWalk(FindWaterColor, startradial, endradial, radius, xmod, ymod);

    Heres an example:

    SCAR Code:
    RadialWalk(FindWaterColor, 260, 350, 60, -1, -1);

  8. #8
    Join Date
    May 2007
    Posts
    48
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ahh thanx and thx also for symbol accuracy posts il try waterwalk now :P
    kk?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. New MM symbol.
    By the flea in forum RS has been updated.
    Replies: 5
    Last Post: 05-13-2007, 02:26 AM
  2. Need Symbol Help
    By steth1010 in forum OSR Help
    Replies: 6
    Last Post: 05-04-2007, 12:21 AM
  3. Symbol help
    By Rambozin in forum OSR Help
    Replies: 16
    Last Post: 04-25-2007, 03:12 PM
  4. clicking the quest symbol then the bank symbol
    By RudeBoiAlex in forum OSR Help
    Replies: 7
    Last Post: 03-22-2007, 11:14 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
  •