Results 1 to 7 of 7

Thread: North of Chickens (Lumbridge) Willow smaker + Droper (FirstScript)

  1. #1
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default North of Chickens (Lumbridge) Willow smaker + Droper (FirstScript)

    TAKEN OFF

    PLEASE LOCK THIS POST THANKS

    IM NEVER MAKING A SCRIPT AGAIN

  2. #2
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    VERSION 1.1 RELEASED!
    Fixed some minor bugs and also fixed the declare players.

  3. #3
    Join Date
    Apr 2007
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Your script looks aright, but it needs better structure on the main loop and you need to pay attention to standards.

    Look here for standards:
    http://www.villavu.com/forum/showthr...?t=5195?t=6042

    Also, instead of using this:
    SCAR Code:
    case random(10)of
        0 : wait (1000);
        1 : wait (2000);
        2 : wait (3000);
        3 : wait (1000);
        4 : wait (2500);
        5 : wait (1544);
        6 : wait (3453);
        7 : wait (1343);
        8 : wait (1232);
        9 : wait (2743);
        10 : wait (2342);
        end
    you could just use this:
    SCAR Code:
    wait(1000+random(3500));

    I your main lop, you are just repeating these lines of script:
    SCAR Code:
    begin
          Repeat
          FindRandoms;
          AntiBanSystem;
          FindHead;
           AttachHead;
           CuttingTree;
           until(Invfull)
             FindHead;
           AttachHead;
           DropAllLogs;
    What you should probably do instead is this:
    SCAR Code:
    begin
      (setup)
      repeat
        repeat
          (cuttree)
        until(inventoryfull)
        (droplogs)
      until(not(loggedin))
    end.
    That will make it keep cutting and dropping until you player is logged out, a bad idea, and could get you banned, you need multiplayer.

    Your script is currently only single player now as well, even though you have a entry place for two.

  4. #4
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    Thanks for all that. ill add in the stuff you told me and ill fix up multiplayer soon.

  5. #5
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    NEW VERSION COMING OUT
    This one includes:
    The main loop was re-done.
    A few parts of the script was changed.
    And fixed the disguise scar part.

    New version will come out in about 3-4 hours.

    I got soccer training

  6. #6
    Join Date
    May 2007
    Location
    http://www.srl-forums.com
    Posts
    265
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ummm ur just talking to yourself jokes.

    If anyone visits this post and trys the script out tell me if it works thanks!

  7. #7
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    NEW VERSION 1.21!
    Fixed alot of stuff!
    - The Main looping.
    - Progress report added!
    - Multiplayer is start to be added!
    - Better tree finding.
    - Took some useless code out.
    - Re-got the Anti Randoms

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Lumbridge Willow Chopper [Non-Reflection]
    By noidea in forum RS3 Outdated / Broken Scripts
    Replies: 178
    Last Post: 03-11-2009, 10:15 PM
  2. Moon 111's Auto Willow Choper N Droper V0.5
    By moon 111 in forum RS3 Outdated / Broken Scripts
    Replies: 13
    Last Post: 02-26-2008, 10:53 PM
  3. North Chicken Lum Willow Cutter + Dropper.
    By BobboHobbo in forum First Scripts
    Replies: 7
    Last Post: 09-16-2007, 03:53 PM
  4. Need willow droper.
    By boooobz in forum RS3 Outdated / Broken Scripts
    Replies: 28
    Last Post: 08-16-2007, 02:36 AM
  5. Replies: 0
    Last Post: 08-04-2007, 06:50 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
  •