Advertisement
Guest User

Weapon/Armor Skills

a guest
Feb 13th, 2012
600
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 3.37 KB | None | 0 0
  1. /*  CREATED BY: Parranoia
  2.  *  ID     RACE
  3.  *-------------------
  4.  *  1   |  Human
  5.  *  2   |  Orc
  6.  *  3   |  Dwarf
  7.  *  4   |  Night Elf
  8.  *  5   |  Undead
  9.  *  6   |  Tauren
  10.  *  7   |  Gnome
  11.  *  8   |  Troll
  12.  *  10  |  Blood Elf
  13.  *  11  |  Draenei
  14.  */
  15.  
  16.  
  17. DELETE FROM `playercreateinfo_spell` WHERE `Note` IN('Polearms', 'Swords', 'Daggers', 'Two-Handed Axes', 'One-Handed Axes', 'Two-Handed Swords', 'Two-Handed Maces', 'Maces', 'Thrown', 'Throw', 'Bows', 'Guns', 'Axes', 'Polearms', 'Fist Weapons', 'Crossbows', 'Mail Armor', 'Plate Armor', 'Staves', 'Dual-Wield');
  18.  
  19. -- Warrior Spells
  20. INSERT INTO `playercreateinfo_spell` (`race`, `class`, `Spell`, `Note`) VALUES
  21. (0, 1, 201,'Swords'),
  22. (0, 1, 1180,'Daggers'),
  23. (0, 1, 197,'Two-Handed Axes'),
  24. (0, 1, 199,'Two-Handed Maces'),
  25. (0, 1, 202,'Two-Handed Swords'),
  26. (0, 1, 198,'Maces'),
  27. (0, 1, 196,'Axes'),
  28. (0, 1, 200,'Polearms'),
  29. (0, 1, 2567,'Thrown'),
  30. (0, 1, 2764,'Throw'),
  31. (0, 1, 264,'Bows'),
  32. (0, 1, 266,'Guns'),
  33. (0, 1, 5011,'Crossbows'),
  34. (0, 1, 15590,'Fist Weapons'),
  35. (0, 1, 227,'Staves'),
  36. (0, 1, 674, 'Dual-Wield'),
  37. (0, 1, 750, 'Plate Armor');
  38.  
  39. -- Paladin Spells
  40. INSERT INTO `playercreateinfo_spell` (`race`, `class`, `Spell`, `Note`) VALUES
  41. (0, 2, 200,'Polearms'),
  42. (0, 2, 198,'Maces'),
  43. (0, 2, 201,'Swords'),
  44. (0, 2, 202,'Two-Handed Swords'),
  45. (0, 2, 197,'Two-Handed Axes'),
  46. (0, 2, 199,'Two-Handed Maces'),
  47. (0, 2, 196,'Axes'),
  48. (0, 2, 750, 'Plate Armor');
  49.  
  50. -- Hunter Spells
  51. INSERT INTO `playercreateinfo_spell` (`race`, `class`, `Spell`, `Note`) VALUES
  52. (0, 3, 200,'Polearms'),
  53. (0, 3, 196, 'One-Handed Axes'),
  54. (0, 3, 674, 'Dual-Wield'),
  55. (0, 3, 15590, 'Fist Weapons'),
  56. (0, 3, 2767, 'Thrown'),
  57. (0, 3, 2764, 'Throw'),
  58. (0, 3, 264,'Bows'),
  59. (0, 3, 266,'Guns'),
  60. (0, 3, 5011,'Crossbows'),
  61. (0, 3, 201,'Swords'),
  62. (0, 3, 227,'Staves'),
  63. (0, 3, 202,'Two-Handed Swords'),
  64. (0, 3, 197,'Two-Handed Axes'),
  65. (0, 3, 1180,'Daggers'),
  66. (0, 3, 8737, 'Mail Armor');
  67.  
  68. -- Rogue Spells
  69. INSERT INTO `playercreateinfo_spell` (`race`, `class`, `Spell`, `Note`) VALUES
  70. (0, 4, 1180,'Daggers'),
  71. (0, 4, 2567,'Thrown'),
  72. (0, 4, 2764,'Throw'),
  73. (0, 4, 201,'Swords'),
  74. (0, 4, 198,'Maces'),
  75. (0, 4, 196,'Axes'),
  76. (0, 4, 264,'Bows'),
  77. (0, 4, 266,'Guns'),
  78. (0, 4, 5011,'Crossbows'),
  79. (0, 4, 15590,'Fist Weapons');
  80.  
  81. -- Priest
  82. INSERT INTO `playercreateinfo_spell` (`race`, `class`, `Spell`, `Note`) VALUES
  83. (0, 5, 1180,'Daggers'),
  84. (0, 5, 198,'Maces'),
  85. (0, 5, 227,'Staves');
  86.  
  87. -- Death Knight
  88. INSERT INTO `playercreateinfo_spell` (`race`, `class`, `Spell`, `Note`) VALUES
  89. (0, 6, 199,'Two-Handed Maces'),
  90. (0, 6, 198,'One-Handed Maces');
  91.  
  92. -- Shaman
  93. INSERT INTO `playercreateinfo_spell` (`race`, `class`, `Spell`, `Note`) VALUES
  94. (0, 7, 1180, 'Daggers'),
  95. (0, 7, 227,'Staves'),
  96. (0, 7, 198,'Maces'),
  97. (0, 7, 199,'Two-Handed Maces'),
  98. (0, 7, 196,'Axes'),
  99. (0, 7, 197,'Two-Handed Axes'),
  100. (0, 7, 15590,'Fist Weapons'),
  101. (0, 7, 8737, 'Mail Armor');
  102.  
  103. -- Mage Spells
  104. INSERT INTO `playercreateinfo_spell` (`race`, `class`, `Spell`, `Note`) VALUES
  105. (0, 8, 1180,'Daggers'),
  106. (0, 8, 201,'Swords'),
  107. (0, 8, 227,'Staves');
  108.  
  109. -- Warlock
  110. INSERT INTO `playercreateinfo_spell` (`race`, `class`, `Spell`, `Note`) VALUES
  111. (0, 9, 1180,'Daggers'),
  112. (0, 9, 201,'Swords'),
  113. (0, 9, 227,'Staves');
  114.  
  115. -- Druid
  116. INSERT INTO `playercreateinfo_spell` (`race`, `class`, `Spell`, `Note`) VALUES
  117. (0, 11, 198,'Maces'),
  118. (0, 11, 199,'Two-Handed Maces'),
  119. (0, 11, 227,'Staves'),
  120. (0, 11, 200,'Polearms');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement