Results 1 to 3 of 3

Thread: Anti-Random

  1. #1
    Join Date
    Dec 2006
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Anti-Random

    I made a powermining and it works great but theres on problem. Theres no AntiRandom. I`ve read tutorails but there wernt detailed enough for seeing i`m new to scripting. Anyway i was wondering if someone could Explain it Detailly through MSN messenger. Or give me a link to a noob proof tutorial on it.

    Thank you
    MSN:twistd_killer@hotmail.com

  2. #2
    Join Date
    Oct 2006
    Location
    I'm a figment of your imagination
    Posts
    422
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Try this link:

    http://villu-reborn.com/showthread.php?t=5322

    Its not exactly a tutorial, but it will help you a little with antirandoms and where to use them in your script. Check the SRL manual for more help on AntiRandoms.scar, the compiled help library in the SRL folder is also really good to have a look at ( *.chm file).

    Hope your script will be completed soon! Good luck scripzing

    It's been a while... but I'm BACK!!!

  3. #3
    Join Date
    Sep 2006
    Posts
    154
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Stick this in:
    SCAR Code:
    procedure FTWait2(Time :Integer;);
    var
      t :Integer;
      TimeMark :Integer;
    begin
      MarkTime(TimeMark);
      while(TimeFromMark <= Time) do
      begin
        FindTalk;
        Wait(200 + Random(50));
      end;
    end;

    then swap out all your Wait(time) for FTWait2(time).

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Anti-Random help?
    By 666d3v1l666 in forum OSR Help
    Replies: 0
    Last Post: 11-11-2008, 04:35 AM
  2. anti random help
    By del_signo in forum OSR Help
    Replies: 6
    Last Post: 04-09-2007, 04:54 AM
  3. Help on Anti-Random
    By UnKnOwN ScrIPTeR in forum OSR Help
    Replies: 1
    Last Post: 12-30-2006, 11:44 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
  •