/ ‘grepolis.user.js’
This commit is contained in:
parent
698a926032
commit
3e3a4a0f2d
@ -10,7 +10,7 @@
|
|||||||
//
|
//
|
||||||
// @match http://*.grepolis.com/game/*
|
// @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
|
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
@ -113,6 +113,8 @@
|
|||||||
function() {
|
function() {
|
||||||
console.log(xTownCount + ") get farms for town " + xTownId);
|
console.log(xTownCount + ") get farms for town " + xTownId);
|
||||||
HelperTown.townSwitch(xTownId);
|
HelperTown.townSwitch(xTownId);
|
||||||
|
setTimeout(
|
||||||
|
function() {
|
||||||
var town = ITowns.getTown(xTownId);
|
var town = ITowns.getTown(xTownId);
|
||||||
var params = {x:town.getIslandCoordinateX(), y:town.getIslandCoordinateY(), id:xTownId};
|
var params = {x:town.getIslandCoordinateX(), y:town.getIslandCoordinateY(), id:xTownId};
|
||||||
console.log("jump to ", params);
|
console.log("jump to ", params);
|
||||||
@ -129,7 +131,10 @@
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
xTownCount*10000);
|
3000
|
||||||
|
);
|
||||||
|
},
|
||||||
|
xTownCount*5000);
|
||||||
}
|
}
|
||||||
|
|
||||||
function log(xText) {
|
function log(xText) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user