Files
TravianZ/Templates/Profile
Vladyslav 11ae61c013 Enable and disable display of oases
+Now during the installation (or after installation in the admin panel) you can enable or disable oasis display for villages in the player profile.

NOTE: To play this version of the game, you need to reinstall the server OR you can simply add these lines of code into your file:
GameEngine/config.php

/////////////////////////////////////////////////
//   ****  NEW MECHANICS AND FUNCTIONS  ****   //
/////////////////////////////////////////////////
define("NEW_FUNCTIONS_OASIS", True);

GameEngine/Admin/Modsconstant_format.tpl

/////////////////////////////////////////////////
//   ****  NEW MECHANICS AND FUNCTIONS  ****   //
/////////////////////////////////////////////////
define("NEW_FUNCTIONS_OASIS", %NEW_FUNCTIONS_OASIS%);

NOTICE 2: pay special attention to the fact that these are two different records !!! If the records are entered incorrectly, you will receive a non-working code!
2018-06-20 16:57:13 +03:00
..
2013-06-16 10:38:34 +03:00
2018-05-10 17:45:27 +02:00
2018-04-29 13:03:59 +02:00
2018-06-13 11:17:18 +03:00
2018-06-08 09:00:44 +03:00
2013-06-16 10:38:34 +03:00
2018-06-07 08:32:15 +03:00
2018-06-11 02:22:22 +02:00
2018-04-07 22:16:28 +02:00
2018-06-04 20:04:02 +03:00