
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15251 54d463be-8e91-2dee-dedb-b68131a5f0ec
17 lines
654 B
Plaintext
17 lines
654 B
Plaintext
//--------------------------------------------------------------
|
|
// 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
|