Advertisement
Guest User

Untitled

a guest
May 27th, 2021
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.56 KB | None | 0 0
  1. -- Combat settings
  2. -- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced"
  3. worldType = "pvp"
  4. hotkeyAimbotEnabled = true
  5. protectionLevel = 7
  6. pzLocked = 60 * 1000
  7. removeChargesFromRunes = true
  8. removeChargesFromPotions = true
  9. removeWeaponAmmunition = true
  10. removeWeaponCharges = true
  11. timeToDecreaseFrags = 1 * 24 * 60 * 60
  12. whiteSkullTime = 15 * 60 * 1000
  13. stairJumpExhaustion = 2 * 1000
  14. experienceByKillingPlayers = false
  15. expFromPlayersLevelRange = 75
  16. dayKillsToRedSkull = 3
  17. weekKillsToRedSkull = 5
  18. monthKillsToRedSkull = 10
  19. redSkullDuration = 1
  20. blackSkullDuration = 3
  21. orangeSkullDuration = 7
  22.  
  23. onlyInvitedCanMoveHouseItems = true
  24. cleanProtectionZones = false
  25.  
  26. -- Connection Config
  27. -- NOTE: maxPlayers set to 0 means no limit
  28. -- NOTE: MaxPacketsPerSeconds if you change you will be subject to bugs by WPE, keep the default value of 25
  29. ip = "ip of vps here"
  30. bindOnlyGlobalAddress = false
  31. loginProtocolPort = 7171
  32. gameProtocolPort = 7172
  33. statusProtocolPort = 7171
  34. maxPlayers = 0
  35. motd = "motd"
  36. onePlayerOnlinePerAccount = false
  37. allowClones = false
  38. serverName = "server name"
  39. statusTimeout = 5 * 1000
  40. replaceKickOnLogin = true
  41. maxPacketsPerSecond = 25
  42. maxItem = 2000
  43. maxContainer = 100
  44.  
  45. -- Version
  46. clientVersion = 1264
  47. clientVersionStr = "12.64"
  48.  
  49. -- Depot Limit
  50. freeDepotLimit = 2000
  51. premiumDepotLimit = 10000
  52. depotBoxes = 18
  53.  
  54. -- GameStore
  55. gamestoreByModules = true
  56.  
  57. -- NOTE: Access only for Premium Account
  58. onlyPremiumAccount = false
  59.  
  60. -- Customs
  61. weatherRain = false
  62. thunderEffect = false
  63. freeQuests = false
  64. allConsoleLog = false
  65.  
  66. -- Deaths
  67. -- NOTE: Leave deathLosePercent as -1 if you want to use the default
  68. -- death penalty formula. For the old formula, set it to 10. For
  69. -- no skill/experience loss, set it to 0.
  70. deathLosePercent = -1
  71.  
  72. -- Houses
  73. -- NOTE: set housePriceEachSQM to -1 to disable the ingame buy house functionality
  74. -- Periods: daily/weekly/monthly/yearly/never
  75. housePriceEachSQM = 1000
  76. houseRentPeriod = "never"
  77. houseOwnedByAccount = false
  78.  
  79. -- Item Usage
  80. timeBetweenActions = 200
  81. timeBetweenExActions = 1000
  82.  
  83. -- Push Delay
  84. pushDelay = 1000
  85. pushDistanceDelay = 1500
  86.  
  87. -- Map
  88. -- NOTE: set mapName WITHOUT .otbm at the end
  89. -- NOTE: unzip the map world.rar
  90. mapName = "otservbr"
  91. mapAuthor = "OTServBR"
  92.  
  93. -- Party List limitations
  94. -- max distance in which players in party list are visible
  95. -- NOTE partyListMaxDistance set to 0 means no limit
  96. partyListMaxDistance = 30
  97.  
  98. -- Custom Map
  99. -- NOTE: mapCustomEnabled: true = activate the map, false = disable the map
  100. mapCustomName = "otservbr-custom"
  101. mapCustomFile = "data/world/custom/otservbr-custom.otbm"
  102. mapCustomSpawn = "data/world/custom/otservbr-custom-spawn.xml"
  103. mapCustomAuthor = "OTServBR"
  104. mapCustomEnabled = true
  105.  
  106. -- Market
  107. marketOfferDuration = 30 * 24 * 60 * 60
  108. premiumToCreateMarketOffer = true
  109. checkExpiredMarketOffersEachMinutes = 60
  110. maxMarketOffersAtATimePerPlayer = 100
  111.  
  112. -- MySQL
  113. mysqlHost = "127.0.0.1"
  114. mysqlUser = "username"
  115. mysqlPass = "password"
  116. mysqlDatabase = "dbname"
  117. mysqlPort = 3306
  118. mysqlSock = ""
  119. passwordType = "sha1"
  120.  
  121. -- Misc.
  122. allowChangeOutfit = true
  123. freePremium = true
  124. kickIdlePlayerAfterMinutes = 15
  125. maxMessageBuffer = 4
  126. emoteSpells = false
  127. classicEquipmentSlots = false
  128. allowWalkthrough = true
  129. coinPacketSize = 25
  130. coinImagesURL = "http://127.0.0.1/images/store/"
  131. classicAttackSpeed = false
  132. showScriptsLogInConsole = false
  133.  
  134. -- Server Save
  135. -- NOTE: serverSaveNotifyDuration in minutes
  136. serverSaveNotifyMessage = true
  137. serverSaveNotifyDuration = 5
  138. serverSaveCleanMap = false
  139. serverSaveClose = false
  140. serverSaveShutdown = true
  141.  
  142. -- Rates
  143. -- NOTE: rateExp, rateSkill and rateMagic is used as a fallback only
  144. -- To configure rates see file data/stages.lua
  145. rateExp = 2
  146. rateSkill = 5
  147. rateLoot = 3
  148. rateMagic = 5
  149. rateSpawn = 2
  150.  
  151. -- Monster rates
  152. rateMonsterHealth = 1.0
  153. rateMonsterAttack = 1.0
  154. rateMonsterDefense = 1.0
  155.  
  156. -- Monsters
  157. deSpawnRange = 2
  158. deSpawnRadius = 50
  159.  
  160. -- Stamina
  161. staminaSystem = true
  162.  
  163. -- Scripts
  164. warnUnsafeScripts = true
  165. convertUnsafeScripts = true
  166.  
  167. -- Startup
  168. -- NOTE: defaultPriority only works on Windows and sets process
  169. -- priority, valid values are: "normal", "above-normal", "high"
  170. defaultPriority = "high"
  171. startupDatabaseOptimization = true
  172.  
  173. -- Status server information
  174. ownerName = "name"
  175. ownerEmail = ""
  176. url = "https://github.com/opentibiabr/otservbr-global"
  177. location = "Europe"
  178.  
  179. -- Sends Discord webhook notifications on startup, raids and shutdown.
  180. -- The URL layout is https://discord.com/api/webhooks/:id/:token
  181. -- Leave empty if you wish to disable.
  182. discordWebhookURL = ""
  183.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement