Results 1 to 24 of 24

Thread: [AL][Reflection]Crude Wooden Chair Maker

  1. #1
    Join Date
    Dec 2013
    Location
    Sweden
    Posts
    269
    Mentioned
    17 Post(s)
    Quoted
    161 Post(s)

    Default [AL][Reflection]Crude Wooden Chair Maker

    Seeing the construction forum empty made my heart sink, so I thought I might as well release this script I made to level my construction.

    Requirements:
    • Aerolib and lape reflection
    • A saw, hammer, noted planks, and cash in inventory (the script won't check whether or not you've got enough noted planks or cash, so make sure you got plenty)
    • Start with one chair already built in your house


    Features:
    • Makes chairs, removes them, and walks to Phials to unnote planks when necessary
    • Simple, yet pretty stable
    • Decent antiban and failsafes, should work but might be a good idea to keep an eye on it



    Notes:
    This script uses RSWalker and was designed for a house that looks like this:


    If your house looks differently, you'll have to grab a custom map using Slacky's MapGrabber, replace {$I OSRWalker/Walker.simba} with:
    Simba Code:
    {$DEFINE WALKER}
    {$I Aerolib/Aerolib.simba}

    also remember to change the map path within the script, put it in Simba/Includes/Aerolib/Maps. Run it, press enter and use this tool to grab the coordinates of A and B. Write those at the top of the script and the name of your map.

    Bugs, comments, let me know!
    Attached Files Attached Files

  2. #2
    Join Date
    Apr 2013
    Posts
    680
    Mentioned
    13 Post(s)
    Quoted
    341 Post(s)

    Default

    Congrats! I'm really happy to see this construction script. Good work! I will give it a blast later and look through the code =D

    <------------------>



  3. #3
    Join Date
    Dec 2013
    Location
    Sweden
    Posts
    269
    Mentioned
    17 Post(s)
    Quoted
    161 Post(s)

    Default

    Quote Originally Posted by AFools View Post
    Congrats! I'm really happy to see this construction script. Good work! I will give it a blast later and look through the code =D
    Thanks :-)

  4. #4
    Join Date
    Apr 2013
    Posts
    680
    Mentioned
    13 Post(s)
    Quoted
    341 Post(s)

    Default

    A query? aren't oak larder where the best/cheap xp is? or did choose crude wooden chair for a reason? I'm just curious and nosy =D

    <------------------>



  5. #5
    Join Date
    Dec 2013
    Location
    Sweden
    Posts
    269
    Mentioned
    17 Post(s)
    Quoted
    161 Post(s)

    Default

    Quote Originally Posted by AFools View Post
    A query? aren't oak larder where the best/cheap xp is? or did choose crude wooden chair for a reason? I'm just curious and nosy =D
    Yeah, oak larders are great xp although you need at least 33 construction for them. Crude wooden chairs is good for leveling 1-33, which is what I used it for. Check out: http://2007.runescape.wikia.com/wiki...ction_training

  6. #6
    Join Date
    Sep 2015
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Hey, I'm writing my first script (a bone sacrificer), would you mind if I borrowed some of your code to do this? I'd credit you of course! It'd be a huge help.

  7. #7
    Join Date
    Jun 2015
    Location
    New Zealand
    Posts
    322
    Mentioned
    2 Post(s)
    Quoted
    131 Post(s)

    Default

    Congrats on the script release.

  8. #8
    Join Date
    Dec 2013
    Location
    Sweden
    Posts
    269
    Mentioned
    17 Post(s)
    Quoted
    161 Post(s)

    Default

    Quote Originally Posted by kiwikiwi View Post
    Congrats on the script release.
    Thanks! :-)

    Quote Originally Posted by grimAuxilatrix View Post
    Hey, I'm writing my first script (a bone sacrificer), would you mind if I borrowed some of your code to do this? I'd credit you of course! It'd be a huge help.
    A little late, but of course you can! Feel free to use parts (or all) of my script for whatever you want

  9. #9
    Join Date
    Feb 2016
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Have you thought about making this without reflection to lessen the chance of being banned?

  10. #10
    Join Date
    Apr 2013
    Posts
    680
    Mentioned
    13 Post(s)
    Quoted
    341 Post(s)

    Default

    Quote Originally Posted by nuclearexplosion View Post
    Have you thought about making this without reflection to lessen the chance of being banned?
    AFAIK... reflection will not result it higher bans... I made a script for construction which uses butlers... didn't even need to leave your POH. who can then report you then?

    <------------------>



  11. #11
    Join Date
    Mar 2015
    Posts
    438
    Mentioned
    21 Post(s)
    Quoted
    211 Post(s)

    Default

    Quote Originally Posted by nuclearexplosion View Post
    Have you thought about making this without reflection to lessen the chance of being banned?
    Yeah, I'm also quite curious where you got this assumption from as well? I have yet to use reflection but I have used ogLib which is pretty damn similar for over a year (albeit for RS3) and have yet to receive a ban between 3 accounts. *knock on wood*

  12. #12
    Join Date
    Dec 2013
    Location
    Sweden
    Posts
    269
    Mentioned
    17 Post(s)
    Quoted
    161 Post(s)

    Default

    Quote Originally Posted by nuclearexplosion View Post
    Have you thought about making this without reflection to lessen the chance of being banned?
    I usually hate reflection, but for some reason chooseOption bugged out for me (chose the wrong option) so I hade to use reflection instead. Another problem was finding the build spaces using color, I had to save the point where the chair was previously found which made it less flawless. I'm working on another script atm but feel free to modify this one however you want :-).

    Quote Originally Posted by Clutch View Post
    Yeah, I'm also quite curious where you got this assumption from as well? I have yet to use reflection but I have used ogLib which is pretty damn similar for over a year (albeit for RS3) and have yet to receive a ban between 3 accounts. *knock on wood*
    With the recent fuss about jaclib, I think reflection might have a slightly higher banrate due to being restricted to using SMART and fake mouse inputs. Don't quote me on that though, I just prefer color in general because it's more fun to work with.

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

    Default

    Quote Originally Posted by kristi View Post
    I usually hate reflection, but for some reason chooseOption bugged out for me (chose the wrong option) so I hade to use reflection instead. Another problem was finding the build spaces using color, I had to save the point where the chair was previously found which made it less flawless. I'm working on another script atm but feel free to modify this one however you want :-).



    With the recent fuss about jaclib, I think reflection might have a slightly higher banrate due to being restricted to using SMART and fake mouse inputs. Don't quote me on that though, I just prefer color in general because it's more fun to work with.
    jaclib is for RS3 not OSRS.
    #slack4admin2016
    <slacky> I will build a wall
    <slacky> I will ban reflection and OGL hooking until we know what the hell is going on

  14. #14
    Join Date
    Dec 2013
    Location
    Sweden
    Posts
    269
    Mentioned
    17 Post(s)
    Quoted
    161 Post(s)

    Default

    Quote Originally Posted by Harrier View Post
    jaclib is for RS3 not OSRS.
    Lol
    Quote Originally Posted by kristi View Post
    With the recent fuss about jaclib, I think reflection might have a slightly higher banrate due to being restricted to using SMART and fake mouse inputs. Don't quote me on that though, I just prefer color in general because it's more fun to work with.
    But thanks for the info regardless, I'll have to research more into it

  15. #15
    Join Date
    Jul 2015
    Posts
    80
    Mentioned
    1 Post(s)
    Quoted
    22 Post(s)

    Default

    You should do Wooden bookcases, they are 4 lvl and will be 50% quicker as they need 4 planks, should be easy fix, and 4 lvl is done by building like 5 chairs - 2min work.

  16. #16
    Join Date
    Jan 2015
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    I made some major stability improvements to the chairmaker, as well as making it work better out-of-the-box with some help from Turpinator and Harrier. Thanks, guys.

    Kristi's Chairmaker v1.1
    Requirements
    • Aerolib/Lape Reflection
    • Your house must be in Rimmington, and look like the one in the OP. If it isn't the default house, see the instructions below.
    • You must have a saw, a hammer, money, nails, noted planks, and the rest of your inventory filled with unnoted planks.
    • Begin the script standing next to the Rimmington House Portal.
    • For stability's sake, it's better that one chair is already built, but it's not required.

    For Custom Houses
    1. Use Slacky's MapGrabber (instructions to do so in the OP) to grab the map of your house, and save it as House.png to \Simba\includes\AeroLib\maps
    2. Use the tool that you can download here (the one that is in the OP gave me errors) to grab the coordinates needed. Paste these coordinates into the script: Point_A is in the Parlor and Point_B is in the Garden with the portal.

    Setup
    1. Download the Rimmington.png and put it in your \Simba\includes\Aerolib\Maps
    2. Do the same for House.png (unless you created a custom house map)
    3. Download the script, open it in Simba, plugin your login details and run it!
      NOTE: the SMART World Chooser sometimes opens the script to a world that is NOT members, is a deadman world, or is another undesirable world. I do not know how to fix this. The best solution I have is to run it, wait for SMART to open, pause the script before it starts the login process, choose your world, and resume the script.
    Attached Images Attached Images
    Attached Files Attached Files
    Last edited by dandandan; 10-03-2016 at 04:23 PM.

  17. #17
    Join Date
    Oct 2016
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Thanks dandandan

  18. #18
    Join Date
    Feb 2017
    Location
    The Netherlands
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    I've managed to change a few things which allowed me to use it for oak larders.
    However it runs fairly slow. Especially the state recognition.
    Does anyone know how to speed things up.

  19. #19
    Join Date
    Feb 2017
    Location
    The Netherlands
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Quote Originally Posted by uvlees View Post
    I've managed to change a few things which allowed me to use it for oak larders.
    However it runs fairly slow. Especially the state recognition.
    Does anyone know how to speed things up.
    Never mind, I've managed to speed it up. If anyone wants the Oak larder version, Ill post it with the instructions.

  20. #20
    Join Date
    Oct 2011
    Location
    England
    Posts
    401
    Mentioned
    10 Post(s)
    Quoted
    176 Post(s)

    Default

    Quote Originally Posted by uvlees View Post
    Never mind, I've managed to speed it up. If anyone wants the Oak larder version, Ill post it with the instructions.
    Post it anyway, knowledge shared is knowledge gained
    Yer a wizard, 'oopi

  21. #21
    Join Date
    Feb 2017
    Location
    The Netherlands
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default Lardermaker

    The main difference is the map.

    Your house needs to look like this:



    You can also change it, just make sure point B is in your kitchen. (It is explained above)
    Attached Images Attached Images
    Attached Files Attached Files

  22. #22
    Join Date
    Jul 2017
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by uvlees View Post
    The main difference is the map.

    Your house needs to look like this:



    You can also change it, just make sure point B is in your kitchen. (It is explained above)
    Would you consider adding Woodcutting to this? There are a few oak trees outside which you can cut down and have money on you to make planks and larders, this would be more efficient for those looking to multiskill.

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

    Default

    Looks good ;p

  24. #24
    Join Date
    Sep 2016
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    but it doesnt work

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
  •