Easy Farm
Create and send different troop counts straight from the map using keyboard shortcuts.
Setup
Add the following script to your quick bar.
javascript:$.getScript('https://tomwright.github.io/TribalWarsScripts/scripts/general.js');$.getScript('https://tomwright.github.io/TribalWarsScripts/scripts/easy_farm.js');
window.setupTomWrightTribalWars = window.setupTomWrightTribalWars || [];
window.setupTomWrightTribalWars.push(function () {
TomWrightTribalWars.EasyFarm.Report.considerPotentialResources = false;
window.TomWrightTribalWars.EasyFarm.addFarmConfig("h", {"light": 3, "scout": 1});
window.TomWrightTribalWars.EasyFarm.addFarmConfig("j", {"light": 5, "scout": 1});
window.TomWrightTribalWars.EasyFarm.addFarmConfig("k", {"light": 10, "scout": 1});
window.TomWrightTribalWars.EasyFarm.addFarmConfig("l", {"light": 20, "scout": 1});
window.TomWrightTribalWars.executeNextSetupCallback();
});
void 0;
Customisation
You can add or remove the lines that look like the following to suit your needs.
window.TomWrightTribalWars.EasyFarm.addFarmConfig("h", {"light": 3, "scout": 1});
Usage
- Open the map.
- Click on the link in your quick bar.
- Click on a village you want to send a farming run to.
- Click
H
,J
,K
orL
and see an attack screen open up with either 3, 5, 10 or 20 LC entered for you.
In the above example you would press h
to have 3 light cavalry and 1 scout sent.