/ ‘grepolis.user.js’
This commit is contained in:
parent
f3ecbed4da
commit
52b536ab74
@ -10,7 +10,7 @@
|
|||||||
//
|
//
|
||||||
// @match http://*.grepolis.com/game/*
|
// @match http://*.grepolis.com/game/*
|
||||||
//
|
//
|
||||||
// @version 1.1.60
|
// @version 1.1.61
|
||||||
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
|
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
@ -118,7 +118,7 @@
|
|||||||
{x:town.getIslandCoordinateX(), y:town.getIslandCoordinateY(), id:xTownId},
|
{x:town.getIslandCoordinateX(), y:town.getIslandCoordinateY(), id:xTownId},
|
||||||
null,
|
null,
|
||||||
function() {
|
function() {
|
||||||
WMap.mapTiles.focusTown(6417);
|
WMap.mapTiles.focusTown(xTownId);
|
||||||
console.log("getting farms for town " + xTownId);
|
console.log("getting farms for town " + xTownId);
|
||||||
var farmtowns = $(".farmtown_owned_on_same_island");
|
var farmtowns = $(".farmtown_owned_on_same_island");
|
||||||
$.each(farmtowns, function(f, farmtown) {
|
$.each(farmtowns, function(f, farmtown) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user