Advertisement
Guest User

Untitled

a guest
Mar 6th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 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 = 6
  6. killsToBan = 12
  7. banLength = 1*24*60*60
  8. pzLocked = 60000
  9. removeChargesFromRunes = true
  10. timeToDecreaseFrags = 4 * 60 * 60 * 1000
  11. whiteSkullTime = 15 * 60 * 1000
  12. stairJumpExhaustion = 2000
  13. experienceByKillingPlayers = false
  14. expFromPlayersLevelRange = 75
  15.  
  16. -- Connection Config
  17. -- NOTE: maxPlayers set to 0 means no limit
  18. ip = "198.50.151.249"
  19. bindOnlyGlobalAddress = true
  20. loginProtocolPort = 7171
  21. gameProtocolPort = 7172
  22. statusProtocolPort = 7171
  23. maxPlayers = 0
  24. motd = "Seja Bem-Vindo ao Tibians!"
  25. onePlayerOnlinePerAccount = true
  26. allowClones = false
  27. serverName = "Tibians"
  28. statusTimeout = 5000
  29. replaceKickOnLogin = true
  30. maxPacketsPerSecond = 35
  31.  
  32. -- Houses
  33. houseRentPeriod = "weekly"
  34.  
  35. -- Item Usage
  36. timeBetweenActions = 200
  37. timeBetweenExActions = 1000
  38.  
  39. -- Map
  40. -- NOTE: set mapName WITHOUT .otbm at the end
  41. mapName = "map"
  42. mapAuthor = "Infusions"
  43.  
  44. -- MySQL
  45. mysqlHost = "127.0.0.1"
  46. mysqlUser = "root"
  47. mysqlPass = "XXXXXXXXXXXXXXXX"
  48. mysqlDatabase = "global"
  49. mysqlPort = 3306
  50. mysqlSock = ""
  51.  
  52. -- Misc.
  53. showMonsterLoot = true
  54. allowChangeOutfit = true
  55. freePremium = false
  56. kickIdlePlayerAfterMinutes = 15
  57. maxMessageBuffer = 4
  58.  
  59. -- Rates
  60. -- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml
  61. rateExp = 1
  62. rateSkill = 5
  63. rateLoot = 2
  64. rateMagic = 2
  65. rateSpawn = 1
  66.  
  67. -- Monsters
  68. deSpawnRange = 2
  69. deSpawnRadius = 0
  70. rateSpawnInterval = 35000
  71.  
  72. -- Scripts
  73. warnUnsafeScripts = true
  74. convertUnsafeScripts = true
  75.  
  76. -- Startup
  77. -- NOTE: defaultPriority only works on Windows and sets process
  78. -- priority, valid values are: "normal", "above-normal", "high"
  79. defaultPriority = "high"
  80. startupDatabaseOptimization = false
  81.  
  82. -- Status server information
  83. ownerName = "K3V1N"
  84. ownerEmail = "suporte@tibians.org"
  85. url = "https://tibians.org/"
  86. location = "United States"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement