summaryrefslogtreecommitdiff
path: root/conf-tmpl/battle
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-01 15:56:34 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-01 15:56:34 +0000
commit911c0ea64888157f7a9496a4a5c516af92c0d11c (patch)
tree7a4d5fa04cdca47d9b7eadf8ffddca92b39ed6a8 /conf-tmpl/battle
parentf15995cea6ac172a676b17fc91fb0940f97ae87f (diff)
downloadhercules-911c0ea64888157f7a9496a4a5c516af92c0d11c.tar.gz
hercules-911c0ea64888157f7a9496a4a5c516af92c0d11c.tar.bz2
hercules-911c0ea64888157f7a9496a4a5c516af92c0d11c.tar.xz
hercules-911c0ea64888157f7a9496a4a5c516af92c0d11c.zip
- Added a missing break in battle_check_target
- Added config setting "partial_name_scan", which specifies whether @ given names should use a partial string lookup or absolute name lookup. Defaults to no (gm.conf) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8578 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/battle')
-rw-r--r--conf-tmpl/battle/gm.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf-tmpl/battle/gm.conf b/conf-tmpl/battle/gm.conf
index cf16b3b45..b5aff6ba1 100644
--- a/conf-tmpl/battle/gm.conf
+++ b/conf-tmpl/battle/gm.conf
@@ -33,6 +33,11 @@ atcommand_spawn_quantity_limit: 100
// Maximum number of slave-clones that can be have by using the @slaveclone at command. (0 denotes unlimited quantity)
atcommand_slave_clone_limit: 25
+// If 'no', commands require exact player name. If 'yes', entering a partial
+// name will work, as long as there's only one match from all players in the
+// current map server.
+partial_name_scan: yes
+
// [GM] Can use all skills? (No or mimimum GM level)
gm_all_skill: no