summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorEmistry Haoyan <Equinox1991@gmail.com>2016-10-27 23:45:43 +0800
committerHaru <haru@dotalux.com>2020-02-09 16:40:14 +0100
commit0f15d957cc0bb17415f85d26d2198ed248494e2f (patch)
treed862f2b600670db7b71adf3eb7d65e0bfa97fa4c /conf
parent3687a79c5ab173abf6263a003d9473d9c2938309 (diff)
downloadhercules-0f15d957cc0bb17415f85d26d2198ed248494e2f.tar.gz
hercules-0f15d957cc0bb17415f85d26d2198ed248494e2f.tar.bz2
hercules-0f15d957cc0bb17415f85d26d2198ed248494e2f.tar.xz
hercules-0f15d957cc0bb17415f85d26d2198ed248494e2f.zip
Update Duel System Cooldown
- Able to set cooldown in "seconds" format. - New `duel_time_interval` value will be applied to any existing cooldown if new value is reloaded in-game using `@reloadbattleconf`. - Display the cooldown tick before can create new duel.
Diffstat (limited to 'conf')
-rw-r--r--conf/map/battle/misc.conf2
-rw-r--r--conf/messages.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/map/battle/misc.conf b/conf/map/battle/misc.conf
index cc2abc16c..8cc1d0171 100644
--- a/conf/map/battle/misc.conf
+++ b/conf/map/battle/misc.conf
@@ -101,7 +101,7 @@ duel_allow_teleport: false
// Autoleave duel when die
duel_autoleave_when_die: true
-// Delay between using @duel in minutes
+// Delay between using @duel in seconds
duel_time_interval: 60
// Restrict duel usage to same map
diff --git a/conf/messages.conf b/conf/messages.conf
index b91b03921..787498e8e 100644
--- a/conf/messages.conf
+++ b/conf/messages.conf
@@ -368,7 +368,7 @@
353: Duel: The Player is in the duel already.
354: Duel: Invitation has been sent.
355: Duel: You can't use @duel without @reject.
-356: Duel: You can take part in duel once per %d minutes.
+356: Duel: You can take part in duel again after %d seconds.
357: Duel: Invalid value.
358: Duel: You can't use @leave. You aren't a duelist.
359: Duel: You've left the duel.