Update values from Atys

feature/core4-atys
Nuno Gonçalves (Ulukyn) 3 years ago committed by kaetemi
parent a7477d52b1
commit 5141435cdf
No known key found for this signature in database
GPG Key ID: 9873C4D40BB479BC

@ -182,7 +182,7 @@ NoLinkTimeMadness = 35;
NoLinkTimeDot = 20;
PostCastLatency = 10; // in ticks
TickFrequencyCompassUpdate = 32;
TickFrequencyCompassUpdate = 300;
// update period of link spell in ticks
UpdatePeriodFear = 40;
@ -1417,6 +1417,10 @@ OutpostEditingConcurrencyCheckDelay = 50;
OutpostClientTimersUpdatePeriod = 60;
// Number of rounds in an outpost fight
OutpostFightRoundCount = 24;
// Number of rounds in an outpost (in test) fight
OutpostInTestFightRoundCount = 11;
// Coef for squad count per round at outpost in test
OutpostInTestFightSquadCount = 1.5;
// Time of a round in an outpost fight, in seconds
OutpostFightRoundTime = 5*60;
// Time to decrement an outpost level in seconds (in peace time)
@ -1428,7 +1432,7 @@ OutpostStateTimeOverride = 0;
// Max time the player has to answer the JoinPvp Window, in seconds
OutpostJoinPvpTimer = 10;
// Time range before next attack period in which a service reboot will cancel the challenge, in seconds
OutpostRangeForCancelOnReset = 60*60*3; // 3 hours
OutpostRangeForCancelOnReset = 10; // 10s
// Max number of outposts per guild (DO NOT exceed outpost count in database.xml)
GuildMaxOutpostCount = 10;
//*************************************************************************************************************

@ -31,7 +31,7 @@ StartCommands +=
};
Paths += {
"../language/translated",
"../language",
};
// ---- service NeL variables (used by CVariable class)

Loading…
Cancel
Save