12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- //--------------------------------------------------------------
- // 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
- // Auction (Note 1)
- // Feature became unstable on clients 2012 onwards (exact date not known),
- // it has been fixed on clients 2013-05-15 onwards however.
- feature.auction: on
- // Warp suggestions (Note 1)
- // Show suggestions when attempting to @warp to a non-existent map?
- feature.warp_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)
- // -1 = Last player's direction
- feature.autotrade_direction: 4
- // Change player's head direction?
- // -1 = Last condition
- // 0 = Forward
- // 1 = Right
- // 2 = Left
- feature.autotrade_head_direction: 0
- // Do you want your autotraders to sit?
- // -1 = Last player's condition, sitting or standing
- // 0 = Standing
- // 1 = Sitting
- feature.autotrade_sit: 1
- // Delay in miliseconds to open vending/buyingsotre after player logged in.
- feature.autotrade_open_delay: 5000
- // Roulette (Note 1)
- // Requires: 2014-10-22bRagexe or later
- // Off by default while test version is out; enable at your own risk.
- feature.roulette: off
|