This repository has been archived on 2023-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Dawid Wysokiński 0f87bd804a remove lodash, validator, date-fns-tz from dependencies | add prettier and its configuration 2021-02-26 18:04:05 +01:00
dist extendedTribeProfile - remove unused function 2021-02-26 17:54:58 +01:00
screenshots change letter capitalization for some script names, update readme.md, add screenshots/warStatsGenerator.png 2020-08-14 13:53:56 +02:00
src remove lodash, validator, date-fns-tz from dependencies | add prettier and its configuration 2021-02-26 18:04:05 +01:00
.gitignore change structure of the repo, rename lastEnnoblements -> latestEnnoblements, add basic filters to latestEnnoblements 2020-07-11 12:08:26 +02:00
.prettierrc remove lodash, validator, date-fns-tz from dependencies | add prettier and its configuration 2021-02-26 18:04:05 +01:00
LICENSE add LICENSE 2020-07-18 13:16:52 +02:00
package.json remove lodash, validator, date-fns-tz from dependencies | add prettier and its configuration 2021-02-26 18:04:05 +01:00
readme.md change letter capitalization for some script names, update readme.md, add screenshots/warStatsGenerator.png 2020-08-14 13:53:56 +02:00
yarn.lock remove lodash, validator, date-fns-tz from dependencies | add prettier and its configuration 2021-02-26 18:04:05 +01:00

readme.md

Scripts for the browser game tribal wars.

Installation

  1. Add Tampermonkey to your browser.
  2. Select a script that you wish to use, and copy the code.
  3. Open Tampermonkey in your browser and click the Add Script tab.
  4. Paste the code, hit save (shortcut: CTRL + s).
  5. The script should be visible in the game.

Scripts

1. Latest ennoblements

Code

This script shows you the latest ennoblements from your server. Works in real-time.

Screenshot

2. Extended player profile

Code

This script adds many useful actions and pieces of information to the player profile.

  • Daily growth
  • Best rank
  • Join date
  • Most points
  • Most villages
  • Player's other worlds
  • Player's other names
  • Today's stat changes
  • 'In a day' best scores

New actions:

  • Show player changes
  • Show player history
  • Show player ennoblements
  • Export player villages

Screenshot

3. Extended tribe profile

Code

This script adds many useful actions and pieces of information to the tribe profile.

  • Dominance
  • Best rank
  • Create date
  • Most points
  • Most villages
  • Today's stat changes
  • OD, ODA, ODD, ODS ranks and scores to tribe members

New actions:

  • Show tribe changes
  • Show tribe history
  • Show members growth
  • Show tribe ennoblements
  • Generate mailing list
  • Export tribe villages

Screenshot

4. Extended village profile

Code

This script adds new actions and pieces of information to the village profile.

  • Possible loyalty
  • Last ennoble date

New actions:

  • Show ennoblements
  • Count incoming support

Screenshot

5. Bonus barbarian village finder

Code

Adds to map screen new functionality to search bonus barbarian villages easily.

Screenshot

6. Daily achievements

Code

Screenshot

7. Extended map popup

Code

Adds to popup:

  • Information about possible loyalty
  • Last ennoble date
  • Information if you can send noble from the current village
  • Unit arrival time

Screenshot

8. Map coords picker

Code

Screenshot

9. 'In A Day' tribe ranking generator

Code

Screenshot Screenshot

10. War stats generator

Code

Screenshot