/ ‘grepolis.user.js’
This commit is contained in:
parent
8d14f479f5
commit
80895ce66a
@ -10,7 +10,7 @@
|
||||
//
|
||||
// @match http://*.grepolis.com/game/*
|
||||
//
|
||||
// @version 1.1.24
|
||||
// @version 1.1.25
|
||||
// @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":
|
||||
var farm_ids = {
|
||||
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],
|
||||
}
|
||||
var towns = {
|
||||
towns = {
|
||||
83792: "0x00",
|
||||
84064: "0x01",
|
||||
85523: "0x10",
|
||||
@ -40,11 +40,11 @@
|
||||
}
|
||||
break;
|
||||
case "de67":
|
||||
var farm_ids = {
|
||||
farm_ids = {
|
||||
// Insel 0
|
||||
4809: [1510, 1509, 1508],
|
||||
}
|
||||
var towns = {
|
||||
towns = {
|
||||
4809: "0x00",
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user