HubsInfo Network
Login or Register to remove ads! You're browsing our forum and website as a Guest meaning you can only see a portion of the forum in read-only mode.
PHP MySQL Linux Material Design Web Hosting Online Games SimCity BuildIt

Hunter Spells

0 Members and 1 Guest are viewing this topic.

Hunter Spells
« on: May 24, 2014, 06:49:33 AM »
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');
Re: Hunter Spells
« Reply #1 on: May 24, 2014, 06:50:12 AM »
# Rogue Spells
INSERT INTO `playercreateinfo_spell` (`race`, `class`, `Spell`, `Note`) VALUES
(0, 4, 1180,'Daggers'),
(0, 4, 2567,'Thrown'),
(0, 4, 2764,'Throw'),
(0, 4, 201,'Swords'),
(0, 4, 198,'Maces'),
(0, 4, 196,'Axes'),
(0, 4, 264,'Bows'),
(0, 4, 266,'Guns'),
(0, 4, 5011,'Crossbows'),
(0, 4, 15590,'Fist Weapons');


# Priest
INSERT INTO `playercreateinfo_spell` (`race`, `class`, `Spell`, `Note`) VALUES
(0, 5, 1180,'Daggers'),
(0, 5, 198,'Maces'),
(0, 5, 227,'Staves');

# Death Knight
INSERT INTO `playercreateinfo_spell` (`race`, `class`, `Spell`, `Note`) VALUES
(0, 6, 199,'Two-Handed Maces'),
(0, 6, 198,'One-Handed Maces');

# Shaman
INSERT INTO `playercreateinfo_spell` (`race`, `class`, `Spell`, `Note`) VALUES
(0, 7, 1180, 'Daggers'),
(0, 7, 227,'Staves'),
(0, 7, 198,'Maces'),
(0, 7, 199,'Two-Handed Maces'),
(0, 7, 196,'Axes'),
(0, 7, 197,'Two-Handed Axes'),
(0, 7, 15590,'Fist Weapons'),
(0, 7, 8737, 'Mail Armor');

# Mage Spells
INSERT INTO `playercreateinfo_spell` (`race`, `class`, `Spell`, `Note`) VALUES
(0, 8, 1180,'Daggers'),
(0, 8, 201,'Swords'),
(0, 8, 227,'Staves');

# Warlock
INSERT INTO `playercreateinfo_spell` (`race`, `class`, `Spell`, `Note`) VALUES
(0, 9, 1180,'Daggers'),
(0, 9, 201,'Swords'),
(0, 9, 227,'Staves');

# Druid
INSERT INTO `playercreateinfo_spell` (`race`, `class`, `Spell`, `Note`) VALUES
(0, 11, 198,'Maces'),
(0, 11, 199,'Two-Handed Maces'),
(0, 11, 227,'Staves'),
(0, 11, 200,'Polearms');
 



Linux Ubuntu Guides Linux games - Lutris.net