Guest User

Untitled

a guest
Jan 8th, 2017
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. -- The Forgotten Server Config
  2.  
  3. -- Account manager
  4. accountManager = true
  5. namelockManager = true
  6. newPlayerChooseVoc = true
  7. newPlayerSpawnPosX = 33205
  8. newPlayerSpawnPosY = 31846
  9. newPlayerSpawnPosZ = 7
  10. newPlayerTownId = 1
  11. newPlayerLevel = 8
  12. newPlayerMagicLevel = 0
  13. generateAccountNumber = false
  14.  
  15. -- Banishments
  16. notationsToBan = 3
  17. warningsToFinalBan = 4
  18. warningsToDeletion = 5
  19. banLength = 7 * 24 * 60 * 60
  20. finalBanLength = 30 * 24 * 60 * 60
  21. ipBanishmentLength = 1 * 24 * 60 * 60
  22. killsToBan = 5
  23. maxViolationCommentSize = 200
  24.  
  25. -- Battle
  26. worldType = "pvp"
  27. protectionLevel = 1
  28. pvpTileIgnoreLevelAndVocationProtection = true
  29. killsToRedSkull = 3
  30. pzLocked = 60 * 1000
  31. criticalHitChance = 7
  32. criticalHitMultiplier = 1
  33. displayCriticalHitNotify = false
  34. removeWeaponAmmunition = true
  35. removeWeaponCharges = false
  36. removeRuneCharges = false
  37. timeToDecreaseFrags = 24 * 60 * 60 * 1000
  38. whiteSkullTime = 15 * 60 * 1000
  39. noDamageToSameLookfeet = false
  40. experienceByKillingPlayers = false
  41. showHealingDamage = false
  42. showHealingDamageForMonsters = false
  43.  
  44. -- Connection config
  45. ip = "188.165.168.245"
  46. port = 7171
  47. loginTries = 10
  48. retryTimeout = 5 * 1000
  49. loginTimeout = 60 * 1000
  50. maxPlayers = "1000"
  51. motd = "Welcome to the Forgotten Server!"
  52. displayOnOrOffAtCharlist = false
  53. onePlayerOnlinePerAccount = true
  54. allowClones = 0
  55. serverName = "Forgotten"
  56. loginMessage = "Welcome to the Forgotten Server!"
  57. statusTimeout = 5 * 60 * 1000
  58. replaceKickOnLogin = true
  59.  
  60. -- Database
  61. -- NOTE: sqlFile is used only by sqlite database
  62. sqlType = "mysql"
  63. sqlHost = "localhost"
  64. sqlPort = 3306
  65. sqlUser = "root"
  66. sqlPass = ""
  67. sqlDatabase = "hajastan3"
  68. sqlFile = "forgottenserver.s3db"
  69. passwordType = "sha1"
  70.  
  71. -- Deathlist
  72. deathListEnabled = true
  73. maxDeathRecords = 5
  74.  
  75. -- Guilds
  76. inGameGuildManagement = true
  77. levelToFormGuild = 8
  78. guildNameMinLength = 4
  79. guildNameMaxLength = 20
  80.  
  81. -- Highscores
  82. highscoreDisplayPlayers = 15
  83. updateHighscoresAfterMinutes = 60
  84.  
  85. -- Houses
  86. buyableAndSellableHouses = true
  87. housesPerAccount = 0
  88. levelToBuyHouse = 1
  89. houseRentAsPrice = false
  90. housePriceAsRent = false
  91. housePriceEachSQM = 1000
  92. houseRentPeriod = "never"
  93. houseNeedPremiumAccount = true
  94. bedsRequirePremium = true
  95.  
  96. -- Item usage
  97. timeBetweenActions = 200
  98. timeBetweenExActions = 1000
  99.  
  100. -- Map
  101. mapName = "edron"
  102. cleanProtectedZones = true
  103.  
  104. -- Miscellaneous
  105. -- NOTE: defaultPriority works only on Windows
  106. dataDirectory = "data/"
  107. kickIdlePlayerAfterMinutes = 15
  108. allowChangeOutfit = true
  109. maxMessageBuffer = 4
  110. displayGamemastersWithOnlineCommand = false
  111. defaultPriority = "high"
  112. saveGlobalStorage = true
  113. bankSystem = true
  114. displaySkillLevelOnAdvance = false
  115.  
  116. -- Premium account
  117. freePremium = false
  118. premiumForPromotion = true
  119. removePremiumOnInit = true
  120.  
  121. -- Rates
  122. rateExp = 5
  123. rateSkill = 3
  124. rateLoot = 2
  125. rateMagic = 3
  126. rateSpawn = 1
  127.  
  128. -- Global save
  129. -- NOTE: globalSaveHour means like 03:00, not that it will save every 3 hours,
  130. -- if you want such a system use autoSaveEachMinutes. This save method
  131. -- may be unstable, we recommend using OTAdmin if you want real saves.
  132. globalSaveEnabled = false
  133. globalSaveHour = 8
  134. shutdownAtGlobalSave = true
  135. cleanMapAtGlobalSave = false
  136.  
  137. -- Spawns
  138. deSpawnRange = 2
  139. deSpawnRadius = 50
  140.  
  141. -- Summons
  142. maxPlayerSummons = 2
  143.  
  144. -- Status
  145. ownerName = ""
  146. ownerEmail = "@otland.net"
  147. url = "http://otland.net/"
  148. location = "Europe"
Add Comment
Please, Sign In to add comment