/ ‘grepolis.user.js’
This commit is contained in:
parent
4135e1bfef
commit
7f1486de55
@ -10,7 +10,7 @@
|
||||
//
|
||||
// @match http://*.grepolis.com/game/*
|
||||
//
|
||||
// @version 1.0.26
|
||||
// @version 1.0.27
|
||||
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
|
||||
// ==/UserScript==
|
||||
|
||||
@ -96,7 +96,7 @@
|
||||
}
|
||||
|
||||
function getWaresFromFarm(xGetWaresButton, xMood, xFarmId) {
|
||||
if(xMood > 80) {
|
||||
if(xMood - 6 > 80) {
|
||||
console.log("Plündere " + xFarmId + " @ Mood: " + xMood);
|
||||
w(xGetWaresButton).call('claimLoad', xFarmId.toString(), 'double', 300);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user