Advertisement
Guest User

Untitled

a guest
Apr 18th, 2017
598
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. -- Combat settings
  2. -- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced"
  3. worldType = "pvp"
  4. protectionLevel = 1
  5. killsToRedSkull = 3
  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. -- Connection Config
  15. -- NOTE: maxPlayers set to 0 means no limit
  16. ip = "127.0.0.1"
  17. bindOnlyGlobalAddress = false
  18. loginProtocolPort = 7171
  19. gameProtocolPort = 7172
  20. statusProtocolPort = 7171
  21. maxPlayers = 0
  22. motd = "Welcome to The Forgotten Server!"
  23. onePlayerOnlinePerAccount = true
  24. allowClones = false
  25. serverName = "Forgotten"
  26. statusTimeout = 5 * 1000
  27. replaceKickOnLogin = true
  28. maxPacketsPerSecond = 25
  29.  
  30. -- Version Manual
  31. clientVersionMin = 770
  32. clientVersionMax = 772
  33. clientVersionStr = "Only clients with protocol 7.70/72 allowed!"
  34.  
  35. -- Deaths
  36. -- NOTE: Leave deathLosePercent as -1 if you want to use the default
  37. -- death penalty formula. For the old formula, set it to 10. For
  38. -- no skill/experience loss, set it to 0.
  39. deathLosePercent = -1
  40.  
  41. -- Houses
  42. -- NOTE: set housePriceEachSQM to -1 to disable the ingame buy house functionality
  43. housePriceEachSQM = 1000
  44. houseRentPeriod = "weekly"
  45.  
  46. -- Item Usage
  47. timeBetweenActions = 200
  48. timeBetweenExActions = 1000
  49.  
  50. -- Map
  51. -- NOTE: set mapName WITHOUT .otbm at the end
  52. mapName = "map"
  53. mapAuthor = "Mattyx14"
  54.  
  55. -- MySQL
  56. sqlType = "mysql"
  57. mysqlHost = "localhost"
  58. mysqlUser = "root"
  59. mysqlPass = "xxxx" -- eu coloquei xxx pra ninguem ver.
  60. mysqlDatabase = "distro"
  61. mysqlPort = 3306
  62. mysqlSock = ""
  63. encryptionType = "sha1"
  64.  
  65. -- Misc.
  66. -- heightStackBlock : can walk/push over 2 items with height attribute (Parcels, boxes etc.)
  67. allowChangeOutfit = true
  68. freePremium = false
  69. kickIdlePlayerAfterMinutes = 15
  70. maxMessageBuffer = 4
  71. emoteSpells = false
  72. classicEquipmentSlots = true
  73. autoStackItems = false
  74. summonsDropCorpse = true
  75. displayLootMessage = false
  76. UHTrap = true
  77. heightStackBlock = true
  78. houseAntiTrash = false
  79.  
  80. -- Rates
  81. -- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml
  82. rateExp = 5
  83. rateSkill = 3
  84. rateLoot = 2
  85. rateMagic = 3
  86. rateSpawn = 1
  87.  
  88. -- Monster rates
  89. rateMonsterHealth = 1.0
  90. rateMonsterAttack = 1.0
  91. rateMonsterDefense = 1.0
  92.  
  93. -- Monsters
  94. deSpawnRange = 2
  95. deSpawnRadius = 50
  96.  
  97. -- Scripts
  98. warnUnsafeScripts = true
  99. convertUnsafeScripts = true
  100.  
  101. -- Startup
  102. -- NOTE: defaultPriority only works on Windows and sets process
  103. -- priority, valid values are: "normal", "above-normal", "high"
  104. defaultPriority = "high"
  105. startupDatabaseOptimization = true
  106.  
  107. -- Status server information
  108. ownerName = "Mattyx14"
  109. ownerEmail = "darkylive@live.com.mx"
  110. url = "http://darkkonia.sytes.net/"
  111. location = "Mexico"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement