Results 1 to 4 of 4

Thread: FindFastRandoms Help

  1. #1
    Join Date
    Sep 2006
    Posts
    322
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default FindFastRandoms Help

    Ok. So here's my main loop (so far). I want to know how to put findfastrandoms into my loop, so it repeats like every 10 seconds. I've tried searching, but with not good results. My cable internet is uber slow aswell.


    SCAR Code:
    begin
      SetupSRL;
      DeclarePlayers;
      ActivateClient;
      if LoggedIn then Logout;
      LoginPlayer;
      FromBankToYew;
    repeat
      ChopYew;
      if invfull then
    begin
      FromYewToBank;
      BankMe;
      FromBankToYew;
      //Custom Anti-Ban Here;
    if
      Players[CurrentPlayer].Banked mod LoadsPerPlayer = 0 then
    begin
      NextPlayer(True);
    end;
    end;
      if not Loggedin then NextPlayer(False);
    until false
    end.


    One of my friends said;
    SCAR Code:
    repeat
      if (TimeFromMark(mark) > 5000) then FindFastRandoms;
    until(blah)

    I'm still puzzled..

  2. #2
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You should call the antirandoms inside the ChopYew procedure, (to see if you get randoms while chopping).

    Then you also need to check for randoms while walking / banking.

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  3. #3
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Post your whole script, ill put em in for you...

  4. #4
    Join Date
    Jul 2007
    Location
    Norway.
    Posts
    1,938
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

    Default

    Random checks have been updated, use FindNormalRandoms instead.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. FindFastRandoms-Error?
    By Macrosoft in forum OSR Help
    Replies: 3
    Last Post: 09-29-2007, 04:07 PM
  2. FindFastRandoms Causing runtime error
    By SirPa in forum OSR Help
    Replies: 2
    Last Post: 08-04-2007, 08:58 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
  •