Advertisement
Guest User

Untitled

a guest
Jan 18th, 2019
122
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 = 30 * 24 * 60 * 60
  13. whiteSkullTime = 15 * 60
  14. redSkullTime = 30 * 24 * 60 * 60
  15. killsDayRedSkull = 3
  16. killsWeekRedSkull = 5
  17. killsMonthRedSkull = 10
  18. killsDayBanishment = 6
  19. killsWeekBanishment = 10
  20. killsMonthBanishment = 20
  21.  
  22. -- Connection Config
  23. -- NOTE: maxPlayers set to 0 means no limit
  24. ip = "51.75.205.0"
  25. bindOnlyGlobalAddress = false
  26. loginProtocolPort = 7171
  27. gameProtocolPort = 7172
  28. statusProtocolPort = 7171
  29. maxPlayers = 0
  30. motd = "Welcome to Belvedera74 !"
  31. onePlayerOnlinePerAccount = true
  32. allowClones = false
  33. serverName = "Belvedera74"
  34. statusTimeout = 5000
  35. replaceKickOnLogin = true
  36. maxPacketsPerSecond = -1
  37. autoStackCumulatives = false
  38. moneyRate = 1
  39.  
  40. -- Deaths
  41. -- NOTE: Leave deathLosePercent as -1 if you want to use the default
  42. -- death penalty formula. For the old formula, set it to 10. For
  43. -- no skill/experience loss, set it to 0.
  44. deathLosePercent = -1
  45.  
  46. -- Houses
  47. houseRentPeriod = "monthly"
  48.  
  49. -- Item Usage
  50. timeBetweenActions = 200
  51. timeBetweenExActions = 1000
  52.  
  53. -- Map
  54. -- NOTE: set mapName WITHOUT .otbm at the end
  55. mapName = "map"
  56. mapAuthor = "CipSoft"
  57.  
  58. -- MySQL
  59. mysqlHost = "127.0.0.1"
  60. mysqlUser = "forgottenserver"
  61. mysqlPass = ""
  62. mysqlDatabase = "forgottenserver"
  63. mysqlPort = 3306
  64. mysqlSock = ""
  65. passwordType = "sha1"
  66.  
  67. -- Misc.
  68. allowChangeOutfit = true
  69. freePremium = false
  70. kickIdlePlayerAfterMinutes = 15
  71. maxMessageBuffer = 4
  72. showMonsterLoot = false
  73.  
  74. -- Character Rooking
  75. -- Level threshold is the level requirement to teleport players back to newbie town
  76. teleportNewbies = true
  77. newbieTownId = 11
  78. newbieLevelThreshold = 5
  79.  
  80. -- Rates
  81. -- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml
  82. rateExp = 1
  83. rateSkill = 1
  84. rateLoot = 1
  85. rateMagic = 1
  86. rateSpawn = 0
  87.  
  88. -- Monsters
  89. deSpawnRange = 2
  90. deSpawnRadius = 50
  91.  
  92. -- Scripts
  93. warnUnsafeScripts = true
  94. convertUnsafeScripts = true
  95.  
  96. -- Startup
  97. -- NOTE: defaultPriority only works on Windows and sets process
  98. -- priority, valid values are: "normal", "above-normal", "high"
  99. defaultPriority = "high"
  100. startupDatabaseOptimization = true
  101.  
  102. -- Status server information
  103. ownerName = ""
  104. ownerEmail = ""
  105. url = "https://otland.net/"
  106. location = "Sweden"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement