diff options
Diffstat (limited to 'conf/battle/feature.conf')
-rw-r--r-- | conf/battle/feature.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/battle/feature.conf b/conf/battle/feature.conf new file mode 100644 index 000000000..fa05efd8b --- /dev/null +++ b/conf/battle/feature.conf @@ -0,0 +1,20 @@ +//-------------------------------------------------------------- +// rAthena Feature Configuration File +//-------------------------------------------------------------- +// Note 1: Value is a config switch (on/off, yes/no or 1/0) +// Note 2: Value is in percents (100 means 100%) +// Note 3: Value is a bit field. If no description is given, +// assume unit types (1: Pc, 2: Mob, 4: Pet, 8: Homun) +//-------------------------------------------------------------- + +// Buying store (Note 1) +// Requires: 2010-04-27aRagexeRE or later +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 |