Results 1 to 3 of 3

Thread: KaramjaFisher error

  1. #1
    Join Date
    Jun 2007
    Location
    Drugs are bad mkay?
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default KaramjaFisher error

    My script,KaramjaFisher clicks on an fishing spot does right click and then does cage fishing spot but then after a few times it will walk away for no reason some1 help me plz
    The Script:
    Current Scripts:
    OakZZ!||Done!!!!
    WillowZZ!||Done!!!!
    ChickenZZ!||Done!!!!
    KaramjaFisher||Done!!!!
    Firemaking||Busy!!!!
    http://www.fenjer.com/adnan/SRLStats/4708.png

  2. #2
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Handel Whirl shouldn't be there its what stops it :

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

    const
      SmartWorld = 155;//What world to load smart in
      Signed = True;  //False = unsigned, slower and for multiplayer
                     //True = signed, faster and for 1 player only
    procedure DeclarePlayers;
    begin
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;

      Players[0].Name := '';//Username Set This if u wanna log in
      Players[0].Pass := '';//Password Set This if u wanna log in
      Players[0].Nick := '';//Y0ur NickName Set This if u wanna log in
      Players[0].Active := True;//Player active or not??
    end;
    Procedure Fishing;
    VAR
    X,Y:INTEGER;
    Begin
    Makecompass('N');
    Setangle(true);
    if findcolor(x,y,15252878,MSX1,MSY1,MSX2,MSY2)then
    begin
    Mouse(x,y,0,0,false)
    Chooseoption('Cage')
    Writeln('Fishing')
    Wait(20000)
    End;
    End;
    Procedure Randoms;
     Begin
       FindTalk;
       FindNormalRandoms;
       solveChatRandom;
       FindLamp ('Mining') //Uses lamp on that skill
       DwarfItem;
     If (FindFight)Then
      Begin
       MakeCompass ('N')
       RunTo('E', True)
       Wait(7000 +Random(3000));
       RunTo('W', True);
     End;
    End;
    procedure AntiBan;
    begin
      case random(100) of //do a random number so it won't always perform the antiban
        0: RandomRClick;
        1: BoredHuman;
        2: HoverSkill('Mining', False);
        3: AlmostLogout;
      end;
    end;

    Procedure DropLobsters;
    var
      i : Integer;
    begin
      if invfull then
      begin
        for i := 5 to 28 do
        begin
          DropItem(i);
          Wait(RandomRange(501, 1501));
        end;
      end;
    end;




    begin
      SetupSRL;
      DeclarePlayers;
      ActivateClient;
        if not loggedin then loginplayer;
      Wait(1000)
      Repeat
      Fishing;
      Randoms;
      Antiban;
      Droplobsters;

      Until (false)
    end.

    ^ There.

    Hope I Helped

  3. #3
    Join Date
    Jun 2007
    Location
    Drugs are bad mkay?
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    tyvm
    Current Scripts:
    OakZZ!||Done!!!!
    WillowZZ!||Done!!!!
    ChickenZZ!||Done!!!!
    KaramjaFisher||Done!!!!
    Firemaking||Busy!!!!
    http://www.fenjer.com/adnan/SRLStats/4708.png

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. KaramjaFisher
    By 2pacfan in forum RS3 Outdated / Broken Scripts
    Replies: 15
    Last Post: 05-17-2008, 04:02 PM
  2. Need help with KaramjaFisher
    By 2pacfan in forum OSR Help
    Replies: 8
    Last Post: 05-04-2008, 08:59 AM
  3. Replies: 5
    Last Post: 02-26-2008, 04:14 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
  •