Advertisement
Guest User

Starting skills

a guest
Jul 20th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 3.79 KB | None | 0 0
  1. DELETE FROM `playercreateinfo_spell_custom` 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');
  2.  
  3. -- Warrior Spells
  4. INSERT INTO `playercreateinfo_spell_custom` (`racemask`, `classmask`, `Spell`, `Note`) VALUES
  5. (0, 1, 201,'Swords'),
  6. (0, 1, 173,'Daggers'),
  7. (0, 1, 197,'Two-Handed Axes'),
  8. (0, 1, 199,'Two-Handed Maces'),
  9. (0, 1, 202,'Two-Handed Swords'),
  10. (0, 1, 198,'Maces'),
  11. (0, 1, 196,'Axes'),
  12. (0, 1, 200,'Polearms'),
  13. (0, 1, 2567,'Thrown'),
  14. (0, 1, 2764,'Throw'),
  15. (0, 1, 264,'Bows'),
  16. (0, 1, 266,'Guns'),
  17. (0, 1, 5011,'Crossbows'),
  18. (0, 1, 15590,'Fist Weapons'),
  19. (0, 1, 227,'Staves'),
  20. (0, 1, 674, 'Dual-Wield'),
  21. (0, 1, 750, 'Plate Armor');
  22.  
  23.  -- Paladin Spells
  24. INSERT INTO `playercreateinfo_spell_custom` (`racemask`, `classmask`, `Spell`, `Note`) VALUES
  25. (0, 2, 200,'Polearms'),
  26. (0, 2, 198,'Maces'),
  27. (0, 2, 201,'Swords'),
  28. (0, 2, 202,'Two-Handed Swords'),
  29. (0, 2, 197,'Two-Handed Axes'),
  30. (0, 2, 199,'Two-Handed Maces'),
  31. (0, 2, 196,'Axes'),
  32. (0, 2, 750, 'Plate Armor');
  33.  
  34. -- Hunter Spells
  35. INSERT INTO `playercreateinfo_spell_custom` (`racemask`, `classmask`, `Spell`, `Note`) VALUES
  36. (0, 3, 200,'Polearms'),
  37. (0, 3, 196, 'One-Handed Axes'),
  38. (0, 3, 674, 'Dual-Wield'),
  39. (0, 3, 15590, 'Fist Weapons'),
  40. (0, 3, 2767, 'Thrown'),
  41. (0, 3, 2764, 'Throw'),
  42. (0, 3, 264,'Bows'),
  43. (0, 3, 266,'Guns'),
  44. (0, 3, 5011,'Crossbows'),
  45. (0, 3, 201,'Swords'),
  46. (0, 3, 227,'Staves'),
  47. (0, 3, 202,'Two-Handed Swords'),
  48. (0, 3, 197,'Two-Handed Axes'),
  49. (0, 3, 173,'Daggers'),
  50. (0, 3, 1579, 'Tame-Beast'),
  51. (0, 3, 53270, 'Beast Mastery'),
  52. (0, 3, 8737, 'Mail Armor');
  53.  
  54. -- Rogue Spells
  55. INSERT INTO `playercreateinfo_spell_custom` (`racemask`, `classmask`, `Spell`, `Note`) VALUES
  56. (0, 4, 173,'Daggers'),
  57. (0, 4, 2567,'Thrown'),
  58. (0, 4, 2764,'Throw'),
  59. (0, 4, 201,'Swords'),
  60. (0, 4, 198,'Maces'),
  61. (0, 4, 196,'Axes'),
  62. (0, 4, 264,'Bows'),
  63. (0, 4, 266,'Guns'),
  64. (0, 4, 5011,'Crossbows'),
  65. (0, 4, 674, 'Dual-Wield'),
  66. (0, 4, 15590,'Fist Weapons');
  67.  
  68. -- Priest
  69. INSERT INTO `playercreateinfo_spell_custom` (`racemask`, `classmask`, `Spell`, `Note`) VALUES
  70. (0, 5, 173,'Daggers'),
  71. (0, 5, 198,'Maces'),
  72. (0, 5, 227,'Staves');
  73.  
  74. -- Death Knight
  75. INSERT INTO `playercreateinfo_spell_custom` (`racemask`, `classmask`, `Spell`, `Note`) VALUES
  76. (0, 6, 199,'Two-Handed Maces'),
  77. (0, 6, 201,'Swords'),
  78. (0, 6, 197,'Two-Handed Axes'),
  79. (0, 6, 202,'Two-Handed Swords'),
  80. (0, 6, 196,'Axes'),
  81. (0, 6, 200,'Polearms'),
  82. (0, 6, 198,'One-Handed Maces');
  83.  
  84. -- Shaman
  85. INSERT INTO `playercreateinfo_spell_custom` (`racemask`, `classmask`, `Spell`, `Note`) VALUES
  86. (0, 7, 173, 'Daggers'),
  87. (0, 7, 227,'Staves'),
  88. (0, 7, 198,'Maces'),
  89. (0, 7, 199,'Two-Handed Maces'),
  90. (0, 7, 196,'Axes'),
  91. (0, 7, 197,'Two-Handed Axes'),
  92. (0, 7, 15590,'Fist Weapons'),
  93. (0, 7, 674, 'Dual-Wield'),
  94. (0, 7, 8737, 'Mail Armor');
  95.  
  96. -- Mage Spells
  97. INSERT INTO `playercreateinfo_spell_custom` (`racemask`, `classmask`, `Spell`, `Note`) VALUES
  98. (0, 8, 173,'Daggers'),
  99. (0, 8, 201,'Swords'),
  100. (0, 8, 227,'Staves');
  101.  
  102. -- Warlock
  103. INSERT INTO `playercreateinfo_spell_custom` (`racemask`, `classmask`, `Spell`, `Note`) VALUES
  104. (0, 9, 173,'Daggers'),
  105. (0, 9, 201,'Swords'),
  106. (0, 9, 227,'Staves');
  107.  
  108. -- Druid
  109. INSERT INTO `playercreateinfo_spell_custom` (`racemask`, `classmask`, `Spell`, `Note`) VALUES
  110. (0, 11, 198,'Maces'),
  111. (0, 11, 227,'Staves'),
  112. (0, 11, 674, 'Dual-Wield'),
  113. (0, 11, 197,'Two-Handed Axes'),
  114. (0, 11, 199,'Two-Handed Maces'),
  115. (0, 11, 202,'Two-Handed Swords'),
  116. (0, 11, 200,'Polearms');  
  117. -- ALL Flying&Riding
  118. INSERT INTO `playercreateinfo_spell_custom` (`racemask`, `classmask`, `Spell`, `Note`) VALUES
  119. (0, 0, 34091,'Artisan Riding'),
  120. (0, 0, 54197,'Cold Weather Flying');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement