Advertisement
Guest User

Untitled

a guest
Dec 31st, 2017
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. -- Combat settings
  2. -- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced"
  3. worldType = "pvp"
  4. protectionLevel = 1
  5. killsToRedSkull = 3
  6. killsToBan = 5
  7. banLength = 10*24*60*60
  8. pzLocked = 60000
  9. removeChargesFromRunes = true
  10. timeToDecreaseFrags = 24 * 60 * 60 * 1000
  11. whiteSkullTime = 15 * 60 * 1000
  12. stairJumpExhaustion = 0
  13. experienceByKillingPlayers = false
  14. expFromPlayersLevelRange = 75
  15.  
  16. -- Connection Config
  17. -- NOTE: maxPlayers set to 0 means no limit
  18. ip = "XXXXXXX"
  19. bindOnlyGlobalAddress = true
  20. loginProtocolPort = 7171
  21. gameProtocolPort = 7172
  22. statusProtocolPort = 7171
  23. maxPlayers = 1000
  24. motd = "Seja bem-vindo ao Nostalrius!"
  25. onePlayerOnlinePerAccount = true
  26. allowClones = false
  27. serverName = "Nostalrius"
  28. statusTimeout = 5000
  29. replaceKickOnLogin = true
  30. maxPacketsPerSecond = 75
  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. houseRentPeriod = "never"
  40.  
  41. -- Item Usage
  42. timeBetweenActions = 200
  43. timeBetweenExActions = 1000
  44.  
  45. -- Map
  46. -- NOTE: set mapName WITHOUT .otbm at the end
  47. mapName = "map"
  48. mapAuthor = "Infusions"
  49.  
  50. -- MySQL
  51. mysqlHost = "127.0.0.1"
  52. mysqlUser = "XXXXXXX"
  53. mysqlPass = "XXXXXXX*"
  54. mysqlDatabase = "XXXXXXX"
  55. mysqlPort = XXXXXXX
  56. mysqlSock = ""
  57.  
  58. -- Misc.
  59. showMonsterLoot = true
  60. allowChangeOutfit = true
  61. freePremium = false
  62. kickIdlePlayerAfterMinutes = 15
  63. maxMessageBuffer = 5
  64.  
  65. -- Rates
  66. -- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml
  67. rateExp = 1
  68. rateSkill = 5
  69. rateLoot = 1
  70. rateMagic = 1
  71. rateSpawn = 10
  72.  
  73. -- Monsters
  74. deSpawnRange = 2
  75. deSpawnRadius = 0
  76. rateSpawnInterval = 70
  77.  
  78. -- Scripts
  79. warnUnsafeScripts = true
  80. convertUnsafeScripts = true
  81.  
  82. -- Character Rooking
  83. -- Level threshold is the level requirement to teleport players back to newbie town
  84. teleportNewbies = false
  85. newbieTownId = 11
  86. newbieLevelThreshold = 5
  87.  
  88. -- Startup
  89. -- NOTE: defaultPriority only works on Windows and sets process
  90. -- priority, valid values are: "normal", "above-normal", "high"
  91. defaultPriority = "high"
  92. startupDatabaseOptimization = false
  93.  
  94. -- Status server information
  95. ownerName = "Kevin L.M"
  96. ownerEmail = "suporte@nostalrius.com.br"
  97. url = "https://www.nostalrius.com.br/"
  98. location = "United States"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement