mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-10 13:21:01 +00:00
General Fixes
+Completely reworked the "removeBuilding" function, it's now more generic (for future uses) +Fixed a bug that bugged the master builder time when a building was removed from the construction queue +Fixed a bug that bugged building times when a building was removed from the queue, with a master builder order queued +Fixed a bug that didn't permit to save the server settings from the +MH/Admin panel +Fixed a bug that did save the WW spawn time in the WW building plan spawn time and vice versa +General improovements and bug fixing
This commit is contained in:
+15
-1
@@ -1302,7 +1302,13 @@ define("CONF_SERV_CRANCAPACITY_TOOLTIP","A multiplier for the capacity of resour
|
||||
define("CONF_SERV_TRAPCAPACITY","Trapper Capacity");
|
||||
define("CONF_SERV_TRAPCAPACITY_TOOLTIP","A multiplier for the capacity of the trap of the Gauls, which can capture enemy soldiers even before attacking the village. The value of 1 is equal to the capacity of 400 at the 20 level of construction. If you set the value to 2, then the capacity will be 800.");
|
||||
define("CONF_SERV_NATUNITSMULTIPLIER","Natars Units Multiplier");
|
||||
define("CONF_SERV_NATUNITSMULTIPLIER_TOOLTIP","At the moment, this parameter is responsible for the number of scouts of Natars, who will come to the scouting of the capital of each player, after the creation of the account of Natars. The multiplier of the created troops in the village is taken from the speed of the server and can not exceed 5.");
|
||||
define("CONF_SERV_NATUNITSMULTIPLIER_TOOLTIP","This parameter is responsible for the number of troops of Natars, on artifacts and WW villages.");
|
||||
define("CONF_SERV_NATARS_SPAWN_TIME","Natars Spawn (Days)");
|
||||
define("CONF_SERV_NATARS_SPAWN_TIME_TOOLTIP","");
|
||||
define("CONF_SERV_NATARS_WW_SPAWN_TIME","World Wonders Spawn (Days)");
|
||||
define("CONF_SERV_NATARS_WW_SPAWN_TIME_TOOLTIP","");
|
||||
define("CONF_SERV_NATARS_WW_BUILDING_PLAN_SPAWN_TIME","WW Building Plan Spawn (Days)");
|
||||
define("CONF_SERV_NATARS_WW_BUILDING_PLAN_SPAWN_TIME_TOOLTIP","");
|
||||
define("CONF_SERV_MAPSIZE","Map Size");
|
||||
define("CONF_SERV_MAPSIZE_TOOLTIP","The size of the map of the game world. Can not be changed on an already installed game server.");
|
||||
define("CONF_SERV_VILLEXPSPEED","Village Expanding Speed");
|
||||
@@ -1323,6 +1329,14 @@ define("CONF_SERV_WWSTATS","World Wonder - Statistics");
|
||||
define("CONF_SERV_WWSTATS_TOOLTIP","Enable (True) or disable (False) the display in the statistics of villages with a Wonder of the World.");
|
||||
define("CONF_SERV_NTRTIME","Nature Troops Regeneration Time");
|
||||
define("CONF_SERV_NTRTIME_TOOLTIP","Time through which the nature troops will be restored in oases.");
|
||||
define("CONF_SERV_OASIS_WOOD_PROD_MULT","Oasis Wood Production Multiplier");
|
||||
define("CONF_SERV_OASIS_WOOD_PROD_MULT_TOOLTIP","");
|
||||
define("CONF_SERV_OASIS_CLAY_PROD_MULT","Oasis Clay Production Multiplier");
|
||||
define("CONF_SERV_OASIS_CLAY_PROD_MULT_TOOLTIP","");
|
||||
define("CONF_SERV_OASIS_IRON_PROD_MULT","Oasis Iron Production Multiplier");
|
||||
define("CONF_SERV_OASIS_IRON_PROD_MULT_TOOLTIP","");
|
||||
define("CONF_SERV_OASIS_CROP_PROD_MULT","Oasis Crop Production Multiplier");
|
||||
define("CONF_SERV_OASIS_CROP_PROD_MULT_TOOLTIP","");
|
||||
define("CONF_SERV_MEDALINTERVAL","Medal Interval");
|
||||
define("CONF_SERV_MEDALINTERVAL_TOOLTIP","The time interval for issuing medals for the top players and alliances. If this parameter is changed on the installed server, the time interval changes after the subsequent issuance of the medals.");
|
||||
define("CONF_SERV_TOURNTHRES","Tourn Threshold");
|
||||
|
||||
Reference in New Issue
Block a user