/ ‘grepolis.user.js’
This commit is contained in:
parent
698a926032
commit
3e3a4a0f2d
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user