Results 1 to 3 of 3

Thread: This doesn't seem to be working...

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

    Default This doesn't seem to be working...

    SCAR Code:
    program New;
    {.incldue SRL/SRL.scar}
    {.include SRL/SRL/Extended/xMapWalk.scar}
    procedure BobAxeTrip;
         begin
          GameTab(7)
           Wait(1000 + Random(500));
            MouseBox(573, 234, 582, 244, 1);
           Wait(1000 + Random(500));
          GameTab(4)
           Wait(7000 + Random(2000));
         repeat
         if(FindMMDtm(DTM1, x, y))then
          begin
           until(Mouse(x, y, 2, 2, True))
           FFlag(5)
            repeat
            if(FindMMDtm(DTM2, x, y))then
             begin
              until(Mouse(x, y, 2, 2, True))
               Wait(3000 + Random(1000));
                MouseBox(575, 217, 590, 236, 1);
                 repeat
                  if(FindMMColor(x, y, 1976445))or
                  FindMMColor(x, y, 596302))or
                  FindMMColor(x, y, 164618))then
                   MMouse(x, y, 2, 2);
                    until(IsUpText('Bob'))
                     Mouse(x, y, 2, 2, True);
                    MakeCompass('N');
                    Wait(1000 + Random(500));
                    MMouse(585, 98, 2, 2);
                    RoadWalkTol(6381672, 'NE',5);
                    RoadWalkTol(6381672, 'E',5);
                    RoadWalkTol(6381672, 'N',5);
                    RoadWalkTol(6381672, 'NW',5);
                    RoadWalkTol(6381672, 'N',5);
                    RoadWalkTol(6381672, 'NW',5);
                    RoadWalkTol(6381672, 'N',5);
                    RoadWalkTol(3299950, 'NW',5);
                    RoadWalkTol(12029563, 'NW',5);
                    RoadWalkTol(12029563, 'NW',5);
                    RoadWalkTol(6184549, 'NW',5);
                    RoadWalkTol(12029563, 'NW',5);
                    RoadWalkTol(1995900, 'NE',5);
             end;
          end;
         end;

    begin
    SetupSRL;
     BobAxeTrip;
    end.

    It keeps giving me an error. Lemme get it .

    Line 45: [Error] (48:29): Unknown identifier 'x' in script C:\Program Files\SCAR 2.03\includes\SRL/SRL/Extended/xMapWalk.scar

  2. #2
    Join Date
    Feb 2006
    Location
    L.A, USA
    Posts
    1,632
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hmm, I suggest using RadialRoadWalk, RoadWalkTol is broken due to colors changes whenever screen loads. Other than that, I think that's an include error.

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

    Default

    Include error?

    What include should I use then?

    I'll try RRW, but I'm somewhat unable to retain RadialWalk...

    Thanks though, bye.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. is srl working yet.
    By th3ko in forum NOTA
    Replies: 2
    Last Post: 10-20-2008, 08:06 PM
  2. ~~~~Working Edge cooker WORKING~~~
    By NiCbaZ in forum RS3 Outdated / Broken Scripts
    Replies: 5
    Last Post: 10-29-2007, 11:16 PM
  3. [Working on].:Autoseller:.[/Working on]
    By dritar in forum First Scripts
    Replies: 10
    Last Post: 10-07-2007, 06:13 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
  •