mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
Small fixes
This commit is contained in:
@@ -77,6 +77,7 @@ function refresh(tz) {
|
||||
<td><?php echo CONF_SERV_TROOPSPEED ?> <em class="tooltip">?<span class="classic"><?php echo CONF_SERV_TROOPSPEED_TOOLTIP ?></span></em></td>
|
||||
<td><input class="fm" name="incspeed" value="<?php echo INCREASE_SPEED;?>" style="width: 20%;"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo CONF_SERV_EVASIONSPEED ?> <em class="tooltip">?<span class="classic"><?php echo CONF_SERV_EVASIONSPEED_TOOLTIP ?></span></em></td>
|
||||
<td><input class="fm" name="evasionspeed" value="<?php echo EVASION_SPEED;?>" style="width: 20%;"></td>
|
||||
</tr>
|
||||
@@ -192,6 +193,8 @@ function refresh(tz) {
|
||||
<option value="28800" <?php if(NATURE_REGTIME==28800) echo "selected";?>>8 hours</option>
|
||||
<option value="36000" <?php if(NATURE_REGTIME==36000) echo "selected";?>>10 hours</option>
|
||||
<option value="43200" <?php if(NATURE_REGTIME==43200) echo "selected";?>>12 hours</option>
|
||||
<option value="57600" <?php if(NATURE_REGTIME==57600) echo "selected";?>>16 hours</option>
|
||||
<option value="72000" <?php if(NATURE_REGTIME==72000) echo "selected";?>>20 hours</option>
|
||||
<option value="86400" <?php if(NATURE_REGTIME==86400) echo "selected";?>>24 hours (1 day)</option>
|
||||
<option value="172800" <?php if(NATURE_REGTIME==172800) echo "selected";?>>48 hours (2 days)</option>
|
||||
<option value="259200" <?php if(NATURE_REGTIME==259200) echo "selected";?>>72 hours (3 days)</option>
|
||||
@@ -269,7 +272,7 @@ function refresh(tz) {
|
||||
</table>
|
||||
<br />
|
||||
<table width="100%">
|
||||
<tr><td align="left"><a href="../Admin/admin.php?p=config"><< back</a></td>
|
||||
<tr><td align="left"><a href="../Admin/admin.php?p=config"><< <?php echo EDIT_BACK ?></a></td>
|
||||
<td align="right"><input type="image" border="0" src="../img/admin/b/ok1.gif"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -1270,7 +1270,7 @@ define("CONF_SERV_TROOPSPEED_TOOLTIP","Speed of movement of troops on the game s
|
||||
define("CONF_SERV_EVASIONSPEED","Evasion Speed");
|
||||
define("CONF_SERV_EVASIONSPEED_TOOLTIP","The evasion speed is the time that troops spend on the road to return home after evasion an attack.");
|
||||
define("CONF_SERV_STORMULTIPLER","Storage Multipler");
|
||||
define("CONF_SERV_STORMULTIPLER_TOOLTIP","A multiplier for the storage capacity warehouse and granary. The value 1 is equal to the capacity of 80,000 of each resource at the maximum level. If you set the value to 2, then the capacity at the maximum level will be 160,000 of each resource.");
|
||||
define("CONF_SERV_STORMULTIPLER_TOOLTIP","A multiplier for the storage capacity warehouse and granary. The value 1 is equal to the capacity of 80,000 of each resource at the maximum level. If you set the value to 2, then the capacity at the maximum level will be 160,000 of each resource.<br><b>Note:</b> the amount of resources that will be generated by unoccupied oases for robbery depends on this value. The default is 800. If you set the value to 2, the maximum number for each resource being generated is 1600.");
|
||||
define("CONF_SERV_TRADCAPACITY","Trader Capacity");
|
||||
define("CONF_SERV_TRADCAPACITY_TOOLTIP","A multiplier for the capacity of resources that can be carried by one trader. The value of 1 equals 500 capacity for the Romans, 750 for the Gauls, 1000 for the Teutons. If you set the value to 2, then the capacity of the transferred resources will double accordingly, 1000, 1500, 2000.");
|
||||
define("CONF_SERV_CRANCAPACITY","Cranny Capacity");
|
||||
|
||||
Reference in New Issue
Block a user