feature.conf 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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.auction: on
  22. // Warp suggestions (Note 1)
  23. // Show suggestions when attempting to @warp to a non-existent map?
  24. feature.warp_suggestions: off
  25. // Banking (Note 1)
  26. // Requires: 2013-07-24aRagexe or later
  27. feature.banking: on
  28. // Autotrade persistency (Note 1)
  29. // Should vendors that used @autotrade be restored after a restart?
  30. feature.autotrade: on
  31. // In which direction should respawned autotraders look?
  32. // Possible values are from 0-7
  33. // Default: 4(South)
  34. // -1 = Last player's direction
  35. feature.autotrade_direction: 4
  36. // Change player's head direction?
  37. // -1 = Last condition
  38. // 0 = Forward
  39. // 1 = Right
  40. // 2 = Left
  41. feature.autotrade_head_direction: 0
  42. // Do you want your autotraders to sit?
  43. // -1 = Last player's condition, sitting or standing
  44. // 0 = Standing
  45. // 1 = Sitting
  46. feature.autotrade_sit: 1
  47. // Delay in miliseconds to open vending/buyingsotre after player logged in.
  48. feature.autotrade_open_delay: 5000
  49. // Roulette (Note 1)
  50. // Requires: 2014-10-22bRagexe or later
  51. // Off by default while test version is out; enable at your own risk.
  52. feature.roulette: off