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

Thread: [2007] seers maple chopper and banker NEED TESTERS

  1. #1
    Join Date
    Jul 2012
    Posts
    437
    Mentioned
    10 Post(s)
    Quoted
    165 Post(s)

    Default [2007] seers maple chopper and banker NEED TESTERS

    It's a pretty simple script it chops the maple trees north of seers bank. Start either in seers bank or next to the trees. This script has a few bugs. My standards suck and it need failsafes.

    • no anti leech
    • You will need the unofficial 2007 include
    • make sure you are facing north and camerea is angle medium
    • setting the camera angle at beggining doesn't always work
    • if you're having problems finding trees change the maplefind variable
    • the antirandom only finds the tree with red eyes and mouth
    • if the antirandom causes problems set the variable antirand to false


    status:buggy

    feel free to use any of my code



    v.04 will most likely be the last version I upload it hasn't been tested as I no longer have an account for 07. If v.04 doesn't work i'll delete this thread.
    Attached Files Attached Files
    Last edited by tealc; 03-11-2013 at 02:18 AM.

  2. #2
    Join Date
    Feb 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    ill test it

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

    Default

    as well

  4. #4
    Join Date
    Feb 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I'll test it out today.

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

    Default

    okay so there is a few things i noticed already, it has very little patience cutting a single tree, people will start suspecting as you run from tree to tree every 10 seconds.
    I need to assist it with banking, it has a weird fetish of running to the anvil west from the bank.
    All in all it's a nice script, but it needs some improving.

  6. #6
    Join Date
    Jul 2012
    Posts
    437
    Mentioned
    10 Post(s)
    Quoted
    165 Post(s)

    Default

    Quote Originally Posted by sorsapg View Post
    okay so there is a few things i noticed already, it has very little patience cutting a single tree, people will start suspecting as you run from tree to tree every 10 seconds.
    I need to assist it with banking, it has a weird fetish of running to the anvil west from the bank.
    All in all it's a nice script, but it needs some improving.
    im having problems using pixel shift to see if it is currently chopping im gonna try to do something with ATPA's for that. Banking works best if your facing north and camerea at medium or high. I haven't had a problem with walking to the anvil try lowering the tolerence on on bankicon or maple icon from 8 to 6, the icon colors change slightly everytime you log in.

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

    Default

    what do i need to do to reduce the amount of tree switching

  8. #8
    Join Date
    Nov 2007
    Location
    Under your bed.
    Posts
    76
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Check PM!
    Last edited by Finiahmad; 03-02-2013 at 03:36 PM.

  9. #9
    Join Date
    Jul 2012
    Posts
    437
    Mentioned
    10 Post(s)
    Quoted
    165 Post(s)

    Default

    Simba Code:
    //in maple use cntr+f
    wait(randomRange(7000,12000));    //this is how long it waits before searching for a new tree 7-12 second now


    Simba Code:
    //in main loop
     while(not ismoving2) do //this line was commented out but it might work a little bit better
        while(not P07_invfull) do
           maple;


    try changing these. Are banking and walking working better for you?

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

    Default

    no better at all, actually now it has a new symptop, no matter where i am it goes to the bank next to the ladder.

  11. #11
    Join Date
    Jul 2012
    Posts
    437
    Mentioned
    10 Post(s)
    Quoted
    165 Post(s)

    Default

    Quote Originally Posted by Finiahmad View Post
    Check PM!
    thanks i removed them when i uploaded the first version. it's just a trial account someone got some maple logs and a broken addy axe
    Last edited by tealc; 03-02-2013 at 03:47 PM.

  12. #12
    Join Date
    Nov 2007
    Location
    Under your bed.
    Posts
    76
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by bob_saget View Post
    thanks it's just a trial account someone got some maple logs and a braken addy axe

    Oh okay, script looks good btw, ill test it later

  13. #13
    Join Date
    Jul 2012
    Posts
    437
    Mentioned
    10 Post(s)
    Quoted
    165 Post(s)

    Default

    Quote Originally Posted by sorsapg View Post
    no better at all, actually now it has a new symptop, no matter where i am it goes to the bank next to the ladder.

    even if you inventory isn't full?

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

    Default

    Well its weird, sometimes it manages to cut a full inventory of wood, then it just infinitely tries to click thos trees without noticing the backpack is full.
    When i run it in to the bank manually, it will put the logs in the bank, and just sit there and the CMD saying No Randoms found every once in a while but not returning to the maples.
    After that i manually returned it to the maples and instead of clicking maples it started clicking the grass and CMD still saying No Randoms found every once a while.

  15. #15
    Join Date
    Apr 2012
    Posts
    92
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    Quote Originally Posted by bob_saget View Post
    im having problems using pixel shift to see if it is currently chopping im gonna try to do something with ATPA's for that. Banking works best if your facing north and camerea at medium or high. I haven't had a problem with walking to the anvil try lowering the tolerence on on bankicon or maple icon from 8 to 6, the icon colors change slightly everytime you log in.
    Simba Code:
    Function Chopping: Boolean;
      var
        PBox: TBox;
      begin
       PBox := IntToBox(245, 130, 285, 195);
       Result := (AveragePixelShift(PBox, 250, 500) > 100);
      end;

    I used this for animation. I got this from tutorial.

  16. #16
    Join Date
    Dec 2010
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Testing now. Seems to be working fairly well. Needs better random detection (movement perhaps?) and a better way of detecting tree color (all of the shades of the tree rather than one in particular, so it can cut from multiple camera angles)
    But with a particularly adjusted camera angle it seems to be running well on its own. Adding a function to check whether the player is in the process of cutting a tree or not would be benificial, to prevent treehopping.

  17. #17
    Join Date
    Dec 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    doesnt bank.

  18. #18
    Join Date
    Feb 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Any chance of modifying this slightly to do the yews in seers too?

  19. #19
    Join Date
    Dec 2011
    Posts
    273
    Mentioned
    0 Post(s)
    Quoted
    39 Post(s)

    Default

    Quote Originally Posted by bob_saget View Post
    It's a pretty simple script it chops the maple trees north of seers bank. Start either in seers bank or next to the trees. This script probably has a few bugs. But, testing was going very slow because I have only 46 woodcutting and using a steel axe. My standards suck and it need failsafes. Post any bugs or suggestions.


    • no anti leech
    • You will need the unofficial 2007 include
    • make sure you are facing north and camerea is angle medium
    • setting the camera angle at beggining doesn't always work
    • if you're having problems finding trees change the maplefind variable
    • the antirandom only finds the tree with red eyes and mouth
    • if the antirandom causes problems set the variable antirand to false


    status:buggy

    feel free to use any of my code without crediting me
    I do not like how you say "Use my Code without crediting me"...

    That is like saying (STEAL MY WORK, SELL IT IF YOU WISH)... Really need to edit that.. If I find any mistakes to your script, I will be sure not to inform you.. Until this is brought down (The STEALING WITH 0 credit)
    "What can't hurt you, try it. What can kill you, do it!"

    Scripts Completed: 3
    Amount Released : 2

  20. #20
    Join Date
    Aug 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    testing

    runs to bank at mid inventory?
    Last edited by jadedtdt; 03-03-2013 at 08:57 PM.

  21. #21
    Join Date
    Jan 2012
    Posts
    550
    Mentioned
    2 Post(s)
    Quoted
    177 Post(s)

    Default

    Are you planning on adding an anti-leech after the script has been tested for a bit?

  22. #22
    Join Date
    Jul 2012
    Posts
    437
    Mentioned
    10 Post(s)
    Quoted
    165 Post(s)

    Default

    added v0.03 made a couple of fixes it should run better now. Walking and banking still need work.

  23. #23
    Join Date
    Jul 2012
    Posts
    437
    Mentioned
    10 Post(s)
    Quoted
    165 Post(s)

    Default

    Quote Originally Posted by Thanatos View Post
    Are you planning on adding an anti-leech after the script has been tested for a bit?
    Probably it still isn't stable yet, but I do have a good idea for anti leech.

    Quote Originally Posted by VillaVuFTW View Post
    I do not like how you say "Use my Code without crediting me"...

    That is like saying (STEAL MY WORK, SELL IT IF YOU WISH)... Really need to edit that.. If I find any mistakes to your script, I will be sure not to inform you.. Until this is brought down (The STEALING WITH 0 credit)
    edited the OP slightly this script isn't worth trying to sell, I posted that message for other scripters making similar scripts.

    Quote Originally Posted by I See Stars View Post
    Any chance of modifying this slightly to do the yews in seers too?
    I would need to add a better walking method first. If CynicRus's 07 sps works good I'll try to add it.

  24. #24
    Join Date
    Jul 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Its working better, but I noticed it clicks multiple times while cutting. Maybe include a way to know that the tree its currently cutting is still up, or that its active, so it doesnt send up any red flags.

  25. #25
    Join Date
    Jul 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Also after banking, it clicks in a random spot in the far left corner, not running back to trees, would probably be better to have it click to the right or since roofs are removed, back onto the tree for wcing.

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)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •