Results 1 to 6 of 6

Thread: Chopin And Dropin Maples

  1. #1
    Join Date
    Feb 2012
    Location
    Rack City
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Chopin And Dropin Maples

    Chopin And Dropin Maples


    This script serves as a power maple cutter. It drop all logs once the inventory is full. It is the first script i have attempted to make and any help is greatly appreciated.

    The location below is the best spot in f2p for maple trees.
    It requires 30 dungeoneering.




    Please share your thoughts on this script and tell me any ways i can make it better.
    Thank You!

    Simba Code:
    Updates:

    Version 1.0:
     Initial release

    Version 1.1:
     Addition of on screen progress reports

    Version 1.2:
     Addition of Srl Stats

    More Updates to come

    Please fill out Srl stats I would like to see script usage

    Credits:
    Griff for awesome tutorial
    http://villavu.com/forum/showthread.php?t=44942
    Brotein for a lot of help with progress reports
    http://villavu.com/forum/showthread.php?t=75666&highlight=progress+report
    Last edited by Final_Stand; 02-24-2012 at 08:47 PM.

  2. #2
    Join Date
    Jun 2007
    Posts
    532
    Mentioned
    1 Post(s)
    Quoted
    68 Post(s)

    Default

    I am currently making one of these right now haha, but I just looked at your code it looks very simple but nice. I will test it tomorrow.

  3. #3
    Join Date
    Jul 2009
    Location
    Australia
    Posts
    667
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Not a bad effort for your first script, some suggestions of things to work on:

    - Good effort on your standards but there are some mistakes in them ;o
    Take a look at the standards section on this

    - Using FindObj for the maples is rather basic, something like FindObjTPA would be far more effective and is just as easy to use (I believe YoHoJo goes over how to use it in his second? video tutorial)

    - Side note: Dropall on line 73 needs a ;
    You also don't need an entire procedure dedicated to one line xD

    - Side note: Random(8) is a little much on the anti-ban, could probably be toned down to something like Random(25).

    - Side note: Seeing as how you have the constants there for the name and author of the script, you may as well put them in a writeln

    Good luck and have fun learning to script!
    ~Caotom

  4. #4
    Join Date
    Oct 2006
    Location
    Netherlands
    Posts
    3,285
    Mentioned
    105 Post(s)
    Quoted
    494 Post(s)

    Default

    SIGNED doesn't mean you run on a single account. Not that long time ago you could load runescape in signed and unsigned mode. The difference was that with unsigned they didn't had access to your IP and some resources. This way you could log unlimited players into one world. I believe this feature has been removed.

    Good script! grats on releasing it.
    Working on: Tithe Farmer

  5. #5
    Join Date
    Feb 2012
    Location
    Rack City
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks on all feedback. I will fix and post another version.

  6. #6
    Join Date
    Jan 2012
    Location
    Long Island, NY
    Posts
    413
    Mentioned
    5 Post(s)
    Quoted
    95 Post(s)

    Default

    Glad my tutorial helped you, I'll check out the script when I get to a computer.

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
  •