Results 1 to 6 of 6

Thread: 1-DUB's chopper dropper 0.2

  1. #1
    Join Date
    Feb 2007
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default 1-DUB's chopper dropper 0.2

    hey this is my first script, ive updated it a little bit but i still have a lot of work to do , it has anti randoms and bands but i got to randomnize them a little more so thats what im working on, this script works ive got 33 wc from 0 useing it today but since its nooby i dont sujest u run it long all comments are welcome except flameing!

  2. #2
    Join Date
    Apr 2007
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok ill give t a go =) i can prob tell ya tha bugs and maybe i can get a freind to look and prob give u help if u want more help

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

    Default

    Well i cant use these =(

  4. #4
    Join Date
    Mar 2007
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This is a VERY nice script, just if u can , can you make it when u drop logs a bit quicker? and when u chop a log, while its chopping, it goes into invi,, nvm , all you should do is in tutorial script u should say equip axe in invetory not on u

  5. #5
    ronny.m.p Guest

    Default

    1 proceudre:

    DropAll; should help in droping procedure.

  6. #6
    Join Date
    Jan 2007
    Location
    Skaville, Jamaica
    Posts
    1,117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Alright, now. First lesson. Failsafes.

    You can't just have this run like this. It could run forever and not find the tree and just never stop searching.

    You need repeats before the cutting, then when it's finished, you have to put an until...

    So maybe make a variable, tries? Perhaps?

    Tries: Integer;

    After each click make Tries := Tries+1;

    Then do Until(Tries=20);
    Then you can make it TerminateScript;. I taught this bad, but JAD has great tutorials on the tutorial section on FailSafes and such. Good try, but it needs a little work, but just keep working at it!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Willow Chopper And Dropper
    By Goblinospider in forum First Scripts
    Replies: 8
    Last Post: 03-16-2008, 07:03 PM
  2. Takeouts Willow chopper & dropper
    By takeout in forum RS3 Outdated / Broken Scripts
    Replies: 9
    Last Post: 10-30-2007, 10:09 PM
  3. Tskeouts willow chopper and dropper
    By takeout in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 10-02-2007, 11:03 PM
  4. 1-DUB's chopper droper
    By 1-DUB in forum First Scripts
    Replies: 2
    Last Post: 04-22-2007, 04:35 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
  •