Advertisement
dominique120

Untitled

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