Adblock breaks this site

Everything tree chopper and dropper v1.2

Discussion in 'Outdated RS Scripts' started by GMK, Nov 10, 2007.

  1. tim-gf

    tim-gf Newcomer

    Joined:
    Jan 7, 2008
    Posts:
    24
    Referrals:
    0
    Sythe Gold:
    0
    Everything tree chopper and dropper v1.2

    Oke I aim gona use a iron axe :mad:
     
  2. GMK

    GMK Forum Addict

    Joined:
    Aug 2, 2007
    Posts:
    395
    Referrals:
    0
    Sythe Gold:
    0
    Everything tree chopper and dropper v1.2

    Wewt i got 5 stars for this baby
     
  3. tim-gf

    tim-gf Newcomer

    Joined:
    Jan 7, 2008
    Posts:
    24
    Referrals:
    0
    Sythe Gold:
    0
    Everything tree chopper and dropper v1.2

    I have voted for you: 5 stars

    But do you know good power cutter that dont drop the axe?
     
  4. GMK

    GMK Forum Addict

    Joined:
    Aug 2, 2007
    Posts:
    395
    Referrals:
    0
    Sythe Gold:
    0
    Everything tree chopper and dropper v1.2

    Now mine doesnt! UPDATED! enjoy all!

    thanks for the feedback tim and town
     
  5. tim-gf

    tim-gf Newcomer

    Joined:
    Jan 7, 2008
    Posts:
    24
    Referrals:
    0
    Sythe Gold:
    0
    Everything tree chopper and dropper v1.2

    When comes the update?
     
  6. GMK

    GMK Forum Addict

    Joined:
    Aug 2, 2007
    Posts:
    395
    Referrals:
    0
    Sythe Gold:
    0
    Everything tree chopper and dropper v1.2

    It got updated.
     
  7. tim-gf

    tim-gf Newcomer

    Joined:
    Jan 7, 2008
    Posts:
    24
    Referrals:
    0
    Sythe Gold:
    0
    Everything tree chopper and dropper v1.2

    Thx GMK:)

    For this good update:D


    Aim gona use this script again!!
     
  8. tim-gf

    tim-gf Newcomer

    Joined:
    Jan 7, 2008
    Posts:
    24
    Referrals:
    0
    Sythe Gold:
    0
    Everything tree chopper and dropper v1.2

    Aim getting a error: Line 56: [Error] (14737:1): Type mismatch in script

    What can I do about it?
     
  9. .auto

    .auto Guest

    Referrals:
    0
    Everything tree chopper and dropper v1.2

    Same for me
     
  10. GMK

    GMK Forum Addict

    Joined:
    Aug 2, 2007
    Posts:
    395
    Referrals:
    0
    Sythe Gold:
    0
    Everything tree chopper and dropper v1.2

    Fixed!
     
  11. .auto

    .auto Guest

    Referrals:
    0
    Everything tree chopper and dropper v1.2

    I keep gettin a pop up saying "Out of Memory" How do I fix this?
     
  12. GMK

    GMK Forum Addict

    Joined:
    Aug 2, 2007
    Posts:
    395
    Referrals:
    0
    Sythe Gold:
    0
    Everything tree chopper and dropper v1.2

    hmmm. maybe your computer is full on its RAM.
    idk its not the script.
     
  13. Blankothe3rd

    Blankothe3rd Forum Addict

    Joined:
    May 27, 2007
    Posts:
    259
    Referrals:
    0
    Sythe Gold:
    0
    Everything tree chopper and dropper v1.2

    Hey dude, I'm willing to team up with you, and inject some code into the scripts (more antirandoms and more human)

    I will work for free and all I need to work is your ok.

    Reguards,

    Blankothe3rd.
     
  14. .auto

    .auto Guest

    Referrals:
    0
    Everything tree chopper and dropper v1.2

    What do I need to do to fix this. I wanna try this stuff out.
     
  15. ProphesyOfWolf

    ProphesyOfWolf Member

    Joined:
    Dec 6, 2007
    Posts:
    85
    Referrals:
    0
    Sythe Gold:
    0
    Everything tree chopper and dropper v1.2

    Code:
    procedure chop;
    begin
    if FindColorSpiralTolerance(x,y,994343,52,26,468,260,3) then
    Mouse(x,y,2,2,true)
    l:=l+1
    wait(waitt + random(10))
    end;
    Nice job! This coulda been done a lot better, though.. You could have done:

    Code:
     procedure chop;
      begin
        repeat  
          If(FindObjCustom(x, y, [TreeUptext1, TreeUptext2, TreeUptext3], [TreeColor1, TreeColor2, TreeColor3], tolerance)) then 
            begin
              Mouse(x, y, 2, 2, true);
              Wait(1000);
            end;
          If(not(FindObjCustom(x, y, [TreeUptext1, TreeUptext2, TreeUptext3], [TreeColor1, TreeColor2, TreeColor3], tolerance))) then
            begin
              MarkTime(RespawnTimer);
              repeat
                Wait(50);
                If(RespawnTimer > 60000) then
                  begin
                    WriteLN('Tree took too long to spawn!');
                    Exit;
                  end;
              until(FindObjCustom(x, y, [TreeUptext1, TreeUptext2, TreeUptext3], [TreeColor1, TreeColor2, TreeColor3], tolerance))
              Mouse(x, y, 2, 2, true);
            end;
        until(InvCount = 28);
        Drop;
    end;
    This makes it have tons of failsafes and makes sure you have a full inventory before you drop.

    You could also put the variables (TreeUptexts and TreeColors) into const so the user can set them for the kind of tree they want (also put RespawnTimer in global vars as an integer) .. For uptexts, though, don't include the first letter of the word. Doesn't work too well..

    I'm sure you know what tolerance is.. Well, I hope you take this to heart! Again, nice job!
     
  16. tim-gf

    tim-gf Newcomer

    Joined:
    Jan 7, 2008
    Posts:
    24
    Referrals:
    0
    Sythe Gold:
    0
    Everything tree chopper and dropper v1.2

    Thx GMK!:D

    For this good update and I love your scripts!
    Now can i where my rune axe in my first slot

    Aim gona use it know bye!
     
  17. tim-gf

    tim-gf Newcomer

    Joined:
    Jan 7, 2008
    Posts:
    24
    Referrals:
    0
    Sythe Gold:
    0
    Everything tree chopper and dropper v1.2


    I aim getting an error: [Runtime Error] : Out Of Range in line 258 in script C:\Program Files\SCAR 3.13\includes\SRL/SRL/Core/AntiBan.scar

    Can someone help me?
     
  18. Wolfenheart

    Wolfenheart Forum Addict

    Joined:
    Nov 1, 2005
    Posts:
    280
    Referrals:
    0
    Sythe Gold:
    0
    Everything tree chopper and dropper v1.2

    im getting the same error...
     
  19. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    Everything tree chopper and dropper v1.2

    I think you meant to use "end else" instead of a separate statement for each. That won't work correctly.
     
  20. GMK

    GMK Forum Addict

    Joined:
    Aug 2, 2007
    Posts:
    395
    Referrals:
    0
    Sythe Gold:
    0
    Everything tree chopper and dropper v1.2

    definintly. pm me on your ideas.
    btw i got your message, just forgot to reply
     
< [rs2][srl4]basicut Revived[rs2][srl4] | Flax Picker + Spinner >


 
 
Adblock breaks this site