Advertisement
Guest User

Untitled

a guest
Mar 27th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 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. pzLocked = 60000
  6. removeChargesFromRunes = true
  7. stairJumpExhaustion = 0
  8. experienceByKillingPlayers = false
  9. expFromPlayersLevelRange = 75
  10.  
  11. -- Skull System
  12. banLength = 7 * 24 * 60 * 60
  13. whiteSkullTime = 15 * 60
  14. redSkullTime = 7 * 24 * 60 * 60
  15. killsDayRedSkull = 3
  16. killsWeekRedSkull = 10
  17. killsMonthRedSkull = 30
  18. killsDayBanishment = 6
  19. killsWeekBanishment = 20
  20. killsMonthBanishment = 60
  21.  
  22. -- Connection Config
  23. -- NOTE: maxPlayers set to 0 means no limit
  24. ip = "XXXXXXXXXXXXXXXXX"
  25. bindOnlyGlobalAddress = false
  26. loginProtocolPort = 7171
  27. gameProtocolPort = 7172
  28. statusProtocolPort = 7171
  29. maxPlayers = 2000
  30. motd = "Seja Bem-vindo ao Nostalrius!"
  31. onePlayerOnlinePerAccount = true
  32. allowClones = false
  33. serverName = "Nostalrius"
  34. statusTimeout = 5000
  35. replaceKickOnLogin = true
  36. maxPacketsPerSecond = 75
  37.  
  38. -- Deaths
  39. -- NOTE: Leave deathLosePercent as -1 if you want to use the default
  40. -- death penalty formula. For the old formula, set it to 10. For
  41. -- no skill/experience loss, set it to 0.
  42. deathLosePercent = 10
  43.  
  44. -- Houses
  45. houseRentPeriod = "never"
  46.  
  47. -- Item Usage
  48. timeBetweenActions = 200
  49. timeBetweenExActions = 1000
  50.  
  51. -- Map
  52. -- NOTE: set mapName WITHOUT .otbm at the end
  53. mapName = "map"
  54. mapAuthor = "Infusions"
  55.  
  56. -- MySQL
  57. mysqlHost = "127.0.0.1"
  58. mysqlUser = "XXXXXXXXXXXXXX"
  59. mysqlPass = "XXXXXXXXXXXX"
  60. mysqlDatabase = "XXXXXXXXXXX"
  61. mysqlPort = XXXXXXXXXX
  62. mysqlSock = ""
  63.  
  64. -- Misc.
  65. showMonsterLoot = false
  66. allowChangeOutfit = true
  67. freePremium = false
  68. kickIdlePlayerAfterMinutes = 15
  69. maxMessageBuffer = 4
  70.  
  71. -- Rates
  72. -- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml
  73. rateExp = 1
  74. rateSkill = 3
  75. rateLoot = 1
  76. rateMagic = 1
  77. rateSpawn = 240
  78.  
  79. -- Monsters
  80. deSpawnRange = 2
  81. deSpawnRadius = 0
  82.  
  83. -- Scripts
  84. warnUnsafeScripts = true
  85. convertUnsafeScripts = true
  86.  
  87. -- Character Rooking
  88. -- Level threshold is the level requirement to teleport players back to newbie town
  89. teleportNewbies = true
  90. newbieTownId = 12
  91. newbieLevelThreshold = 5
  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 = true
  98.  
  99. -- Status server information
  100. ownerName = "XXXXXXXXXXXXXXXXXXX"
  101. ownerEmail = "XXXXXXXXXXXXXXXXX"
  102. url = "XXXXXXXXXXXXXXXXXX"
  103. location = "United States"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement