Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Troop Starvation when crop is negative.

Newbie Spellweaver
Joined
Sep 2, 2012
Messages
19
Reaction score
1
File: GameEngine/Automation.php

Search

PHP:
if(!file_exists("GameEngine/Prevention/starvation.txt") or time()-filemtime("GameEngine/Prevention/starvation.txt")>50) {
			$this->starvation();
		}

Replace

PHP:
/*
		if(!file_exists("GameEngine/Prevention/starvation.txt") or time()-filemtime("GameEngine/Prevention/starvation.txt")>50) {
			$this->starvation();
		}
		*/

Seen quite few post when people want to disable that, so here you go guys. Tested and it works.
 
Back
Top