Results 1 to 4 of 4

Thread: Log Dropper

  1. #1
    Join Date
    Oct 2006
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Log Dropper

    I think this would be a fairly easy script.

    I would want the script to be on while I cut willows, and then once it recognizes that I have full willows, then it drops them.

    Then I can go on with my chopping.

    (script stays on while I cut waiting to recognize)

    I dont know if thats possible.

    THANK YOU!!

  2. #2
    Join Date
    Oct 2006
    Location
    ithurtsithurtsithurtsithurts
    Posts
    2,930
    Mentioned
    7 Post(s)
    Quoted
    135 Post(s)

    Default

    SCAR Code:
    program Dropper;
    {.include srl/srl.scar}
    begin
      SetupSRL;
      repeat
        if InvFull then
          DropAll;
        Wait(1000);
      until(false);
    end.
    It's not exactly what you're looking for, since it doesn't check for the logs, but it will drop your entire inventory once it's full.

    Edit: Post 888. Cool.
    Last edited by senrath; 03-26-2009 at 05:33 AM.

  3. #3
    Join Date
    Oct 2006
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default wow

    wow that is perfect..WORKS GREAT!

    THANKS!

  4. #4
    Join Date
    Mar 2009
    Location
    England
    Posts
    84
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    How could i get one that just drops tuna?
    Thanks,
    Tom
    Anti-moralfag

    Quote Originally Posted by YoHoJo View Post
    My guess is either a PRIVATE: reflection bot or OGL bot, also possibly created by the Chinese.

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
  •