diff options
author | xazax-hun <xazax-hun@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-03 19:35:17 +0000 |
---|---|---|
committer | xazax-hun <xazax-hun@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-03 19:35:17 +0000 |
commit | 5c8c4085e746341f2273aaa67c481621a8276e4a (patch) | |
tree | aa79ce27f3cabe79683a490424ada91fecde8dc3 /conf | |
parent | 833c646ee7b1c67e8a4ec03ef2c83cf89805063c (diff) | |
download | hercules-5c8c4085e746341f2273aaa67c481621a8276e4a.tar.gz hercules-5c8c4085e746341f2273aaa67c481621a8276e4a.tar.bz2 hercules-5c8c4085e746341f2273aaa67c481621a8276e4a.tar.xz hercules-5c8c4085e746341f2273aaa67c481621a8276e4a.zip |
* Implemented an atcommand suggestion system.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16071 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle/feature.conf | 4 | ||||
-rw-r--r-- | conf/msg_athena.conf | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/conf/battle/feature.conf b/conf/battle/feature.conf index 0dd3af0cf..efb58722a 100644 --- a/conf/battle/feature.conf +++ b/conf/battle/feature.conf @@ -14,3 +14,7 @@ feature.buying_store: on // Search stores (Note 1) // Requires: 2010-08-03aRagexeRE or later feature.search_stores: on + +// Atcommand suggestions (Note 1) +// If one type incomplete atcommand, it will suggest the complete ones. +feature.atcommand_suggestions = off
\ No newline at end of file diff --git a/conf/msg_athena.conf b/conf/msg_athena.conf index 90cce6c42..2e4fe62ff 100644 --- a/conf/msg_athena.conf +++ b/conf/msg_athena.conf @@ -218,7 +218,7 @@ 202: This player has forgotten the skill. 203: This player doesn't have this quest skill. 204: You can't open a shop on this cell. -//205: FREE +205: Maybe you meant: 206: '%s' skill points reset. 207: '%s' stats points reset. 208: '%s' skill and stat points have been reset. |