Results 1 to 4 of 4

Thread: ONE walking prob from me :((shame)

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

    Default ONE walking prob from me :((shame)

    hey, look at this
    SCAR Code:
    FindRoadColor;
      if RadialRoadWalk(RoadColor,270, 360, 70, X,Y) then MouseFlag(X, Y, 3, 3) Else Logout;
      Wait(1000);
      flag;
      If FindSymbol(X, Y, 'shop') then MouseFlag(X, Y, 3, 3) Else
      Begin
        Tries:= 0;
        Repeat
          Tries:= Tries + 1 ;
          Wait(1000+Random(500));
          If FindSymbol(X, Y, 'shop') then
          begin
            MouseFlag(X, Y, 3, 3);
            Exit;
          End;
        until (tries > 5)
        logout;
      End;
    End;

    my problem is:
    it does the radialroadwalk then it clicks it with mouseFLAG but before the Flag is gone it clicks somewhere :S, where i don't click in the whole procedure so i don't know where that click is coming from... can some1 tell me what to do?

    Thanks! Hermpie!
    ~Hermen

  2. #2
    Join Date
    Mar 2007
    Posts
    3,042
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    Radial(Road)Walk already click when the color is found, so there's no need for the MouseFlag. I'd assume that's why you're having your "double clicking" issues.
    :-)

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

    Default

    lol!!! i've been to to to long away from srl

    thanks!
    ~Hermen

  4. #4
    Join Date
    Feb 2007
    Location
    Estonia.
    Posts
    1,938
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    RadialWalking has Flag inside already.
    Eerik.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. please help with my lil prob...
    By Wolygon in forum OSR Help
    Replies: 2
    Last Post: 07-18-2008, 11:11 AM
  2. Replies: 5
    Last Post: 03-26-2006, 12:24 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
  •