Advertisement
Guest User

Untitled

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