/ ‘grepolis.user.js’

This commit is contained in:
Jan Bader 2014-07-12 18:34:58 +02:00
parent f05c209c56
commit 681d504fd4

View File

@ -10,7 +10,7 @@
// //
// @match http://*.grepolis.com/game/* // @match http://*.grepolis.com/game/*
// //
// @version 1.1.12 // @version 1.1.13
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js // @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
// ==/UserScript== // ==/UserScript==
@ -24,12 +24,12 @@
farm_ids = { farm_ids = {
83792: [20466, 20467, 20468, 20470, 20471, 20472], 83792: [20466, 20467, 20468, 20470, 20471, 20472],
85523: [20489, 20490, 20492, 20496], 85523: [20489, 20490, 20492, 20496],
74298: [19577, 19583, 19584, 19582], 74298: [19577, 19579, 19583, 19584, 19582],
} }
towns = { towns = {
83792: "0x00", 83792: "0x00",
85523: "0x01", 85523: "0x01",
74298: "0x02" 74298: "0x20"
} }
setTimeout(function() { setTimeout(function() {