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

111 lines
3.3 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
- [Latest ennoblements](#1-latest-ennoblements)
- [Extended player profile](#2-extended-player-profile)
- [Extended tribe profile](#3-extended-tribe-profile)
- [Extended village profile](#4-extended-village-profile)
- [Bonus barbarian village finder](#5-bonus-barbarian-village-finder)
- [Daily achievements](#6-daily-achievements)
- [Extended map popup](#extended-map-popup)
- [Map coords picker](#8-map-coords-picker)
2020-07-18 11:11:33 +00:00
### 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
### 5. Bonus barbarian village finder
2020-07-23 12:26:03 +00:00
[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)
### 6. Daily achievements
[Code](https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/dailyAchievements.js)
![Screenshot](/screenshots/dailyAchievements.png?raw=true)
2020-07-24 12:31:58 +00:00
### 7. Extended Map Popup
[Code](https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/extendedMapPopup.js)
Adds to popup:
- Information about possible loyalty
- Ennoble date
2020-07-24 14:38:57 +00:00
- Information if you can send noble from the current village
- Unit arrival time
2020-07-24 12:31:58 +00:00
![Screenshot](/screenshots/extendedMapPopup.png?raw=true)
### 8. Map Coords Picker
[Code](https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/mapCoordsPicker.js)
![Screenshot](/screenshots/mapCoordsPicker.png?raw=true)