What's new
  • Happy Cataclysm gaming! The long-awaited 4.3.4 Cataclysm Repack V19.0 is now live - and downloadable from our brand-new Emucoach App.
    Download it now

Useful starting spells for Hunters, Paladin, Worgen

lissandra

Verified Member
11
2019
0
Code:
INSERT INTO `playercreateinfo_spell` (`race`, `class`, `Spell`, `Note`) VALUES
(0, 1, 201,'Swords'),
(0, 1, 1180,'Daggers'),
(0, 1, 197,'Two-Handed Axes'),
(0, 1, 199,'Two-Handed Maces'),
(0, 1, 202,'Two-Handed Swords'),
(0, 1, 198,'Maces'),
(0, 1, 196,'Axes'),
(0, 1, 200,'Polearms'),
(0, 1, 2567,'Thrown'),
(0, 1, 2764,'Throw'),
(0, 1, 264,'Bows'),
(0, 1, 266,'Guns'),
(0, 1, 5011,'Crossbows'),
(0, 1, 15590,'Fist Weapons'),
(0, 1, 227,'Staves'),
(0, 1, 674, 'Dual-Wield'),
(0, 1, 750, 'Plate Armor');

INSERT INTO `playercreateinfo_spell` (`race`, `class`, `Spell`, `Note`) VALUES
(0, 2, 200,'Polearms'),
(0, 2, 198,'Maces'),
(0, 2, 201,'Swords'),
(0, 2, 202,'Two-Handed Swords'),
(0, 2, 197,'Two-Handed Axes'),
(0, 2, 199,'Two-Handed Maces'),
(0, 2, 196,'Axes'),
(0, 2, 750, 'Plate Armor');

INSERT INTO `playercreateinfo_spell` (`race`, `class`, `Spell`, `Note`) VALUES
(0, 3, 200,'Polearms'),
(0, 3, 196, 'One-Handed Axes'),
(0, 3, 674, 'Dual-Wield'),
(0, 3, 15590, 'Fist Weapons'),
(0, 3, 2567, 'Thrown'),
(0, 3, 2764, 'Throw'),
(0, 3, 264,'Bows'),
(0, 3, 266,'Guns'),
(0, 3, 5011,'Crossbows'),
(0, 3, 201,'Swords'),
(0, 3, 227,'Staves'),
(0, 3, 202,'Two-Handed Swords'),
(0, 3, 197,'Two-Handed Axes'),
(0, 3, 1180,'Daggers'),
(0, 3, 8737, 'Mail Armor');

# Optional
# Worgen's start with Two Forms
INSERT INTO `playercreateinfo_spell` VALUES
(22, 1, 68996, 'two forms'),
(22, 2, 68996, 'two forms'),
(22, 3, 68996, 'two forms'),
(22, 4, 68996, 'two forms'),
(22, 5, 68996, 'two forms'),
(22, 6, 68996, 'two forms'),
(22, 7, 68996, 'two forms'),
(22, 8, 68996, 'two forms'),
(22, 9, 68996, 'two forms'),
(22, 10, 68996, 'two forms'),
(22, 11, 68996, 'two forms');
 
Back
Top