Page 1 of 2 12 LastLast
Results 1 to 25 of 33

Thread: Blumblebee's Tree Tremor

  1. #1
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Blumblebee's Tree Tremor

    Blumblebee presents
    Tree Tremor PowerChopper

    Designed For Scar 3.15 SRL 20.
    This Script Chops (and Drops)Normal,Oak,and Willow Tree's.
    Has antirandoms, Ent Finding, antiban and more.
    Please post proggies on thread and enjoy!
    -Blumblebee


    Credits
    -Narcle (helped me a TON with my script, he also added standards)


    Version 1.0 ~ First Release Please post all bugs so that I can fix them, thanks.

    *Best Proggies*
    Quote Originally Posted by Pure Jenno View Post
    Proggy:
    ****************************************
    ****************************************
    << << <<Progress Report>> >> >>
    ________________________________________
    Script Ran For 2 Hours, 25 Minutes and 5 Seconds
    Completed 32 Load(s)
    Ents Avoided 0
    Gained 5 Level(s)
    ****************************************
    ****************************************

    &

    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | SRL 20 Randoms Report |
    | www.srl-forums.com |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | SRL Logs : 1 |
    | Fights : 1 |
    | Talks : 3 |
    | Ricks : 1 |
    | Old Men : 1 |
    | Capn Hands : 1 |
    | Boxes Solved : 5 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

    Quote Originally Posted by Circumference View Post
    ****************************************
    ****************************************
    << << <<Progress Report>> >> >>
    ________________________________________
    Script Ran For 2 Hours, 10 Minutes and 15 Seconds
    Completed 36 Load(s)
    Ents Avoided 0
    Gained 0 Level(s)
    ****************************************
    ****************************************
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | SRL 20 Randoms Report |
    | www.srl-forums.com |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | Fights : 3 |
    | Boxes Solved : 2 |
    | Deaths : 1 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    “Ignorance, the root and the stem of every evil.”

  2. #2
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Good job I guess

    SCAR Code:
    function FindTheEnt(Range : Integer; UseDots, UseText : Boolean): Boolean;//Credit to Deathsytex
    var
      EntX, EntY, EX1, EY1, EX2, EY2 : Integer;
    begin
      if (not (IsUpText('hop'))) then
        Exit;
      EX1 := MMCX - 1000;
      EY1 := MMCY - 1000;
      EX2 := MMCX + 1000;
      EY2 := MMCX + 1000;
      if (UseText) then
        Result := FindColorTolerance(EntX, EntY, 388075, 80, 6, 127, 20, 30);
      Exit;
    end;
    Ugh, now that's just bad :/ Make it just scan for the ent colour text in the corner of the screen. If someone talks it may think they are an ent.

    Your standards are a bit funky.

    You can replace
    SCAR Code:
    X := X + 1;
    with
    SCAR Code:
    Inc(x);

    SCAR Code:
    function GetWillowXp:Extended;
    begin
      result:= Chopped * 62.5;
    end;
    function GetOakXp:Extended;
    begin
      result:= Chopped * 37.5;
    end;
    function GetNormalXp:Extended;
    begin
      result:= Chopped * 25;
    end;

    procedure GetWhatXp;
    begin
        Case (WhatTree) of
        'Normal': GetNormalXp;
        'Oak': GetOakXp;
        'Willow': GetWillowXp;
      end;
    end;
    Useless procedure? Just call what one you want in the script.


    Well, it looks okay, keep up the good work


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  3. #3
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I know its usless I haven't figured out how to work how to get how much xp you earned haha it tried those and forgot them in XD and I didn't think my standards we're too bad...Thanks for the feedback Hy I really appreciate it and you can expect me to fix those problems for the next update ,
    -Blumblebee
    Edit: Updated
    “Ignorance, the root and the stem of every evil.”

  4. #4
    Join Date
    Mar 2007
    Location
    Alberta, Canada
    Posts
    1,780
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

  5. #5
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Big Update will be released tomorrow, I have a couple of bugs to fix in my find axe procedure that will be worked out before the release
    “Ignorance, the root and the stem of every evil.”

  6. #6
    Join Date
    Mar 2007
    Location
    Alberta, Canada
    Posts
    1,780
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    I cant believe no one is really using this.... Its way better then our other one, prolly the best wc in first scripts

  7. #7
    Join Date
    Jun 2008
    Posts
    152
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Script Ran For 6 Hours, 15 Minutes and 10 Seconds
    Completed 3 Load(s)
    Ents Avoided 0
    Gained 4 Level(s)
    ****************************************
    ****************************************

    the proggie is not very accurate...i left for awhile only to come back and discover that it had spent the better part of 4 hours trying to solve the genie random by clicking hunting but i'm not a member so it wouldn't let me...Try a failsafe there i guess. Otherwise cutting is flawless. Also broken axe played a major role in every characters downfall.

    Nice first script

  8. #8
    Join Date
    Aug 2008
    Location
    127.0.0.1
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just a note from my observations
    "Chop down Willow / 2 more options"
    became
    "Chop down Willow / 2 more options"
    if the tree is an ent.
    Still on going after encountering sandwich lady and ent random.
    The random report logs does not show them though.

  9. #9
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    @Without fear, have you gotten the new lamp fix? If you do then it should solve the genie random, its just that jagex made the new lamp random so you need the fix for solving, and I do realize that my entfinder doesn't work 100% of the time and I will be fixing that in later versions.
    @Circumference thank you for your feedback, and randoms report should show it, I'm not sure why it doesn't.
    new update will be released very soon, just fixing the last few bugs.
    -Blumblebee
    “Ignorance, the root and the stem of every evil.”

  10. #10
    Join Date
    Aug 2008
    Location
    127.0.0.1
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ****************************************
    ****************************************
    << << <<Progress Report>> >> >>
    ________________________________________
    Script Ran For 2 Hours, 10 Minutes and 15 Seconds
    Completed 36 Load(s)
    Ents Avoided 0
    Gained 0 Level(s)
    ****************************************
    ****************************************
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | SRL 20 Randoms Report |
    | www.srl-forums.com |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | Fights : 3 |
    | Boxes Solved : 2 |
    | Deaths : 1 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

  11. #11
    Join Date
    Jun 2008
    Posts
    152
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nah sorry blumblebee i didn't...been gone for awhile.

    In that case great non banking script, just need some sort of axe replacement. But with that you will need banking.

  12. #12
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    @WithoutFear-yeah the problem with having a banking procedure is that then i would have to limit when you can powerchop, my advice to you would be to bring one axe in inventory and weild the other axe, my next update should have an improved entfinder, axefinder, standards(thanks narcle), and a cleaner script all together, ill have that out either sunday or late saturday.
    @Circumference- Thanks for the proggy dude, it just ,made my top proggies page oh and do you mind telling me how the script stopped?
    “Ignorance, the root and the stem of every evil.”

  13. #13
    Join Date
    Aug 2008
    Location
    127.0.0.1
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    @bumblebee -manual termination due to time constrains.

  14. #14
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thank you very much circumference, and may i ask how many players you ran the script with?
    “Ignorance, the root and the stem of every evil.”

  15. #15
    Join Date
    Aug 2008
    Location
    127.0.0.1
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    single player mode.
    ah,my bad for leaving those details out.

  16. #16
    Join Date
    Mar 2007
    Location
    Alberta, Canada
    Posts
    1,780
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    yeah, this looks great, im looking over it now, and I dont see much to help you with atm. All I can say for now, is in your dropping procedure, no need to credit pinky, thats SRL right there.
    I'll look over some more and see what i can do

  17. #17
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol no circumference you are alot of help thank you very much,
    -Blumblebee
    edit: woot 100 posts XD
    “Ignorance, the root and the stem of every evil.”

  18. #18
    Join Date
    Aug 2008
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    when i start the script it compiles alrite. but when it loads smart it says "error starting SMART, check the world prefix whats that mean?


    but overall it looks like a good script


    nvm it works. exept it stops when i get full inventory

  19. #19
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ummm it shouldn't stop after 1 load, do you have the dropping set on "fast" and other than that it should be working fine
    “Ignorance, the root and the stem of every evil.”

  20. #20
    Join Date
    Jul 2008
    Location
    The Netherlands
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'd like to try your script for a few hours but I can't seem to get it working. This would be the first script I run so excuse me if this question is noob.
    When I run it it says: Line 4: [Error] (6:11): Unknown identifier 'SmartIsKeyDown' in script D:\Bas\SCAR 3.15\includes\SRL/SRL/Misc/Smart.scar

    What can I do to repair or something.

    - Satan
    To be or not to be? I think therefor I am! But everything is relative. Omg, I'm going nuts.

  21. #21
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    That is an error in smart, not my script meaning that you do not have smart downloaded, if thats the case then read Here and see how you can fix it.
    “Ignorance, the root and the stem of every evil.”

  22. #22
    Join Date
    Aug 2008
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok i got it working. u should make it so that smart moves the "mouse" more because i usually get logged out because of that. anyways i will post a proggie in about an hour or so unless it keeps logging out.


    i got to say THE ONLY SCRIPT THAT WORKS FOR ME LOL

  23. #23
    Join Date
    Aug 2008
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ****************************************
    ****************************************
    << << <<Progress Report>> >> >>
    ________________________________________
    Script Ran For 28 Minutes and 30 Seconds
    Completed 3 Load(s)
    Ents Avoided 0
    Gained 0 Level(s)
    ****************************************
    ****************************************
    my best proggy.. it logged out again :

    ****************************************
    ****************************************
    << << <<Progress Report>> >> >>
    ________________________________________
    Script Ran For 1 Hours, 1 Minutes and 25 Seconds
    Completed 8 Load(s)
    Ents Avoided 0
    Gained 0 Level(s)
    ****************************************
    ****************************************
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | SRL 21 Randoms Report |
    | www.srl-forums.com |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | Fights : 3 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/


    ok this is my new best proggie

    this time it stopped for some reason

  24. #24
    Join Date
    Jul 2008
    Location
    The Netherlands
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The script works nice. The only problem I have is that my computer started lagging for some unknown reason. It then wants to reëstablish connection but when it does it goes back to the "Enter game" page IIRC. Anyways it's the page you see straight after login. You should build in a piece of code that keeps checking for this page. Cause disabling and enabling all the time crashes smart.

    I did have one random, the tree spirit. It didn't run away immediatly. I had to stop it to run away and then enable smart again. (It did find a fighting random though.)
    /Edit: It does run away on time now. Also stopped lagging.

    New best proggie: (Should be 4 lvls. My axe broke 2 times cause of Ents. And had to talk to a man in a purple suit with a crossbow myself.)
    ****************************************
    << << <<Progress Report>> >> >>
    ________________________________________
    Script Ran For 1 Hours, 7 Minutes and 53 Seconds
    Completed 12 Load(s)
    Ents Avoided 0
    Gained 1 Level(s)
    ****************************************
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | SRL 21 Randoms Report |
    | www.srl-forums.com |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | Fights : 2 |
    | Talks : 3 |
    | Lamps Solved : 2 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    ****************************************
    << << <<Progress Report>> >> >> (Was 2 lvls up, not 1. Stopped cause of Mordaut.)
    ________________________________________
    Script Ran For 17 Minutes and 8 Seconds
    Completed 3 Load(s)
    Ents Avoided 0
    Gained 1 Level(s)
    ****************************************
    ****************************************
    << << <<Progress Report>> >> >>
    ________________________________________
    Script Ran For 7 Minutes and 16 Seconds
    Completed 1 Load(s)
    Ents Avoided 0
    Gained 0 Level(s)
    ****************************************

    Hope this helps you cause you helped me to.
    To be or not to be? I think therefor I am! But everything is relative. Omg, I'm going nuts.

  25. #25
    Join Date
    Aug 2008
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Had to change a thing in the SmartSetup thing to make it work (It didn't change the const 'World' to the world prefix I filled in, so it gave me an error and closed SCAR every time I tried to start it).
    Apart from that the script works very nice, only had some problems with 2 randoms; The Tree Spirit and some Ents, somehow he didn't run away from any of them.

    Proggy:
    ****************************************
    ****************************************
    << << <<Progress Report>> >> >>
    ________________________________________
    Script Ran For 2 Hours, 25 Minutes and 5 Seconds
    Completed 32 Load(s)
    Ents Avoided 0
    Gained 5 Level(s)
    ****************************************
    ****************************************

    &

    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | SRL 20 Randoms Report |
    | www.srl-forums.com |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | SRL Logs : 1 |
    | Fights : 1 |
    | Talks : 3 |
    | Ricks : 1 |
    | Old Men : 1 |
    | Capn Hands : 1 |
    | Boxes Solved : 5 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

    Had to watch the script and run from every Tree Spirit and Ent to accomplish this

    EDIT: Just noticed I still have to update my SRL...

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Blumblebee's PowerMiner
    By Blumblebee in forum RS3 Outdated / Broken Scripts
    Replies: 696
    Last Post: 03-20-2010, 04:52 AM
  2. Griff721 and Blumblebee's Draynor Willow Cutter
    By Blumblebee in forum First Scripts
    Replies: 92
    Last Post: 09-29-2008, 04:37 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
  •