Advertisement
Guest User

Untitled

a guest
Apr 16th, 2017
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.91 KB | None | 0 0
  1. -- The Forgotten Server Config
  2.  
  3. -- Account manager
  4. accountManager = false
  5. namelockManager = true
  6. newPlayerChooseVoc = false
  7. newPlayerSpawnPosX = 1000
  8. newPlayerSpawnPosY = 1000
  9. newPlayerSpawnPosZ = 7
  10. newPlayerTownId = 0
  11. newPlayerLevel = 1
  12. newPlayerMagicLevel = 0
  13. generateAccountNumber = false
  14.  
  15. -- Unjustified kills
  16. redSkullLength = 1 * 24 * 60 * 60
  17. blackSkullLength = 45 * 24 * 60 * 60
  18. dailyFragsToRedSkull = 20000000000
  19. weeklyFragsToRedSkull = 5000000000
  20. monthlyFragsToRedSkull = 100000000
  21. dailyFragsToBlackSkull = dailyFragsToRedSkull
  22. weeklyFragsToBlackSkull = weeklyFragsToRedSkull
  23. monthlyFragsToBlackSkull = monthlyFragsToRedSkull
  24. dailyFragsToBanishment = dailyFragsToRedSkull
  25. weeklyFragsToBanishment = weeklyFragsToRedSkull
  26. monthlyFragsToBanishment = monthlyFragsToRedSkull
  27. blackSkulledDeathHealth = 40
  28. blackSkulledDeathMana = 0
  29. useBlackSkull = false
  30. useFragHandler = true
  31. advancedFragList = false
  32.  
  33. -- Banishments
  34. notationsToBan = 3
  35. warningsToFinalBan = 4
  36. warningsToDeletion = 5
  37. banLength = 2 * 24 * 60 * 60
  38. killsBanLength = 1 * 24 * 60 * 60
  39. finalBanLength = 1 * 24 * 60 * 60
  40. ipBanishmentLength = 2 * 24 * 60 * 60
  41. broadcastBanishments = true
  42. maxViolationCommentSize = 200
  43. violationNameReportActionType = 2
  44. autoBanishUnknownBytes = false
  45.  
  46. -- Battle
  47. worldType = "open"
  48. protectionLevel = 80
  49. pvpTileIgnoreLevelAndVocationProtection = true
  50. pzLocked = 60 * 1000
  51. huntingDuration = 60 * 1000
  52. criticalHitChance = 7
  53. criticalHitMultiplier = 1
  54. displayCriticalHitNotify = false
  55. removeWeaponAmmunition = false
  56. removeWeaponCharges = false
  57. removeRuneCharges = false
  58. whiteSkullTime = 2 * 60 * 1000
  59. noDamageToSameLookfeet = false
  60. showHealingDamage = true
  61. showHealingDamageForMonsters = false
  62. fieldOwnershipDuration = 5 * 1000
  63. stopAttackingAtExit = false
  64. oldConditionAccuracy = false
  65. loginProtectionPeriod = 10 * 1000
  66. deathLostPercent = 8
  67. stairhopDelay = 2 * 1000
  68. pushCreatureDelay = 1.25 * 1000
  69. deathContainerId = 1987
  70. gainExperienceColor = 215
  71. addManaSpentInPvPZone = true
  72. squareColor = 0
  73. allowFightback = true
  74.  
  75. -- Connection config
  76. worldId = 0
  77. ip = "127.0.0.1"
  78. bindOnlyConfiguredIpAddress = false
  79. loginPort = 7171
  80. gamePort = 7172
  81. adminPort = 7171
  82. statusPort = 7171
  83. loginTries = 10
  84. retryTimeout = 5 * 1000
  85. loginTimeout = 60 * 1000
  86. maxPlayers = 1000
  87. motd = "Welcome to GhostOT."
  88. displayOnOrOffAtCharlist = false
  89. onePlayerOnlinePerAccount = false
  90. allowClones = false
  91. serverName = "GhostOT"
  92. loginMessage = "Welcome to GhostOT."
  93. statusTimeout = 0
  94. replaceKickOnLogin = true
  95. forceSlowConnectionsToDisconnect = false
  96. loginOnlyWithLoginServer = false
  97. premiumPlayerSkipWaitList = false
  98.  
  99.  
  100. -- Database
  101. -- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
  102. -- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
  103. sqlType = "sqlite"
  104. sqlHost = "localhost"
  105. sqlPort = 3306
  106. sqlUser = "root"
  107. sqlPass = ""
  108. sqlDatabase = "theforgottenserver"
  109. sqlFile = "forgottenserver.s3db"
  110. sqlKeepAlive = 0
  111. mysqlReadTimeout = 10
  112. mysqlWriteTimeout = 10
  113. encryptionType = "sha1"
  114.  
  115. -- Deathlist
  116. deathListEnabled = true
  117. deathListRequiredTime = 1 * 60 * 1000
  118. deathAssistCount = 19
  119. maxDeathRecords = 5
  120.  
  121. -- Guilds
  122. ingameGuildManagement = false
  123. levelToFormGuild = 8
  124. premiumDaysToFormGuild = 0
  125. guildNameMinLength = 4
  126. guildNameMaxLength = 20
  127.  
  128. -- Highscores
  129. highscoreDisplayPlayers = 15
  130. updateHighscoresAfterMinutes = 60
  131.  
  132. -- Houses
  133. buyableAndSellableHouses = true
  134. houseNeedPremium = false
  135. bedsRequirePremium = false
  136. levelToBuyHouse = 200
  137.  
  138. housesPerAccount = 1
  139. houseRentAsPrice = false
  140. housePriceAsRent = false
  141. housePriceEachSquare = 20000
  142. houseRentPeriod = "never"
  143. houseCleanOld = 0
  144. guildHalls = true
  145.  
  146. -- Item usage
  147. timeBetweenActions = 200
  148. timeBetweenExActions = 1000
  149. hotkeyAimbotEnabled = true
  150.  
  151. -- Map
  152. mapName = "map.otbm"
  153. mapAuthor = "Coronix"
  154. randomizeTiles = true
  155. storeTrash = true
  156. cleanProtectedZones = true
  157. mailboxDisabledTowns = "-1"
  158.  
  159. -- Process
  160. defaultPriority = "high"
  161. niceLevel = 0
  162. coresUsed = "-1"
  163.  
  164. -- Startup
  165. optimizeDatabaseAtStartup = false
  166. removePremiumOnInit = true
  167. confirmOutdatedVersion = false
  168.  
  169. -- Spells
  170. formulaLevel = 5.0
  171. formulaMagic = 1.0
  172. bufferMutedOnSpellFailure = false
  173. spellNameInsteadOfWords = false
  174. emoteSpells = true
  175.  
  176. -- Outfits
  177. allowChangeOutfit = true
  178. allowChangeColors = true
  179. allowChangeAddons = true
  180. disableOutfitsForPrivilegedPlayers = false
  181. addonsOnlyPremium = false
  182.  
  183. -- Miscellaneous
  184. dataDirectory = "data/"
  185. bankSystem = true
  186. displaySkillLevelOnAdvance = true
  187. promptExceptionTracerErrorBox = false
  188. separateViplistPerCharacter = false
  189. maximumDoorLevel = 500
  190. maxMessageBuffer = 4
  191.  
  192. -- Saving-related
  193. saveGlobalStorage = false
  194. useHouseDataStorage = true
  195. storePlayerDirection = false
  196.  
  197. -- Loot
  198. checkCorpseOwner = true
  199. monsterLootMessage = 3
  200. monsterLootMessageType = 25
  201.  
  202. -- Ghost mode
  203. ghostModeInvisibleEffect = true
  204. ghostModeSpellEffects = true
  205.  
  206. -- Limits
  207. idleWarningTime = 14 * 60 * 2000
  208. idleKickTime = 15 * 60 * 2000
  209. expireReportsAfterReads = 1
  210. playerQueryDeepness = 2
  211. tileLimit = 10
  212. maxItemsPerPZTile = 10
  213. maxItemsPerHouseTile = 10
  214.  
  215. -- Premium-related
  216. freePremium = true
  217. premiumForPromotion = false
  218.  
  219. -- Blessings
  220. blessingOnlyPremium = false
  221. blessingReductionBase = 30
  222. blessingReductionDecreament = 5
  223. eachBlessReduction = 8
  224.  
  225. -- Rates
  226. experienceStages = true
  227. rateExperience = 5.0
  228. rateExperienceFromPlayers = 2
  229. rateSkill = 25
  230. rateSkill = 25
  231. rateMagic = 20
  232. rateLoot = 3.5
  233. rateSpawn = 2
  234.  
  235. -- Monster rates
  236. rateMonsterHealth = 1.0
  237. rateMonsterMana = 1.0
  238. rateMonsterAttack = 1.0
  239. rateMonsterDefense = 1.0
  240.  
  241. -- Experience from players
  242. minLevelThresholdForKilledPlayer = 0.0
  243. maxLevelThresholdForKilledPlayer = 0.0
  244.  
  245. -- Stamina
  246. rateStaminaLoss = 1
  247. rateStaminaGain = 3
  248. rateStaminaThresholdGain = 12
  249. staminaRatingLimitTop = 41 * 60
  250. staminaRatingLimitBottom = 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 = 10
  267. shutdownAtGlobalSave = true
  268. cleanMapAtGlobalSave = true
  269.  
  270. -- Spawns
  271. deSpawnRange = 2
  272. deSpawnRadius = 50
  273.  
  274. -- Summons
  275. maxPlayerSummons = 2
  276. teleportAllSummons = false
  277. teleportPlayerSummons = false
  278.  
  279. -- Status
  280. ownerName = "GhostOT"
  281. ownerEmail = ""
  282. url = ""
  283. location = "Sweden"
  284. displayGamemastersWithOnlineCommand = false
  285.  
  286. -- Logs
  287. adminLogsEnabled = false
  288. displayPlayersLogging = true
  289. prefixChannelLogs = ""
  290. runFile = ""
  291. outLogName = ""
  292. errorLogName = ""
  293. truncateLogsOnStartup = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement