Advertisement
Guest User

Untitled

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