Pretty easy,Switch zones should easy to manage,go back for turn in could be hooked into the Vendorrun, ... Bit there are many ways to romeWorking on a mod of this for lunker farming. Trying to get it to go to flight master and fish a different area if you get 5 for the current area. Pretty complex to get it to run to a flight master and go where you want. We'll see if this is viable.
i am using the bot in my garrison just for stationary fishing, is there any way how to train new fishing skill when current is max-ed, fishing trainer is right behind me
Be sure you add the line to the top of the list or it will prefer the lower level lures. It is a priority list and will use the top item first.
Can also add Nat's Hookshot for lunker fishing, but again, it must be added to the top of the list or it will prefer other lures first. Then just remove the Hookshot from your bag when you aren't lunker fishing.
as an example, my list is set up like:
Code:private static readonly Dictionary<uint, string> Lures = new Dictionary<uint, string> { {116755, "Nat's Hookshot"}, {118391, "Worm Supreme"}, {68049, "Heat-Treated Spinning Lure"}, {62673, "Feathered Lure"}, {34861, "Sharpened Fish Hook"}, {46006, "Glow Worm"}, {6533, "Aquadynamic Fish Attractor"}, {7307, "Flesh Eating Worm"}, {6532, "Bright Baubles"}, {6530, "Nightcrawlers"}, {6811, "Aquadynamic Fish Lens"}, {6529, "Shiny Bauble"}, {67404, "Glass Fishing Bobber"}, };