Advertisement
Guest User

for jetto

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