Advertisement
Gmjavier

otlua3

Apr 4th, 2017
505
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1.  
  2. worldType = "pvp"
  3. hotkeyAimbotEnabled = true
  4. protectionLevel = 1
  5. pzLocked = 60 * 1000
  6. removeChargesFromRunes = true
  7. timeToDecreaseFrags = 24 * 60 * 60 * 1000
  8. whiteSkullTime = 15 * 60 * 1000
  9. stairJumpExhaustion = 2 * 1000
  10. experienceByKillingPlayers = false
  11. expFromPlayersLevelRange = 75
  12. dayKillsToRedSkull = 3
  13. weekKillsToRedSkull = 5
  14. monthKillsToRedSkull = 10
  15. redSkullDuration = 30
  16. blackSkullDuration = 45
  17. orangeSkullDuration = 7
  18.  
  19.  
  20. ip = "127.0.0.1"
  21. bindOnlyGlobalAddress = false
  22. loginProtocolPort = 7171
  23. gameProtocolPort = 7172
  24. statusProtocolPort = 7171
  25. maxPlayers = 0
  26. motd = "Welcome to The OTX Global Server!"
  27. onePlayerOnlinePerAccount = true
  28. allowClones = false
  29. serverName = "OTX-Global"
  30. statusTimeout = 5 * 1000
  31. replaceKickOnLogin = true
  32. maxPacketsPerSecond = 1500
  33.  
  34.  
  35. clientVersionMin = 1098
  36. clientVersionMax = 1099
  37. clientVersionStr = "Only clients with protocol 10.98/99 or allowed!"
  38.  
  39.  
  40. freeDepotLimit = 2000
  41. premiumDepotLimit = 10000
  42. depotBoxes = 17
  43.  
  44.  
  45. enableLiveCasting = true
  46. liveCastPort = 7173
  47.  
  48.  
  49. deathLosePercent = -1
  50.  
  51.  
  52. housePriceEachSQM = 1000
  53. houseRentPeriod = "weekly"
  54.  
  55.  
  56. timeBetweenActions = 200
  57. timeBetweenExActions = 1000
  58.  
  59.  
  60. mapName = "global"
  61. mapAuthor = "cipsoft"
  62.  
  63.  
  64. marketOfferDuration = 30 * 24 * 60 * 60
  65. premiumToCreateMarketOffer = true
  66. checkExpiredMarketOffersEachMinutes = 60
  67. maxMarketOffersAtATimePerPlayer = 100
  68.  
  69.  
  70. mysqlHost = "127.0.0.1"
  71. mysqlUser = "root"
  72. mysqlPass = ""
  73. mysqlDatabase = "gesiorot"
  74. mysqlPort = 3306
  75. mysqlSock = ""
  76. passwordType = "sha1"
  77.  
  78.  
  79. allowChangeOutfit = true
  80. freePremium = false
  81. kickIdlePlayerAfterMinutes = 15
  82. maxMessageBuffer = 4
  83. emoteSpells = true
  84. classicEquipmentSlots = false
  85. allowWalkthrough = true
  86. coinPacketSize = 1500
  87. coinImagesURL = "http://some.url/images/store/"
  88.  
  89.  
  90. rateExp = 5
  91. rateSkill = 3
  92. rateLoot = 2
  93. rateMagic = 3
  94. rateSpawn = 1
  95.  
  96.  
  97. deSpawnRange = 2
  98. deSpawnRadius = 50
  99.  
  100. staminaSystem = true
  101.  
  102.  
  103. warnUnsafeScripts = true
  104. convertUnsafeScripts = true
  105.  
  106.  
  107. defaultPriority = "high"
  108. startupDatabaseOptimization = true
  109.  
  110.  
  111. ownerName = "Malucooo"
  112. ownerEmail = "e_nunes@live.com"
  113. url = "http://www.github.com/malucooo/otxserver-global/"
  114. location = "Brazil"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement