You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+Enable (Disable) New forum post message
+Enable (Disable) Tribes images in profile
+Enable (Disable) MHs images in profile
+Enable (Disable) Display artifact in profile
+Minor changes
NOTE 1: 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:
ameEngine/config.php
define("NEW_FUNCTIONS_FORUM_POST_MESSAGE", False);
define("NEW_FUNCTIONS_TRIBE_IMAGES", False);
define("NEW_FUNCTIONS_MHS_IMAGES", False);
define("NEW_FUNCTIONS_DISPLAY_ARTIFACT", False);
GameEngine/Admin/Mods/constant_format.tpl
define("NEW_FUNCTIONS_FORUM_POST_MESSAGE", %NEW_FUNCTIONS_FORUM_POST_MESSAGE%);
define("NEW_FUNCTIONS_TRIBE_IMAGES", %NEW_FUNCTIONS_TRIBE_IMAGES%);
define("NEW_FUNCTIONS_MHS_IMAGES", %NEW_FUNCTIONS_MHS_IMAGES%);
define("NEW_FUNCTIONS_DISPLAY_ARTIFACT", %NEW_FUNCTIONS_DISPLAY_ARTIFACT%);
NOTE 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!
<td>New Alliance & Embassy Mechanics <emclass="tooltip">?<spanclass="classic">For this setting, you can find more information on the link: <ahref="https://github.com/Shadowss/TravianZ/wiki/New-Alliance-&-Embassy-Mechanics"target="_blank">https://github.com</a></span></em></td>
<td>New forum post message <emclass="tooltip">?<spanclass="classic">Enable (Disable) if a player leaves at least one message in the thread on the forum, he will receive in-game messages about the fact that new messages have appeared in the same thread (i.e. is technically "subscribed to")</span></em></td>
<td>Tribes images in profile <emclass="tooltip">?<spanclass="classic">Enable (Disable) displaying images of tribes with a description in the players profile</span></em></td>
<td>MHs images in profile <emclass="tooltip">?<spanclass="classic">Enable (Disable) displaying images of Multihunters with a description in the MHs profile</span></em></td>
<td>Display artifact in profile <emclass="tooltip">?<spanclass="classic">Enable (Disable) the display of the artifact in the player profile, opposite the corresponding village in which it is located</span></em></td>
<thcolspan="2">Edit New Mechanics and Functions</th>
24
-
</tr>
25
-
</thead>
26
-
<tbody>
27
-
<tr>
28
-
<tdwidth="50%">Display oasis in profile <emclass="tooltip">?<spanclass="classic">Turns on or off the display of oases of each village in the player profile</span></em></td>
<thcolspan="2">Edit New Mechanics and Functions</th>
24
+
</tr>
25
+
</thead>
26
+
<tbody>
27
+
<tr>
28
+
<tdwidth="80%">Display oasis in profile <emclass="tooltip">?<spanclass="classic">Enable (Disable) the display of oases of each village in the player profile</span></em></td>
<td>Alliance invitation message <emclass="tooltip">?<spanclass="classic">Enable (Disable) sending an in-game message to the player, if he was invited to the alliance</span></em></td>
<td>New Alliance & Embassy Mechanics <emclass="tooltip">?<spanclass="classic">For this setting, you can find more information on the link: <ahref="https://github.com/Shadowss/TravianZ/wiki/New-Alliance-&-Embassy-Mechanics"target="_blank">https://github.com</a></span></em></td>
<td>New forum post message <emclass="tooltip">?<spanclass="classic">Enable (Disable) if a player leaves at least one message in the thread on the forum, he will receive in-game messages about the fact that new messages have appeared in the same thread (i.e. is technically "subscribed to")</span></em></td>
<td>Tribes images in profile <emclass="tooltip">?<spanclass="classic">Enable (Disable) displaying images of tribes with a description in the players profile</span></em></td>
<td>MHs images in profile <emclass="tooltip">?<spanclass="classic">Enable (Disable) displaying images of Multihunters with a description in the MHs profile</span></em></td>
<td>Display artifact in profile <emclass="tooltip">?<spanclass="classic">Enable (Disable) the display of the artifact in the player profile, opposite the corresponding village in which it is located</span></em></td>
0 commit comments