Add gpack and some fix

Add gpack and some fix
This commit is contained in:
novgorodschi catalin
2026-07-27 08:52:49 +03:00
parent ad3a3034b8
commit 038e83b378
14 changed files with 1042 additions and 808 deletions
+3 -3
View File
@@ -147,9 +147,9 @@ define("WORLD_MAX", "%MAX%");
// ***** Graphic Pack
// true = enabled, false = disabled
//!!!!!!!!!!!! DO NOT ENABLE !!!!!!!!!!!!
define("GP_ENABLE",false);
define("GP_ENABLE",%GP%);
// Graphic pack location (default: gpack/travian_default/)
define("GP_LOCATE", "gpack/travian_default/");
define("GP_LOCATE", "%GP_LOCATE%");
// ***** Troop Speed
// Values: 1 (normal), 3 (3x speed) etc...
@@ -481,4 +481,4 @@ $requse = 0;
## ##
#################################################################################
?>
?>