/ ‘grepolis.user.js’
This commit is contained in:
@ -10,7 +10,7 @@
|
|||||||
//
|
//
|
||||||
// @match http://*.grepolis.com/game/*
|
// @match http://*.grepolis.com/game/*
|
||||||
//
|
//
|
||||||
// @version 1.1.33
|
// @version 1.1.34
|
||||||
// @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==
|
||||||
|
|
||||||
@ -202,7 +202,7 @@
|
|||||||
if(Game.town_id != xTownId) {
|
if(Game.town_id != xTownId) {
|
||||||
Game.townId = xTownId;
|
Game.townId = xTownId;
|
||||||
}
|
}
|
||||||
if(xMood >= 80) {
|
if(xMood-6 > 80) {
|
||||||
log("Plündere " + xFarmId + " @ Mood: " + xMood);
|
log("Plündere " + xFarmId + " @ Mood: " + xMood);
|
||||||
xWindow.call('claimLoad', xFarmId.toString(), 'double', 300);
|
xWindow.call('claimLoad', xFarmId.toString(), 'double', 300);
|
||||||
return 300;
|
return 300;
|
||||||
|
Reference in New Issue
Block a user