/ ‘grepolis.user.js’
This commit is contained in:
parent
427f2ef900
commit
e0a8a2c1fb
@ -98,7 +98,7 @@
|
||||
});
|
||||
$(town_countdown).append('<br />');
|
||||
}
|
||||
}, townCount * 3000);
|
||||
}, townCount * 5000);
|
||||
|
||||
$("#gpwnd_" + logGPWindow.getID()).parent().parent().find(".ui-dialog-titlebar").empty().append("<select id=choosefarmduration><option value=-1>disable</option><option value=300 selected>5min</option><option value=600>10min</option><option value=1200>20min</option><option value=2400>40min</option><option value=5400>90min</option><option value=10800>3h</option><option value=14400>4h</option><option value=28800>8h</option></select>" + GM_info.script.version);
|
||||
var choose = $("#choosefarmduration")[0];
|
||||
@ -111,6 +111,7 @@
|
||||
setTimeout(function() {
|
||||
console.log("get farms for town " + xTownId);
|
||||
HelperTown.townSwitch(xTownId);
|
||||
setTimeout(function() {
|
||||
HelperTown.handleInfoWindowJumpToTownClick();
|
||||
setTimeout(function() {
|
||||
console.log("getting farms for town " + xTownId);
|
||||
@ -121,7 +122,8 @@
|
||||
farm_ids[xTownId].push(+farmtownId);
|
||||
});
|
||||
}, 1800);
|
||||
}, xTownCount*2200);
|
||||
}, 1800);
|
||||
}, xTownCount*4000);
|
||||
}
|
||||
|
||||
function log(xText) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user