Advertisement
Guest User

Untitled

a guest
Sep 1st, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 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 = true
  5. protectionLevel = 40
  6. killsToRedSkull = 5
  7. killsToBlackSkull = 15
  8. pzLocked = 50000
  9. removeChargesFromRunes = false
  10. timeToDecreaseFrags = 3 * 60 * 60 * 1000
  11. whiteSkullTime = 7 * 50 * 1000
  12. stairJumpExhaustion = 1500
  13. experienceByKillingPlayers = false
  14. expFromPlayersLevelRange = 200
  15.  
  16. -- Connection Config
  17. -- NOTE: maxPlayers set to 0 means no limit
  18. ip = "198.50.201.71"
  19. bindOnlyGlobalAddress = false
  20. loginProtocolPort = 7171
  21. gameProtocolPort = 7172
  22. statusProtocolPort = 7171
  23. maxPlayers = 1000
  24. motd = "Bem-vindo ao Arthuria-Global!"
  25. onePlayerOnlinePerAccount = true
  26. allowClones = false
  27. serverName = "Arthuria-Global"
  28. statusTimeout = 5000
  29. replaceKickOnLogin = true
  30. maxPacketsPerSecond = 25
  31.  
  32. enableLiveCasting = true
  33. liveCastPort = 7173
  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 = 500
  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 = "global"
  53. mapAuthor = "Mitsuig"
  54.  
  55. -- Market
  56. marketOfferDuration = 7 * 24 * 60 * 60
  57. premiumToCreateMarketOffer = false
  58. checkExpiredMarketOffersEachMinutes = 60
  59. maxMarketOffersAtATimePerPlayer = 100
  60.  
  61. -- MySQL
  62. mysqlHost = "127.0.0.1"
  63. mysqlUser = "root"
  64. mysqlPass = "gabi6912gA!"
  65. mysqlDatabase = "global"
  66. mysqlPort = 3306
  67. mysqlSock = ""
  68. passwordType = "sha1"
  69.  
  70. -- Misc.
  71. allowChangeOutfit = true
  72. freePremium = true
  73. kickIdlePlayerAfterMinutes = 30
  74. maxMessageBuffer = 4
  75. emoteSpells = false
  76. classicEquipmentSlots = false
  77.  
  78. -- Rates
  79. -- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml
  80. rateExp = 2
  81. rateSkill = 50
  82. rateLoot = 4
  83. rateMagic = 10
  84. rateSpawn = 6
  85.  
  86. -- Monsters
  87. deSpawnRange = 2
  88. deSpawnRadius = 50
  89.  
  90. -- Stamina
  91. staminaSystem = true
  92.  
  93. -- Scripts
  94. warnUnsafeScripts = true
  95. convertUnsafeScripts = true
  96.  
  97. -- Startup
  98. -- NOTE: defaultPriority only works on Windows and sets process
  99. -- priority, valid values are: "normal", "above-normal", "high"
  100. defaultPriority = "high"
  101. startupDatabaseOptimization = false
  102.  
  103. -- Status server information
  104. ownerName = "Arthuria-Global"
  105. ownerEmail = "arthuria.global@gmail.com"
  106. url = "http://arthuria-global.com"
  107. location = "Brazil"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement