Advertisement
Guest User

Untitled

a guest
Sep 14th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.95 KB | None | 0 0
  1. -- -- Config
  2.  
  3.  
  4. -- Account manager
  5. accountManager = true
  6. namelockManager = true
  7. newPlayerChooseVoc = true
  8. newPlayerSpawnPosX = 95
  9. newPlayerSpawnPosY = 117
  10. newPlayerSpawnPosZ = 7
  11. newPlayerTownId = 4
  12. newPlayerLevel = 8
  13. newPlayerMagicLevel = 0
  14. generateAccountNumber = false
  15.  
  16. -- Unjustified kills
  17. useFragHandler = true
  18. redSkullLength = 2 * 24 * 60 * 60
  19. blackSkullLength = 7 * 24 * 60 * 60
  20. dailyFragsToRedSkull = 6
  21. weeklyFragsToRedSkull = 42
  22. monthlyFragsToRedSkull = 168
  23. dailyFragsToBlackSkull = 12
  24. weeklyFragsToBlackSkull = 84
  25. monthlyFragsToBlackSkull = 336
  26. dailyFragsToBanishment = 18
  27. weeklyFragsToBanishment = 160
  28. monthlyFragsToBanishment = 480
  29. blackSkulledDeathHealth = 40
  30. blackSkulledDeathMana = 0
  31. useBlackSkull = true
  32. advancedFragList = false
  33.  
  34. -- Banishments
  35. notationsToBan = 3
  36. warningsToFinalBan = 4
  37. warningsToDeletion = 5
  38. banLength = 7 * 24 * 60 * 60
  39. killsBanLength = 7 * 24 * 60 * 60
  40. finalBanLength = 30 * 24 * 60 * 60
  41. ipBanishmentLength = 1 * 24 * 60 * 60
  42. broadcastBanishments = true
  43. maxViolationCommentSize = 200
  44. violationNameReportActionType = 2
  45. autoBanishUnknownBytes = false
  46.  
  47. -- Battle
  48. worldType = "pvp"
  49. protectionLevel = 0
  50. pvpTileIgnoreLevelAndVocationProtection = true
  51. pzLocked = 60 * 1000
  52. huntingDuration = 60 * 1000
  53. criticalHitChance = 7
  54. criticalHitMultiplier = 1
  55. displayCriticalHitNotify = false
  56. removeWeaponAmmunition = true
  57. removeWeaponCharges = true
  58. removeRuneCharges = true
  59. whiteSkullTime = 15 * 60 * 1000
  60. noDamageToSameLookfeet = false
  61. showHealingDamage = false
  62. showHealingDamageForMonsters = false
  63. fieldOwnershipDuration = 5 * 1000
  64. stopAttackingAtExit = false
  65. loginProtectionPeriod = 10 * 1000
  66. deathLostPercent = 10
  67. stairhopDelay = 2 * 1000
  68. pushCreatureDelay = 2 * 1000
  69. deathContainerId = 1987
  70. gainExperienceColor = 215
  71. addManaSpentInPvPZone = true
  72. squareColor = 0
  73. allowFightback = true
  74. fistBaseAttack = 7
  75.  
  76. -- Connection config
  77. worldId = 0
  78. ip = "127.0.0.1"
  79. loginPort = 7171
  80. gamePort = 7172
  81. loginTries = 10
  82. retryTimeout = 5 * 1000
  83. loginTimeout = 60 * 1000
  84. maxPlayers = 1000
  85. motd = "Welcome to the --"
  86. displayOnOrOffAtCharlist = false
  87. onePlayerOnlinePerAccount = true
  88. allowClones = false
  89. serverName = "Global"
  90. loginMessage = "Welcome to the --"
  91. statusTimeout = 5 * 60 * 1000
  92. replaceKickOnLogin = true
  93. forceSlowConnectionsToDisconnect = false
  94. loginOnlyWithLoginServer = false
  95. premiumPlayerSkipWaitList = false
  96.  
  97. -- Database
  98. sqlType = "sqlite"
  99. sqlHost = "localhost"
  100. sqlPort = 3306
  101. sqlUser = "root"
  102. sqlPass = ""
  103. sqlDatabase = "--"
  104. sqlFile = "forgottenserver.s3db"
  105. sqlKeepAlive = 0
  106. mysqlReadTimeout = 10
  107. mysqlWriteTimeout = 10
  108. encryptionType = "sha1"
  109.  
  110. -- Deathlist
  111. deathListEnabled = true
  112. deathListRequiredTime = 1 * 60 * 1000
  113. deathAssistCount = 19
  114. maxDeathRecords = 5
  115.  
  116. -- Guilds
  117. ingameGuildManagement = true
  118. levelToFormGuild = 8
  119. premiumDaysToFormGuild = 0
  120. guildNameMinLength = 4
  121. guildNameMaxLength = 20
  122.  
  123. -- Highscores
  124. highscoreDisplayPlayers = 15
  125. updateHighscoresAfterMinutes = 60
  126.  
  127. -- Houses
  128. buyableAndSellableHouses = true
  129. houseNeedPremium = true
  130. bedsRequirePremium = true
  131. levelToBuyHouse = 100
  132. housesPerAccount = 0
  133. houseRentAsPrice = false
  134. housePriceAsRent = false
  135. housePriceEachSquare = 1000
  136. houseRentPeriod = "never"
  137. houseCleanOld = 0
  138. guildHalls = false
  139.  
  140. -- Item usage
  141. timeBetweenActions = 200
  142. timeBetweenExActions = 1000
  143. hotkeyAimbotEnabled = true
  144.  
  145. -- Map
  146. mapName = "--"
  147. mapAuthor = "--"
  148. randomizeTiles = true
  149. storeTrash = true
  150. cleanProtectedZones = true
  151. mailboxDisabledTowns = ""
  152.  
  153. -- Process
  154. defaultPriority = "high"
  155. niceLevel = 5
  156. coresUsed = "-1"
  157.  
  158. -- Startup
  159. startupDatabaseOptimization = true
  160. updatePremiumStateAtStartup = true
  161. confirmOutdatedVersion = false
  162.  
  163. -- Spells
  164. formulaLevel = 5.0
  165. formulaMagic = 1.0
  166. bufferMutedOnSpellFailure = false
  167. spellNameInsteadOfWords = false
  168. emoteSpells = false
  169.  
  170. -- Outfits
  171. allowChangeOutfit = true
  172. allowChangeColors = true
  173. allowChangeAddons = true
  174. disableOutfitsForPrivilegedPlayers = false
  175. addonsOnlyPremium = true
  176.  
  177. -- Miscellaneous
  178. dataDirectory = "data/"
  179. logsDirectory = "data/logs/"
  180. bankSystem = true
  181. displaySkillLevelOnAdvance = false
  182. promptExceptionTracerErrorBox = true
  183. maximumDoorLevel = 500
  184. maxMessageBuffer = 4
  185.  
  186. -- VIP list
  187. separateVipListPerCharacter = false
  188. vipListDefaultLimit = 20
  189. vipListDefaultPremiumLimit = 100
  190.  
  191. -- Saving-related
  192. saveGlobalStorage = true
  193. useHouseDataStorage = false
  194. storePlayerDirection = false
  195.  
  196. -- Loot
  197. checkCorpseOwner = true
  198. monsterLootMessage = 3
  199. monsterLootMessageType = 25
  200.  
  201. -- Ghost mode
  202. ghostModeInvisibleEffect = false
  203. ghostModeSpellEffects = true
  204.  
  205. -- Limits
  206. idleWarningTime = 14 * 60 * 1000
  207. idleKickTime = 15 * 60 * 1000
  208. reportsExpirationAfterReads = 1
  209. playerQueryDeepness = 2
  210. tileLimit = 0
  211. protectionTileLimit = 0
  212. houseTileLimit = 0
  213.  
  214. -- Premium-related
  215. freePremium = false
  216. premiumForPromotion = true
  217.  
  218. -- Blessings
  219. blessings = true
  220. blessingOnlyPremium = true
  221. blessingReductionBase = 30
  222. blessingReductionDecrement = 5
  223. eachBlessReduction = 8
  224.  
  225. -- Rates
  226. experienceStages = true
  227. rateExperience = 100.0
  228. rateExperienceFromPlayers = 0
  229. rateSkill = 50.0
  230. rateMagic = 20.0
  231. rateLoot = 5.0
  232. rateSpawn = 1
  233.  
  234. -- Monster rates
  235. rateMonsterHealth = 1.0
  236. rateMonsterMana = 1.0
  237. rateMonsterAttack = 1.0
  238. rateMonsterDefense = 1.0
  239.  
  240. -- Experience from players
  241. minLevelThresholdForKilledPlayer = 0.9
  242. maxLevelThresholdForKilledPlayer = 1.1
  243.  
  244. -- Stamina
  245. rateStaminaLoss = 1
  246. rateStaminaGain = 3
  247. rateStaminaThresholdGain = 12
  248. staminaRatingLimitTop = 40 * 60
  249. staminaRatingLimitBottom = 14 * 60
  250. staminaLootLimit = 14 * 60
  251. rateStaminaAboveNormal = 1.5
  252. rateStaminaUnderNormal = 0.5
  253. staminaThresholdOnlyPremium = true
  254.  
  255. -- Party
  256. experienceShareRadiusX = 30
  257. experienceShareRadiusY = 30
  258. experienceShareRadiusZ = 1
  259. experienceShareLevelDifference = 2 / 3
  260. extraPartyExperienceLimit = 20
  261. extraPartyExperiencePercent = 5
  262. experienceShareActivity = 2 * 60 * 1000
  263.  
  264. -- Global save
  265. globalSaveEnabled = false
  266. globalSaveHour = 8
  267. globalSaveMinute = 0
  268. shutdownAtGlobalSave = true
  269. cleanMapAtGlobalSave = false
  270.  
  271. -- Spawns
  272. deSpawnRange = 2
  273. deSpawnRadius = 50
  274.  
  275. -- Summons
  276. maxPlayerSummons = 2
  277. teleportAllSummons = false
  278. teleportPlayerSummons = false
  279.  
  280. -- Status
  281. statusPort = 7171
  282. ownerName = "--"
  283. ownerEmail = "--"
  284. url = "--"
  285. location = "Brazil"
  286. displayGamemastersWithOnlineCommand = false
  287.  
  288. -- Logs
  289. displayPlayersLogging = true
  290. prefixChannelLogs = ""
  291. runFile = ""
  292. outputLog = ""
  293. truncateLogsOnStartup = false
  294.  
  295. -- Manager
  296. managerPort = 7171
  297. managerLogs = true
  298. managerPassword = ""
  299. managerLocalhostOnly = true
  300. managerConnectionsLimit = 1
  301.  
  302. -- Admin
  303. adminPort = 7171
  304. adminLogs = true
  305. adminPassword = ""
  306. adminLocalhostOnly = true
  307. adminConnectionsLimit = 1
  308. adminRequireLogin = true
  309. adminEncryption = ""
  310. adminEncryptionData = ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement