Results 1 to 3 of 3

Thread: Map Walking Please Help

  1. #1
    Join Date
    Jun 2008
    Location
    Australia
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Map Walking Please Help

    Hello I am currently working on a firemaking script and was making it on a computer without internet or SRL so i could not test it only write it. I did as much as i could without srl or internet then finished up on the other computer. All my procedures are working except for walking. I am trying to walk out of VEB and then go east.

    Code:
    procedure WalkTo;
    
    begin
      if (not(LoggedIn)) then Exit;
      if RadialWalk(VERoadColour, 44, 71, 75, -1, -1) then
      begin
        Wait(2000)
        Flag;
      end;
      if (not(RadialWalk(VERoadColour, 44, 71, 75, -1, -1))) then
      begin
        WalkFS1 := True;
        WalkFailSafe;
      end;
      if RadialWalk(VERoadColour, 70, 101, 45, -2, 0) then
      begin
        Wait(2000)
        Flag;
        WriteLn('Got to Fming Spot');
      end;
      if (not(RadialWalk(VERoadColour, 70, 101, 45, -2, 0))) then
      begin
        WalkFS1 := False;
        WalkFailSafe;
      end;
    end;
    In the WalkFailSafe it uses FindColorSpiralTolerance which dosent work either . I tried to use a DTM which is how i get back into the bank but that didnt work either.

    So then just to test the rest of the procedures linked together i used co-ordinent clicking but then windows chucked a spaz and Scar exited.

    Would you help me get this working anything is helpful, thanks.

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

    Default

    RadialWalk(FindVarrockRoadColor, 45, 90, 65, 2, 2);



    back up your dtm banking with

    FindBank('veb');

    That will find and open the bank if you are close enough.

  3. #3
    Join Date
    Jun 2008
    Location
    Australia
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok thank you very much for helping me

    God Bless you

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. walking help?
    By Rubix in forum OSR Help
    Replies: 0
    Last Post: 07-15-2008, 02:35 AM
  2. Walking
    By imskate182 in forum OSR Help
    Replies: 4
    Last Post: 12-20-2007, 05:18 AM
  3. Map walking
    By boberman in forum OSR Help
    Replies: 1
    Last Post: 12-06-2007, 12:48 AM
  4. help with walking
    By Jake_453 in forum OSR Help
    Replies: 7
    Last Post: 05-15-2007, 12:49 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
  •