Advertisement
Guest User

Lua

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