Results 1 to 9 of 9

Thread: Treekiller V1.4

  1. #1
    Join Date
    Jul 2007
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Treekiller V1.4

    TREEKILLER V1.4

    this here is my first actual decent working script...it is a power woodcutter that cut logs until you have a full load then it drops them...yes i know it doesnt drop the whole right side row...can anyone help me with this? you shouldn't have to change the colors but the option is there. please post progress reports. have fun and thank you.

    if anyone has sugestions pls post here. note: im completly new to variables then proggy is the first thing with variables i have done so bear with me.

    also this was tested with SCAR DIVI 3.11


    im sorry one last thing..whats the deal with everyone wanting to become an srl member???...whats special about it...sorry for the noob question.

  2. #2
    Join Date
    Jul 2007
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

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

    Default

    SCAR DIVI 3.11 using SRL 3.8
    How can you test with SRL 3.8, its not compatible with Runescape no more

  4. #4
    Join Date
    Jul 2007
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  5. #5
    Join Date
    Apr 2007
    Location
    Michigan -.-
    Posts
    1,357
    Mentioned
    2 Post(s)
    Quoted
    4 Post(s)

    Default

    im sorry one last thing..whats the deal with everyone wanting to become an srl member???...whats special about it...sorry for the noob question.
    lol not a noob question...i didnt even know there was such a thing as an SRL member my first month on board

    well the benefits are:

    1. no leechers....
    2. VERY VERY good scripts you dont get in free section
    3. people give good imput on your scripts that you make and test them
    4. learn more advanced scripting techniques

    EDIT:

    i took a look at your script and my thoughts are:

    1. You should read a tut on scripting standards to make your script look neat and organized
    2. For the dropping problem you should read a tut on making DTMs and just make a log DTM and have something like this:
    SCAR Code:
    Procedure Drop;
    begin
      repeat
        if(FindDTM(LogDTM,x,y,MIX1,MIY1,MIX2,MIY2))then
        begin
          Mouse(x,y,3,3,False);
          ChooseOption('rop');
        end;
      until(not(FindDTM(LogDTM,x,y,MIX1,MIY1,MIX2,MIY2));
    end;
    3. You should use FindObj so it will check the UpText before it clicks it to make sure its a tree

    You are off to a good start though im glad you are trying to script, and if you need any help with making it better just send me a pm and ill be glad to help. Good luck
    METAL HEAD FOR LIFE!!!

  6. #6
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    add randoms, all you need to do to call on them now is put findnormalrandoms; went you want to call on them.

  7. #7
    Join Date
    Jun 2007
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yeah great script but need antirandoms/anti mouseclicks and the droping is a little sketcy fnd trees and cut them goood

  8. #8
    Join Date
    Jul 2007
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok so antirandoms and standards is what i need to work on..thank you. i will start to use dtms and stuff later when i get a little more advanced

  9. #9
    Join Date
    Jul 2007
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Treekiller V1.8 Improved Version!!!!
    By havoc928 in forum RS3 Outdated / Broken Scripts
    Replies: 3
    Last Post: 09-09-2007, 09:08 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
  •