Guest User

Untitled

a guest
Dec 10th, 2017
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.17 KB | None | 0 0
  1. accountManager = true
  2. namelockManager = true
  3. newPlayerChooseVoc = true
  4. newPlayerSpawnPosX = 32369
  5. newPlayerSpawnPosY = 32241
  6. newPlayerSpawnPosZ = 7
  7. newPlayerTownId = 1
  8. newPlayerLevel = 300
  9. newPlayerMagicLevel = 0
  10. generateAccountNumber = false
  11.  
  12.  
  13. redSkullLength = 30 * 24 * 60 * 60
  14. blackSkullLength = 45 * 24 * 60 * 60
  15. dailyFragsToRedSkull = 1000
  16. weeklyFragsToRedSkull = 1000
  17. monthlyFragsToRedSkull = 1000
  18. dailyFragsToBlackSkull = dailyFragsToRedSkull
  19. weeklyFragsToBlackSkull = weeklyFragsToRedSkull
  20. monthlyFragsToBlackSkull = monthlyFragsToRedSkull
  21. dailyFragsToBanishment = dailyFragsToRedSkull
  22. weeklyFragsToBanishment = weeklyFragsToRedSkull
  23. monthlyFragsToBanishment = monthlyFragsToRedSkull
  24. blackSkulledDeathHealth = 40
  25. blackSkulledDeathMana = 0
  26. useBlackSkull = true
  27. useFragHandler = true
  28. advancedFragList = false
  29.  
  30.  
  31. notationsToBan = 3
  32. warningsToFinalBan = 4
  33. warningsToDeletion = 5
  34. banLength = 7 * 24 * 60 * 60
  35. killsBanLength = 7 * 24 * 60 * 60
  36. finalBanLength = 30 * 24 * 60 * 60
  37. ipBanishmentLength = 1 * 24 * 60 * 60
  38. broadcastBanishments = true
  39. maxViolationCommentSize = 200
  40. violationNameReportActionType = 2
  41. autoBanishUnknownBytes = true
  42.  
  43.  
  44. worldType = "open"
  45. protectionLevel = 1
  46. pvpTileIgnoreLevelAndVocationProtection = true
  47. pzLocked = 60 * 1000
  48. huntingDuration = 60 * 1000
  49. criticalHitChance = 7
  50. criticalHitMultiplier = 1
  51. displayCriticalHitNotify = false
  52. removeWeaponAmmunition = false
  53. removeWeaponCharges = false
  54. removeRuneCharges = false
  55. whiteSkullTime = 10 * 60 * 1000
  56. noDamageToSameLookfeet = false
  57. showHealingDamage = true
  58. showHealingDamageForMonsters = true
  59. healthHealingColor = 51
  60. manaHealingColor = 53
  61. fieldOwnershipDuration = 5 * 1000
  62. stopAttackingAtExit = true
  63. oldConditionAccuracy = false
  64. loginProtectionPeriod = 0 * 1000
  65. deathLostPercent = 10
  66. stairhopDelay = 0.5 * 1000
  67. pushCreatureDelay = 0.5 * 1000
  68. deathContainerId = 1987
  69. gainExperienceColor = 230
  70. addManaSpentInPvPZone = true
  71. squareColor = 0
  72. allowFightback = false
  73.  
  74.  
  75. worldId = 0
  76. ip = "127.0.0.1"
  77. bindOnlyConfiguredIpAddress = false
  78. loginPort = 7171
  79. gamePort = 7172
  80. adminPort = 7171
  81. statusPort = 7171
  82. loginTries = 10
  83. retryTimeout = 5 * 1000
  84. loginTimeout = 60 * 1000
  85. maxPlayers = 1000
  86. motd = "Welcome to "
  87. displayOnOrOffAtCharlist = false
  88. onePlayerOnlinePerAccount = false
  89. allowClones = 300
  90. serverName = ".."
  91. loginMessage = "Welcome to "
  92. statusTimeout = 5 * 60 * 1000
  93. replaceKickOnLogin = false
  94. forceSlowConnectionsToDisconnect = false
  95. loginOnlyWithLoginServer = false
  96. premiumPlayerSkipWaitList = false
  97.  
  98.  
  99. sqlType = "sqlite"
  100. sqlHost = "localhost"
  101. sqlPort = 3306
  102. sqlUser = ""
  103. sqlPass = ""
  104. sqlDatabase = ""
  105. sqlFile = "forgottenserver.s3db"
  106. sqlKeepAlive = 0
  107. mysqlReadTimeout = 10
  108. mysqlWriteTimeout = 10
  109. encryptionType = "sha1"
  110.  
  111.  
  112. deathListEnabled = true
  113. deathListRequiredTime = 1 * 60 * 1000
  114. deathAssistCount = 19
  115. maxDeathRecords = 5
  116.  
  117.  
  118. ingameGuildManagement = false
  119. levelToFormGuild = 8
  120. premiumDaysToFormGuild = 0
  121. guildNameMinLength = 4
  122. guildNameMaxLength = 20
  123.  
  124.  
  125. highscoreDisplayPlayers = 15
  126. updateHighscoresAfterMinutes = 60
  127.  
  128.  
  129. buyableAndSellableHouses = true
  130. houseNeedPremium = true
  131. bedsRequirePremium = true
  132. levelToBuyHouse = 1
  133. housesPerAccount = 0
  134. houseRentAsPrice = false
  135. housePriceAsRent = false
  136. housePriceEachSquare = 1000
  137. houseRentPeriod = "never"
  138. houseCleanOld = 0
  139. guildHalls = false
  140.  
  141. timeBetweenActions = 200
  142. timeBetweenExActions = 1150
  143. checkCorpseOwner = true
  144. hotkeyAimbotEnabled = true
  145. maximumDoorLevel = 500
  146.  
  147.  
  148. mapName = "world.otbm"
  149. mapAuthor = ""
  150. randomizeTiles = true
  151. useHouseDataStorage = false
  152. storeTrash = true
  153. cleanProtectedZones = true
  154. mailboxDisabledTowns = "-1"
  155.  
  156.  
  157. defaultPriority = "high"
  158. niceLevel = 5
  159. coresUsed = "-1"
  160. optimizeDatabaseAtStartup = true
  161. removePremiumOnInit = true
  162. confirmOutdatedVersion = false
  163.  
  164.  
  165. maxMessageBuffer = 8
  166. bufferMutedOnSpellFailure = false
  167.  
  168.  
  169. dataDirectory = "data/"
  170. allowChangeOutfit = false
  171. allowChangeColors = false
  172. allowChangeAddons = false
  173. disableOutfitsForPrivilegedPlayers = false
  174. bankSystem = true
  175. saveGlobalStorage = true
  176. displaySkillLevelOnAdvance = true
  177. spellNameInsteadOfWords = false
  178. emoteSpells = false
  179. promptExceptionTracerErrorBox = true
  180. storePlayerDirection = false
  181. monsterLootMessage = 3
  182. monsterLootMessageType = 25
  183. separateViplistPerCharacter = false
  184.  
  185.  
  186. ghostModeInvisibleEffect = false
  187. ghostModeSpellEffects = false
  188.  
  189.  
  190. idleWarningTime = 14 * 60 * 1000
  191. idleKickTime = 15 * 60 * 1000
  192. expireReportsAfterReads = 1
  193. playerQueryDeepness = 2
  194. maxItemsPerPZTile = 0
  195. maxItemsPerHouseTile = 0
  196.  
  197.  
  198. freePremium = true
  199. premiumForPromotion = true
  200.  
  201.  
  202. blessingOnlyPremium = true
  203. blessingReductionBase = 30
  204. blessingReductionDecreament = 5
  205. eachBlessReduction = 0
  206.  
  207.  
  208. experienceStages = false
  209. rateExperience = 200.0
  210. rateExperienceFromPlayers = 10.0
  211. rateSkill = 20.0
  212. rateMagic = 20.0
  213. rateLoot = 2.0
  214. rateSpawn = 1
  215.  
  216.  
  217. rateMonsterHealth = 1.0
  218. rateMonsterMana = 1.0
  219. rateMonsterAttack = 1.0
  220. rateMonsterDefense = 1.0
  221.  
  222.  
  223. minLevelThresholdForKilledPlayer = 0
  224. maxLevelThresholdForKilledPlayer = 0
  225.  
  226.  
  227. rateStaminaLoss = 1
  228. rateStaminaGain = 3
  229. rateStaminaThresholdGain = 12
  230. staminaRatingLimitTop = 41 * 60
  231. staminaRatingLimitBottom = 14 * 60
  232. rateStaminaAboveNormal = 1.5
  233. rateStaminaUnderNormal = 0.5
  234. staminaThresholdOnlyPremium = true
  235.  
  236.  
  237. experienceShareRadiusX = 30
  238. experienceShareRadiusY = 30
  239. experienceShareRadiusZ = 1
  240. experienceShareLevelDifference = 2 / 3
  241. extraPartyExperienceLimit = 20
  242. extraPartyExperiencePercent = 5
  243. experienceShareActivity = 2 * 60 * 1000
  244.  
  245.  
  246. globalSaveEnabled = false
  247. globalSaveHour = 8
  248. shutdownAtGlobalSave = true
  249. cleanMapAtGlobalSave = false
  250.  
  251.  
  252. deSpawnRange = 2
  253. deSpawnRadius = 50
  254.  
  255.  
  256. maxPlayerSummons = 2
  257. teleportAllSummons = false
  258. teleportPlayerSummons = false
  259.  
  260.  
  261. ownerName = ""
  262. ownerEmail = ""
  263. url = ""
  264. location = ""
  265. displayGamemastersWithOnlineCommand = false
  266.  
  267.  
  268. adminLogsEnabled = false
  269. displayPlayersLogging = true
  270. prefixChannelLogs = ""
  271. runFile = ""
  272. outLogName = ""
  273. errorLogName = ""
  274. truncateLogsOnStartup = false
Add Comment
Please, Sign In to add comment