From e807a3a4e048f5e82ae0ff03606d006457eb7c64 Mon Sep 17 00:00:00 2001 From: Kichiyaki Date: Tue, 4 Aug 2020 10:54:29 +0200 Subject: [PATCH] update readme.md --- readme.md | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/readme.md b/readme.md index aa424f4..4db1aad 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ 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) +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. @@ -23,7 +23,7 @@ [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. +This script shows you the latest ennoblements from your server. Works in real-time. ![Screenshot](/screenshots/latestEnnoblements.png?raw=true) @@ -42,9 +42,13 @@ This script adds a lot of useful actions and pieces of information to the player - Player's other names - Today's stat changes - 'In a day' best scores -- Tribe changes -- Player history -- Player ennoblements + +New actions: + +- Show player changes +- Show player history +- Show player ennoblements +- Export player villages ![Screenshot](/screenshots/extendedPlayerProfile.png?raw=true) @@ -60,12 +64,16 @@ This script adds a lot of useful actions and pieces of information to the tribe - 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 +New actions: + +- Show tribe changes +- Show tribe history +- Show members growth +- Show tribe ennoblements +- Generate mailing list + ![Screenshot](/screenshots/extendedTribeProfile.png?raw=true) ### 4. Extended village profile