Fake
Send out fake attacks with the click of a button.
Configuration
Configure the script to send the types of troops you desire, to the villages you desire.
<div id="troopBuilder">
<div id="troopBuilderRows">
</div>
<div class="inputButtons">
<div class="addTroopBuilderRow">Add troop options</div>
</div>
</div>
Script
Manual Configuration
If desired, you can update the script manually.
Villages are targeted with:
window.TomWrightTribalWars.Fake.addCoords("111|111 222|222")
Troops are selected with:
window.TomWrightTribalWars.Fake.addTroop('light', 1);
You can determine whether or not a scout will be sent with the following:
TomWrightTribalWars.Fake.setSendScoutIfAvailable(true)
Usage
- Open the rally point
- Click on the link in your quick bar.
- Some troops and a destination will be entered onto the page. The village and troops are both selected at random.