Results 1 to 18 of 18

Thread: Awkward Power Chopper and Fletcher!

  1. #1
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default Awkward Power Chopper and Fletcher!

    Here's a quick script that will power chop tree, oak, willow, and maple trees, with the option of fletching the logs into long bows.

    Features:
    • Anti-ban
    • custom ent/ fighting anti-randoms
    • all in color
    • Choice between just power chopping, or chopping & fletching into long-bows


    Future:
    • Ability to fletch shortbows/ stocks/ arrow shafts
    • multiplayer?
    • srl-stats


    Known bugs:
    • The only bugs that I have seen are srl related bugs, such as find-fight and other anti randoms.


    Setup:
    • Fill out lines 6-21
    • have axe equipped
    • if fletching, have knife in FIRST inventory slot



    Please be a nice person and leave feedback, even if it's to say that I suck and should never write a script again in my life(Although hopefully you also provide a progress report) <3
    Attached Files Attached Files
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  2. #2
    Join Date
    Apr 2014
    Posts
    323
    Mentioned
    0 Post(s)
    Quoted
    131 Post(s)

    Default

    Been waiting for one like this.

    A suggestion: Down in rimington, there are some willows south of a shop you can sell your fletched goods. It would be cool to see something added for that exact spot which would, chop willows, fletch them, then sell them to the shop.

    *When I started the script in draynor village (willows) it said "detected fighting random" when there wasnt one, it ran to the bank and then simba 'stopped working' and exited. I think it may have detected the dark mages that wander round there.

    *when I have the knife in the first inventory slot and fletching is set to = true, it decides to drop the logs instead of fletch them. (top left inventory slot is where knife is.)
    -I have moved the knife around and I cant figure out how to get it to fletch.

  3. #3
    Join Date
    Dec 2011
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    waiting for this to support arrow shaft before using it

  4. #4
    Join Date
    Mar 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    can i just stay in bank and fletch or do i have to cut trees down?

  5. #5
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    Quote Originally Posted by amboy20 View Post
    can i just stay in bank and fletch or do i have to cut trees down?
    you have to cut the trees, although it's very easy to edit the script(Even to make your own!) to bank, instead of chopping
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  6. #6
    Join Date
    Jan 2012
    Posts
    160
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Trying it out for powerchopping purposes.
    Doing great so far.

    - Number of bows fletched(per hour): 0(0)
    - WC Experience Gained(per hour): 9450(48600)
    - Fletching Experience Gained(per hour): 0(0)
    - WC Levels Gained: 0
    - Fletching Levels Gained: 0
    - Loads left till limit: 28
    ---------------------------------------

  7. #7
    Join Date
    Jun 2014
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Can someone help me code it so it banks instead of dropping?

  8. #8
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by lichcut42 View Post
    waiting for this to support arrow shaft before using it
    You could easily add this yourself. Something like this?

    Simba Code:
    procedure makeShafts;
    begin
      mouseItem(1, MOUSE_MOVE);  //move mouse to slot 1
      if waitUpText('ogs') then  // if they are logs
      begin
        fastClick(MOUSE_LEFT);   //left click
        mouseBox(10, 10, 20, 20, MOUSE_RIGHT); //right click shafts box
        if waitOption('ake All', 500) then  // select the make all option
        repeat
          wait(100);      // repeat waiting until invcount < 3 (axe + shafts)
        until invCount <= 2;
      end;
    end;

    I have no idea if that is correct. I haven't used SRL5 in well over a year, but it should be a good start.

  9. #9
    Join Date
    Jan 2012
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Does anyone know how we can activate mousekeys and incorporate it into scripts? I somehow feel that this script should definitely include that to make it even more efficient!! But besides that, this script is working wonders for me. Keep up the good work

  10. #10
    Join Date
    Jan 2012
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Can anyone kindly teach me how to find the various procedures available and how to make a script that involves searching for a bank to deposit and returning to original position? Thanks!!

  11. #11
    Join Date
    Mar 2012
    Location
    NY.
    Posts
    130
    Mentioned
    5 Post(s)
    Quoted
    67 Post(s)

    Default

    Quote Originally Posted by xreflectx View Post
    Does anyone know how we can activate mousekeys and incorporate it into scripts? I somehow feel that this script should definitely include that to make it even more efficient!! But besides that, this script is working wonders for me. Keep up the good work
    This is probable.

    Quote Originally Posted by xreflectx View Post
    Can anyone kindly teach me how to find the various procedures available and how to make a script that involves searching for a bank to deposit and returning to original position? Thanks!!
    Plenty of people here that could help you, try to development section.

    Thanks for this script
    Gonna finish quick fletching and move onnnnnnn :}

  12. #12
    Join Date
    May 2013
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    29 Post(s)

    Default

    Awesome script dude. Little progress report, from 36 WC with an addy axe :]
    - Time Running: 2 Hours, 20 Minutes and 28 Seconds
    - Number of logs cut(per hour): 896(382)
    - WC Experience Gained(per hour): 60480(25830)
    - Fletching Experience Gained(per hour): 0(0)
    - WC Levels Gained: 10
    - Fletching Levels Gained: 0


    Edit: 4 Days later, 81 WC achieved, and 55 fletching!


    The script will not fletch maple longs. :S
    Last edited by squirrelz; 12-23-2014 at 05:24 PM.

  13. #13
    Join Date
    Mar 2012
    Location
    NY.
    Posts
    130
    Mentioned
    5 Post(s)
    Quoted
    67 Post(s)

    Default

    Tried about ten different things to get this to make shafts instead of just dropping the logs.
    lets just say i will not be scripting for 07 because everything is different and for some reason i can't comprehend any of it currently
    if anyone has adjusted their script to chop trees and make shafts let me know.
    If not i'll just make a barebones one.
    im a retard

  14. #14
    Join Date
    Jun 2014
    Posts
    369
    Mentioned
    14 Post(s)
    Quoted
    217 Post(s)

    Default

    Quote Originally Posted by Awkwardsaw View Post
    Here's a quick script that will power chop tree, oak, willow, and maple trees, with the option of fletching the logs into long bows.

    Features:
    • Anti-ban
    • custom ent/ fighting anti-randoms
    • all in color
    • Choice between just power chopping, or chopping & fletching into long-bows


    Future:
    • Ability to fletch shortbows/ stocks/ arrow shafts
    • multiplayer?
    • srl-stats


    Known bugs:
    • The only bugs that I have seen are srl related bugs, such as find-fight and other anti randoms.


    Setup:
    • Fill out lines 6-21
    • have axe equipped
    • if fletching, have knife in FIRST inventory slot



    Please be a nice person and leave feedback, even if it's to say that I suck and should never write a script again in my life(Although hopefully you also provide a progress report) <3
    Error: File "SRL-OSR/SRL.Simba" not found at line 3

  15. #15
    Join Date
    Mar 2013
    Posts
    1,010
    Mentioned
    35 Post(s)
    Quoted
    620 Post(s)

    Default

    Quote Originally Posted by Miningboy11 View Post
    Error: File "SRL-OSR/SRL.Simba" not found at line 3
    Then get SRL-OSR.
    #slack4admin2016
    <slacky> I will build a wall
    <slacky> I will ban reflection and OGL hooking until we know what the hell is going on

  16. #16
    Join Date
    Jun 2014
    Posts
    369
    Mentioned
    14 Post(s)
    Quoted
    217 Post(s)

    Default

    Quote Originally Posted by Harrier View Post
    Then get SRL-OSR.
    Eww so this is not color.

  17. #17
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by Miningboy11 View Post
    Eww so this is not color.
    I've had a quick look at the script, it looks to me that it's 100% color.

    Forum account issues? Please send me a PM

  18. #18
    Join Date
    Apr 2015
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Can I let the axe on bag with that script? If not can someone help me with that, i'm a completly noob in coding thing, I'm a lv 3 skiller, so I cant equip the axe

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
  •