diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-31 21:21:55 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-31 21:21:55 +0000 |
commit | fbafb947631a4d0b1c4afcc15afa011a9179ecea (patch) | |
tree | b5eabe0a6d566a73c715c696b40b1fa008e635ea /conf-tmpl | |
parent | 250a8f539f87eb04e2321b6a0a6cd5850f38ac65 (diff) | |
download | hercules-fbafb947631a4d0b1c4afcc15afa011a9179ecea.tar.gz hercules-fbafb947631a4d0b1c4afcc15afa011a9179ecea.tar.bz2 hercules-fbafb947631a4d0b1c4afcc15afa011a9179ecea.tar.xz hercules-fbafb947631a4d0b1c4afcc15afa011a9179ecea.zip |
Added possibility to restrict duel usage to same map
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8013 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/battle/misc.conf | 3 | ||||
-rw-r--r-- | conf-tmpl/msg_athena.conf | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/conf-tmpl/battle/misc.conf b/conf-tmpl/battle/misc.conf index 5ae83e707..ff448aa61 100644 --- a/conf-tmpl/battle/misc.conf +++ b/conf-tmpl/battle/misc.conf @@ -126,6 +126,9 @@ duel_autoleave_when_die: yes // Delay between using @duel in minutes
duel_time_interval: 60
+// Restrict duel usage to same map
+duel_only_on_same_map: no
+
// Determines max number of characters that can stack within a single cell.
// NOTE: For this setting to make effect you have to use a server compiled with
// Cell Stack Limit support (see src/map/map.h)
diff --git a/conf-tmpl/msg_athena.conf b/conf-tmpl/msg_athena.conf index e9f8b7cc5..7a9e31a03 100644 --- a/conf-tmpl/msg_athena.conf +++ b/conf-tmpl/msg_athena.conf @@ -363,6 +363,7 @@ 361: Duel: The duel invitation has been accepted.
362: Duel: You can't use @reject without a duel invitation.
363: Duel: The duel invitation has been rejected.
+364: Duel: You can't invite %s because he isn't on the same map.
// @duel (part 2)
370: -- Duels: %d/%d, Members: %d/%d, Max players: %d --
371: -- Duels: %d/%d, Members: %d/%d --
|