Advertisement
Guest User

Untitled

a guest
Jan 18th, 2016
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.60 KB | None | 0 0
  1. -- The Forgotten Server Config
  2.  
  3. -- Account manager
  4. accountManager = false
  5. namelockManager = true
  6. newPlayerChooseVoc = false
  7. newPlayerSpawnPosX = 857
  8. newPlayerSpawnPosY = 964
  9. newPlayerSpawnPosZ = 7
  10. newPlayerTownId = 1
  11. newPlayerLevel = 1
  12. newPlayerMagicLevel = 0
  13. generateAccountNumber = false
  14. generateAccountSalt = false
  15.  
  16. -- Top player on a stacked tile will be unable to heal
  17. UHTrap = true
  18. PromotionCost = 20000
  19. EachBlessingCost = 4000
  20. AmuletOfLossCost = 40000
  21. DjinnQuestsAcces = false
  22. FreeBoats = false
  23.  
  24. -- Rook system
  25. useRookSystem = false
  26. rookTownId = 11
  27. rookLevelToGetRooked = 5
  28. rookLevelToLeaveRook = 8
  29.  
  30. -- Unjustified kills
  31. -- advancedFragList is not advised if you use huge frags
  32. -- requirements.
  33. useFragHandler = true
  34. redSkullLength = 30 * 24 * 60 * 60
  35. fragsLimit = 24 * 60 * 60
  36. fragsSecondLimit = 7 * 24 * 60 * 60
  37. fragsThirdLimit = 30 * 24 * 60 * 60
  38. fragsToRedSkull = 3
  39. fragsSecondToRedSkull = 5
  40. fragsThirdToRedSkull = 10
  41. fragsToBanishment = fragsToRedSkull
  42. fragsSecondToBanishment = fragsSecondToRedSkull
  43. fragsThirdToBanishment = fragsThirdToRedSkull
  44. advancedFragList = false
  45.  
  46. -- Banishments
  47. -- violationNameReportActionType 1 = just a report, 2 = name lock, 3 = player banishment
  48. notationsToBan = 3
  49. warningsToFinalBan = 4
  50. warningsToDeletion = 5
  51. banLength = 7 * 24 * 60 * 60
  52. killsBanLength = 7 * 24 * 60 * 60
  53. finalBanLength = 30 * 24 * 60 * 60
  54. ipBanLength = 1 * 24 * 60 * 60
  55. allowedMaxSizePackets = 20
  56.  
  57. -- Battle
  58. -- NOTE: showHealth/ManaChangeForMonsters inherites from showHealth/ManaChange.
  59. -- deathLostPercent set to nil enables manual mode.
  60. worldType = "open"
  61. protectionLevel = 1
  62. pvpTileIgnoreLevelAndVocationProtection = true
  63. pzLocked = 60 * 1000
  64. huntingDuration = 60 * 1000
  65. criticalHitChance = 7
  66. criticalHitMultiplier = 1
  67. displayCriticalHitNotify = false
  68. removeWeaponAmmunition = true
  69. removeWeaponCharges = true
  70. removeRuneCharges = true
  71. whiteSkullTime = 15 * 60 * 1000
  72. noDamageToSameLookfeet = false
  73. showHealthChange = false
  74. showManaChange = false
  75. showHealthChangeForMonsters = false
  76. showManaChangeForMonsters = false
  77. fieldOwnershipDuration = 5 * 1000
  78. stopAttackingAtExit = true
  79. deathLostPercent = 10
  80. pushCreatureDelay = 2 * 1000
  81. deathContainerId = 1987
  82. gainExperienceColor = 215
  83. addManaSpentInPvPZone = true
  84. recoverManaAfterDeathInPvPZone = false
  85. squareColor = 0
  86. fistBaseAttack = 7
  87. useFairfightReduction = true
  88. optionalWarAttackableAlly = false
  89.  
  90. -- Connection config
  91. worldId = 0
  92. ip = "192.169.81.46"
  93. bindOnlyGlobalAddress = false
  94. loginPort = 7171
  95. gamePort = 7172
  96. loginTries = 3
  97. retryTimeout = 5 * 1000
  98. loginTimeout = 60 * 1000
  99. maxPlayers = 1000
  100. motd = "Welcome to the Tibia 7.4 Server!"
  101. displayOnOrOffAtCharlist = false
  102. charlistBasicInfo = false
  103. onePlayerOnlinePerAccount = true
  104. allowClones = 0
  105. serverName = "Tibia"
  106. loginMessage = "Welcome to the Tibia 7.4 Server!"
  107. statusTimeout = 5 * 60 * 1000
  108. replaceKickOnLogin = true
  109. forceSlowConnectionsToDisconnect = false
  110. loginOnlyWithLoginServer = false
  111. premiumPlayerSkipWaitList = false
  112. packetsPerSecond = 50
  113.  
  114. -- Database
  115. -- NOTE: ONLY MYSQL
  116. -- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
  117. -- encryptionType can be plain, md5, sha1, sha256, sha512.
  118. sqlType = "mysql"
  119. sqlHost = "127.0.0.1"
  120. sqlPort = 3306
  121. sqlUser = "root"
  122. sqlPass = "xxxxxxx"
  123. sqlDatabase = "tibia"
  124. sqlKeepAlive = 0
  125. mysqlReadTimeout = 10
  126. mysqlWriteTimeout = 10
  127. mysqlReconnectionAttempts = 3
  128. encryptionType = "sha1"
  129.  
  130. -- Deathlist
  131. deathListEnabled = true
  132. deathListRequiredTime = 1 * 60 * 1000
  133. deathAssistCount = 19
  134. maxDeathRecords = 5
  135. multipleNames = false
  136.  
  137. -- Guilds
  138. -- NOTE: externalGuildWarsManagement supports Automatic Account Creator(webpage or whatever you want)
  139. externalGuildWarsManagement = false
  140. ingameGuildManagement = true
  141. levelToFormGuild = 30
  142. premiumDaysToFormGuild = 0
  143. guildNameMinLength = 4
  144. guildNameMaxLength = 20
  145.  
  146. -- Houses
  147. buyableAndSellableHouses = true
  148. houseNeedPremium = true
  149. bedsRequirePremium = true
  150. levelToBuyHouse = 1
  151. housesPerAccount = 0
  152. houseRentAsPrice = false
  153. housePriceAsRent = false
  154. housePriceEachSquare = 1000
  155. houseSkipInitialRent = true
  156. houseRentPeriod = "never"
  157. houseCleanOld = 0
  158. guildHalls = false
  159. houseProtection = true
  160.  
  161. -- Item usage
  162. timeBetweenActions = 200
  163. timeBetweenExActions = 1000
  164. timeBetweenCustomActions = 500
  165. hotkeyAimbotEnabled = true
  166. tibiaClassicSlots = true
  167.  
  168. -- Map
  169. -- NOTE: storeTrash costs more memory, but will perform alot faster cleaning.
  170. mapName = "world.otbm"
  171. mapAuthor = ""
  172. randomizeTiles = true
  173. storeTrash = true
  174. cleanProtectedZones = true
  175.  
  176. -- Mailbox
  177. mailboxDisabledTowns = ""
  178. mailMaxAttempts = 20
  179. mailBlockPeriod = 60 * 60 * 1000
  180. mailAttemptsFadeTime = 10 * 60 * 1000
  181.  
  182. -- Process
  183. -- NOTE: daemonize works only on *nix, same as niceLevel, while
  184. -- defaultPriority works only on Windows.
  185. -- coresUsed are seperated by comma cores ids used by server process,
  186. -- default is -1, so it stays untouched (automaticaly assigned by OS).
  187. daemonize = false
  188. defaultPriority = "high"
  189. niceLevel = 5
  190. serviceThreads = 1
  191. coresUsed = "-1"
  192.  
  193. -- Startup
  194. startupDatabaseOptimization = false
  195. updatePremiumStateAtStartup = true
  196. skipItemsVersionCheck = false
  197.  
  198. -- Spells
  199. bufferMutedOnSpellFailure = false
  200. spellNameInsteadOfWords = false
  201. emoteSpells = false
  202. unifiedSpells = true
  203. runesHitTopCreature = false
  204.  
  205. -- Outfits
  206. allowChangeOutfit = true
  207. allowChangeColors = true
  208. disableOutfitsForPrivilegedPlayers = false
  209.  
  210. -- Miscellaneous
  211. -- NOTE: promptExceptionTracerErrorBox works only with precompiled support feature,
  212. -- called "exception tracer" (__EXCEPTION_TRACER__ flag).
  213. dataDirectory = "data/"
  214. logsDirectory = "data/logs/"
  215. bankSystem = true
  216. promptExceptionTracerErrorBox = true
  217. maximumDoorLevel = 500
  218. maxMessageBuffer = 4
  219. logPlayersStatements = true
  220. tradeLimit = 100
  221. useCapacity = true
  222. tileHeightBlock = false
  223. autoStack = true
  224. -- set playerFollowExhaust to 1500 if someone causes lags and kicks
  225. -- by following unreachable creatures too often
  226. playerFollowExhaust = 0
  227.  
  228. -- Depot
  229. defaultDepotSizePremium = 1000
  230. defaultDepotSize = 1000
  231.  
  232. -- VIP list
  233. separateVipListPerCharacter = false
  234. vipListDefaultLimit = 20
  235. vipListDefaultPremiumLimit = 100
  236.  
  237. -- Saving-related
  238. -- houseDataStorage usage may be found at README.
  239. houseDataStorage = "binary"
  240. saveGlobalStorage = true
  241. storePlayerDirection = false
  242. savePlayerData = true
  243.  
  244. -- Ghost mode
  245. ghostModeInvisibleEffect = false
  246. ghostModeSpellEffects = true
  247.  
  248. -- Limits
  249. idleWarningTime = 14 * 60 * 1000
  250. idleKickTime = 15 * 60 * 1000
  251. reportsExpirationAfterReads = 1
  252. playerQueryDeepness = -1
  253. tileLimit = 0
  254. protectionTileLimit = 0
  255. houseTileLimit = 0
  256.  
  257. -- Premium-related
  258. freePremium = false
  259. premiumForPromotion = true
  260.  
  261. -- Blessings
  262. -- NOTE: blessingReduction* regards items/containers loss.
  263. -- eachBlessReduction is how much each bless reduces the experience/magic/skills loss.
  264. -- pvpBlessingThreshold is damage percent received from PvP that is required to
  265. -- enable pvpBlessing.
  266. -- fairFightTimeRange is last X seconds from which damage to player counts.
  267. -- Applies to pvp blessing.
  268. blessings = true
  269. blessingOnlyPremium = true
  270. blessingReductionBase = 30
  271. blessingReductionDecrement = 5
  272. eachBlessReduction = 8
  273. pvpBlessingThreshold = 40
  274. fairFightTimeRange = 60
  275.  
  276. -- Rates
  277. -- NOTE: experienceStages configuration is located in data/XML/stages.xml.
  278. -- rateExperienceFromPlayers 0 to disable.
  279. -- For constant spawn count increment, use exact values in rateSpawn* variables.
  280. experienceStages = false
  281. rateExperience = 250.0
  282. rateExperienceFromPlayers = 0
  283. rateSkill = 3.0
  284. rateMagic = 3.0
  285. rateLoot = 2.0
  286. offlineRateSkill = 3.0
  287. offlineRateMagic = 3.0
  288. rateSpawnMin = 1
  289. rateSpawnMax = 1
  290.  
  291. -- Monster rates
  292. rateMonsterHealth = 1.0
  293. rateMonsterMana = 1.0
  294. rateMonsterAttack = 1.0
  295. rateMonsterDefense = 1.0
  296.  
  297. -- Experience from players
  298. -- NOTE: min~Threshold* set to 0 will disable the minimum threshold:
  299. -- player will gain experience from every lower leveled player.
  300. -- max~Threshold* set to 0 will disable the maximum threshold:
  301. -- player will gain experience from every higher leveled player.
  302. minLevelThresholdForKilledPlayer = 0.9
  303. maxLevelThresholdForKilledPlayer = 1.1
  304.  
  305. -- Stamina
  306. -- NOTE: Stamina is stored in miliseconds, so seconds are multiplied by 1000.
  307. -- set useStamina to false to disable
  308. -- rateStaminaHits multiplies every hit done a creature, which are later
  309. -- multiplied by player attack speed.
  310. -- rateStaminaGain is multiplying every second of logged out time, eg:
  311. -- 60 * 1000 / 3 = 20 seconds, what gives 1 stamina minute for 3 being logged off.
  312. -- rateStaminaThresholdGain is dividing in case the normal gain (that is
  313. -- multiplied by rateStaminaGain, btw.) passed above threshold, eg:
  314. -- 60 * 1000 / 3 = 20 / 4 = 5 seconds (3 * 4 = 12 minutes for 1 stamina minute).
  315. -- staminaRatingLimit* is in minutes.
  316. useStamina = true
  317. rateStaminaLoss = 1
  318. rateStaminaGain = 3
  319. rateStaminaThresholdGain = 12
  320. staminaRatingLimitTop = 40 * 60
  321. staminaRatingLimitBottom = 14 * 60
  322. staminaLootLimit = 14 * 60
  323. rateStaminaAboveNormal = 1.5
  324. rateStaminaUnderNormal = 0.5
  325. staminaThresholdOnlyPremium = true
  326.  
  327. -- Party
  328. -- NOTE: experienceShareLevelDifference is float number.
  329. -- experienceShareLevelDifference is highestLevel * value
  330. experienceShareRadiusX = 30
  331. experienceShareRadiusY = 30
  332. experienceShareRadiusZ = 1
  333. experienceShareLevelDifference = 2 / 3
  334. extraPartyExperienceLimit = 20
  335. extraPartyExperiencePercent = 5
  336. experienceShareActivity = 2 * 60 * 1000
  337.  
  338. -- Global save
  339. -- NOTE: globalSaveHour means like 03:00, not that it will save every 3 hours,
  340. -- if you want such a system please check out data/globalevents/globalevents.xml.
  341. globalSaveEnabled = true
  342. globalSaveHour = 6
  343. globalSaveMinute = 10
  344. shutdownAtGlobalSave = true
  345. cleanMapAtGlobalSave = true
  346. closeInstanceOnShutdown = true
  347.  
  348. -- Spawns
  349. deSpawnRange = 0
  350. deSpawnRadius = 0
  351. monsterSpawnWalkback = false
  352. allowBlockSpawn = true
  353.  
  354. -- Summons
  355. maxPlayerSummons = 2
  356. summonsDropCorpse = true
  357. teleportAllSummons = false
  358. teleportPlayerSummons = false
  359.  
  360. -- Status
  361. statusPort = 7171
  362. ownerName = "David Barroso"
  363. ownerEmail = "david_dbc@msn.com"
  364. url = "http://192.169.81.46/"
  365. location = "United States"
  366. displayGamemastersWithOnlineCommand = false
  367.  
  368. -- Logs
  369. disableLuaErrors = false
  370. displayPlayersLogging = true
  371. prefixChannelLogs = ""
  372. runFile = ""
  373. outputLog = ""
  374. truncateLogOnStartup = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement