Hello everyone, I have two scripts in the works. The first is my falador resource dungeon iron miner. The second is my Lumbridge Smelter&Smither.
The Falador Iron Miner script:
- Walks to the iron rocks right outside the dungeon
- Mines iron ores until full inventory
- Goes back to the resource dungeon
- Deposits the ores in the deposit box
- Starts over.
- Has antiban & failsafes.
- Always mines the closest, available rock using ACA,TPA, and ATPAs.
- ~22-23k mining xp/hr.
- Stable at the moment, just needs touch ups
- POSSIBLE public release. No promises on releasing though.
Here is a proggy for the Iron Miner:
Simba Code:
Jan. 30 2015
========================================================
Sephiroth Resource Iron Miner
Time Ran: 5 Hours, 54 Minutes and 4 Seconds
Iron Mined: 3780
Loads Done: 135
Experience Gainzzzz: 132300
Experience Per Hour: 22419
========================================================
Simba Code:
Feb 10 2015
========================================================
Sephiroth Resource Iron Miner
Time Ran: 5 Hours, 57 Minutes and 43 Seconds
Iron Mined: 3752
Loads Done: 134
Experience Gainzzzz: 131320
Experience Per Hour: 22026
========================================================
Simba Code:
Feb 13. 2015
========================================================
Master Xehanorts Resource Iron Miner
Time Ran: 5 Hours, 5 Minutes and 48 Seconds
Iron Mined: 3220
Loads Done: 115
Experience Gainzzzz: 112700
Experience Per Hour: 22112
========================================================
Simba Code:
Feb. 13. 2015
========================================================
Sephiroth Resource Iron Miner
Time Ran: 5 Hours, 48 Minutes and 40 Seconds
Iron Mined: 3696
Loads Done: 132
Experience Gainzzzz: 129360
Experience Per Hour: 22261
========================================================
The Lumbridge Smelter&Smither
- Walks to the lumbridge furnace
- Smelts the bars in the inventory
- After all bars are smelted, smiths them on the nearby anvil
- After all items are smithed, walks to bankchest
- Banks items, repeats
- Has antiban, but few failsafes (going to work on)
- Uses DTM's for the furnace and anvil
- ~23k xp/hr smithing/smelting steel nails NOTE: Xp/hr can vary a lot with this script depending on tier of smelted ores and type of item smithed.
- Available on this post because it is still in the works and very limited.
- At the moment is limited to doing steel bars and steel nails (Expansion planned in the future)
Here is a proggy for the smelter/smither:
Simba Code:
========================================================
Sephiroth Lumby SmeltySmith
Time Ran: 5 Hours, 58 Minutes and 47 Seconds
Steel bars made: 2502
Loads Done: 278
Experience Gainzzzz: 137610
Experience Per Hour: 23012
========================================================
Credits To:
- @The Mayor; for his tutorials & coal miner that helped me get resources for the smith script
- @Coh3n; for his tutorials
- @Ashaman88; for helping me understanding how to use "case" in antiban
Smelter Setup Instructions:
- Download the "LumbridgeMap.png" file and save it to your Runescape_other file in your simba include
- Should be along the lines of in wherever you saved simba when you installed it: "Simba\Includes\SPS\img\runescape_other"
- Enable your bank presets.
- You must set your bank preset slot 2 as the one with your ores.
- Start the script at the Lumby bankchest with the preset already withdrawn.
- If not using SMART (like me) be sure to select the client with the Simba crosshairs and comment out line 2 of the script
- Press run
- NOTE: THIS SCRIPT CAN ONLY SMITH NAILS. (at the moment at least)
- If using anything other than steel bars to steel nails, your progress report will be off.