Advertisement
Guest User

Untitled

a guest
Sep 24th, 2018
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 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 = 60 * 1000
  7. removeChargesFromRunes = true
  8. removeChargesFromPotions = true
  9. removeWeaponAmmunition = true
  10. removeWeaponCharges = true
  11. timeToDecreaseFrags = 24 * 60 * 60 * 1000
  12. whiteSkullTime = 15 * 60 * 1000
  13. stairJumpExhaustion = 2 * 1000
  14. experienceByKillingPlayers = true
  15. expFromPlayersLevelRange = 75
  16. dayKillsToRedSkull = 3
  17. weekKillsToRedSkull = 5
  18. monthKillsToRedSkull = 10
  19. redSkullDuration = 30
  20. blackSkullDuration = 45
  21. orangeSkullDuration = 7
  22.  
  23. -- Connection Config
  24. -- NOTE: maxPlayers set to 0 means no limit
  25. ip = "91.234.146.11"
  26. bindOnlyGlobalAddress = false
  27. loginProtocolPort = 7171
  28. gameProtocolPort = 7172
  29. statusProtocolPort = 7171
  30. maxPlayers = 2000
  31. motd = "Welcome to The Tortura-Global!"
  32. onePlayerOnlinePerAccount = true
  33. allowClones = false
  34. serverName = "Tortura-Global"
  35. statusTimeout = 5 * 1000
  36. replaceKickOnLogin = true
  37. maxPacketsPerSecond = 25
  38.  
  39. -- Version Manual
  40. clientVersionMin = 1100
  41. clientVersionMax = 1143
  42. clientVersionStr = "Only clients with protocol version 10.00 or 11.43 are allowed!"
  43.  
  44. -- Depot Limit
  45. freeDepotLimit = 2000
  46. premiumDepotLimit = 10000
  47. depotBoxes = 17
  48.  
  49. -- GameStore
  50. gamestoreByModules = true
  51.  
  52. -- Casting System
  53. enableLiveCasting = true
  54. liveCastPort = 7173
  55.  
  56. -- Deaths
  57. -- NOTE: Leave deathLosePercent as -1 if you want to use the default
  58. -- death penalty formula. For the old formula, set it to 10. For
  59. -- no skill/experience loss, set it to 0.
  60. deathLosePercent = -1
  61.  
  62. -- Houses
  63. -- NOTE: set housePriceEachSQM to -1 to disable the ingame buy house functionality
  64. housePriceEachSQM = 1000
  65. houseRentPeriod = "weekly"
  66.  
  67. -- Item Usage
  68. timeBetweenActions = 200
  69. timeBetweenExActions = 1000
  70.  
  71. -- Map
  72. -- NOTE: set mapName WITHOUT .otbm at the end
  73. mapName = "global"
  74. mapAuthor = "Cipsoft"
  75.  
  76. -- Market
  77. marketOfferDuration = 30 * 24 * 60 * 60
  78. premiumToCreateMarketOffer = true
  79. checkExpiredMarketOffersEachMinutes = 60
  80. maxMarketOffersAtATimePerPlayer = 100
  81.  
  82. -- MySQL
  83. mysqlHost = "127.0.0.1"
  84. mysqlUser = ""
  85. mysqlPass = ""
  86. mysqlDatabase = "ots"
  87. mysqlPort = 3306
  88. mysqlSock = ""
  89. passwordType = "sha1"
  90.  
  91. -- Misc.
  92. allowChangeOutfit = true
  93. freePremium = true
  94. kickIdlePlayerAfterMinutes = 15
  95. maxMessageBuffer = 4
  96. emoteSpells = true
  97. classicEquipmentSlots = false
  98. allowWalkthrough = true
  99. coinPacketSize = 25
  100. coinImagesURL = "http://seusite/store/"
  101. classicAttackSpeed = false
  102.  
  103. -- Rates
  104. -- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml
  105. rateExp = 1
  106. rateSkill = 2
  107. rateLoot = 2.5
  108. rateMagic = 2
  109. rateSpawn = 2
  110.  
  111. -- Monster rates
  112. rateMonsterHealth = 1.0
  113. rateMonsterAttack = 1.0
  114. rateMonsterDefense = 1.0
  115.  
  116. -- Monsters
  117. deSpawnRange = 2
  118. deSpawnRadius = 50
  119.  
  120. -- Stamina
  121. staminaSystem = true
  122.  
  123. -- Scripts
  124. warnUnsafeScripts = true
  125. convertUnsafeScripts = true
  126.  
  127. -- Startup
  128. -- NOTE: defaultPriority only works on Windows and sets process
  129. -- priority, valid values are: "normal", "above-normal", "high"
  130. defaultPriority = "high"
  131. startupDatabaseOptimization = true
  132.  
  133. -- Status server information
  134. ownerName = "Skeyba"
  135. ownerEmail = "szefu1922@gmail.com"
  136. url = "http://www.tortura-global.online"
  137. location = "Sweden"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement