/ ‘grepolis.user.js’
This commit is contained in:
parent
e8831dd9dd
commit
0c84487339
@ -10,7 +10,7 @@
|
||||
//
|
||||
// @match http://*.grepolis.com/game/*
|
||||
//
|
||||
// @version 1.1.52
|
||||
// @version 1.1.53
|
||||
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
|
||||
// ==/UserScript==
|
||||
|
||||
@ -98,7 +98,7 @@
|
||||
});
|
||||
$(town_countdown).append('<br />');
|
||||
}
|
||||
}, townCount * 3000);
|
||||
}, townCount * 7000);
|
||||
|
||||
$("#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];
|
||||
@ -126,7 +126,7 @@
|
||||
farm_ids[xTownId].push(+farmtownId);
|
||||
});
|
||||
}, 1800);
|
||||
}, xTownCount*22000);
|
||||
}, xTownCount*5000);
|
||||
}
|
||||
|
||||
function log(xText) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user