- Full Auto Miner does work but does not make use of a runebook or summons. I will try to update to the new system soon!
- Recall-n-Rails Lumberjack is the newest edition of my script. Please let me know when you find bugs! (there will be plenty!)
- You will make your rails with Razor2Rail https://github.com/malbolger/Razor2Rail
There are three main files (Harvester, BankController, RecallController) and then Rails that you will record, convert, and place into seperate folders to keep them tidy... RIGHT!?... right?
- Turn off system message filtering in razor! We need these messages for the script!
- Do not have other scripts or catagories named the same as these files!
- Use a mount or you will need to set movementDelay over 400
-
RecallController - This file controls where we go after we use the bank or run from a rail.
- What we set in here:
- Do we use tracking? (line 33)
- Do we use summons? (line 36)
- How many runes in our book are dedicated to harvesting? (line 43)
- The name of the Runebooks( I started you off with 2 example runebook names) (line 354 and line 394)
- The name of your rail files ([Runebook_1] starts at line 358 and [Runebook_2] at line 398)
- If you keep my naming convention for your books and rail files you only need to change the random number to match the amount of runes in your book!
- What we set in here:
-
BankController - This file controls turning our logs into boards, statshes them away, and restocks our regs.
- What we set in here:
- The restock agent we use for our regs (line 25)[regs should be in base of bank]
- The organizer agent we use to dump boards to our bank (line 36)
- What we set in here:
-
Harvester - This file controls harvesting, keeping our pet up, looking for reds, timings for movement, timeouts
- What we set in here:
- Do we use automatic movement? (line 17)
- Movement delay to help with lagging off the rails (line 22)
- How long until the whole script times out and goes into " red watch" mode (line 33)
- What we set in here:
-
Rail Creation Video
-
Instructions
-
You will need to goto the starting point on your desired rail and ">info" yourself in game and write down your position
-
You will need to take note of the direction you are facing when you start recording. (Up, North, Right, East, Down, South, Left, West) these are the directions from 12 o'clock clockwise.
-
You will need to record a [macro] of the movements you would like this system to copy.
-
You will need to go to my github at https://github.com/malbolger/Razor2Rail and get the program "Razor2Rail" follow the onscreen instructions. This program will spit out a rails.txt file in the base directory.
-
You will need to copy the entire contents of this file to one of the rail files included that matches the starting point rune of this rail [Runebook_1][Book_1_Rail_1, Book_1_Rail_2, ect] where [Book_1_Rail_1] would be the first rune in the Runebook named [Runebook_1]
-