Advertisement
Guest User

Untitled

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