37 lines
1.2 KiB
Plaintext
37 lines
1.2 KiB
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
|
|
|
|
// Atcommand suggestions (Note 1)
|
|
// Show suggestions when typing an incomplete command?
|
|
feature.atcommand_suggestions: off
|
|
|
|
// Banking (Note 1)
|
|
// Requires: 2013-07-24aRagexe or later
|
|
feature.banking: on
|
|
|
|
// Autotrade persistency (Note 1)
|
|
// Should vendors that used @autotrade be restored after a restart?
|
|
feature.autotrade: on
|
|
|
|
// In which direction should respawned autotraders look?
|
|
// Possible values are from 0-7
|
|
// Default: 4(South)
|
|
feature.autotrade_direction: 4
|
|
|
|
// Do you want your autotraders to sit? (Note 1)
|
|
feature.autotrade_sit: yes
|