Results 1 to 4 of 4

Thread: RadialWalk

  1. #1
    Join Date
    Feb 2007
    Location
    Toronto, Ontario, Canada
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default RadialWalk

    I have been working on a crafting guild script and I am having a bit of an issue. The script works fine until it gets to the radialwalk. It searches and walks from the east bank to the gate, and freezes up when it gets to findroadcolor. Any advice is much appreciated!

    SCAR Code:
    procedure Bank2Mine;
    var FallyRoadColor : integer;
    begin;
      FallyRoadColor := (FindFallyRoadColor)

              RadialRoadWalk(FallyRoadColor,196,206,55,1,1)
              Wait(100+Random(15))
              RadialRoadWalk(FallyRoadColor,175,190,70,1,1)
              Wait(100+Random(15))
              RadialRoadWalk(FallyRoadColor,176,187,50,1,1)
              Wait(500+Random(20))
              RadialRoadWalk(FindRoadColor,180,195,53,1,1)
              Wait(300+Random(10))
              RadialRoadWalk(FindRoadColor,175,188,63,2,1)
              Wait(80+Random(25))
              RadialRoadWalk(FindRoadColor,175,190,68,1,1)
              RadialRoadWalk(FindRoadColor,270,290,70,1,1)
              Wait(100+Random(20))
              RadialRoadWalk(FindRoadColor,267,276,70,1,1)
              Wait(100+Random(10))
              RadialRoadWalk(FindRoadColor,300,320,65,1,1)
              Wait(500+Random(70))
              RadialRoadWalk(FindRoadColor,290,300,70,1,0)
              Wait(600+Random(100))
              RadialRoadWalk(FindRoadColor,270,290,62,0,2)
              Wait(500+Random(300))
              RadialRoadWalk(FindRoadColor,180,200,45,0,0)
              WWait(100)
              RadialWalk(240,173,286,26,0,0)
              Wait(500+Random(300))
              FindColor(x,y,1326674,0,0,515,340)
              Mouse(x,y,1,1,false)
              ChooseOption(x,y,'pen')
              ClearDebug
              WriteLN('Through door and into guild.')
              FindSymbol(x,y,'Mining Spot')
              Mouse(x,y,0,1,false)
              WriteLN('At mine.')
    end;

  2. #2
    Join Date
    Jan 2007
    Location
    USA
    Posts
    1,782
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    EDIT : ok neither of those were rong :/ sry cant see why maybe laggy comp?

    Join the fastest growing merchanting clan on the the net!

  3. #3
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Try switching all of the Waits to FFlags

  4. #4
    Join Date
    Jul 2006
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    you don't even need yo fflag or wait radial walk automatically goes on once you get to the flag
    "your always where you supposed to be"

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. RadialWalk?
    By StrikerX in forum OSR Help
    Replies: 2
    Last Post: 04-19-2008, 09:25 AM
  2. RadialWalk Help
    By Esteban in forum OSR Help
    Replies: 12
    Last Post: 06-13-2007, 02:33 AM
  3. Replies: 3
    Last Post: 06-11-2007, 08:40 PM
  4. Help W/ RadialWalk
    By IEatJ00erBaybees in forum OSR Help
    Replies: 6
    Last Post: 05-29-2007, 01:51 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
  •