Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- -- -- data directory location
  2. datadir = "data/"
  3.  
  4. -- map location
  5. map = "data/world/thais.otbm"
  6.  
  7. -- mapkind
  8. -- options: OTBM for binary map, XML for OTX map
  9. mapkind = "OTBM"
  10.  
  11. -- map store location (for XML only)
  12. mapstore = "data/world/otmadness-mapstore.xml"
  13.  
  14. -- house store location (for XML only)
  15. housestore = "data/world/otmadness-housestore.xml"
  16.  
  17. -- bans storage (for XML only)
  18. banIdentifier = "data/bans.xml"
  19.  
  20. -- server name
  21. servername = "#World Maxinuem Of Cautch!"
  22.  
  23. -- server location
  24. location = "usa"
  25.  
  26. -- server ip (the ip that server listens on)
  27. ip ="156.195.217.62"
  28.  
  29. -- server port (the port that server listens on)
  30. port = "7171"
  31.  
  32. -- ser ver url
  33. url = "wiki-ots.servegame.com"
  34.  
  35. -- server owner name
  36. ownername = "TFS Manager 3.1"
  37.  
  38. -- server owner email
  39. owneremail = "mido_fofo63@yahoo.com"
  40.  
  41. -- world type
  42. -- options: pvp, no-pvp, pvp-enforced
  43. worldtype = "pvp"
  44.  
  45. -- exhausted time in ms (1000 = 1 second)
  46. exhausted = 800
  47.  
  48. -- exhausted time in ms for non-aggressive spells (1000 = 1 second)
  49. exhaustedheal = 800
  50.  
  51. -- how many ms to add if the player is already exhausted and tries to cast a spell (1000 = 1 second)
  52. exhaustedadd = 200
  53.  
  54. -- how long does the player has to stay out of fight to get pz unlocked in ms (1000 = 1 second)
  55. pzlocked = 20*1000
  56.  
  57. -- house rent period
  58. -- options: daily, weekly, monthly
  59. houserentperiod = "monthly"
  60.  
  61. -- motd (the message box that you sometimes get before you choose characters)
  62. motd = "By Mohamed~El~Sayed .. Copying Kimet~Pure"
  63. motdnum = "1"
  64.  
  65. -- login message
  66. loginmsg = "Any Help Ask The Owner Ots . New Update! if your character is bugged please send me your account number and char(s) names in a pm on the forums otmadnessiiireborn.webs.com."
  67.  
  68. -- allow clones (multiple logins of the same char)
  69. -- options: 0 (no), 0 (yes)
  70. allowclones = 0
  71.  
  72. -- how many logins attempts until ip is temporary disabled
  73. -- set to 0 to disable
  74. logintries = 1
  75.  
  76. -- how long the retry timeout until a new login can be made (without disabling the ip)
  77. retrytimeout = 5*1000
  78.  
  79. -- how long the player need to wait until the ip is allowed again
  80. logintimeout = 5*1000
  81.  
  82. -- max number of players allowed
  83. maxplayers = "150"
  84.  
  85. -- SQL type
  86. -- options: mysql, sqlite
  87. sql_type = "mysql"
  88.  
  89. --- MySQL part (ignore if you are using SQLite)
  90. sql_host = "localhost"
  91. sql_user = "root"
  92. sql_pass = ""
  93. sql_db = "otserv"
  94.  
  95. --- SQLite part (ignore if you are using MySQL)
  96. sqlite_db = "db.s3db"
  97.  
  98. -------------------------------------------------------------------------------------------------
  99. ---------------------------- Evolutions Basic Configuration ----------------------------
  100. -------------------------------------------------------------------------------------------------
  101.  
  102. -- world name (shows in the character list)
  103. worldname = "Thais"
  104.  
  105. -- time to save the server (default = 5)
  106. autosave = 999999
  107.  
  108. -- do you want to enable cap system? (yes/no)
  109. capsystem = "no"
  110.  
  111. -- anti-afk - maximum idle time to kick player (1 = 1min)
  112. kicktime = 9999
  113.  
  114. -- how many summons player can have
  115. maxsummons = 0
  116.  
  117. -- maximum items in depot
  118. maxdepotitems = 500
  119.  
  120. -- learn spells (yes/no)
  121. learnspells = "no"
  122.  
  123. -- do you want everyone to have premium
  124. freepremium = "yes"
  125.  
  126. -- remove ammunation? (bolts/arrows)
  127. removeammunation = "no"
  128.  
  129. -- remove rune charges? (sd/hmm/gfb)
  130. removerunecharges = "no"
  131.  
  132. -- use item hotkeys? (yes/no)
  133. itemhotkeys = "yes"
  134.  
  135. -- shoot trough battle window on players? (yes/no)
  136. battlewindowplayers = "yes"
  137.  
  138. -- use account manager? (yes/no)
  139. accountmanager = "yes"
  140.  
  141. -- summon follows master
  142. summonsfollow = "yes"
  143.  
  144. -- damage to players with the same feet
  145. feetdamage = "yes"
  146.  
  147. -- guild system type (SQL only)(ingame/online)
  148. -- online guild system requires the latest Swelia AAC
  149. guildsystem = "ingame"
  150.  
  151. -- Stamina
  152. -- NOTE: Stamina is stored in miliseconds, so seconds are multiplied by 1000.
  153. -- rateStaminaHits multiplies every hit done a creature, which are later
  154. -- multiplied by player attack speed.
  155. -- rateStaminaGain is divider of every logged out second, eg:
  156. -- 60000 / 3 = 20000 milliseconds, what gives 20 stamina seconds for 1 minute being logged off.
  157. -- rateStaminaThresholdGain is divider for the premium stamina.
  158. -- staminaRatingLimit* is in minutes.
  159. rateStaminaLoss = 1
  160. rateStaminaGain = 3
  161. rateStaminaThresholdGain = 12
  162. staminaRatingLimitTop = 41 * 60
  163. staminaRatingLimitBottom = 14 * 60
  164. rateStaminaAboveNormal = 1.5
  165. rateStaminaUnderNormal = 0.5
  166. staminaThresholdOnlyPremium = true
  167.  
  168. -------------------------------------------------------------------------------------
  169. ----------------------------------- Multipliers -----------------------------------
  170. -------------------------------------------------------------------------------------
  171. -- stages
  172. experienceStages = "yes"
  173.  
  174. experienceStages = true
  175.  
  176. -- experience multiplier (how much faster you got exp from monsters)
  177. expmul = 75900
  178.  
  179. -- experience multiplier for pvp-enforced (how much faster you got exp from players)
  180. expmulpvp = 14
  181.  
  182. -- monster lootrating (how much faster you get items from monsters)
  183. lootmul = 9
  184.  
  185. -- skill multiplier (another multiplier in data/vocations.xml)
  186. skillmul = 95
  187.  
  188. -- manaspent multiplier (another multiplier in data/vocations.xml)
  189. manamul = 90
  190.  
  191. -- how many monsters spawn at a time in 1 spawn
  192. spawnmul = 15
  193.  
  194. -- Price for each SQM when buying a house
  195. houseprice = 10
  196.  
  197. -- level to buy a house
  198. houselevel = 10
  199.  
  200. -- maximum death entries per player
  201. maxdeathentries = 50
  202.  
  203. -- max message buffer (default = 4)
  204. -- how fast you get muted
  205. messagebuffer = 4
  206.  
  207. -- minimum action interval (default = 200)
  208. minactioninterval = 200
  209.  
  210. -- protection for those under this level
  211. protectionlimit = 1
  212.  
  213. -- critical damage and chance {chance, extra damage percent}
  214. criticaldamage = {"250", "1000"}
  215.  
  216. ---------------------------------------------------------------------------------------
  217. -------------------------- Skull System configuration -------------------------
  218. ---------------------------------------------------------------------------------------
  219.  
  220. -- time to lose a white skull (1 = 1 minute)
  221. whitetime = 1
  222.  
  223. -- time to lose one frag (1 = 1 minute)
  224. fragtime = 1*5
  225.  
  226. -- ban unjust, how many frags you need to get banned (1 = 1 frag)
  227. banunjust = 100
  228.  
  229. -- red skull unjust, how many frags you need to get a red skull (1 = 1 frag)
  230. redunjust = 20
  231.  
  232. -- bantime, for how long the player is banned (1 = 1 hour)
  233. bantime = 48*1
  234.  
  235.  
  236. --------------------------------------------------------------------------------------
  237. ------------------------------- GM access rights --------------------------------
  238. --------------------------------------------------------------------------------------
  239.  
  240. -- access to walk into houses and open house doors
  241. accesshouse = 5
  242.  
  243. -- access to login without waiting in the queue or when server is closed
  244. accessenter = 5
  245.  
  246. -- access to ignore damage, exhaustion, cap limit and be ignored by monsters
  247. accessprotect = 5
  248.  
  249. -- access to broadcast messages and talk in colors (#c blabla - in public channels)
  250. accesstalk = 5
  251.  
  252. -- access to move distant items from/to distant locations
  253. accessremote = 5
  254.  
  255. -- access to see id and position of the item you are looking at
  256. accesslook = 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement