Results 1 to 4 of 4

Thread: Help with my script

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

    Default Help with my script

    I read the script helps (like most of them) in TUT island, and I still cant figure this out:

    I decleare procedures and then tell scar in which order to run them, right? So how do i incorparate anti-randoms.

    Anti Randoms. From SRL. Can i just include that and forget about it, or do i have to have a couple lines about it while mining or walking or something.

    Finding Aubury: My biggest fear. I have ideas about how to find everything else except aubury, simply because the room is usually crowded and usually someone is right above him (cannot capture him).

    Thanks to all you scriptors

  2. #2
    Join Date
    Dec 2006
    Location
    London, England
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    for aubury you will have to use a less full world i think
    Current Scripts:
    http://www.fenjer.com/adnan/SRL/16/100/AutoLogin.pnghttp://villu-reborn.com/showthread.php?t=5219

    Currently Working on:
    http://www.fenjer.com/adnan/SRL/9/5/air%20crafter.png

    Join the rebellion call kaitneiks, cakemix.(just thought i'd add this, soo many good memories)

  3. #3
    Join Date
    Nov 2006
    Posts
    189
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    To add randomness to your script, it is best to put a repeat loop in all of your procedures. For example.

    SCAR Code:
    procedure MineRocks;
    begin
      if (FindMSColorTol(x, y, RockColor, 15)) then
      begin
        repeat
          MMouse(x, y, 2, 2);
        until (IsUpText('Mine'));
        Mouse(x, y, 2, 2, False);
        ClickOption('Mine', 3);
        repeat
          AntiRandoms;
          OtherAntiRandoms;
          AllAntiRandomsYouHave;
        until (InvFull);
      end;
    end;


    Hope this helped you on your anti random problem!

    If I can think of a way to help you solve your Aubury problem, I will post.

    - Da Der Der
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig

  4. #4
    Join Date
    Sep 2006
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thank you to you both
    http://www.fenjer.com/adnan/SRL/23/5...ce%20Miner.png

    Anybody Willing to help a new scriptor , my MSN is Tosunpasa8926@hotmail.com

    Will pay upto 1mill for a good essminer. Must contact me through pm FIRST and get a trusted person to confirm your script.

Thread Information

Users Browsing this Thread

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

Posting Permissions

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