Advertisement
Guest User

Untitled

a guest
Dec 29th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.43 KB | None | 0 0
  1. accountManager = true
  2. namelockManager = true
  3. newPlayerChooseVoc = false
  4. newPlayerSpawnPosX = 50
  5. newPlayerSpawnPosY = 50
  6. newPlayerSpawnPosZ = 7
  7. newPlayerTownId = 1
  8. newPlayerLevel = 20
  9. newPlayerMagicLevel = 0
  10. generateAccountNumber = false
  11.  
  12. lightInterval = 7500
  13. lightChange = 1
  14. startupTime = 351
  15. startupLight = 40
  16.  
  17. limitPokeballs = 6
  18. minHappinessEffectDelay = 25
  19. maxHappinessEffectDelay = 40
  20. PokemonStageVeryHappy = 0
  21. maximumHunger = -1
  22. stateHunger = -1
  23. useTeleportWithFly = false
  24. dropHappyDuringBattles = false
  25.  
  26. allowBlockSpawn = false
  27.  
  28. rateGymSpellInterval = 0.10
  29.  
  30. redSkullLength = 30 * 24 * 60 * 60
  31. blackSkullLength = 45 * 24 * 60 * 60
  32. dailyFragsToRedSkull = 3
  33. weeklyFragsToRedSkull = 5
  34. monthlyFragsToRedSkull = 10
  35. dailyFragsToBlackSkull = dailyFragsToRedSkull
  36. weeklyFragsToBlackSkull = weeklyFragsToRedSkull
  37. monthlyFragsToBlackSkull = monthlyFragsToRedSkull
  38. dailyFragsToBanishment = dailyFragsToRedSkull
  39. weeklyFragsToBanishment = weeklyFragsToRedSkull
  40. monthlyFragsToBanishment = monthlyFragsToRedSkull
  41. blackSkulledDeathHealth = 40
  42. blackSkulledDeathMana = 0
  43. useBlackSkull = true
  44. useFragHandler = true
  45. advancedFragList = false
  46.  
  47. notationsToBan = 3
  48. warningsToFinalBan = 4
  49. warningsToDeletion = 5
  50. banLength = 7 * 24 * 60 * 60
  51. killsBanLength = 7 * 24 * 60 * 60
  52. finalBanLength = 30 * 24 * 60 * 60
  53. ipBanishmentLength = 1 * 24 * 60 * 60
  54. broadcastBanishments = true
  55. maxViolationCommentSize = 200
  56. violationNameReportActionType = 2
  57. autoBanishUnknownBytes = false
  58.  
  59. worldType = "pvp"
  60. protectionLevel = 1000
  61. pvpTileIgnoreLevelAndVocationProtection = true
  62. pzLocked = 5 * 1000
  63. huntingDuration = 60 * 1000
  64. criticalHitChance = 7
  65. criticalHitMultiplier = 1
  66. displayCriticalHitNotify = false
  67. removeWeaponAmmunition = true
  68. removeWeaponCharges = true
  69. removeRuneCharges = true
  70. whiteSkullTime = 15 * 60 * 1000
  71. noDamageToSameLookfeet = false
  72. showHealingDamage = false
  73. showHealingDamageForMonsters = false
  74. fieldOwnershipDuration = 5 * 1000
  75. stopAttackingAtExit = false
  76. oldConditionAccuracy = false
  77. loginProtectionPeriod = 10 * 1000
  78. deathLostPercent = 1
  79. stairhopDelay = 0 * 1000
  80. pushCreatureDelay = 1 * 1000
  81. deathContainerId = 0
  82. gainExperienceColor = 215
  83. addManaSpentInPvPZone = true
  84. squareColor = 0
  85. allowFightback = true
  86.  
  87. worldId = 0
  88. ip = "pokecore.ddns.net"
  89. bindOnlyConfiguredIpAddress = false
  90. loginPort = 7171
  91. gamePort = 7172
  92. adminPort = 7171
  93. statusPort = 7171
  94. loginTries = 10
  95. retryTimeout = 5 * 1000
  96. loginTimeout = 60 * 1000
  97. maxPlayers = 90 -- codificado e limitado para 7
  98. motd = "Bem Vindo ao PokeCore!"
  99. displayOnOrOffAtCharlist = false
  100. onePlayerOnlinePerAccount = false
  101. allowClones = true
  102. serverName = "PCore"
  103. loginMessage = "Bem Vindo ao PokeCore !"
  104. statusTimeout = 5 * 60 * 1000
  105. replaceKickOnLogin = true
  106. forceSlowConnectionsToDisconnect = false
  107. loginOnlyWithLoginServer = false
  108. premiumPlayerSkipWaitList = true
  109.  
  110. sqlType = "sqlite"
  111. sqlHost = "localhost"
  112. sqlPort = 3306
  113. sqlUser = "root"
  114. sqlPass = ""
  115. sqlDatabase = "pokexcyan"
  116. sqlFile = "PokexCyan.s3db"
  117. sqlKeepAlive = 0
  118. mysqlReadTimeout = 10
  119. mysqlWriteTimeout = 10
  120. encryptionType = "plain"
  121.  
  122. deathListEnabled = true
  123. deathListRequiredTime = 1 * 60 * 1000
  124. deathAssistCount = 19
  125. maxDeathRecords = 10
  126.  
  127. ingameGuildManagement = false
  128. levelToFormGuild = 40
  129. premiumDaysToFormGuild = 0
  130. guildNameMinLength = 2
  131. guildNameMaxLength = 25
  132.  
  133. highscoreDisplayPlayers = 15
  134. updateHighscoresAfterMinutes = 60
  135.  
  136. buyableAndSellableHouses = true
  137. houseNeedPremium = false
  138. bedsRequirePremium = false
  139. levelToBuyHouse = 1
  140. housesPerAccount = 0
  141. houseRentAsPrice = true --
  142. housePriceAsRent = false
  143. housePriceEachSquare = 2975
  144. houseRentPeriod = "never"
  145. houseCleanOld = 0 -- tava 0
  146. guildHalls = false
  147.  
  148. timeBetweenActions = 500
  149. timeBetweenExActions = 500
  150. hotkeyAimbotEnabled = true
  151.  
  152. mapName = "PokexCyan"
  153. mapAuthor = "PStagè Math"
  154. randomizeTiles = true
  155. storeTrash = false
  156. cleanProtectedZones = true
  157. mailboxDisabledTowns = "1"
  158.  
  159. defaultPriority = "high"
  160. niceLevel = 5
  161. coresUsed = "-1"
  162.  
  163. optimizeDatabaseAtStartup = true
  164. removePremiumOnInit = true
  165. confirmOutdatedVersion = false
  166.  
  167. formulaLevel = 5.0
  168. formulaMagic = 1.0
  169. bufferMutedOnSpellFailure = false
  170. spellNameInsteadOfWords = false
  171. emoteSpells = false
  172.  
  173. allowChangeOutfit = true
  174. allowChangeColors = true
  175. allowChangeAddons = true
  176. disableOutfitsForPrivilegedPlayers = false
  177. addonsOnlyPremium = false
  178.  
  179. dataDirectory = "data/"
  180. bankSystem = true
  181. displaySkillLevelOnAdvance = false
  182. promptExceptionTracerErrorBox = true
  183. separateViplistPerCharacter = true
  184. maximumDoorLevel = 500
  185. maxMessageBuffer = 10000000
  186.  
  187. saveGlobalStorage = false
  188. useHouseDataStorage = false
  189. storePlayerDirection = false
  190.  
  191. checkCorpseOwner = true
  192. monsterLootMessage = 3
  193. monsterLootMessageType = 22
  194.  
  195. ghostModeInvisibleEffect = true
  196. ghostModeSpellEffects = false
  197.  
  198. idleWarningTime = 14 * 60 * 1000
  199. idleKickTime = 15 * 60 * 1000
  200. expireReportsAfterReads = 1
  201. playerQueryDeepness = 2
  202. maxItemsPerPZTile = 0
  203. maxItemsPerHouseTile = 0
  204.  
  205. freePremium = false
  206. premiumForPromotion = true
  207.  
  208. blessingOnlyPremium = true
  209. blessingReductionBase = 30
  210. blessingReductionDecreament = 5
  211. eachBlessReduction = 8
  212.  
  213. experienceStages = true
  214. rateExperience = 10
  215. premiumrateExperience = 20
  216. ratePremiumExperience = 20
  217. rateExperienceFromPlayers = 10
  218. rateSkill = 15
  219. rateMagic = 1.0
  220. rateLoot = 15
  221. rateSpawn = 4
  222.  
  223. rateMonsterHealth = 1.0
  224. rateMonsterMana = 1.0
  225. rateMonsterAttack = 1.0
  226. rateMonsterDefense = 1.0
  227.  
  228. minLevelThresholdForKilledPlayer = 0.9
  229. maxLevelThresholdForKilledPlayer = 1.1
  230.  
  231. rateStaminaLoss = 1
  232. rateStaminaGain = 3
  233. rateStaminaThresholdGain = 12
  234. staminaRatingLimitTop = 41 * 60
  235. staminaRatingLimitBottom = 14 * 60
  236. rateStaminaAboveNormal = 1.0
  237. rateStaminaUnderNormal = 1.0
  238. staminaThresholdOnlyPremium = true
  239.  
  240. experienceShareRadiusX = 30
  241. experienceShareRadiusY = 30
  242. experienceShareRadiusZ = 1
  243. experienceShareLevelDifference = 200 * 200
  244. extraPartyExperienceLimit = 20
  245. extraPartyExperiencePercent = 20
  246. experienceShareActivity = 2 * 60 * 1000
  247.  
  248. globalSaveEnabled = false
  249. globalSaveHour = 8
  250. shutdownAtGlobalSave = false
  251. cleanMapAtGlobalSave = false
  252.  
  253. deSpawnRange = 2
  254. deSpawnRadius = 25
  255.  
  256. maxPlayerSummons = 1
  257. teleportAllSummons = true
  258. teleportPlayerSummons = true
  259.  
  260. ownerName = "PokèStage"
  261. ownerEmail = ""
  262. url = ""
  263. location = "Brazil"
  264. displayGamemastersWithOnlineCommand = false
  265.  
  266. adminLogsEnabled = true
  267. displayPlayersLogging = true
  268. prefixChannelLogs = ""
  269. runFile = ""
  270. outLogName = ""
  271. errorLogName = ""
  272. truncateLogsOnStartup = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement