Everything tree chopper and dropper v1.2

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

Everything tree chopper and dropper v1.2
  1. Unread #41 - Jan 9, 2008 at 6:00 PM
  2. tim-gf
    Joined:
    Jan 7, 2008
    Posts:
    24
    Referrals:
    0
    Sythe Gold:
    0

    tim-gf Newcomer

    Everything tree chopper and dropper v1.2

    Oke I aim gona use a iron axe :mad:
     
  3. Unread #42 - Jan 9, 2008 at 6:16 PM
  4. GMK
    Joined:
    Aug 2, 2007
    Posts:
    395
    Referrals:
    0
    Sythe Gold:
    0

    GMK Forum Addict

    Everything tree chopper and dropper v1.2

    Wewt i got 5 stars for this baby
     
  5. Unread #43 - Jan 9, 2008 at 6:25 PM
  6. tim-gf
    Joined:
    Jan 7, 2008
    Posts:
    24
    Referrals:
    0
    Sythe Gold:
    0

    tim-gf Newcomer

    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?
     
  7. Unread #44 - Jan 9, 2008 at 6:42 PM
  8. GMK
    Joined:
    Aug 2, 2007
    Posts:
    395
    Referrals:
    0
    Sythe Gold:
    0

    GMK Forum Addict

    Everything tree chopper and dropper v1.2

    Now mine doesnt! UPDATED! enjoy all!

    thanks for the feedback tim and town
     
  9. Unread #45 - Jan 9, 2008 at 6:47 PM
  10. tim-gf
    Joined:
    Jan 7, 2008
    Posts:
    24
    Referrals:
    0
    Sythe Gold:
    0

    tim-gf Newcomer

    Everything tree chopper and dropper v1.2

    When comes the update?
     
  11. Unread #46 - Jan 9, 2008 at 6:49 PM
  12. GMK
    Joined:
    Aug 2, 2007
    Posts:
    395
    Referrals:
    0
    Sythe Gold:
    0

    GMK Forum Addict

    Everything tree chopper and dropper v1.2

    It got updated.
     
  13. Unread #47 - Jan 10, 2008 at 9:53 AM
  14. tim-gf
    Joined:
    Jan 7, 2008
    Posts:
    24
    Referrals:
    0
    Sythe Gold:
    0

    tim-gf Newcomer

    Everything tree chopper and dropper v1.2

    Thx GMK:)

    For this good update:D


    Aim gona use this script again!!
     
  15. Unread #48 - Jan 10, 2008 at 10:13 AM
  16. tim-gf
    Joined:
    Jan 7, 2008
    Posts:
    24
    Referrals:
    0
    Sythe Gold:
    0

    tim-gf Newcomer

    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?
     
  17. Unread #49 - Jan 10, 2008 at 4:43 PM
  18. .auto
    Referrals:
    0

    .auto Guest

    Everything tree chopper and dropper v1.2

    Same for me
     
  19. Unread #50 - Jan 10, 2008 at 5:12 PM
  20. GMK
    Joined:
    Aug 2, 2007
    Posts:
    395
    Referrals:
    0
    Sythe Gold:
    0

    GMK Forum Addict

    Everything tree chopper and dropper v1.2

    Fixed!
     
  21. Unread #51 - Jan 10, 2008 at 5:40 PM
  22. .auto
    Referrals:
    0

    .auto Guest

    Everything tree chopper and dropper v1.2

    I keep gettin a pop up saying "Out of Memory" How do I fix this?
     
  23. Unread #52 - Jan 10, 2008 at 7:13 PM
  24. GMK
    Joined:
    Aug 2, 2007
    Posts:
    395
    Referrals:
    0
    Sythe Gold:
    0

    GMK Forum Addict

    Everything tree chopper and dropper v1.2

    hmmm. maybe your computer is full on its RAM.
    idk its not the script.
     
  25. Unread #53 - Jan 10, 2008 at 9:33 PM
  26. Blankothe3rd
    Joined:
    May 27, 2007
    Posts:
    259
    Referrals:
    0
    Sythe Gold:
    0

    Blankothe3rd Forum Addict

    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.
     
  27. Unread #54 - Jan 10, 2008 at 10:09 PM
  28. .auto
    Referrals:
    0

    .auto Guest

    Everything tree chopper and dropper v1.2

    What do I need to do to fix this. I wanna try this stuff out.
     
  29. Unread #55 - Jan 11, 2008 at 12:35 AM
  30. ProphesyOfWolf
    Joined:
    Dec 6, 2007
    Posts:
    85
    Referrals:
    0
    Sythe Gold:
    0

    ProphesyOfWolf Member

    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!
     
  31. Unread #56 - Jan 11, 2008 at 5:16 AM
  32. tim-gf
    Joined:
    Jan 7, 2008
    Posts:
    24
    Referrals:
    0
    Sythe Gold:
    0

    tim-gf Newcomer

    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!
     
  33. Unread #57 - Jan 11, 2008 at 5:34 AM
  34. tim-gf
    Joined:
    Jan 7, 2008
    Posts:
    24
    Referrals:
    0
    Sythe Gold:
    0

    tim-gf Newcomer

    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?
     
  35. Unread #58 - Jan 11, 2008 at 1:11 PM
  36. Wolfenheart
    Joined:
    Nov 1, 2005
    Posts:
    280
    Referrals:
    0
    Sythe Gold:
    0

    Wolfenheart Forum Addict

    Everything tree chopper and dropper v1.2

    im getting the same error...
     
  37. Unread #59 - Jan 11, 2008 at 2:46 PM
  38. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    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.
     
  39. Unread #60 - Jan 11, 2008 at 3:03 PM
  40. GMK
    Joined:
    Aug 2, 2007
    Posts:
    395
    Referrals:
    0
    Sythe Gold:
    0

    GMK Forum Addict

    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 >

Users viewing this thread
1 guest


 
 
Adblock breaks this site