Results 1 to 23 of 23

Thread: MethDoorer

  1. #1
    Join Date
    Dec 2011
    Location
    Australia
    Posts
    174
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default MethDoorer

    ~Methrend's Oak Door Maker~

    What is it?

    This script is a simple construction script that is meant to complement my Oak Larder maker. It makes Oak Doors in a dungeon room of your player house, using a servant (Butler or Demon Butler - I recommend Butler) to fetch more planks.

    Why Oak Doors? It's faster exp than Larders. I heavily recommend switching to this script once you get to about 70-74 construction (easily done with my Larder Maker)

    How to Setup
    • Fill in the required details in the script
    • To begin, run the script, and when it gets to the login screen, pause it, login and follow the rest of the setup instructions before starting the script again
    • Firstly, make sure your start layout is exactly like the following image (Camera angle/rotation can be anything, but door spot MUST be on the WEST wall)


    • Make sure you are using the BUTLER or DEMON BUTLER servant - he is the only one supported at the moment
    • Hammer and Saw should be on your toolbelt, for best results
    • You can start with any amount of planks and any other items in your inventory, but I suggest having ONLY planks or an empty inventory, for best results (or you'll start overloading on bank fetches)
    • You can start with a door already built or the empty spot, doesn't matter
    • Make sure you have enough GP to continuously pay the servant
    • Enjoy your construction leveling and post proggies!


    Current Features

    • Many checks to make sure it's always doing what it needs to be doing
    • Sends Butler for more planks dependent on current inventory status
    • Accurate Door/Build Spot/Butler Detection
    • Decent Construction Exp


    Planned Features

    • None at the moment


    Version History

    Version 1.0
    ~Initial Release


    Test Progress Report

    Progress Report:
     Methrends Oak Door Maker 
     Running For: 15 Minutes and 19 Seconds
     Doors Made: 50
     Construction Exp Gained: 30000


    Like this script?
    Consider Donating - Any money received will go towards membership and GP to help me make more and better scripts.
    My Scripts:
    MethDwarfMiner - A Resource Dung Coal Miner

    MethLarder - Oak Larder Maker #~# Oak Door Maker - MethDoorer
    MethSudokuLITE - Small Casket Sudoku Solver (MEMBERS+ ONLY)

  2. #2
    Join Date
    Jan 2011
    Posts
    335
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    Can you get it doing 2 doors? that would be pro.
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly.

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

    Default

    Does this have the "1" issue fixed, also, xp per hour?

  4. #4
    Join Date
    Dec 2011
    Location
    Australia
    Posts
    174
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by vashanddou View Post
    Can you get it doing 2 doors? that would be pro.
    If you mean two per butler trip (i.e. send butler, make 2, butler returns) then I can attempt to get it doing this, but I have to account for lag and such, which means it might not finish the doors before the butler returns.. =\



    Quote Originally Posted by Krowten View Post
    Does this have the "1" issue fixed, also, xp per hour?
    That issue is fixed, and I have no idea on exp/hr. Only tested it for a short amount of time to make sure it worked.
    My Scripts:
    MethDwarfMiner - A Resource Dung Coal Miner

    MethLarder - Oak Larder Maker #~# Oak Door Maker - MethDoorer
    MethSudokuLITE - Small Casket Sudoku Solver (MEMBERS+ ONLY)

  5. #5
    Join Date
    Jan 2011
    Posts
    335
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    [QUOTE=Methrend;921450]If you mean two per butler trip (i.e. send butler, make 2, butler returns) then I can attempt to get it doing this, but I have to account for lag and such, which means it might not finish the doors before the butler returns.. =\



    Gonna need to add an anti-fail check for if butler returns earlier then ^^.
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly.

  6. #6
    Join Date
    Dec 2011
    Location
    Australia
    Posts
    174
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by vashanddou View Post
    Gonna need to add an anti-fail check for if butler returns earlier then ^^.
    It's more that the servant automatically gives you what he can, and holds onto the rest. If there's lag and you don't get two doors done, you're effectively wasting bank trips.

    I'll see what I can do in regards to making a fast version at some point, but it probably won't be too human-like..
    My Scripts:
    MethDwarfMiner - A Resource Dung Coal Miner

    MethLarder - Oak Larder Maker #~# Oak Door Maker - MethDoorer
    MethSudokuLITE - Small Casket Sudoku Solver (MEMBERS+ ONLY)

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

    Default

    Very nice script you have made here.
    I was just having a look and I noticed this line
    Simba Code:
    If ((progCount mod 5) = 0) then
    Can you please explain what the 'mod' feature does?
    Thanks

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

    Default

    another great script!

    Made by P1ng

  9. #9
    Join Date
    Dec 2011
    Location
    Australia
    Posts
    174
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by [J]ustin View Post
    Very nice script you have made here.
    I was just having a look and I noticed this line
    Simba Code:
    If ((progCount mod 5) = 0) then
    Can you please explain what the 'mod' feature does?
    Thanks
    Heh, that's just a modulous or Remainder on Division math function.

    Basically I didn't want to fire off the progress report after after larder, so i put that in there and it fires off every 5th larder.

    Remainder on division is literally what it sounds like. 7 mod 5 = 2 (7/5 = 1 remainder 2)
    My Scripts:
    MethDwarfMiner - A Resource Dung Coal Miner

    MethLarder - Oak Larder Maker #~# Oak Door Maker - MethDoorer
    MethSudokuLITE - Small Casket Sudoku Solver (MEMBERS+ ONLY)

  10. #10
    Join Date
    Jan 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Thank you very much, what a great script! Just in time for bonus exp weekend in march!

  11. #11
    Join Date
    Dec 2011
    Posts
    109
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Awesome script, well done!
    I don't know if you added it yet, but can you add the anti-ban that when it doesn't do anything for let's say 5 mins. that it will log out to stay safe and not be logged in for 3 hours doing nothing?
    Nice progress report of 4 hours, if you want then I send you one.
    It stopped due it had the bee thing random event.
    If jagex is so sure bot nuke day was a complete succes, then why still randoms...
    W/E nice script!

  12. #12
    Join Date
    Feb 2012
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Red face Thx!

    Thank you Methrend for this wonderful script, I am wondering if you can make it a bit more efficient, alternatively releasing a "speed" type of this script.

    As of now it is a littlebit sluggish, in the overal actions in the script, making the overall time abit slow, and is quite slower then it's potential.

    but the major fact that makes this script slow down by ALOT is that it:

    Build 2x Oak Doors, and then sends away the butler. (making you around 50% slower then you could have been) with either of these two method listed below (in slowest to fastest order)

    =================================================

    Faster Method #1 (180-225k xp / hour, no SC | 360-500k+ with SC )
    1. Remove/Build Oak Door nr.1
    2. Send Butler away for more planks
    3. Remove/Build Oak Door nr.2
    4. Butler comes back, process repeats.


    Fastest Method #2 (225-300k xp / hour, no SC | 500-600k+ with SC )
    1. Full Inv with Planks
    2. Send Butler away for more planks
    3. Remove/Build Oak Door nr.1
    4. Remove/Build Oak Door nr.2
    5. Butler comes back, process repeats.



    Here's a vid to show it off in action. (I am not the author of this Video, nor do I have any affliations with this Creater, it is just a random example of how it should be done)

    http://www.youtube.com/watch?v=YDTQj7axz2k


    =================================================

    Sadly I am stil a beginner on these things, so I am just trying to give much feedback and help as possible, untill I myself can fully make intelligent and xp efficient scripts to contribute to this wonderful community you guys seem to have.

    But yeah, I hope you and anyone else who is working on a Oak Door's script appreciates my very small contribution.



    Oh yeah and I've forgot to post a nice proggie after 1 hour:


    1 Hour = 127 000 XP.





    Thx //Cheers!
    Last edited by Zyzolol; 02-13-2012 at 02:29 PM.

  13. #13
    Join Date
    Dec 2011
    Location
    florida
    Posts
    72
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nvm fixed it sorry ;d
    Last edited by lol305; 03-03-2012 at 06:06 PM.
    10% boost refer a friend glitch + free 14 day trial on runescape on brand new account

    http://villavu.com/forum/showthread.php?t=75539&page=6

  14. #14
    Join Date
    Feb 2012
    Location
    Denver, CO
    Posts
    863
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'll give this a shot when I train con.

  15. #15
    Join Date
    Dec 2011
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks, works great!!!!

  16. #16
    Join Date
    Dec 2011
    Location
    florida
    Posts
    72
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    suggestion for ppl who trying this script out bot it naked my outfit was giving the bot issues so i remove it lol
    10% boost refer a friend glitch + free 14 day trial on runescape on brand new account

    http://villavu.com/forum/showthread.php?t=75539&page=6

  17. #17
    Join Date
    Nov 2011
    Posts
    194
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    How come it only hovers over the door spot ? it doesnt seem to be making anything except detecting the spot

  18. #18
    Join Date
    Dec 2011
    Location
    Australia
    Posts
    174
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    News:

    Apologies for not updating or providing any support in the past few weeks.
    I've been mega busy with other things and just haven't had the time.

    I'm currently working on finishing the new rewrite of my mining script (finally), then I'll probably move on to this and the Oak Larder script (if I have the funding for a lot of planks to test with...). I'll be doing a complete rewrite designed for speed and efficiency. Until then, be patient or attempt to fix whatever is wrong yourself.

    Keep an eye on the threads in the coming week or two.
    My Scripts:
    MethDwarfMiner - A Resource Dung Coal Miner

    MethLarder - Oak Larder Maker #~# Oak Door Maker - MethDoorer
    MethSudokuLITE - Small Casket Sudoku Solver (MEMBERS+ ONLY)

  19. #19
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    1,199
    Mentioned
    0 Post(s)
    Quoted
    26 Post(s)

    Default

    Would love to see this doing two doors in the 20 seconds that the butler takes by BXP weekend

  20. #20
    Join Date
    Dec 2011
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Got construction to 92 but any chance it will work a little faster? Planning to use on BXP

  21. #21
    Join Date
    Feb 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    god thanks, I hate doing con manually lol, really tedious

  22. #22
    Join Date
    Jan 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Got 80-99 cons with sacred hammers in 5 days using this script. I obviously stopped it while I was sleeping. It crashed sometimes but then it could work 6-10 hours non stop, I stopped it when I went to the bank for more sacred hammers.
    I did not take any picture of me getting 99 but still I want to say
    Thank you!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  23. #23
    Join Date
    Dec 2011
    Posts
    44
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hehe nice bot useing it now. Seems awesome

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
  •