From a78b117745a28423b1c03ba5e666464c8cd0a220 Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Thu, 7 Aug 2014 23:12:05 +0200 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98grepolis.user.js=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- grepolis.user.js | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/grepolis.user.js b/grepolis.user.js index 031e7a1..1c40881 100644 --- a/grepolis.user.js +++ b/grepolis.user.js @@ -10,7 +10,7 @@ // // @match http://*.grepolis.com/game/* // -// @version 1.1.61 +// @version 1.1.62 // @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js // ==/UserScript== @@ -98,14 +98,14 @@ }); $(town_countdown).append('
'); } - }, townCount * 7000); + }, townCount * 10000); $("#gpwnd_" + logGPWindow.getID()).parent().parent().find(".ui-dialog-titlebar").empty().append("" + GM_info.script.version); var choose = $("#choosefarmduration")[0]; choose.onchange = function() { farmDuration = this.value; } - }, 15000); + }, 7000); function getFarmsFor(xTownId, xTownCount) { console.log(xTownCount + ") prepare get farms for town " + xTownId); @@ -125,9 +125,11 @@ var farmtownId = farmtown["id"].split("_")[2]; console.log("got farm " + farmtownId + " for town " + xTownId); farm_ids[xTownId].push(+farmtownId); - }); - }); - }, xTownCount*5000); + }); + } + ); + }, + xTownCount*7000); } function log(xText) {