Advertisement
Guest User

Untitled

a guest
Mar 25th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. worldType = "pvp"
  2. hotkeyAimbotEnabled = true
  3. protectionLevel = 50
  4. killsToRedSkull = 15
  5. killsToBlackSkull = 30
  6. pzLocked = 60 * 1000
  7. removeChargesFromRunes = true
  8. timeToDecreaseFrags = 24 * 60 * 60 * 1000
  9. whiteSkullTime = 15 * 60 * 1000
  10. stairJumpExhaustion = 2 * 1000
  11. experienceByKillingPlayers = false
  12. expFromPlayersLevelRange = 75
  13.  
  14. ip = "caracas.zapto.org"
  15. bindOnlyGlobalAddress = false
  16. loginProtocolPort = 7171
  17. gameProtocolPort = 7172
  18. statusProtocolPort = 7171
  19. maxPlayers = 400
  20. motd = "Bienvenidos a Caracas Unline"
  21. onePlayerOnlinePerAccount = true
  22. allowClones = false
  23. serverName = "Caracas Unline"
  24. statusTimeout = 5 * 1000
  25. replaceKickOnLogin = true
  26. maxPacketsPerSecond = 100
  27.  
  28. coinPacketSize = 25
  29. coinImagesURL = "http://caracas.zapto.org/store/64"
  30.  
  31. expertPvp = false
  32.  
  33. clientVersionMin = 1097
  34. clientVersionMax = 1098
  35. clientVersionStr = "Solo cliente 10.98"
  36.  
  37. freeDepotLimit = 2000
  38. premiumDepotLimit = 10000
  39. depotBoxes = 17
  40.  
  41. enableLiveCasting = true
  42. liveCastPort = 7173
  43.  
  44. deathLosePercent = -1
  45.  
  46. housePriceEachSQM = 1000
  47. houseRentPeriod = "weekly"
  48.  
  49. timeBetweenActions = 500
  50. timeBetweenExActions = 1000
  51.  
  52. mapName = "global"
  53. mapAuthor = "cipsoft"
  54.  
  55. marketOfferDuration = 30 * 24 * 60 * 60
  56. premiumToCreateMarketOffer = true
  57. checkExpiredMarketOffersEachMinutes = 60
  58. maxMarketOffersAtATimePerPlayer = 100
  59.  
  60. mysqlHost = "127.0.0.1"
  61. mysqlUser = "root"
  62. mysqlPass = "462848"
  63. mysqlDatabase = "unline"
  64. mysqlPort = 3306
  65. mysqlSock = ""
  66. passwordType = "sha1"
  67.  
  68. allowChangeOutfit = true
  69. freePremium = true
  70. kickIdlePlayerAfterMinutes = 15
  71. maxMessageBuffer = 4
  72. emoteSpells = false
  73. classicEquipmentSlots = false
  74. allowWalkthrough = true
  75.  
  76. rateExp = 100
  77. rateSkill = 25
  78. rateLoot = 10
  79. rateMagic = 20
  80. rateSpawn = 2
  81.  
  82. deSpawnRange = 2
  83. deSpawnRadius = 50
  84.  
  85. staminaSystem = false
  86.  
  87. warnUnsafeScripts = true
  88. convertUnsafeScripts = true
  89.  
  90. defaultPriority = "high"
  91. startupDatabaseOptimization = true
  92.  
  93. ownerName = "Caracas"
  94. ownerEmail = ""
  95. url = ""
  96. location = "Venezuela"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement