feature.conf 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. //--------------------------------------------------------------
  2. // rAthena Feature Configuration File
  3. //--------------------------------------------------------------
  4. // Note 1: Value is a config switch (on/off, yes/no or 1/0)
  5. // Note 2: Value is in percents (100 means 100%)
  6. // Note 3: Value is a bit field. If no description is given,
  7. // assume unit types (1: Pc, 2: Mob, 4: Pet, 8: Homun)
  8. //--------------------------------------------------------------
  9. // Buying store (Note 1)
  10. // Requires: 2010-04-27aRagexeRE or later
  11. feature.buying_store: on
  12. // Search stores (Note 1)
  13. // Requires: 2010-08-03aRagexeRE or later
  14. feature.search_stores: on
  15. // Atcommand suggestions (Note 1)
  16. // If one type incomplete atcommand, it will suggest the complete ones.
  17. feature.atcommand_suggestions: off
  18. // Auction (Note 1)
  19. // Feature became unstable on clients 2012 onwards (exact date not known),
  20. // it has been fixed on clients 2013-05-15 onwards however.
  21. // Feature was removed again on clients 2014-11-12 and later.
  22. feature.auction: on
  23. // Warp suggestions (Note 1)
  24. // Show suggestions when attempting to @warp to a non-existent map?
  25. feature.warp_suggestions: off
  26. // Banking (Note 1)
  27. // Requires: 2013-07-24aRagexe or later
  28. feature.banking: on
  29. // Autotrade persistency (Note 1)
  30. // Should vendors that used @autotrade be restored after a restart?
  31. feature.autotrade: on
  32. // In which direction should respawned autotraders look?
  33. // Possible values are from 0-7
  34. // Default: 4(South)
  35. // -1 = Last player's direction
  36. feature.autotrade_direction: 4
  37. // Change player's head direction?
  38. // -1 = Last condition
  39. // 0 = Forward
  40. // 1 = Right
  41. // 2 = Left
  42. feature.autotrade_head_direction: 0
  43. // Do you want your autotraders to sit?
  44. // -1 = Last player's condition, sitting or standing
  45. // 0 = Standing
  46. // 1 = Sitting
  47. feature.autotrade_sit: 1
  48. // Delay in miliseconds to open vending/buyingsotre after player logged in.
  49. feature.autotrade_open_delay: 5000
  50. // Roulette (Note 1)
  51. // Requires: 2014-10-22bRagexe or later
  52. // Off by default while test version is out; enable at your own risk.
  53. feature.roulette: off