Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. <config>
  2. <database classname="com.mysql.jdbc.Driver" connectionstring="jdbc:mysql://localhost/riftsclasses?user=root&password=" databasename="riftsclasses"/>
  3. <combat hitformula="+d20+HIT-ARMOR-DODGE" dmgformula="+WEAPON+DMG-PRES">
  4. <weapons>
  5. <weapon id="268" min="1" max="4"/>
  6. <weapon id="272" min="1" max="6"/>
  7. <weapon id="267" min="1" max="8"/>
  8. <weapon id="283" min="1" max="10"/>
  9. <weapon id="276" min="1" max="12"/>
  10. <weapon id="271" min="2" max="3"/>
  11. <weapon id="275" min="3" max="5"/>
  12. <weapon id="258" min="4" max="6"/>
  13. <weapon id="286" min="5" max="8"/>
  14. <weapon id="279" min="6" max="10"/>
  15. <weapon id="261" min="4" max="6"/>
  16. <weapon id="others" min="1" max="2"/>
  17. </weapons>
  18. <armors>
  19. <armor id="298" value="25"/>
  20. <armor id="299" value="25"/>
  21. <armor id="300" value="25"/>
  22. <armor id="301" value="25"/>
  23. <armor id="306" value="75"/>
  24. <armor id="307" value="75"/>
  25. <armor id="308" value="75"/>
  26. <armor id="309" value="75"/>
  27. <armor id="314" value="150"/>
  28. <armor id="315" value="150"/>
  29. <armor id="316" value="150"/>
  30. <armor id="317" value="150"/>
  31. <armor id="310" value="250"/>
  32. <armor id="311" value="250"/>
  33. <armor id="312" value="250"/>
  34. <armor id="313" value="250"/>
  35. <armor id="302" value="300"/>
  36. <armor id="303" value="300"/>
  37. <armor id="304" value="300"/>
  38. <armor id="305" value="300"/>
  39. </armors>
  40. <mobs>
  41. <mob type="Skeleton" armor="0" mindmg="2" maxdmg="4"/>
  42. <mob type="Wolf" armor="1" mindmg="1" maxdmg="4"/>
  43. <mob type="Spider" armor="2" mindmg="2" maxdmg="6"/>
  44. <mob type="Zombi" armor="2" mindmg="2" maxdmg="6"/>
  45. <mob type="Ghast" armor="0" mindmg="1" maxdmg="10"/>
  46. <mob type="Zombi Pigman" armor="4" mindmg="2" maxdmg="6"/>
  47. <mob type="Creeper" armor="0" mindmg="2" maxdmg="6"/>
  48. </mobs>
  49. </combat>
  50. <eating overridevanilla="false">
  51. <item>
  52. <food id="260" name="apple" hp="5"/>
  53. <food id="297" name="bread" hp="10"/>
  54. <food id="319" name="raw porkchop" hp="3"/>
  55. <food id="320" name="cooked porkchop" hp="15"/>
  56. <food id="322" name="golden apple" hp="40"/>
  57. <food id="349" name="raw fish" hp="3"/>
  58. <food id="350" name="cooked fish" hp="10"/>
  59. </item>
  60. <block>
  61. <food id="92" name="cake" hp="5"/>
  62. </block>
  63. </eating>
  64. <coreattributes divisor="100"/>
  65. <classes forceclassresetonfactionchange="true" forceclassresetonclasschange="false"/>
  66. <experience>
  67. <blocks>
  68. <block type="1" onbreak="1" onplace="0"/>
  69. <block type="2" onbreak="1" onplace="0"/>
  70. <block type="3" onbreak="1" onplace="0"/>
  71. <block type="12" onbreak="1" onplace="0"/>
  72. <block type="13" onbreak="1" onplace="0"/>
  73. <block type="14" onbreak="20" onplace="-20"/>
  74. <block type="15" onbreak="20" onplace="-20"/>
  75. <block type="16" onbreak="20" onplace="-20"/>
  76. <block type="17" onbreak="1" onplace="0"/>
  77. <block type="39" onbreak="20" onplace="-20"/>
  78. <block type="40" onbreak="20" onplace="-20"/>
  79. <block type="49" onbreak="20" onplace="-20"/>
  80. <block type="73" onbreak="20" onplace="-20"/>
  81. <block type="79" onbreak="1" onplace="0"/>
  82. <block type="82" onbreak="1" onplace="0"/>
  83. <block type="86" onbreak="1" onplace="0"/>
  84. </blocks>
  85. <pve levelmultiplier="1">
  86. <entity type="Skeleton" onhit="0" onkill="20"/>
  87. <entity type="Wolf" onhit="0" onkill="20"/>
  88. <entity type="Spider" onhit="0" onkill="20"/>
  89. <entity type="Zombi" onhit="0" onkill="20"/>
  90. <entity type="Ghast" onhit="0" onkill="20"/>
  91. <entity type="Zombi Pigman" onhit="0" onkill="20"/>
  92. <entity type="Creeper" onhit="0" onkill="20"/>
  93. </pve>
  94. <pvp levelmultiplier="1" onkill="20"/>
  95. </experience>
  96. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement