Guest User

Untitled

a guest
Oct 1st, 2020
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1. -- Combat settings
  2. -- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced"
  3. worldType = "pvp-enforced"
  4. hotkeyAimbotEnabled = true
  5. protectionLevel = 7
  6. pzLocked = 2 * 1000
  7. removeChargesFromRunes = true
  8. removeChargesFromPotions = true
  9. removeWeaponAmmunition = true
  10. removeWeaponCharges = true
  11. timeToDecreaseFrags = 45 * 24 * 60 * 60
  12. whiteSkullTime = 2 * 60 * 1000
  13. stairJumpExhaustion = 2 * 1000
  14. experienceByKillingPlayers = false
  15. expFromPlayersLevelRange = 75
  16. dayKillsToRedSkull = 999
  17. weekKillsToRedSkull = 999
  18. monthKillsToRedSkull = 999
  19. redSkullDuration = 999
  20. blackSkullDuration = 999
  21. orangeSkullDuration = 999
  22.  
  23. -- Connection Config
  24. -- NOTE: maxPlayers set to 0 means no limit
  25. -- NOTE: MaxPacketsPerSeconds if you change you will be subject to bugs by WPE, keep the default value of 25
  26. ip = "127.0.0.1"
  27. bindOnlyGlobalAddress = false
  28. loginProtocolPort = 7171
  29. gameProtocolPort = 7172
  30. statusProtocolPort = 7171
  31. maxPlayers = 1000
  32. motd = "Bem vindo ao Xteste!"
  33. onePlayerOnlinePerAccount = true
  34. allowClones = false
  35. serverName = "Xteste"
  36. statusTimeout = 5 * 1000
  37. replaceKickOnLogin = true
  38. maxPacketsPerSecond = 25
  39. maxItem = 2000
  40. maxContainer = 100
  41.  
  42. --- Version
  43. clientVersion = 1240
  44. clientVersionStr = "12.40"
  45.  
  46. -- Depot Limit
  47. freeDepotLimit = 2000
  48. premiumDepotLimit = 10000
  49. depotBoxes = 18
  50.  
  51. -- GameStore
  52. gamestoreByModules = true
  53.  
  54. -- Deaths
  55. -- NOTE: Leave deathLosePercent as -1 if you want to use the default
  56. -- death penalty formula. For the old formula, set it to 10. For
  57. -- no skill/experience loss, set it to 0.
  58. deathLosePercent = -1
  59.  
  60. -- Houses
  61. -- NOTE: set housePriceEachSQM to -1 to disable the ingame buy house functionality
  62. -- Periods: daily/weekly/monthly/yearly/never
  63. housePriceEachSQM = 1000
  64. houseRentPeriod = "never"
  65.  
  66. -- Item Usage
  67. timeBetweenActions = 200
  68. timeBetweenExActions = 1000
  69.  
  70. -- Push Delay
  71. pushDelay = 1000
  72. pushDistanceDelay = 1500
  73.  
  74. -- Map
  75. -- NOTE: set mapName WITHOUT .otbm at the end
  76. -- NOTE: unzip the map world.rar
  77. mapName = "otservbr"
  78. mapAuthor = "OTServBR"
  79.  
  80. -- Market
  81. marketOfferDuration = 30 * 24 * 60 * 60
  82. premiumToCreateMarketOffer = true
  83. checkExpiredMarketOffersEachMinutes = 60
  84. maxMarketOffersAtATimePerPlayer = 100
  85.  
  86. -- MySQL
  87. mysqlHost = "127.0.0.1"
  88. mysqlUser = "root"
  89. mysqlPass = ""
  90. mysqlDatabase = "otserv"
  91. mysqlPort = 3306
  92. mysqlSock = ""
  93. passwordType = "sha1"
  94.  
  95. -- Misc.
  96. allowChangeOutfit = true
  97. freePremium = true
  98. kickIdlePlayerAfterMinutes = 15
  99. idleWarningTime = 10 * 60 * 1000
  100. idleKickTime = 15 * 60 * 1000
  101. maxMessageBuffer = 4
  102. emoteSpells = false
  103. classicEquipmentSlots = false
  104. allowWalkthrough = true
  105. coinPacketSize = 25
  106. coinImagesURL = "http://127.0.0.1:8080/servidor12/images/store/"
  107. classicAttackSpeed = false
  108. showScriptsLogInConsole = false
  109.  
  110. -- Server Save
  111. -- NOTE: serverSaveNotifyDuration in minutes
  112. serverSaveNotifyMessage = true
  113. serverSaveNotifyDuration = 5
  114. serverSaveCleanMap = false
  115. serverSaveClose = false
  116. serverSaveShutdown = false
  117.  
  118. -- Rates
  119. -- NOTE: rateExp is used as a fallback only
  120. -- To configure experience rate see file data/stages.lua
  121. rateExp = 1
  122. rateSkill = 3
  123. rateLoot = 2
  124. rateMagic = 3
  125. rateSpawn = 1
  126.  
  127. -- Monster rates
  128. rateMonsterHealth = 1.0
  129. rateMonsterAttack = 1.0
  130. rateMonsterDefense = 1.0
  131.  
  132. -- Monsters
  133. deSpawnRange = 2
  134. deSpawnRadius = 50
  135.  
  136. -- Stamina
  137. staminaSystem = true
  138.  
  139. -- Scripts
  140. warnUnsafeScripts = true
  141. convertUnsafeScripts = true
  142.  
  143. -- Startup
  144. -- NOTE: defaultPriority only works on Windows and sets process
  145. -- priority, valid values are: "normal", "above-normal", "high"
  146. defaultPriority = "high"
  147. startupDatabaseOptimization = true
  148.  
  149. -- Status server information
  150. ownerName = "OTServBR-Global"
  151. ownerEmail = ""
  152. url = "https://github.com/opentibiabr/otservbr-global"
  153. location = "South America"
  154.  
Add Comment
Please, Sign In to add comment