RedAlert

Senior In-Game Staff
Tribal Wars Team
Senior
Team
Script Moderator
Reaction score
623
Author
RedAlert
Contributors
N/A
Quickbar Entry
javascript:$.getScript('https://twscripts.dev/scripts/clearBarbarianWalls.js');
Public?
Public
clear-barbarian-walls.png

This script requires PA and FA to be active, otherwise it will not work and will notify the player about that.

This script reads data from the Farming Assistant feature built in-game and shows a table of barbarian villages whose wall is bigger then 0 (however the player can modify this filter using the settings) so it helps the player to easily find these kind of villages. The villages on the table are sorted from nearest one to the furthest one from the village you currently are.

When you click "Attack", you will get redirected to Rally Point, with troop amounts prefilled to clear the wall.
When you go to the rally point you will notice that unit counts are pre-filled for walls up to level 3. For more then that, unit counts will need to be filled automatically.

Here is how the script looks like in practice:

This script is depended on FA settings. For better and faster results it is recommended to have these settings:

1620262128045.png

If you use these settings on FA you can run the script all day long and it will always show villages which are not currently under attack so you will never run into the problem of sending multiple clearing runs on the same barbarian village.

For any suggestion, bug or if you need help using this script, feel free to reply on the thread.
 
Changelog
===> v1.2.0
- Show un-scouted barbarian villages if the player has lost troops attacking these villages.

===> v1.1.0
- Show wall level of barb villages on the map

Attachments

  • 1620262110941.png
    1620262110941.png
    31.9 KB · Views: 161
Last edited:
Upvote 3

RedAlert

Senior In-Game Staff
Tribal Wars Team
Senior
Team
Script Moderator
Reaction score
623
Hello @RedAlert!
Is it possible to add a configuration to remove villages that are already receiving attacks with rams in it?

Thank you!
The script utilizes the FA data to check what villages are currently under attack. So yes, you can hide village under attack. However FA filtering for villages under attack does not differentiate between attacks that contain rams and the ones that dont.

Which means, the script can not remove villages that have only ram attacks headed towards them. The script can remove all villages which contain attacks but not just those villages which have incoming ram attacks.

1707866958137.png
 
Top