Advertisement
Guest User

Untitled

a guest
Mar 1st, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.61 KB | None | 0 0
  1. -- The forgottenking Config
  2.  
  3. -- Account manager
  4. accountManager = true
  5. namelockManager = false
  6. newPlayerChooseVoc = true
  7. newPlayerSpawnPosX = 1000
  8. newPlayerSpawnPosY = 998
  9. newPlayerSpawnPosZ = 7
  10. newPlayerTownId = 1
  11. newPlayerLevel = 20
  12. newPlayerMagicLevel = 8
  13. generateAccountNumber = false
  14.  
  15.  
  16. -- Unjustified kills
  17. redSkullLength = 100 * 24 * 60 * 60
  18. blackSkullLength = 150 * 24 * 60 * 60
  19. dailyFragsToRedSkull = 20
  20. weeklyFragsToRedSkull = 10000
  21. monthlyFragsToRedSkull = 10000
  22. dailyFragsToBlackSkull = dailyFragsToRedSkull
  23. weeklyFragsToBlackSkull = weeklyFragsToRedSkull
  24. monthlyFragsToBlackSkull = monthlyFragsToRedSkull
  25. dailyFragsToBanishment = dailyFragsToRedSkull
  26. weeklyFragsToBanishment = weeklyFragsToRedSkull
  27. monthlyFragsToBanishment = monthlyFragsToRedSkull
  28. blackSkulledDeathHealth = 40
  29. blackSkulledDeathMana = 0
  30. useBlackSkull = true
  31. useFragHandler = true
  32. advancedFragList = false
  33.  
  34. -- Banishments
  35. notationsToBan = 3
  36. warningsToFinalBan = 4
  37. warningsToDeletion = 5
  38. banLength = 7 * 24 * 60 * 60
  39. killsBanLength = 7 * 24 * 60 * 60
  40. finalBanLength = 30 * 24 * 60 * 60
  41. ipBanishmentLength = 0 * 0 * 00 * 00
  42. broadcastBanishments = true
  43. maxViolationCommentSize = 200
  44. violationNameReportActionType = 2
  45. autoBanishUnknownBytes = false
  46.  
  47. -- Battle
  48. worldType = "pvp"
  49. protectionLevel = 80
  50. pvpTileIgnoreLevelAndVocationProtection = true
  51. pzLocked = 30 * 1000
  52. huntingDuration = 60 * 1000
  53. criticalHitChance = 7
  54. criticalHitMultiplier = 1
  55. displayCriticalHitNotify = false
  56. removeWeaponAmmunition = false
  57. removeWeaponCharges = false
  58. removeRuneCharges = false
  59. whiteSkullTime = 3 * 60 * 1000
  60. noDamageToSameLookfeet = false
  61. showHealingDamage = false
  62. showHealingDamageForMonsters = fasle
  63. fieldOwnershipDuration = 5 * 1000
  64. stopAttackingAtExit = false
  65. oldConditionAccuracy = false
  66. loginProtectionPeriod = 10 * 1000
  67. deathLostPercent = 10
  68. stairhopDelay = 0
  69. pushCreatureDelay = 1500
  70. deathContainerId = 1987
  71. gainExperienceColor = 215
  72. addManaSpentInPvPZone = true
  73. squareColor = 0
  74. allowFightback = true
  75.  
  76. -- Connection config
  77. worldId = 0
  78. ip = "laots.zapto.org"
  79. loginPort = 7171
  80. gamePort = 7172
  81. adminPort = 7171
  82. statusPort = 7171
  83. loginTries = 15
  84. retryTimeout = 5 * 1000
  85. loginTimeout = 60 * 1000
  86. maxPlayers = 1000
  87. motd = "Welcome To LAOTs"
  88. displayOnOrOffAtCharlist = true
  89. onePlayerOnlinePerAccount = false
  90. allowClones = true
  91. serverName = "LAOTs"
  92. loginMessage = "Welcome To LAOTs"
  93. statusTimeout = 5 * 60 * 1000
  94. replaceKickOnLogin = false
  95. forceSlowConnectionsToDisconnect = false
  96. loginOnlyWithLoginServer = false
  97. premiumPlayerSkipWaitList = false
  98.  
  99. -- Database
  100. sqlType = "mysql"
  101. sqlHost = "127.0.0.1"
  102. sqlPort = 3306
  103. sqlUser = "test"
  104. sqlPass = "xxx"
  105. sqlDatabase = "test"
  106. sqlFile = "subwat.s3db"
  107. sqlKeepAlive = 0
  108. mysqlReadTimeout = 10
  109. mysqlWriteTimeout = 10
  110. encryptionType = "sha1"
  111.  
  112. -- Deathlist
  113. deathListEnabled = true
  114. deathListRequiredTime = 1 * 60 * 1000
  115. deathAssistCount = 19
  116. maxDeathRecords = 5
  117.  
  118. -- Guilds
  119. ingameGuildManagement = true
  120. levelToFormGuild = 8
  121. premiumDaysToFormGuild = 0
  122. guildNameMinLength = 4
  123. guildNameMaxLength = 30
  124.  
  125. -- Highscores
  126. highscoreDisplayPlayers = 15
  127. updateHighscoresAfterMinutes = 10
  128.  
  129. -- Houses
  130. buyableAndSellableHouses = true
  131. houseNeedPremium = true
  132. bedsRequirePremium = true
  133. levelToBuyHouse = 150
  134. housesPerAccount = 1
  135. houseRentAsPrice = false
  136. housePriceAsRent = false
  137. housePriceEachSquare = 1000
  138. houseRentPeriod = "never"
  139. houseCleanOld = 0
  140. guildHalls = false
  141.  
  142. -- Item usage
  143. timeBetweenActions = 200
  144. timeBetweenExActions = 1000
  145. hotkeyAimbotEnabled = true
  146.  
  147. -- Map
  148. mapName = "theend"
  149. mapAuthor = "[DoNo] Blue LabeL"
  150. randomizeTiles = true
  151. storeTrash = true
  152. cleanProtectedZones = true
  153. mailboxDisabledTowns = "-1"
  154.  
  155. -- Startup
  156. defaultPriority = "high"
  157. niceLevel = 5
  158. coresUsed = "-1"
  159. optimizeDatabaseAtStartup = true
  160. removePremiumOnInit = true
  161. confirmOutdatedVersion = false
  162.  
  163. -- Muted buffer
  164. bufferMutedOnSpellFailure = false
  165. spellNameInsteadOfWords = false
  166. emoteSpells = true
  167. allowChangeOutfit = true
  168. allowChangeColors = true
  169. allowChangeAddons = true
  170. disableOutfitsForPrivilegedPlayers = false
  171. addonsOnlyPremium = true
  172.  
  173.  
  174. -- Miscellaneous
  175. dataDirectory = "data/"
  176. bankSystem = true
  177. displaySkillLevelOnAdvance = false
  178. promptExceptionTracerErrorBox = true
  179. separateViplistPerCharacter = false
  180. maximumDoorLevel = 500
  181. maxMessageBuffer = 30
  182. saveGlobalStorage = true
  183. useHouseDataStorage = false
  184. storePlayerDirection = false
  185. checkCorpseOwner = true
  186. monsterLootMessage = 3
  187. monsterLootMessageType = 25
  188.  
  189.  
  190. -- Ghost mode
  191. ghostModeInvisibleEffect = false
  192. ghostModeSpellEffects = true
  193.  
  194. -- Limits
  195. idleWarningTime = 14 * 60 * 1000
  196. idleKickTime = 15 * 60 * 1000
  197. expireReportsAfterReads = 1
  198. playerQueryDeepness = 2
  199. maxItemsPerPZTile = 0
  200. maxItemsPerHouseTile = 0
  201.  
  202. -- Premium-related
  203. freePremium = true
  204. premiumForPromotion = true
  205.  
  206. -- Blessings
  207. blessings = true
  208. blessingOnlyPremium = true
  209. blessingReductionBase = 30
  210. blessingReductionDecrement = 10
  211. eachBlessReduction = 12
  212.  
  213. -- Rates
  214. experienceStages = true
  215. rateExperience = 4000
  216. rateExperienceFromPlayers = 50
  217. rateSkill = 30.0
  218. rateMagic = 25.0
  219. rateLoot = 10.0
  220. rateSpawn = 1
  221.  
  222. -- Monster rates
  223. rateMonsterHealth = 1.0
  224. rateMonsterMana = 1.0
  225. rateMonsterAttack = 1.0
  226. rateMonsterDefense = 1.0
  227.  
  228.  
  229. -- Experience from players
  230.  
  231. minLevelThresholdForKilledPlayer = 15.0
  232. maxLevelThresholdForKilledPlayer = 25.0
  233.  
  234. -- Stamina
  235. rateStaminaLoss = 1
  236. rateStaminaGain = 3
  237. rateStaminaThresholdGain = 12
  238. staminaRatingLimitTop = 41 * 60
  239. staminaRatingLimitBottom = 14 * 60
  240. rateStaminaAboveNormal = 1.5
  241. rateStaminaUnderNormal = 0.5
  242. staminaThresholdOnlyPremium = true
  243.  
  244. -- Party
  245. experienceShareRadiusX = 40
  246. experienceShareRadiusY = 40
  247. experienceShareRadiusZ = 1
  248. experienceShareLevelDifference = 2 / 3
  249. extraPartyExperienceLimit = 20
  250. extraPartyExperiencePercent = 5
  251. experienceShareActivity = 2 * 6 * 1000
  252.  
  253. -- Global save
  254. globalSaveEnabled = false
  255. globalSaveHour = 1
  256. shutdownAtGlobalSave = true
  257. cleanMapAtGlobalSave = false
  258.  
  259. -- Spawns
  260. deSpawnRange = 2
  261. deSpawnRadius = 50
  262.  
  263. -- Summons
  264. maxPlayerSummons = 3
  265. teleportAllSummons = false
  266.  
  267.  
  268. -- Logs
  269. -- NOTE: This kind of logging does not work in GUI version.
  270. -- For such, please compile the software with __GUI_LOGS__ flag.
  271. adminLogsEnabled = false
  272. displayPlayersLogging = true
  273. prefixChannelLogs = ""
  274. runFile = ""
  275. outLogName = ""
  276. errorLogName = ""
  277. truncateLogsOnStartup = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement