Advertisement
Guest User

Untitled

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