Results 1 to 3 of 3

Thread: My First power chopper!!!!

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

    My First power chopper!!!!

    hey guys, lol this is my first script!. Dosent have randoms but plz try and tell me if this works good))

    Chops annd drops trees any where

  2. #2
    Join Date
    Aug 2006
    Posts
    408
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Good job, can't test it now.
    Few suggestions if you update it in the future
    -antirandoms of course
    -Make it so it logs out after a certain period of time, in fact, I'll add that right now.

    Change const and var to this:
    SCAR Code:
    const
     Treecolour = 6756443;
     treetime = 20000;
     MinutesToCut = 30; //How many minutes to cut

    var woodloads, i, howlong: Integer;

    Change the main loop to this:

    SCAR Code:
    begin
    setupsrl;
    text123;
    MarkTime(HowLong)
     repeat
      progress;
      chop;
      drop;
      until(TimeFromMark(HowLong > MinutesToCut * 60000))
    end.

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

    Default

    Thanks a lot

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Power Chopper
    By topiser in forum First Scripts
    Replies: 10
    Last Post: 05-16-2008, 08:57 PM
  2. First Power Chopper
    By Jahooma in forum First Scripts
    Replies: 0
    Last Post: 10-09-2007, 12:30 AM
  3. Power Chopper
    By Pwnt by Pwnt in forum RS3 Outdated / Broken Scripts
    Replies: 64
    Last Post: 08-02-2007, 02:46 PM
  4. R3v Power Chopper
    By R3velati0n in forum RS3 Outdated / Broken Scripts
    Replies: 27
    Last Post: 01-30-2007, 03:36 AM

Posting Permissions

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