Advertisement
joismanxd

Olhae

Dec 21st, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 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 = 1
  6. killsToRedSkull = 3
  7. killsToBlackSkull = 6
  8. pzLocked = 60 * 1000
  9. removeChargesFromRunes = false
  10. timeToDecreaseFrags = 24 * 60 * 60 * 1000
  11. whiteSkullTime = 15 * 60 * 1000
  12. stairJumpExhaustion = 2 * 1000
  13. experienceByKillingPlayers = false
  14. expFromPlayersLevelRange = 75
  15.  
  16. -- Connection Config
  17. -- NOTE: maxPlayers set to 0 means no limit
  18. ip = "rox4fun-global.zapto.org"
  19. bindOnlyGlobalAddress = false
  20. loginProtocolPort = 7171
  21. gameProtocolPort = 7172
  22. statusProtocolPort = 7171
  23. maxPlayers = 0
  24. motd = "Welcome to The OTX Global Server!"
  25. onePlayerOnlinePerAccount = true
  26. allowClones = false
  27. serverName = "OTXServer"
  28. statusTimeout = 5 * 1000
  29. replaceKickOnLogin = true
  30. maxPacketsPerSecond = 25
  31.  
  32. -- Store in-Game Config
  33. coinPacketSize = 25
  34. coinImagesURL = "http://some.url/images/store/"
  35.  
  36. -- PVP-Expert Config
  37. expertPvp = false
  38.  
  39. -- Version Manual
  40. clientVersionMin = 1094
  41. clientVersionMax = 1098
  42. clientVersionStr = "Only clients with protocol 10.94 to 10.98 allowed!"
  43.  
  44. -- Depot Limit
  45. freeDepotLimit = 2000
  46. premiumDepotLimit = 10000
  47. depotBoxes = 17
  48.  
  49. -- Casting System
  50. enableLiveCasting = true
  51. liveCastPort = 7173
  52.  
  53. -- Deaths
  54. -- NOTE: Leave deathLosePercent as -1 if you want to use the default
  55. -- death penalty formula. For the old formula, set it to 10. For
  56. -- no skill/experience loss, set it to 0.
  57. deathLosePercent = -1
  58.  
  59. -- Houses
  60. -- NOTE: set housePriceEachSQM to -1 to disable the ingame buy house functionality
  61. housePriceEachSQM = 1000
  62. houseRentPeriod = "weekly"
  63.  
  64. -- Item Usage
  65. timeBetweenActions = 200
  66. timeBetweenExActions = 1000
  67.  
  68. -- Map
  69. -- NOTE: set mapName WITHOUT .otbm at the end
  70. mapName = "global"
  71. mapAuthor = "cipsoft"
  72.  
  73. -- Market
  74. marketOfferDuration = 30 * 24 * 60 * 60
  75. premiumToCreateMarketOffer = true
  76. checkExpiredMarketOffersEachMinutes = 60
  77. maxMarketOffersAtATimePerPlayer = 100
  78.  
  79. -- MySQL
  80. mysqlHost = "127.0.0.1"
  81. mysqlUser = "root"
  82. mysqlPass = "trocar123"
  83. mysqlDatabase = "globalotx1098"
  84. mysqlPort = 3306
  85. mysqlSock = ""
  86. passwordType = "sha1"
  87.  
  88.  
  89. -- Misc.
  90. allowChangeOutfit = true
  91. freePremium = true
  92. kickIdlePlayerAfterMinutes = 15
  93. maxMessageBuffer = 4
  94. emoteSpells = false
  95. classicEquipmentSlots = false
  96. allowWalkthrough = true
  97.  
  98. -- Rates
  99. -- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml
  100. rateExp = 500
  101. rateSkill = 40
  102. rateLoot = 5
  103. rateMagic = 10
  104. rateSpawn = 3
  105.  
  106. -- Monsters
  107. deSpawnRange = 2
  108. deSpawnRadius = 50
  109.  
  110. -- Stamina
  111. staminaSystem = true
  112.  
  113. -- Scripts
  114. warnUnsafeScripts = true
  115. convertUnsafeScripts = true
  116.  
  117. -- Startup
  118. -- NOTE: defaultPriority only works on Windows and sets process
  119. -- priority, valid values are: "normal", "above-normal", "high"
  120. defaultPriority = "high"
  121. startupDatabaseOptimization = true
  122.  
  123. -- Status server information
  124. ownerName = "Malucooo"
  125. ownerEmail = "e_nunes@live.com"
  126. url = "http://www.github.com/malucooo/"
  127. location = "Maceió-Alagoas-Brasil"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement