RedAlert

Senior In-Game Staff
Tribal Wars Team
Senior
Team
Script Moderator
Reaction score
729
Author
RedAlert
Contributors
N/A
Quickbar Entry
javascript:$.getScript('https://twscripts.dev/scripts/reportsFilters.js');
Public?
Public
Filter Reports

Approved:
t14043639

filter-reports.png

The script works currently only on screen=report&mode=attack.

It helps especially on big accounts which have hundreds and more reports to check and filter out. What it does is that by clicking either "Players Only" or "Barbarians Only" the script will automatically hide/show and select the correct reports so you can move those selected reports around on specific report folders.


How it looks in action:

For any bugs, suggestions and/or if you need help with the script let me know by replying on this thread.
 
Last edited:
Upvote 0

RedAlert

Senior In-Game Staff
Tribal Wars Team
Senior
Team
Script Moderator
Reaction score
729
Script Loader Updated!

Update your quick-bar script with the new script loader.
 

7Jefferson

Non-stop Poster
Reaction score
133
Would it be possible to have this script check the checkboxes of duplicate reports? e.g. having a bunch of scouted villages, to remove the duplicate reports?
 

RedAlert

Senior In-Game Staff
Tribal Wars Team
Senior
Team
Script Moderator
Reaction score
729
Would it be possible to have this script check the checkboxes of duplicate reports? e.g. having a bunch of scouted villages, to remove the duplicate reports?
In theory yes.

However, the normal idea behind duplicate reports is to keep the most recent report and sometimes, the most recent report is not the one that holds the most data. Example, You have 5 reports n a village, 3 red, 2 green, the 2 green ones are older, red ones are newer but normally you would want to keep some sort of info on the village, info which the red report does not provide.

This is easy to fix, just not select red reports to be kept but there are even more harder cases to implement such as 2 green reports, which has more valuable info on the village.

That's why I did not implement such a functionality on this script and left it to the player's choice to select reports as he saw fit.

I would recommend using this other script though since it has more features:
 
Top