Advertisement
Guest User

Untitled

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