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 3d0694b537
fix the postbuild script
2021-10-17 13:02:02 +02:00
dist fix the postbuild script 2021-10-17 13:02:02 +02: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 fix the postbuild script 2021-10-17 13:02:02 +02:00
.gitignore chore: bump parcel from 1.12.4 to 2.0.0-beta.2 2021-06-12 07:26:55 +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
README.md chore: fix some of the translations 2021-06-12 07:49:43 +02:00
package.json fix(deps): update dependency parcel to v2.0.0 2021-10-13 16:01:57 +00:00
postbuild.js fix the postbuild script 2021-10-17 13:02:02 +02:00
renovate.json update renovate.json 2021-07-04 18:02:12 +02:00
versions.json bump mapCoordsPicker.js version 2021-08-08 18:37:55 +02:00
yarn.lock fix(deps): update dependency parcel to v2.0.0 2021-10-13 16:01:57 +00:00

README.md

Scripts for the browser-based game Tribal Wars.

Installation

  1. Add Tampermonkey to your browser.
  2. Select a script that you wish to use from the list below, then 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. The latest ennoblements

Code

This script shows you the latest ennoblements from your server (from the last hour).

Screenshot

2. Extended player profile

Code

This script adds new 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 new 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

With this script, you can easily find bonus barbarian villages.

Screenshot

6. Daily achievements

Code

Screenshot

Have you ever wondered who has AOTD, DOTD, SOTD? Then this script might be useful for you! (This script isn't 100% accurate, but in most cases should be enough to determine who is on top today).

7. Extended map popup

Code

Adds to the popup:

  • Information about possible loyalty
  • Date of the last ennoblement
  • Information if you can send a nobleman 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

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Dawid Wysokiński - contact@dwysokinski.me