Results 1 to 3 of 3

Thread: Lobster Fisher!

  1. #1
    Join Date
    Jan 2007
    Posts
    268
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Lobster Fisher!

    Hi its me again, the impolite guy...

    first i want to apologize to evry one because of my last post and to wt -fawaki. i was frustrated because of my script lol..

    so im having problems with my script and i dont know what the problem is...so im asking help from people please!

    so the problem is that it says i have to put a period in my script but its just a procedure which is finished not the whole script.

    i tryed to figure out and i tryed for about 1 hour to solve problem but i couldnt.so here is my script. (attached file)

  2. #2
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Youve got a bunch of cunks of code like this

    SCAR Code:
    begin
    FindSymbol(x,y,'farming spot')
    Mouse(x,y,4,4,true);
     Flag;
     end;

    When they need to be classified as procedures like this
    SCAR Code:
    Procedure ClickFarmingSymbol;
    begin
     FindSymbol(x,y,'farming spot')
     Mouse(x,y,4,4,true);
     Flag;
    end;

    also use standards (indents)

    So first make everything procedures
    and at the very bottom do

    SCAR Code:
    Begin
     Procedure1
     Procedure2
     repeat
      procedure3
     until(LobsToFish=FisedLobs)
     Logout;
    end.

    Thats just an example, name your procedures anything you want

  3. #3
    Join Date
    Jan 2007
    Posts
    268
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yay thanks man!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SRL 4] Fishing Guild Lobster Fisher
    By King of Knives in forum RS3 Outdated / Broken Scripts
    Replies: 110
    Last Post: 06-29-2009, 03:27 PM
  2. catherby lobster/swordie fisher
    By Scaper in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 11-17-2007, 05:08 PM
  3. Lobster fisher/Banker [Request]
    By kor in forum RS3 Outdated / Broken Scripts
    Replies: 7
    Last Post: 10-31-2007, 10:06 PM
  4. help lobster fisher
    By macromacro123 in forum OSR Help
    Replies: 6
    Last Post: 02-27-2007, 07:31 PM
  5. karamaj lobster fisher banker
    By SubiN in forum Bot Information and Spottings
    Replies: 8
    Last Post: 08-12-2006, 11:22 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •