Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.84 KB | None | 0 0
  1. ---------------------------- OTServ configuration Titanium World 7.6 ------------------------------
  2.  
  3. -- datadir
  4. datadir = "data/"
  5.  
  6. -- sets what map to load
  7. map = "data/world/queen2.otbm"
  8.  
  9. -- OTBM for binary, SQL for SQL map, XML for OTX maps
  10. mapkind = "OTBM"
  11.  
  12. -- SQL for acc/player info from SQL, XML for acc/player info from XML
  13. sourcedata = "XML"
  14.  
  15. -- the message the player gets when he logs in
  16. loginmsg = "event timeis over 1% XP loose!:.:.:.: registration: http://titanium.no-ip.org/hi.php .:.:.:. Spell list : http://titanium.no-ip.org/DSL/spells.html .:.:.:. Read the rules on forum: http://52422.rapidforum.com .:.:.:. summons: Dark guard, Monks Healler .:.:.:. No FIeld runes in the Arena ( like: do not use deathbomb in arena)."
  17.  
  18.  
  19. -- the port otserv listens on
  20. port = "7171"
  21.  
  22. -- name of our server
  23. servername = "Titanium World 7.6"
  24.  
  25. -- name of the owner of our server
  26. ownername = "Titan"
  27.  
  28. -- email of the owner of our server
  29. owneremail = "TitaniumWorld@web.de"
  30.  
  31. -- the url for more server info
  32. url = "titaniumworld.no-ip.org"
  33.  
  34. -- the location of the server
  35. location = "Germany"
  36.  
  37. -- the ip the server should redirect too
  38. ip = "207.180.207.72"
  39. -- The messagebox you sometimes get before you choose characters
  40. motd = "Welcome to Titanium World, We thank Sergej, Lashin, Dennis, Jakub and Jan!"
  41. motdnum="1"
  42.  
  43. -- use md5 passwords for accounts, yes/no
  44. md5passwords = "no"
  45.  
  46. -- world type. options: pvp, no-pvp, pvp-enforced
  47. worldtype = "pvp"
  48.  
  49. -- max number of players allowed
  50. maxplayers = "600"
  51.  
  52. -- exhausted time in ms (1000 = 1sec)
  53. exhausted = 1100
  54.  
  55. -- exhaustion time for healing spells (1000 = 1sec)
  56. exhaustedheal = 1000
  57.  
  58. -- how many ms to add if the player is already exhausted and tries to cast a spell (1000 = 1sec)
  59. exhaustedadd = 300
  60.  
  61. -- how long does the player has to stay out of fight to get pz unlocked in ms (1000 = 1sec)
  62. pzlocked = 60*1000
  63.  
  64. -- allow multiple logins of the same char
  65. allowclones = 0
  66.  
  67.  
  68. -- vocation names
  69. vocations = {"a Wizard", "a Mystic", "a Hunter", "a Crussader", "a Consellor","a Ninja"}
  70. promoted_vocations = {"a Dark Bloody Wizard", "an Ancient Demono Prophet", "a Skull Head Hunter", "a Doom Warcryer", "a Blade Ninja"}
  71.  
  72.  
  73.  
  74. --- SQL part
  75. sql_host = "localhost"
  76. sql_user = "root"
  77. sql_pass = ""
  78. sql_db = "otserv"
  79.  
  80.  
  81. --- SQL MAP part
  82. sqlmap = "test_map"
  83. map_host = "localhost"
  84. map_user = "root"
  85. map_pass = ""
  86. map_db = ""
  87.  
  88. ------------------------- YurOTS basic configuration ---------------------------
  89.  
  90. -- name of your world (seen on the character list when logging in)
  91. worldname = "TiTaNiUm World"
  92.  
  93. -- how often do server saves it's state (0 = off, 5 = 5min, 60 = hour)
  94. autosave = 20
  95.  
  96. -- do you want to enable cap system? (yes/no)
  97. capsystem = "yes"
  98.  
  99. -- do you want players to learn spells before they can use them? (yes/no)
  100. learnspells = "no"
  101.  
  102. -- do you want to give premium account to all players? (yes/no)
  103. freepremmy = "yes"
  104.  
  105. -- do you want premium players to wait in queue as others? (yes/no)
  106. queuepremmy = "yes"
  107.  
  108. -- how much % of {exp, mana, skill, eq, bp} do you lose when dying
  109. diepercent = {"1", "1", "0", "10", "10"}
  110.  
  111. -- how many summons player can have
  112. maxsummons = 4
  113.  
  114. -- do you want to give summons for all vocations? (yes/no)
  115. summonsallvoc = "yes"
  116.  
  117. -- chance of losing a spear when shot (0 - none lost, 100000 - all lost)
  118. spearlosechance = 0
  119.  
  120. -- anti-afk - maximum idle time to kick player (1 = 1min)
  121. kicktime = 90
  122.  
  123. -- maximum number of items player can keep in his/her depot
  124. maxdepotitems = 5000
  125.  
  126. -- maximum number of items on a house tile (including those in containers)
  127. maxhousetileitems = 3000
  128.  
  129. -- how much death entries are saved in players file (old are deleted)
  130. maxdeathentries = 15
  131.  
  132. -- mana consumend by {snakebite, moonlight, volcanic, quagmire, tempest} rod
  133. rodmana = {"2", "3", "5", "8", "13"}
  134.  
  135. -- mana consumed by wand of {vortex, dragonbreath, plague, cosmic energy, inferno}
  136. wandmana = {"2", "3", "5", "8", "13"}
  137.  
  138. -- shooting range of {snakebite, moonlight, volcanic, quagmire, tempest} rod
  139. rodrange = {"4", "3", "2", "1", "3"}
  140.  
  141. -- shooting range of wand of {vortex, dragonbreath, plague, cosmic energy, inferno}
  142. wandrange = {"4", "3", "2", "1", "3"}
  143.  
  144. -- damage of burst arrows blast
  145. -- default is from (1*lvl+5*mlvl)*0.24 to (1*lvl+5*mlvl)*0.55
  146. burstarrowdmg = {"1.0", "5.0", "0.24", "0.55"}
  147.  
  148. -- speed of attack in seconds (no-voc, sorc, druid, pally, knight)
  149. speed = {"2.5", "2.0", "2.0", "1.0", "0.7"}
  150.  
  151. ---------------- Life Ring and ROH ----
  152. -- Life Ring Configuration
  153. LifeRingHealth = "40"
  154. LifeRingMana = "20"
  155.  
  156. -- ROH Configuration
  157. RoHHealth = "80"
  158. RoHMana = "40"
  159.  
  160. --------------------------- Multipliers and gains ------------------------------
  161.  
  162.  
  163. -- experience multiplier (how much faster you got exp from monsters)
  164. expmul = 10
  165.  
  166. -- experience multiplier for pvp-enforced (how much faster you got exp from players)
  167. expmulpvp = 2
  168.  
  169. -- skill multipliers: 1 - rl tibia, 10 - ten times faster etc. {no-voc, sorcerer, druid, paladin, knight}
  170. weaponmul = {"1", "1", "1", "1", "95"}
  171. distmul = {"1", "1", "1", "90", "1"}
  172. shieldmul = {"1", "1", "1", "70", "90"}
  173. manamul = {"0", "3", "3", "2", "2"}
  174.  
  175. -- how much points of life,mana,cap do you get when advancing {no-voc, sorcerer, druid, paladin, knight}
  176. capgain = {"10", "10", "10", "20", "25"}
  177. managain = {"5", "30", "30", "15", "5"}
  178. hpgain = {"5", "5", "5", "10", "15"}
  179.  
  180. -- how much faster do you recovery life,mana after eating food (1 - rl tibia)
  181. healthtickmul = 15
  182. manatickmul = 50
  183.  
  184. -------------------------------- Skull system ----------------------------------
  185.  
  186. -- how many unjustified kills to get a red skull
  187. redunjust = 10
  188.  
  189. -- how many unjustified kills to get banned
  190. banunjust = 21
  191.  
  192. -- how long do you have white skull after attacking player (1 = 1min)
  193. hittime = 3
  194.  
  195. -- how long do you have white skull after killing player (1 = 1min)
  196. whitetime = 30
  197.  
  198. -- how long do you have red skull (1 = 1min)
  199. redtime = 6*40
  200.  
  201. -- how long do you have to wait to lose 1 unjustified kill (1 = 1min)
  202. fragtime = 60
  203.  
  204. ------------------------------ GM access rights --------------------------------
  205.  
  206. -- access to walk into houses and open house doors
  207. accesshouse = 5
  208.  
  209. -- access to login without waiting in the queue or when server is closed
  210. accessenter = 2
  211.  
  212. -- access to ignore damage, exhaustion, cap limit and be ignored by monsters
  213. accessprotect = 3
  214.  
  215. -- access to broadcast messages and talk in colors (#c blabla - in public channels)
  216. accesstalk = 1
  217.  
  218. -- access to move distant items from/to distant locations
  219. accessremote = 3
  220.  
  221. -- access to see id and position of the item you are looking at
  222. accesslook = 3
  223. ------
  224.  
  225. --Exp color
  226. -- COLORS
  227. -- (darkblue = 2, red = 180, orange = 199, gray = 121, green = 84)
  228. -- (lime = 102, yellow = 169, light blue = 71, white = 983)
  229. expcolor = 71
  230.  
  231.  
  232. -- house price for 1 sqm
  233. priceforsqm = 20000
  234.  
  235. -- max houses for player
  236. maxhouses = 1
  237.  
  238. --Distance away from spawn to remove a monster - The Chaos
  239. dist = 40
  240.  
  241. --Do you want the fancy animations?!
  242. animations = "yes"
  243. -- color of advance animations
  244. -- (darkblue = 2, red = 180, orange = 199, gray = 121, green = 84)
  245. -- (lime = 102, yellow = 169, light blue = 71, white = 983)
  246. anicolor = 84
  247.  
  248. --How many mana and Hp you recovery using Life Ring
  249. liferingmana = "80"
  250. liferinghealth = "40"
  251.  
  252. --How many mana and Hp you recovery using Ring of Healing
  253. healingringmana = "120"
  254. healingringhealth = "80"
  255.  
  256. -- How many percent increase magic damage when u have mystic turban?
  257. mysticturban = 20
  258.  
  259. -- How many % increase magic damage when u have blue robe?
  260. bluerobe = 7
  261.  
  262. --Do you want Atack Animations (Fire AXE etc.)?! yes/no
  263. atackanimations = "yes"
  264.  
  265. -- Name of City when depot id is 1 (for send parcels)
  266. city1 = "a"
  267.  
  268. -- Name of City when depot id is 2 (for send parcels)
  269. city2 = "b"
  270.  
  271. -- Name of City when depot id is 3 (for send parcels)
  272. city3 = "c"
  273.  
  274. -- hours to lost in sex change
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement