Advertisement
Guest User

Untitled

a guest
Sep 21st, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. worldType = "pvp"
  2. hotkeyAimbotEnabled = "yes"
  3. protectionLevel = 100
  4. killsToRedSkull = 4
  5. killsToBlackSkull = 8
  6. pzLocked = 30*1000
  7. removeAmmoWhenUsingDistanceWeapon = "no"
  8. removeChargesFromRunes = "no"
  9. timeToDecreaseFrags = 4 * 60 * 60 * 1000
  10. whiteSkullTime = 10 * 60 * 1000
  11. stairJumpExhaustion = 1000
  12. experienceByKillingPlayers = "no"
  13. expFromPlayersLevelRange = 75
  14. noDamageToSameLookfeet = "no"
  15.  
  16. Connection Config
  17. NOTE: maxPlayers set to 0 means no limit
  18. ip = "localhost"
  19. bindOnlyGlobalAddress = "no"
  20. loginProtocolPort = 7171
  21. gameProtocolPort = 7172
  22. statusProtocolPort = 7171
  23. maxPlayers = 100
  24. motd = "Hello. We have higher exp stages and skills while in beta."
  25. onePlayerOnlinePerAccount = "yes"
  26. allowClones = "no"
  27. serverName = "Evolution"
  28. statusTimeout = 5000
  29. replaceKickOnLogin = "yes"
  30. maxPacketsPerSecond = 25
  31.  
  32. Deaths
  33. NOTE: Leave deathLosePercent as 1 if you want to use the default
  34. death penalty formula. For the old formula, set it to 10. For
  35. no skill/experience loss, set it to 0.
  36. deathLosePercent = 1
  37.  
  38. Houses
  39. NOTE: set housePriceEachSQM to 1 to disable the ingame buy house functionality
  40. housePriceEachSQM = 30000
  41. houseRentPeriod = "never"
  42.  
  43. Item Usage
  44. timeBetweenActions = 200
  45. timeBetweenExActions = 1000
  46.  
  47. Map
  48. NOTE: set mapName WITHOUT .otbm at the end
  49. mapName = "new"
  50. mapAuthor = "Kamil"
  51.  
  52. Market
  53. marketOfferDuration = 30 * 24 * 60 * 60
  54. premiumToCreateMarketOffer = "yes"
  55. checkExpiredMarketOffersEachMinutes = 60
  56. maxMarketOffersAtATimePerPlayer = 100
  57.  
  58. MySQL
  59. mysqlHost = "127.0.0.1"
  60. mysqlUser = "root"
  61. mysqlPass = ""
  62. mysqlDatabase = "testserver"
  63. mysqlPort = 3306
  64. mysqlSock = "sha1"
  65. passwordType = "sha1"
  66.  
  67. Misc.
  68. allowChangeOutfit = "yes"
  69. freePremium = "yes"
  70. kickIdlePlayerAfterMinutes = 2000
  71. maxMessageBuffer = 4
  72. emoteSpells = "yes"
  73.  
  74. Rates
  75. NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml
  76. rateExp = 50
  77. rateSkill = 100
  78. rateLoot = 3
  79. rateMagic = 100
  80. rateSpawn = 7
  81.  
  82. Monsters
  83. deSpawnRange = 2
  84. deSpawnRadius = 50
  85.  
  86. Stamina
  87. staminaSystem = "yes"
  88.  
  89. Startup
  90. NOTE: defaultPriority only works on Windows and sets process priority.
  91. defaultPriority = "high"
  92. startupDatabaseOptimization = "no"
  93.  
  94. Status server information
  95. ownerName = "Kamil"
  96. ownerEmail = ""
  97. url = "http://otland.net/"
  98. location = "Poland"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement