Advertisement
Guest User

Untitled

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