summaryrefslogtreecommitdiff
path: root/conf/battlegrounds.conf
diff options
context:
space:
mode:
authorSirius <zopokx@gmail.com>2020-06-07 22:32:40 +0200
committerSirius <zopokx@gmail.com>2020-06-07 22:32:40 +0200
commit0ab6331cfcc2bf404ed5a20792d91417cec0ce7a (patch)
tree14c8581d82e2b2a5981d97c6e14e51da2971ce99 /conf/battlegrounds.conf
parentf6b6ecc723608d84d462448c215232beb985616a (diff)
downloadhercules-0ab6331cfcc2bf404ed5a20792d91417cec0ce7a.tar.gz
hercules-0ab6331cfcc2bf404ed5a20792d91417cec0ce7a.tar.bz2
hercules-0ab6331cfcc2bf404ed5a20792d91417cec0ce7a.tar.xz
hercules-0ab6331cfcc2bf404ed5a20792d91417cec0ce7a.zip
Typo errors (in all conf/)
Diffstat (limited to 'conf/battlegrounds.conf')
-rw-r--r--conf/battlegrounds.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/battlegrounds.conf b/conf/battlegrounds.conf
index 2b4184e11..eca161d08 100644
--- a/conf/battlegrounds.conf
+++ b/conf/battlegrounds.conf
@@ -14,7 +14,7 @@
//= arenas: ({
//= //- allowedTypes defines what kind of applications the arena will accept, setting is not case-sensitive and is ok with whitespaces
//= allowedTypes: "Solo | Party" //Arena Accepts solo and party-type joins
-//= allowedTypes: "guild|party" //Arena Accepts solo and guild-type joins
+//= allowedTypes: "guild | party" //Arena Accepts solo and guild-type joins
//= allowedTypes: "All" //Arena Accepts solo, party and guild-type joins
//= //- fillAnnounce (optional arena param)
//= })
@@ -64,7 +64,7 @@ battlegrounds: (
delay_var: "Flavius_BG_Tick" /* char variable name that will store the delay for this match */
maxDuration: 30 /* maximum duration in minutes, if reached game ends and highest score wins (or calls a draw if scores are equal) */
fillDuration: 20 /* time in seconds to wait for more applications when minimum has been reached */
- pGameDuration: 20 /* time to wait for players to confirm their attendence after queueing process has finished */
+ pGameDuration: 20 /* time to wait for players to confirm their attendance after queueing process has finished */
},{
name: "KVM (Level 80 and up)" //must match the name in client files
event: "KvM03_BG::OnPlayerListReady"
@@ -82,7 +82,7 @@ battlegrounds: (
delay_var: "KVM_BG_Tick" /* char variable name that will store the delay for this match */
maxDuration: 30 /* maximum duration in minutes, if reached game ends and highest score wins (or calls a draw if scores are equal) */
fillDuration: 20 /* time in seconds to wait for more applications when minimum has been reached */
- pGameDuration: 20 /* time to wait for players to confirm their attendence after queueing process has finished */
+ pGameDuration: 20 /* time to wait for players to confirm their attendance after queueing process has finished */
},{
name: "KVM (Level 60~79)" //must match the name in client files
event: "KvM03_BG::OnPlayerListReady"
@@ -100,7 +100,7 @@ battlegrounds: (
delay_var: "KVM_BG_Tick" /* char variable name that will store the delay for this match */
maxDuration: 30 /* maximum duration in minutes, if reached game ends and highest score wins (or calls a draw if scores are equal) */
fillDuration: 20 /* time in seconds to wait for more applications when minimum has been reached */
- pGameDuration: 20 /* time to wait for players to confirm their attendence after queueing process has finished */
+ pGameDuration: 20 /* time to wait for players to confirm their attendance after queueing process has finished */
},{
name: "KVM (Level 59 and below)" //must match the name in client files
event: "KvM03_BG::OnPlayerListReady"
@@ -118,7 +118,7 @@ battlegrounds: (
delay_var: "KVM_BG_Tick" /* char variable name that will store the delay for this match */
maxDuration: 30 /* maximum duration in minutes, if reached game ends and highest score wins (or calls a draw if scores are equal) */
fillDuration: 20 /* time in seconds to wait for more applications when minimum has been reached */
- pGameDuration: 20 /* time to wait for players to confirm their attendence after queueing process has finished */
+ pGameDuration: 20 /* time to wait for players to confirm their attendance after queueing process has finished */
}
)
})