Easy Farm Report

Calculate and send farming runs with the correct amount of troops.

Setup

Easy Farm Report is just an extension of Easy Farm, meaning if you already have that on your quick bar you can just use that quick bar button. If not however, add the following to your quick bar.

Ignore potential resources

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.executeNextSetupCallback();
});
void 0;

Take potential resources into account

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 = true;
    window.TomWrightTribalWars.executeNextSetupCallback();
});
void 0;

Usage

  1. Open a report which has scout some resources.
  2. Click on the link in your quick bar.
  3. A new page should open targeting the desired village with enough LC entered to take home all remaining resources.