/ ‘grepolis.user.js’

This commit is contained in:
Jan Bader 2014-07-22 19:36:17 +02:00
parent 574ab2b8d8
commit 8d14f479f5

View File

@ -10,7 +10,7 @@
//
// @match http://*.grepolis.com/game/*
//
// @version 1.1.23
// @version 1.1.24
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
// ==/UserScript==
@ -23,7 +23,7 @@
durations = {};
switch(location.host.substring(0,4)) {
case "de63":
farm_ids = {
var farm_ids = {
// Insel 0
83792: [20468, 20470, 20471, 20472],
84064: [20466, 20467],
@ -32,7 +32,7 @@
// Insel 2
74298: [19577, 19579, 19583, 19584, 19582, 19581],
}
towns = {
var towns = {
83792: "0x00",
84064: "0x01",
85523: "0x10",
@ -40,11 +40,11 @@
}
break;
case "de67":
farm_ids = {
var farm_ids = {
// Insel 0
4809: [1510, 1509, 1508],
}
towns = {
var towns = {
4809: "0x00",
}
break;