RedAlert

Senior In-Game Staff
Tribal Wars Team
Senior
Team
Script Moderator
Reaction score
608
Author
RedAlert
Contributors
N/A
Quickbar Entry
javascript:$.getScript('https://twscripts.dev/scripts/mapCoordPicker.js');
Public?
Public
Map Coords Picker

Approved:
t14065247

map-coords-picker.png

The script can only be run while on the Map screen normally. When you try to run it from another view you will get suggestion to go to the Map.


The script does not necessarily require Premium Account to function.

Here is how it will look to the end user:

I know there are a lot of Coord Grabbers, Pickers, etc, however this is my attempt on building a simple and basic coords picker that does what it says it does well and in an easy and fast way.

@Shinko to Kuma thank you for helping with the map :). Never thought that working with the map would have been that hard :(

For any suggestion, bug, or if you need help with the script feel free to reply on this thread.
 
Last edited:
Upvote 5

ScreamL

New Member
Reaction score
1
This script is great, however is there any chance you could add a way to deselect villages by doing another mouse click on them?
 
Reaction score
10
If you click to drag the map and the pointer is on a village when u unclick script autoselects the village,its a little annoying :p
 

RedAlert

Senior In-Game Staff
Tribal Wars Team
Senior
Team
Script Moderator
Reaction score
608
If you click to drag the map and the pointer is on a village when u unclick script autoselects the village,its a little annoying :p

Well yeah that happens but ... before this last update, whenever you moved the map around and by mistake clicked on a village you would add that village to the coords list without being able to remove it (unless reset button was clicked).

So much better to have deselect village capability.
 

RedAlert

Senior In-Game Staff
Tribal Wars Team
Senior
Team
Script Moderator
Reaction score
608
I think the message is clear. There are no translations found for pt_BR language.

If you want you can contribute by adding the translation for the Brazilian server.

Here are the strings to be translated:

Code:
'Map Coord Picker': 'Map Coord Picker',
Help: 'Help',
'Script must be executed from the <a href="/game.php?screen=map" class="btn">Map</a>':
    'Script must be executed from the <a href="/game.php?screen=map" class="btn">Map</a>',
'Script is already loaded and running!': 'Script is already loaded and running!',
Reset: 'Reset',
Copy: 'Copy',
'Copied!': 'Copied!',
'Nothing to be copied!': 'Nothing to be copied!',
'Selection cleared!': 'Selection cleared!',
'Selected villages:': 'Selected villages:',
'Toggle Mode': 'Toggle Mode',

Replace the right side values with the Brazilian translated texts.
 

Deleted User - 848982090

Guest
Please find Slovak (SK) translation below:

'Map Coord Picker': 'Koordináty z mapy',
Help: 'Pomoc',
'Script must be executed from the <a href="/game.php?screen=map" class="btn">Map</a>':
'Skript musí byť spustený z <a href="/game.php?screen=map" class="btn">Map</a>',
'Script is already loaded and running!': 'Skript sa načítal a beží!',
Reset: 'Reset',
Copy: 'Kopírovať',
'Copied!': 'Skopírované!',
'Nothing to be copied!': 'Nič na kopírovanie!',
'Selection cleared!': 'Označenia zmazané!',
'Selected villages:': 'Označené dediny:',
'Toggle Mode': 'Prepnúť mód',
 

Johnny Tapia

Active Member
Reaction score
5
Hi @misteralb , please add pt_BR

Code:
'Map Coord Picker': 'Extrator de coordenadas do mapa',
Help: 'Ajuda',
'Script must be executed from the <a href="/game.php?screen=map" class="btn">Map</a>':
    'O script deve ser executado a partir do <a href="/game.php?screen=map" class="btn">Mapa</a>',
'Script is already loaded and running!': 'O script já está carregado e em execução!',
Reset: 'Resetar',
Copy: 'Copiar',
'Copied!': 'Copiado!',
'Nothing to be copied!': 'Nada para copiar!',
'Selection cleared!': 'Seleção desmarcada!',
'Selected villages:': 'Aldeias selecionadas:',
'Toggle Mode': 'Modo Alternar',
 

Deleted User - 848987342

Guest
You can also add Johnny's translation to pt_PT
 

The Thing

New Member
Reaction score
0
Hi @misteralb plz add Translation for the nl_NL servers


Code:
'Map Coord Picker': 'Map Coord Grabber ',
Help: 'Help',
'Script must be executed from the <a href="/game.php?screen=map" class="btn">Map</a>':
    'Het script moet worden uitgevoerd uit <a href="/game.php?screen=map" class="btn">Map</a>',
'Script is already loaded and running!': 'Script is al geladen en uitgevoerd!',
Reset: 'Resetten',
Copy: 'kopiëren',
'Copied!': 'Gekopieerd!',
'Nothing to be copied!': 'Niets is er om te worden gekopieerd!',
'Selection cleared!': 'Selectie gewist!',
'Selected villages:': 'Geselecteerde dorpen:',
'Toggle Mode': 'Verwissel Stand',
 
Top