/ ‘grepolis.user.js’
This commit is contained in:
parent
1f057184b6
commit
13d0899823
@ -80,17 +80,19 @@
|
|||||||
|
|
||||||
var townCount = 0;
|
var townCount = 0;
|
||||||
for(var town_id in farm_ids) {
|
for(var town_id in farm_ids) {
|
||||||
HelperTown.townSwitch(town_id);
|
|
||||||
HelperTown.handleInfoWindowJumpToTownClick();
|
|
||||||
townCount++;
|
townCount++;
|
||||||
var town_id_c = town_id;
|
var town_id_c = town_id;
|
||||||
|
setTimeout(function() {
|
||||||
|
HelperTown.townSwitch(town_id);
|
||||||
|
HelperTown.handleInfoWindowJumpToTownClick();
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
var farmtowns = $(".farmtown_owned_on_same_island");
|
var farmtowns = $(".farmtown_owned_on_same_island");
|
||||||
$.each(farmtowns, function(f, farmtown) {
|
$.each(farmtowns, function(f, farmtown) {
|
||||||
var farmtownId = farmtown["id"].split("_")[2];
|
var farmtownId = farmtown["id"].split("_")[2];
|
||||||
farm_ids[town_id_c].push(+farmtownId);
|
farm_ids[town_id_c].push(+farmtownId);
|
||||||
});
|
});
|
||||||
}, townCount*2000);
|
}, 1800);
|
||||||
|
}, townCount*2200);
|
||||||
}
|
}
|
||||||
|
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user