From 911c0ea64888157f7a9496a4a5c516af92c0d11c Mon Sep 17 00:00:00 2001 From: skotlex Date: Fri, 1 Sep 2006 15:56:34 +0000 Subject: - 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 --- conf-tmpl/battle/gm.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'conf-tmpl/battle') 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 -- cgit v1.2.3-70-g09d2