Say Bye

Non-stop Poster
Reaction score
300
Author
IronFist
Contributors
N/A
Quickbar Entry
javascript:
var alapertelmezes = {
bbkodos: 'nem',
ujsor: 'igen'
};
var fejleszto="IronFist";var verzio="2.3";$.getScript("https://media.innogamescdn.com/com_DS_HU/scripts/koordinata.js");void 0;
Public?
Public
Run the script, click on the villages you want to grab, and it grabs them into a text box under the minimap.

There are two variables in the script:

JavaScript:
bbkodos: 'nem',
ujsor: 'igen'

bbkodos means the grabbed coords has coord tag or not. 'igen' means true, 'nem' means false
ujsor means that how we put the coords into the text field, one per line, or separated by spaces. 'igen' means one per line, 'nem' means separated by space.
 
Upvote 1
Top