Advertisement
Guest User

Untitled

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