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.
scripts-old/readme.md

77 lines
2.2 KiB
Markdown
Raw Normal View History

2020-07-18 11:11:33 +00:00
# Scripts for the browser game tribal wars.
## Installation
1. Add [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) 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 (icon with a plus symbol)
4. Paste the code, hit save (shortcut: CTRL + s).
5. The script should be visible in the game.
## Scripts
### 1. Latest ennoblements
[Code](https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/latestEnnoblements.js)
This script shows you the latest ennoblements from your server. It's working in real-time.
![Screenshot](/screenshots/latestEnnoblements.png?raw=true)
### 2. Extended player profile
[Code](https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/extendedPlayerProfile.js)
This script adds a lot of 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
- Tribe changes
- Player history
- Player ennoblements
![Screenshot](/screenshots/extendedPlayerProfile.png?raw=true)
### 3. Extended tribe profile
[Code](https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/extendedTribeProfile.js)
This script adds a lot of useful actions and pieces of information to the tribe profile.
- Dominance
- Best rank
- Create date
- Most points
- Most villages
- Today's stat changes
- Tribe changes
- Tribe history
- Tribe ennoblements
- Members growth
- OD, ODA, ODD, ODS ranks and scores to tribe members
![Screenshot](/screenshots/extendedTribeProfile.png?raw=true)
### 4. Extended village profile
[Code](https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/extendedVillageProfile.js)
This script adds 'Show ennoblements' action.
![Screenshot](/screenshots/extendedVillageProfile.png?raw=true)
2020-07-23 12:26:03 +00:00
### 4. Bonus barbarian village finder
[Code](https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/bonusBarbarianVillageFinder.js)
Adds to map screen new functionality to search bonus barbarian villages easily.
![Screenshot](/screenshots/bonusBarbarianVillageFinder.png?raw=true)