/ ‘grepolis.user.js’

This commit is contained in:
Jan Bader 2014-08-07 23:28:15 +02:00
parent 698a926032
commit 3e3a4a0f2d

View File

@ -10,7 +10,7 @@
//
// @match http://*.grepolis.com/game/*
//
// @version 1.1.67
// @version 1.1.68
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
// ==/UserScript==
@ -113,6 +113,8 @@
function() {
console.log(xTownCount + ") get farms for town " + xTownId);
HelperTown.townSwitch(xTownId);
setTimeout(
function() {
var town = ITowns.getTown(xTownId);
var params = {x:town.getIslandCoordinateX(), y:town.getIslandCoordinateY(), id:xTownId};
console.log("jump to ", params);
@ -129,7 +131,10 @@
}
);
},
xTownCount*10000);
3000
);
},
xTownCount*5000);
}
function log(xText) {