18 lines
1.5 KiB
XML
18 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Cooldown for declaring war on the same guild: Set the value in seconds for coolTime.
|
|
Guild war duration: Set the value in seconds for warPeriod.
|
|
Guild war waiting time: Set the value in seconds for preWarPeriod.
|
|
Guild war surrender restriction period: Set the value in seconds for mandatoryWarPeriod. After the specified time has passed since the guild war started, the guild can surrender.
|
|
Set the score units to trigger messages at certain points during the guild war: msgKillPoint.
|
|
Set the PK score for the guild leader and members: Set the kill points for killing one member of the opposing guild in guildMasterKillPoint and guildMemberKillPoint.
|
|
Set the winning score for guild wars: Set the winning kill points in winKillPoint.
|
|
-->
|
|
|
|
<GuildWarData>
|
|
<RuleVar coolTime="86400" coolTimeQa="300" preWarPeriod="585" preWarPeriodQa="60" preWarCountDown="15" warPeriod="86400" warPeriodQa="300" mandatoryWarPeriod="3600" mandatoryWarPeriodQa="120" maxDeclareCount="3" maxGetDeclareCount="7" declareWaitTime="86400" declareWaitTimeQa="300" waitPenalty="giveup" traceCoolTime="300" traceUiTime="300" />
|
|
<KillPoint winKillPoint="500" winKillPointQa="10" guildMasterKillPoint="1" guildMemberKillPoint="1" msgKillPoint="1" underScoreDraw="30" underScoreDrawQa="5"/>
|
|
<Guild minCountOfGuildMember="2"/>
|
|
<Acceptable pvPServerDefault="true" pvEServerDefault="false" toggleCoolTime="14400"/>
|
|
<LeaderBoard warRestriction="8" warRestrictionQa="2" battleChipRestriction="1" />
|
|
</GuildWarData> |