Results 1 to 4 of 4

Thread: Gnome Course Log Balance Crosser....

  1. #1
    Join Date
    Feb 2007
    Location
    South East England
    Posts
    2,906
    Mentioned
    2 Post(s)
    Quoted
    8 Post(s)

    Default Gnome Course Log Balance Crosser....

    Well, it crosses the log (YAY), a little slow on the mouse, but nonetheless, crosses it. I can make a DTM or whatever, DDTM, yadayada for it.

    Its the return to start function thats not working at the moment. It says invalid symbol name, but I dont know why? And any other help on the slow log balance crossing helpful aswell. Heres the script:

    SCAR Code:
    program LogBalanceCrosser;
    {.include SRL/SRL.scar}

    const
    Crosses= 1; //How Many Times to cross.

    var Crosses2, x, y: integer;

    procedure CrossLogBalance;
    begin
      MakeCompass('S');
      SetAngle(True);
      if (FindObjCustom(x, y, ['Log', 'Bal', 'ance'], [801632, 333864, 667469], 7)) then
      begin
        IsUpText('Walk-across');
        Mouse(x, y, 4, 4, true);
        Writeln('Walked Across Log!');
      end;
    end;

    procedure WalkBack;
    begin
      if (FindSymbol(x, y, 'agility')) then
      Mouse(x, y, 4, 4, True);
      MakeCompass('S');
      SetAngle(False);
      Crosses2:= Crosses2 + 1;
    end;

    begin
      repeat
        CrossLogBalance;
        WalkBack;
      until(Crosses2=Crosses)
    end.

    Any help appreciated.
    Jus' Lurkin'

  2. #2
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    Have you checked the include file, I think its srl/srl/core/symbol and its lists all the symbol names and I think they are case sensative.

  3. #3
    Join Date
    Jun 2007
    Posts
    785
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    and for the slow going mouse, call SetupSRL; at the begin of your mainloop

    [22:20] <[-jesus-]> freddy, go uninstall yourself

  4. #4
    Join Date
    Feb 2007
    Location
    South East England
    Posts
    2,906
    Mentioned
    2 Post(s)
    Quoted
    8 Post(s)

    Default

    ll try it that :]

    EDIT: Line 15: [Error] (12597:1): Duplicate identifier 'SymbolAccuracy' in script?? In Symbol.scar

    EDITEDIT: Thanks Dumpin
    Jus' Lurkin'

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. gnome agility runner
    By scissormetimbers in forum RS3 Outdated / Broken Scripts
    Replies: 5
    Last Post: 06-11-2008, 09:30 PM
  2. Barbarian\Gnome agility
    By rs2joke in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 03-26-2008, 05:30 PM
  3. what does the gnome chicken and others mean?
    By seany in forum News and General
    Replies: 4
    Last Post: 02-03-2007, 05:54 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
  •