Advertisement
Guest User

Untitled

a guest
Apr 19th, 2018
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. -- Combat settings
  2. -- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced"
  3. worldType = "pvp"
  4. hotkeyAimbotEnabled = "no"
  5. killsToRedSkull = 4
  6. killsToBlackSkull = 0
  7. pzLocked = 60000
  8. removeChargesFromRunes = "yes"
  9. timeToDecreaseFrags = 120 * 60 * 60 * 1000
  10. whiteSkullTime = 15 * 60 * 1000
  11. stairJumpExhaustion = 100
  12. experienceByKillingPlayers = "no"
  13. expFromPlayersLevelRange = 75
  14. allowFightBack = "no"
  15.  
  16. -- Connection Config
  17. -- NOTE: maxPlayers set to 0 means no limit
  18. ip = "89.65.9.29"
  19. bindOnlyGlobalAddress = "no"
  20. loginProtocolPort = 7171
  21. gameProtocolPort = 7172
  22. statusProtocolPort = 7171
  23. maxPlayers = 100
  24. motd = "Welcome to Oldera!"
  25. onePlayerOnlinePerAccount = "yes"
  26. allowClones = false
  27. serverName = "Oldera"
  28. statusTimeout = 5000
  29. replaceKickOnLogin = "yes"
  30. maxPacketsPerSecond = 25
  31.  
  32. -- Deaths
  33. -- NOTE: Leave deathLosePercent as -1 if you want to use the default
  34. -- death penalty formula. For the old formula, set it to 10. For
  35. -- no skill/experience loss, set it to 0.
  36. deathLosePercent = 10
  37.  
  38. -- Houses
  39. -- NOTE: set housePriceEachSQM to -1 to disable the ingame buy house functionality
  40. housePriceEachSQM = 175
  41. houseRentPeriod = "weekly"
  42.  
  43. -- Item Usage
  44. timeBetweenActions = 200
  45. timeBetweenExActions = 1000
  46.  
  47. -- Map
  48. -- NOTE: set mapName WITHOUT .otbm at the end
  49. mapName = "oldera761041"
  50. mapAuthor = "Fresh & Sefciu"
  51.  
  52. -- Market
  53. marketOfferDuration = 30 * 24 * 60 * 60
  54. premiumToCreateMarketOffer = "no"
  55. checkExpiredMarketOffersEachMinutes = 60
  56. maxMarketOffersAtATimePerPlayer = 100
  57.  
  58. -- MySQL
  59. mysqlHost = "127.0.0.1"
  60. mysqlUser = "root"
  61. mysqlPass = "Old3r4Pr0j3ct1337"
  62. mysqlDatabase = "olderaproject76"
  63. mysqlPort = 3306
  64. mysqlSock = ""
  65.  
  66. -- Misc.
  67. allowChangeOutfit = "yes"
  68. freePremium = "no"
  69. kickIdlePlayerAfterMinutes = 15
  70. maxMessageBuffer = 4
  71. emoteSpells = "no"
  72. classicEquipmentSlots = "yes"
  73.  
  74. -- Rates
  75. -- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml
  76. rateExp = 1
  77. rateSkill = 2
  78. rateLoot = 2
  79. rateMagic = 2
  80. rateSpawn = 1
  81.  
  82. -- Monsters
  83. deSpawnRange = 2
  84. deSpawnRadius = 50
  85.  
  86. -- Stamina
  87. staminaSystem = "no"
  88.  
  89. -- Scripts
  90. warnUnsafeScripts = "yes"
  91. convertUnsafeScripts = "yes"
  92.  
  93. -- Startup
  94. -- NOTE: defaultPriority only works on Windows and sets process
  95. -- priority, valid values are: "normal", "above-normal", "high"
  96. defaultPriority = "high"
  97. startupDatabaseOptimization = "no"
  98.  
  99. -- Status server information
  100. ownerName = "Fresh"
  101. ownerEmail = "vojtazx@gmail.com"
  102. url = ""
  103. location = "Poland"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement