Added sql files, no longer need to get them from Trinity Core.
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
CREATE TABLE `character_equipmentsets` (
|
||||
`guid` int(11) NOT NULL default '0',
|
||||
`setguid` bigint(20) NOT NULL auto_increment,
|
||||
`setindex` tinyint(4) NOT NULL default '0',
|
||||
`name` varchar(100) NOT NULL,
|
||||
`iconname` varchar(100) NOT NULL,
|
||||
`item0` int(11) NOT NULL default '0',
|
||||
`item1` int(11) NOT NULL default '0',
|
||||
`item2` int(11) NOT NULL default '0',
|
||||
`item3` int(11) NOT NULL default '0',
|
||||
`item4` int(11) NOT NULL default '0',
|
||||
`item5` int(11) NOT NULL default '0',
|
||||
`item6` int(11) NOT NULL default '0',
|
||||
`item7` int(11) NOT NULL default '0',
|
||||
`item8` int(11) NOT NULL default '0',
|
||||
`item9` int(11) NOT NULL default '0',
|
||||
`item10` int(11) NOT NULL default '0',
|
||||
`item11` int(11) NOT NULL default '0',
|
||||
`item12` int(11) NOT NULL default '0',
|
||||
`item13` int(11) NOT NULL default '0',
|
||||
`item14` int(11) NOT NULL default '0',
|
||||
`item15` int(11) NOT NULL default '0',
|
||||
`item16` int(11) NOT NULL default '0',
|
||||
`item17` int(11) NOT NULL default '0',
|
||||
`item18` int(11) NOT NULL default '0',
|
||||
PRIMARY KEY (`setguid`),
|
||||
UNIQUE KEY `idx_set` (`guid`,`setguid`,`setindex`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
UPDATE characters SET data = REPLACE(data,' ',' ');
|
||||
UPDATE characters SET data = CONCAT(TRIM(data),' ');
|
||||
UPDATE `characters` SET `data` = CONCAT(
|
||||
SUBSTRING_INDEX(`data`, ' ', 257 + 1), ' ',
|
||||
SUBSTRING_INDEX(SUBSTRING_INDEX(`data`, ' ', 261 + 1), ' ', -261 + 260 - 1), ' ',
|
||||
SUBSTRING_INDEX(SUBSTRING_INDEX(`data`, ' ', 261 + 18 + 1), ' ', -261 - 18 + 260 + 18 - 1), ' ',
|
||||
SUBSTRING_INDEX(SUBSTRING_INDEX(`data`, ' ', 261 + 18*2 + 1), ' ', -261 - 18*2 + 260 + 18*2 - 1), ' ',
|
||||
SUBSTRING_INDEX(SUBSTRING_INDEX(`data`, ' ', 261 + 18*3 + 1), ' ', -261 - 18*3 + 260 + 18*3 - 1), ' ',
|
||||
SUBSTRING_INDEX(SUBSTRING_INDEX(`data`, ' ', 261 + 18*4 + 1), ' ', -261 - 18*4 + 260 + 18*4 - 1), ' ',
|
||||
SUBSTRING_INDEX(SUBSTRING_INDEX(`data`, ' ', 261 + 18*5 + 1), ' ', -261 - 18*5 + 260 + 18*5 - 1), ' ',
|
||||
SUBSTRING_INDEX(SUBSTRING_INDEX(`data`, ' ', 261 + 18*6 + 1), ' ', -261 - 18*6 + 260 + 18*6 - 1), ' ',
|
||||
SUBSTRING_INDEX(SUBSTRING_INDEX(`data`, ' ', 261 + 18*7 + 1), ' ', -261 - 18*7 + 260 + 18*7 - 1), ' ',
|
||||
SUBSTRING_INDEX(SUBSTRING_INDEX(`data`, ' ', 261 + 18*8 + 1), ' ', -261 - 18*8 + 260 + 18*8 - 1), ' ',
|
||||
SUBSTRING_INDEX(SUBSTRING_INDEX(`data`, ' ', 261 + 18*9 + 1), ' ', -261 - 18*9 + 260 + 18*9 - 1), ' ',
|
||||
SUBSTRING_INDEX(SUBSTRING_INDEX(`data`, ' ', 261 + 18*10 + 1), ' ', -261 - 18*10 + 260 + 18*10 - 1), ' ',
|
||||
SUBSTRING_INDEX(SUBSTRING_INDEX(`data`, ' ', 261 + 18*11 + 1), ' ', -261 - 18*11 + 260 + 18*11 - 1), ' ',
|
||||
SUBSTRING_INDEX(SUBSTRING_INDEX(`data`, ' ', 261 + 18*12 + 1), ' ', -261 - 18*12 + 260 + 18*12 - 1), ' ',
|
||||
SUBSTRING_INDEX(SUBSTRING_INDEX(`data`, ' ', 261 + 18*13 + 1), ' ', -261 - 18*13 + 260 + 18*13 - 1), ' ',
|
||||
SUBSTRING_INDEX(SUBSTRING_INDEX(`data`, ' ', 261 + 18*14 + 1), ' ', -261 - 18*14 + 260 + 18*14 - 1), ' ',
|
||||
SUBSTRING_INDEX(SUBSTRING_INDEX(`data`, ' ', 261 + 18*15 + 1), ' ', -261 - 18*15 + 260 + 18*15 - 1), ' ',
|
||||
SUBSTRING_INDEX(SUBSTRING_INDEX(`data`, ' ', 261 + 18*16 + 1), ' ', -261 - 18*16 + 260 + 18*16 - 1), ' ',
|
||||
SUBSTRING_INDEX(SUBSTRING_INDEX(`data`, ' ', 261 + 18*17 + 1), ' ', -261 - 18*17 + 260 + 18*17 - 1), ' ',
|
||||
SUBSTRING_INDEX(SUBSTRING_INDEX(`data`, ' ', 261 + 18*18 + 1), ' ', -261 - 18*18 + 260 + 18*18 - 1), ' ',
|
||||
SUBSTRING_INDEX(SUBSTRING_INDEX(`data`, ' ', 837 + 1), ' ', -837 + 600 - 1), ' ',
|
||||
SUBSTRING_INDEX(SUBSTRING_INDEX(`data`, ' ', 937 + 1), ' ', -937 + 874 - 1), ' ',
|
||||
SUBSTRING_INDEX(SUBSTRING_INDEX(`data`, ' ', 1007 + 1), ' ', -1007 + 1002 - 1), ' ',
|
||||
'0 0 ',
|
||||
SUBSTRING_INDEX(SUBSTRING_INDEX(`data`, ' ', 1688 + 1), ' ', -1688 + 1008 - 1), ' ',
|
||||
SUBSTRING_INDEX(SUBSTRING_INDEX(`data`, ' ', 1696 + 1), ' ', -1696 + 1691 - 1), ' ',
|
||||
SUBSTRING_INDEX(SUBSTRING_INDEX(`data`, ' ', 1700 + 1), ' ', -1700 + 1699 - 1), ' '
|
||||
)
|
||||
WHERE length(SUBSTRING_INDEX(data, ' ', 1700)) < length(data) and length(SUBSTRING_INDEX(data, ' ', 1701)) >= length(data);
|
||||
UPDATE characters SET data = REPLACE(data,' ',' ');
|
||||
UPDATE characters SET data = CONCAT(TRIM(data),' ');
|
||||
@@ -0,0 +1,66 @@
|
||||
ALTER TABLE `item_template`
|
||||
DROP COLUMN `dmg_type3`,
|
||||
DROP COLUMN `dmg_max3`,
|
||||
DROP COLUMN `dmg_min3`,
|
||||
DROP COLUMN `dmg_type4`,
|
||||
DROP COLUMN `dmg_max4`,
|
||||
DROP COLUMN `dmg_min4`,
|
||||
DROP COLUMN `dmg_type5`,
|
||||
DROP COLUMN `dmg_max5`,
|
||||
DROP COLUMN `dmg_min5`;
|
||||
|
||||
ALTER TABLE `creature_template`
|
||||
ADD COLUMN `unk1` int(11) UNSIGNED DEFAULT '0' NOT NULL AFTER `heroic_entry`,
|
||||
ADD COLUMN `unk2` int(11) UNSIGNED DEFAULT '0' NOT NULL AFTER `unk1`,
|
||||
ADD COLUMN `questItem1` int(11) UNSIGNED DEFAULT '0' NOT NULL AFTER `RacialLeader`,
|
||||
ADD COLUMN `questItem2` int(11) UNSIGNED DEFAULT '0' NOT NULL AFTER `questItem1`,
|
||||
ADD COLUMN `questItem3` int(11) UNSIGNED DEFAULT '0' NOT NULL AFTER `questItem2`,
|
||||
ADD COLUMN `questItem4` int(11) UNSIGNED DEFAULT '0' NOT NULL AFTER `questItem3`,
|
||||
ADD COLUMN `movementId` int(11) UNSIGNED DEFAULT '0' NOT NULL AFTER `questItem4`;
|
||||
|
||||
ALTER TABLE `item_template`
|
||||
ADD COLUMN `HolidayId` int(11) UNSIGNED DEFAULT '0' NOT NULL AFTER `ItemLimitCategory`;
|
||||
|
||||
ALTER TABLE `gameobject_template`
|
||||
ADD COLUMN `unk1` varchar(100) NOT NULL default '' AFTER `castBarCaption`,
|
||||
ADD COLUMN `questItem1` int(11) UNSIGNED DEFAULT '0' NOT NULL AFTER `size`,
|
||||
ADD COLUMN `questItem2` int(11) UNSIGNED DEFAULT '0' NOT NULL AFTER `questItem1`,
|
||||
ADD COLUMN `questItem3` int(11) UNSIGNED DEFAULT '0' NOT NULL AFTER `questItem2`,
|
||||
ADD COLUMN `questItem4` int(11) UNSIGNED DEFAULT '0' NOT NULL AFTER `questItem3`;
|
||||
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` IN (18265);
|
||||
|
||||
/* Blackout removed */
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (15268, 15269, 15323, 15324, 15325, 15326);
|
||||
/* Improved Wing Clip removed */
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (19228, 19232, 19233);
|
||||
/* Shadow Mastery, not have charges now */
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (17794,17797,17798,17799,17800);
|
||||
/* Lightning Overload have 3 ranks now, 2 dropped */
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (30680,30681);
|
||||
/* Unleashed Rage have 3 ranks now, 2 dropped */
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (30806,30807,30810,30811);
|
||||
/* Concussive Barrage have 2 ranks now, 1 dropped */
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (35103);
|
||||
/* Demonic Empathy, removed */
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (47232,47234,47235);
|
||||
/* Rapture have 3 ranks now, 2 dropped */
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (47538,47539);
|
||||
/* Psychic Horror have 1 rank now, 1 dropped */
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (47572);
|
||||
/* Sudden Doom have 3 ranks now, 2 dropped */
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (49531,49532);
|
||||
/* Hunting Party have 3 ranks now, 2 dropped */
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (53293,53294);
|
||||
/* Righteous Vengeance have 3 ranks now, 2 dropped */
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (53383,53384);
|
||||
/* Night of the Dead not have charges now */
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (55620,55623);
|
||||
/* Pandemic have 1 rank, 2 dropped */
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (58436,58437);
|
||||
/* Improved Holy Concentration, removed */
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (47549,47551,47552);
|
||||
/* Serendipity, replace by aanother spell ids */
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (47555,47556,47557);
|
||||
/* T.N.T. non triggring now */
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (56333,56336,56337);
|
||||
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (59088, 59089, 58388, 56374);
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
(59088, 0x00, 4, 0x00000000, 0x00000002, 0x00000000, 0x00004000, 0x00000000, 0, 0, 0), -- Improved Spell Reflection
|
||||
(59089, 0x00, 4, 0x00000000, 0x00000002, 0x00000000, 0x00004000, 0x00000000, 0, 0, 0), -- Improved Spell Reflection
|
||||
(56374, 0x00, 3, 0x00000000, 0x00004000, 0x00000000, 0x00004000, 0x00000000, 0, 0, 0); -- Glyph of icy veins
|
||||
@@ -0,0 +1,8 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (52610);
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
(52610, 0x00, 7, 0x80000000, 0x00000000, 0x00000000, 0x00004000, 0x00000000, 0, 0, 0); -- Savage roar
|
||||
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (52610, -52610);
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
|
||||
( 52610, 62071, 0, 'Savage Roar'),
|
||||
( -52610, -62071, 0, 'Savage Roar');
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (53397);
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
(53397, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0); -- Invigoration
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (53646);
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
(53646, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0); -- Demonic Pact
|
||||
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `spell_pet_auras` WHERE `spell` IN (18754, 18755, 18756);
|
||||
INSERT INTO `spell_pet_auras` VALUES
|
||||
(18754,65536,18754),
|
||||
(18755,65536,18755),
|
||||
(18756,65536,18756);
|
||||
@@ -0,0 +1,10 @@
|
||||
DELETE FROM `spell_bonus_data` WHERE entry IN (31893, 32221, 31898, 32220, 53719, 53718, 53726, 53725);
|
||||
INSERT INTO `spell_bonus_data` VALUES
|
||||
(31893, 0, 0, 0, "Paladin - Seal of Blood Proc Enemy"),
|
||||
(32221, 0, 0, 0, "Paladin - Seal of Blood Proc Self"),
|
||||
(31898, 0.25, 0, 0.16, "Paladin - Judgement of Blood Enemy"),
|
||||
(32220, 0.0833, 0, 0.0533, "Paladin - Judgement of Blood Self"),
|
||||
(53719, 0, 0, 0, "Paladin - Seal of the Martyr Proc Enemy"),
|
||||
(53718, 0, 0, 0, "Paladin - Seal of the Martyr Proc Self"),
|
||||
(53726, 0.25, 0, 0.16, "Paladin - Judgement of the Martyr Enemy"),
|
||||
(53725, 0.0833, 0, 0.0533, "Paladin - Judgement of the Martyr Self");
|
||||
@@ -0,0 +1 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (49531,49532);
|
||||
@@ -0,0 +1,42 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (35553, 35552, 35551, 35550, 35541);
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
(35553, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00800000, 0x00000000, 0, 0, 0), -- Combat Potency
|
||||
(35552, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00800000, 0x00000000, 0, 0, 0), -- Combat Potency
|
||||
(35551, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00800000, 0x00000000, 0, 0, 0), -- Combat Potency
|
||||
(35550, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00800000, 0x00000000, 0, 0, 0), -- Combat Potency
|
||||
(35541, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00800000, 0x00000000, 0, 0, 0); -- Combat Potency
|
||||
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (20375, 50781, 51414, 54695, 54838, 54841, 55747, 57352, 58442, 58444, 58901, 59345, 60061, 60063, 60066, 60221, 60301, 60306, 60317, 60436, 60473, 60482, 60487, 60490, 60519, 60537, 38347, 34320, 33297, 38299, 59630, 61356);
|
||||
INSERT INTO `spell_proc_event`(`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
(20375, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 7, 0, 1), -- Seal of Command
|
||||
(50781, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 6), -- Fate Rune of Primal Energy
|
||||
(51414, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Venomous Tome
|
||||
(54695, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Death Knights Anguish
|
||||
(54838, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Valonforths Remembrance
|
||||
(54841, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 3), -- Thunder Capacitor
|
||||
(55747, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Horn of Argent Fury
|
||||
(57352, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x000288AA, 0x00000000, 0, 0, 45), -- Darkmoon Card: Death
|
||||
(58442, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 15), -- Airy Pale Ale
|
||||
(58444, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 5), -- Worg Tooth Oatmeal Stout
|
||||
(58901, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 45), -- Tears of Bitter Anguish
|
||||
(59345, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Crusaders Locket
|
||||
(60061, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Scarab of the Infinite Cycle
|
||||
(60063, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Sundial of the Exiled
|
||||
(60066, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Hourglass of the Unraveller
|
||||
(60221, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Essence of Gossamer
|
||||
(60301, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Meteorite Whetstone
|
||||
(60306, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Vestige of Haldor
|
||||
(60317, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Signet of Edward the Odd
|
||||
(60436, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Grim Toll
|
||||
(60473, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Forge Ember
|
||||
(60482, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Pendulum of Telluric Currents
|
||||
(60487, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 15), -- Extract of Necromantic Power
|
||||
(60490, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Embrace of the Spider
|
||||
(60519, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Spark of Life
|
||||
(60537, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 45), -- Soul of the Dead
|
||||
(38347, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 45), -- Sextant of Unstable Currents
|
||||
(34320, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 45), -- Shiffars Nexus-Horn
|
||||
(33297, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Quagmirrans Eye
|
||||
(38299, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 15), -- Fel Reavers Piston
|
||||
(59630, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Black Magic
|
||||
(61356, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x000002A8, 0x00000002, 0, 0, 90); -- Invigorating Earthsiege Diamond
|
||||
@@ -0,0 +1,26 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (28716, 31221, 31222, 31223, 31571, 31572, 31871, 31872, 44745, 61257, 59089, 59088, 58426, 57352, 57318, 56374, 56372, 56337, 56336, 56333, 54787, 53375, 53376, 47570, 47569, 47537, 47536, 47535, 63108);
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
( 28716, 0x00, 7, 0x00000010, 0x00000000, 0x00000000, 0x00044000, 0x00000000, 0, 0, 0), -- Rejuvenation
|
||||
( 31221, 0x00, 8, 0x00400000, 0x00000000, 0x00000000, 0x00000400, 0x00006001, 0, 0, 0), -- Master of Subtlety (Rank 1)
|
||||
( 31222, 0x00, 8, 0x00400000, 0x00000000, 0x00000000, 0x00000400, 0x00006001, 0, 0, 0), -- Master of Subtlety (Rank 2)
|
||||
( 31223, 0x00, 8, 0x00400000, 0x00000000, 0x00000000, 0x00000400, 0x00006001, 0, 0, 0), -- Master of Subtlety (Rank 3)
|
||||
( 31571, 0x00, 3, 0x00000000, 0x00000022, 0x00000000, 0x00000400, 0x00000000, 0, 0, 0), -- Arcane Potency (Rank 1)
|
||||
( 31572, 0x00, 3, 0x00000000, 0x00000022, 0x00000000, 0x00000400, 0x00000000, 0, 0, 0), -- Arcane Potency (Rank 2)
|
||||
( 31871, 0x00, 10, 0x00000010, 0x00000000, 0x00000000, 0x00000400, 0x00000000, 0, 0, 0), -- Divine Purpose (Rank 1)
|
||||
( 31872, 0x00, 10, 0x00000010, 0x00000000, 0x00000000, 0x00000400, 0x00000000, 0, 0, 0), -- Divine Purpose (Rank 2)
|
||||
( 44745, 0x00, 3, 0x00000000, 0x00000001, 0x00000000, 0x00000400, 0x00002000, 0, 0, 0), -- Shattered Barrier (Rank 1)
|
||||
( 59088, 0x00, 4, 0x00000000, 0x00000002, 0x00000000, 0x00000400, 0x00000000, 0, 0, 0), -- Improved Spell Reflection (Rank 1)
|
||||
( 59089, 0x00, 4, 0x00000000, 0x00000002, 0x00000000, 0x00000400, 0x00000000, 0, 0, 0), -- Improved Spell Reflection (Rank 2)
|
||||
( 58426, 0x00, 8, 0x00400000, 0x00000000, 0x00000000, 0x00000400, 0x00006001, 0, 0, 0), -- Overkill
|
||||
( 57352, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Darkmoon Card: Death
|
||||
( 56374, 0x00, 3, 0x00000000, 0x00004000, 0x00000000, 0x00000400, 0x00000000, 0, 0, 0), -- Glyph of Icy Veins
|
||||
( 56372, 0x00, 3, 0x00000000, 0x00000080, 0x00000000, 0x00000400, 0x00000000, 0, 0, 0), -- Glyph of Ice Block
|
||||
( 54787, 0x00, 3, 0x00000000, 0x00000001, 0x00000000, 0x00000400, 0x00002000, 0, 0, 0), -- Shattered Barrier (Rank 2)
|
||||
( 53375, 0x00, 10, 0x00000000, 0x00002000, 0x00000000, 0x00000400, 0x00000000, 0, 0, 6), -- Sanctified Wrath (Rank 1)
|
||||
( 53376, 0x00, 10, 0x00000000, 0x00002000, 0x00000000, 0x00000400, 0x00000000, 0, 0, 6), -- Sanctified Wrath (Rank 2)
|
||||
( 47569, 0x00, 6, 0x00004000, 0x00000000, 0x00000000, 0x00000400, 0x00000000, 0, 50, 0), -- Improved Shadowform (Rank 1)
|
||||
( 47570, 0x00, 6, 0x00004000, 0x00000000, 0x00000000, 0x00000400, 0x00000000, 0, 100, 0), -- Improved Shadowform (Rank 2)
|
||||
( 47535, 0x00, 6, 0x00000001, 0x00000000, 0x00000000, 0x00000400, 0x00002000, 0, 0, 12), -- Rapture (Rank 1)
|
||||
( 47536, 0x00, 6, 0x00000001, 0x00000000, 0x00000000, 0x00000400, 0x00002000, 0, 0, 12), -- Rapture (Rank 2)
|
||||
( 47537, 0x00, 6, 0x00000001, 0x00000000, 0x00000000, 0x00000400, 0x00002000, 0, 0, 12), -- Rapture (Rank 3)
|
||||
( 63108, 0x00, 5, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0); -- Siphon Life
|
||||
@@ -0,0 +1,7 @@
|
||||
DELETE FROM script_texts WHERE entry BETWEEN -1000409 AND -1000407;
|
||||
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES
|
||||
(-1000407, '%s howls in delight at the sight of his lunch!',0,2,0,0,'kyle EMOTE_SEE_LUNCH'),
|
||||
(-1000408, '%s eats his lunch.',0,2,0,0,'kyle EMOTE_EAT_LUNCH'),
|
||||
(-1000409, '%s thanks you with a special dance.',0,2,0,0,'kyle EMOTE_DANCE');
|
||||
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_kyle_frenzied' WHERE `entry`=23616;
|
||||
@@ -0,0 +1,5 @@
|
||||
DELETE FROM script_texts WHERE entry BETWEEN -1000342 AND -1000340;
|
||||
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES
|
||||
(-1000340, 'We made it! Thanks, $N. I couldn''t have gotten without you.', 0, 0, 0, 0, 'npc_deathstalker_erland - SAY_THANKS'),
|
||||
(-1000341, 'It''s good to see you again, Erland. What is your report?', 0, 0, 0, 0, 'npc_deathstalker_erland - SAY_RANE'),
|
||||
(-1000342, 'Masses of wolves are to the east, and whoever lived at Malden''s Orchard is gone.', 0, 0, 0, 0, 'npc_deathstalker_erland - SAY_ANSWER');
|
||||
@@ -0,0 +1,8 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (50880, 50884, 50885, 50886, 50887, 55610);
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
( 50880, 0x00, 15, 0x00000000, 0x04000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Icy Talons
|
||||
( 50884, 0x00, 15, 0x00000000, 0x04000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Icy Talons
|
||||
( 50885, 0x00, 15, 0x00000000, 0x04000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Icy Talons
|
||||
( 50886, 0x00, 15, 0x00000000, 0x04000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Icy Talons
|
||||
( 50887, 0x00, 15, 0x00000000, 0x04000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Icy Talons
|
||||
( 55610, 0x00, 15, 0x00000000, 0x04000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0); -- Improved Icy Talons
|
||||
@@ -0,0 +1,28 @@
|
||||
DELETE FROM script_waypoint WHERE entry=17969;
|
||||
INSERT INTO script_waypoint VALUES
|
||||
(17969, 0, -930.048950, 5288.080078, 23.848402, 0, ''),
|
||||
(17969, 1, -925.677917, 5296.482910, 18.183748, 0, ''),
|
||||
(17969, 2, -924.297180, 5299.016113, 17.710915, 0, ''),
|
||||
(17969, 3, -928.390076, 5317.022949, 18.208593, 0, ''),
|
||||
(17969, 4, -930.620972, 5329.915039, 18.773422, 0, 'SAY_AMBUSH1'),
|
||||
(17969, 5, -931.490295, 5357.654785, 18.027155, 0, 'SAY_PROGRESS'),
|
||||
(17969, 6, -934.777771, 5369.341797, 22.278048, 0, ''),
|
||||
(17969, 7, -934.521851, 5373.407227, 22.834690, 0, ''),
|
||||
(17969, 8, -937.008545, 5382.980469, 22.699078, 0, ''),
|
||||
(17969, 9, -941.948059, 5404.141602, 22.669743, 0, ''),
|
||||
(17969, 10, -931.244263, 5415.846680, 23.063961, 0, 'at crossroad'),
|
||||
(17969, 11, -901.497925, 5420.315430, 24.213270, 0, ''),
|
||||
(17969, 12, -860.311707, 5415.617676, 23.671139, 0, ''),
|
||||
(17969, 13, -777.988953, 5391.982422, 23.001669, 0, ''),
|
||||
(17969, 14, -750.362000, 5385.786621, 22.765791, 0, ''),
|
||||
(17969, 15, -731.339417, 5382.449707, 22.517065, 0, ''),
|
||||
(17969, 16, -681.235901, 5381.377930, 22.050159, 2500, 'end bridge SAY_AMBUSH2'),
|
||||
(17969, 17, -637.944458, 5384.338379, 22.205647, 0, 'SAY_END'),
|
||||
(17969, 18, -608.954407, 5408.715332, 21.630386, 0, ''),
|
||||
(17969, 19, -598.134277, 5413.608398, 21.412275, 0, ''),
|
||||
(17969, 20, -571.268982, 5420.771973, 21.184925, 0, ''),
|
||||
(17969, 21, -553.099915, 5424.616211, 21.193716, 0, ''),
|
||||
(17969, 22, -524.745483, 5443.945313, 20.977013, 0, ''),
|
||||
(17969, 23, -502.984985, 5446.283691, 22.149435, 0, ''),
|
||||
(17969, 24, -472.463959, 5449.546875, 22.561453, 0, ''),
|
||||
(17969, 25, -454.533264, 5461.302246, 22.602837, 30000, 'quest complete');
|
||||
@@ -0,0 +1,10 @@
|
||||
UPDATE creature_template SET ScriptName='' WHERE entry=466;
|
||||
UPDATE script_texts SET content_default='UNUSED', language=0, comment='REUSE ME' WHERE entry=-1000005;
|
||||
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_aged_dying_ancient_kodo' WHERE `entry` IN (4700,4701,4702,11627);
|
||||
|
||||
DELETE FROM script_texts WHERE entry BETWEEN -1000430 AND -1000428;
|
||||
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES
|
||||
(-1000428, 'Ah...the wondrous sound of kodos. I love the way they make the ground shake... inspect the beast for me.',0,0,0,0,'kodo round SAY_SMEED_HOME_1'),
|
||||
(-1000429, 'Hey, look out with that kodo! You had better inspect that beast before i give you credit!',0,0,0,0,'kodo round SAY_SMEED_HOME_2'),
|
||||
(-1000430, 'That kodo sure is a beauty. Wait a minute, where are my bifocals? Perhaps you should inspect the beast for me.',0,0,0,0,'kodo round SAY_SMEED_HOME_3');
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_script_target` WHERE entry IN(53110);
|
||||
INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
|
||||
(53110,1,28940);
|
||||
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (51521, 51522);
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
( 51521, 0x00, 11, 0x00000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Improved Stormspike
|
||||
( 51522, 0x00, 11, 0x00000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0); -- Improved Stormspike
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_nestlewood_owlkin' WHERE `entry`=16518;
|
||||
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (51698, 51700, 51701);
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
( 51698, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 1), -- Honor Among Thieves
|
||||
( 51700, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 1), -- Honor Among Thieves
|
||||
( 51701, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 1); -- Honor Among Thieves
|
||||
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (51209, 50334);
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
|
||||
(51209, 55095, 1, 'Hungering cold - frost fever'),
|
||||
(50334, 58923, 2, 'Berserk - modify target number aura');
|
||||
@@ -0,0 +1,29 @@
|
||||
ALTER TABLE npc_spellclick_spells
|
||||
DROP COLUMN quest_status,
|
||||
CHANGE COLUMN quest_id quest_start mediumint(8) unsigned NOT NULL COMMENT 'reference to quest_template',
|
||||
ADD COLUMN quest_start_active tinyint(1) unsigned NOT NULL default '0' AFTER quest_start,
|
||||
ADD COLUMN quest_end mediumint(8) unsigned NOT NULL default '0' AFTER quest_start_active;
|
||||
|
||||
/* compatibility with old data */
|
||||
UPDATE npc_spellclick_spells
|
||||
SET quest_end = quest_start, quest_start_active = 1
|
||||
WHERE quest_start <> 0;
|
||||
|
||||
DELETE FROM `npc_spellclick_spells` WHERE `spell_id` IN (54568, 54575, 52263, 52280, 52447);
|
||||
INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `quest_start`, `quest_start_active`, `quest_end`, `cast_flags`) VALUES
|
||||
(29488, 54568, 12670, 1, 0, 3), -- Taxi to Death's Breath
|
||||
(29501, 54575, 12670, 1, 0, 3),
|
||||
(28605, 52263, 12680, 1, 12680, 1), -- Stolen Horse
|
||||
(28606, 52263, 12680, 1, 12680, 1),
|
||||
(28607, 52263, 12680, 1, 12680, 1),
|
||||
(28782, 52280, 12687, 1, 12687, 1), -- Unbound Charger
|
||||
(28833, 52447, 12701, 1, 12701, 1), -- Scarlet Cannon Master
|
||||
(28887, 52447, 12701, 1, 12701, 1);
|
||||
|
||||
DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` IN (29912);
|
||||
INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `quest_start`, `quest_start_active`, `quest_end`, `cast_flags`) VALUES
|
||||
(29912, 55479, 0, 0, 0, 3); -- Obedience Crystal - Force Obedience
|
||||
|
||||
DELETE FROM `spell_target_position` WHERE `id`=51852;
|
||||
INSERT INTO `spell_target_position` (`id`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`) VALUES
|
||||
(51852, 609, 2361.21, -5660.45, 503.828, 4.49);
|
||||
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (51483,51485,51486);
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(51483, 0x00000001, 11, 0x20000000, 0x00000000, 0x00000000, 0x00000400, 0x00000000, 0.000000, 0.000000, 0),
|
||||
(51485, 0x00000001, 11, 0x20000000, 0x00000000, 0x00000000, 0x00000400, 0x00000000, 0.000000, 0.000000, 0),
|
||||
(51486, 0x00000001, 11, 0x20000000, 0x00000000, 0x00000000, 0x00000400, 0x00000000, 0.000000, 0.000000, 0);
|
||||
@@ -0,0 +1,3 @@
|
||||
-- Razorfen Kraul
|
||||
UPDATE `instance_template` SET `script` = 'instance_razorfen_kraul' WHERE `map` = '47' LIMIT 1;
|
||||
UPDATE `creature_template` SET `ScriptName` = 'npc_deaths_head_ward_keeper' WHERE `entry` = '4625' LIMIT 1;
|
||||
@@ -0,0 +1,9 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (64976,64343, 63158, 63156, 51698, 51700, 51701);
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
( 51698, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 1), -- Honor Among Thieves (Rank 1)
|
||||
( 51700, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 1), -- Honor Among Thieves (Rank 2)
|
||||
( 51701, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 1), -- Honor Among Thieves (Rank 3)
|
||||
( 64976, 0x00, 4, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Juggernaut
|
||||
( 64343, 0x00, 3, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Impact
|
||||
( 63158, 0x00, 5, 0x00000001, 0x00000040, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Decimation
|
||||
( 63156, 0x00, 5, 0x00000001, 0x00000040, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0); -- Decimation
|
||||
@@ -0,0 +1,15 @@
|
||||
DELETE FROM `spell_pet_auras` WHERE `spell` IN(56314, 56315, 56316, 56317, 56318);
|
||||
INSERT INTO `spell_pet_auras` VALUES
|
||||
(56314,0,57447),
|
||||
(56315,0,57482),
|
||||
(56316,0,57453),
|
||||
(56317,0,57457),
|
||||
(56318,0,57458);
|
||||
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN(57447, 57482, 57453, 57457, 57458);
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
|
||||
(57447,57485,2,'Kindred Spirits'),
|
||||
(57482,57484,2,'Kindred Spirits'),
|
||||
(57453,57483,2,'Kindred Spirits'),
|
||||
(57457,57482,2,'Kindred Spirits'),
|
||||
(57458,57475,2,'Kindred Spirits');
|
||||
@@ -0,0 +1,7 @@
|
||||
-- ALTER TABLE character_db_version CHANGE COLUMN required_7988_07_characters_characters required_8030_01_characters_character_spell bit;
|
||||
|
||||
UPDATE IGNORE character_spell
|
||||
SET spell = 64901
|
||||
WHERE spell = 64904;
|
||||
|
||||
DELETE FROM character_spell WHERE spell = 64904;
|
||||
@@ -0,0 +1,5 @@
|
||||
-- ALTER TABLE character_db_version CHANGE COLUMN required_8030_01_characters_character_spell required_8030_02_characters_character_action bit;
|
||||
|
||||
UPDATE character_action
|
||||
SET action = 64901
|
||||
WHERE action = 64904 AND type = '0';
|
||||
@@ -0,0 +1,3 @@
|
||||
-- ALTER TABLE db_version CHANGE COLUMN required_8021_01_mangos_spell_proc_event required_8030_03_mangos_npc_trainer bit;
|
||||
|
||||
DELETE FROM npc_trainer WHERE spell = 64904;
|
||||
@@ -0,0 +1,6 @@
|
||||
UPDATE creature_template SET ScriptName='' WHERE entry=21845;
|
||||
UPDATE creature_template SET ScriptName='boss_leotheras_the_blind_demonform' WHERE entry=21875;
|
||||
|
||||
UPDATE script_texts SET content_default='Finally, my banishment ends!' WHERE entry=-1548009;
|
||||
UPDATE script_texts SET content_default='Be gone, trifling elf. I am in control now!' WHERE entry=-1548010;
|
||||
UPDATE script_texts SET content_default='No... no! What have you done? I am the master! Do you hear me? I am... aaggh! Can\'t... contain him...' WHERE entry=-1548018;
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE creature_template SET ScriptName='npc_air_force_bots' WHERE entry IN (2614, 2615, 21974, 21993, 21996, 21997, 21999, 22001, 22002, 22003, 22063, 22065, 22066, 22068, 22069, 22070, 22071, 22078, 22079, 22080, 22086, 22087, 22088, 22090, 22124, 22125, 22126);
|
||||
@@ -0,0 +1,14 @@
|
||||
DELETE FROM `trinity_string` WHERE `entry` BETWEEN 5012 AND 5019;
|
||||
INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`) VALUES
|
||||
(5012, 'No maps found!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(5013, '[Continent]', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(5014, '[Instance]', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(5015, '[Battleground]', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(5016, '[Arena]', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(5017, '[Raid reset time: %u]', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(5018, '[Heroic reset time: %u]', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(5019, '[Mountable]', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||||
|
||||
DELETE FROM `command` WHERE `name` = 'lookup map';
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
('lookup map', 3, 'Syntax: .lookup map $namepart\r\n\r\nLooks up a map by $namepart, and returns all matches with their map ID''s.');
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `instance_template` SET `script`='instance_blackfathom_deeps' WHERE `map`=48;
|
||||
@@ -0,0 +1,2 @@
|
||||
UPDATE `trinity_string` SET `content_default` = '[Raid reset time: %s]' WHERE `entry` = 5017;
|
||||
UPDATE `trinity_string` SET `content_default` = '[Heroic reset time: %s]' WHERE `entry` = 5018;
|
||||
@@ -0,0 +1 @@
|
||||
ALTER TABLE character_pet DROP COLUMN load_flags;
|
||||
@@ -0,0 +1,5 @@
|
||||
DELETE FROM trinity_string WHERE `entry` = 6616;
|
||||
DELETE FROM `command` WHERE `name` IN ('reset all','reset talents');
|
||||
INSERT INTO `command` VALUES
|
||||
('reset all',3,'Syntax: .reset all spells\r\n\r\nSyntax: .reset all talents\r\n\r\nRequest reset spells or talents (including talents for all character\'s pets if any) at next login each existed character.'),
|
||||
('reset talents',3,'Syntax: .reset talents [Playername]\r\n Removes all talents of the targeted player or pet or named player. Playername can be name of offline character. With player talents also will be reset talents for all character\'s pets if any.');
|
||||
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE spell_pet_auras ADD effectId TINYINT( 3 ) UNSIGNED NOT NULL AFTER spell;
|
||||
ALTER TABLE spell_pet_auras DROP PRIMARY KEY, ADD PRIMARY KEY(spell,effectId,pet);
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `command` WHERE `name` IN ('modify tp');
|
||||
INSERT INTO `command` VALUES
|
||||
('modify tp',1,'Syntax: .modify tp #amount\r\n\r\nSte free talent pointes for selected character or character\'s pet. It will be reset to default expected at next levelup/login/quest reward.');
|
||||
@@ -0,0 +1 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (13165 ,14318, 14319, 14320, 14321, 14322, 25296, 27044, 61846, 61847);
|
||||
@@ -0,0 +1,13 @@
|
||||
DELETE FROM spell_pet_auras where `spell` in (56314,56315,56316, 56317, 56318);
|
||||
INSERT INTO spell_pet_auras VALUES
|
||||
(56314, 0, 0, 57447),
|
||||
(56314, 1, 0, 57485),
|
||||
(56315, 0, 0, 57452),
|
||||
(56315, 1, 0, 57484),
|
||||
(56316, 0, 0, 57453),
|
||||
(56316, 1, 0, 57483),
|
||||
(56317, 0, 0, 57457),
|
||||
(56317, 1, 0, 57482),
|
||||
(56318, 0, 0, 57458),
|
||||
(56318, 1, 0, 57475);
|
||||
DELETE FROM spell_linked_spell where `spell_trigger` in (57447,57482,57453, 57457, 57458);
|
||||
@@ -0,0 +1,9 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (48492, 48494, 48495);
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
( 48492, 0x00, 7, 0x00080000, 0x00000000, 0x00000800, 0x00000400, 0x00000000, 0, 0, 0), -- King of the Jungle (Rank1)
|
||||
( 48494, 0x00, 7, 0x00080000, 0x00000000, 0x00000800, 0x00000400, 0x00000000, 0, 0, 0), -- King of the Jungle (Rank2)
|
||||
( 48495, 0x00, 7, 0x00080000, 0x00000000, 0x00000800, 0x00000400, 0x00000000, 0, 0, 0); -- King of the Jungle (Rank3)
|
||||
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (-5229);
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
|
||||
( -5229, -51185, 0, 'King of the Jungle - remove with enrage');
|
||||
@@ -0,0 +1 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (17794 ,17797, 17798, 17799, 17800, 55620, 55623, 58435);
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry`='17962';
|
||||
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `comments`) VALUES
|
||||
('17962', '0', '0', '0', 'Warlock - Conflagrate');
|
||||
@@ -0,0 +1,19 @@
|
||||
DELETE FROM `script_texts` WHERE `entry` BETWEEN -1609016 AND -1609000;
|
||||
INSERT INTO `script_texts` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`, `sound`, `type`, `language`, `emote`, `comment`) VALUES
|
||||
(-1609000, 'You have made a grave error, fiend!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'unworthy_initiate SAY_EVENT_START_1' ),
|
||||
(-1609001, 'I was a soldier of the Light once... Look at what I have become... ', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'unworthy_initiate SAY_EVENT_START_2'),
|
||||
(-1609002, 'You are hopelessly outmatched\, $R.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'unworthy_initiate SAY_EVENT_START_3'),
|
||||
(-1609003, 'They brand me unworthy? I will show them unmorthy!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'unworthy_initiate SAY_EVENT_START_4'),
|
||||
(-1609004, 'You will allow me a weapon and armor, yes?', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'unworthy_initiate SAY_EVENT_START_5'),
|
||||
(-1609005, 'I will win my freedom and leave this cursed place!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'unworthy_initiate SAY_EVENT_START_6'),
|
||||
(-1609006, 'I will dismantle this festering hellhole!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'unworthy_initiate SAY_EVENT_START_7'),
|
||||
(-1609007, 'There can be only one survivor!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'unworthy_initiate SAY_EVENT_START_8'),
|
||||
(-1609008, 'To battle!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'unworthy_initiate SAY_EVENT_ATTACK_1'),
|
||||
(-1609009, 'Let your fears consume you!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'unworthy_initiate SAY_EVENT_ATTACK_2'),
|
||||
(-1609010, 'HAH! You can barely hold a blade! Yours will be a quick death.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'unworthy_initiate SAY_EVENT_ATTACK_3'),
|
||||
(-1609011, 'And now you die', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'unworthy_initiate SAY_EVENT_ATTACK_4'),
|
||||
(-1609012, 'To battle!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'unworthy_initiate SAY_EVENT_ATTACK_5'),
|
||||
(-1609013, 'There is no hope for our future...', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'unworthy_initiate SAY_EVENT_ATTACK_6'),
|
||||
(-1609014, 'Sate your hunger on cold steel\, $R', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'unworthy_initiate SAY_EVENT_ATTACK_7'),
|
||||
(-1609015, 'It ends here!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'unworthy_initiate SAY_EVENT_ATTACK_8'),
|
||||
(-1609016, 'Death is the only cure!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'unworthy_initiate SAY_EVENT_ATTACK_9');
|
||||
@@ -0,0 +1,8 @@
|
||||
DELETE FROM `trinity_string` WHERE `entry` IN (300, 301);
|
||||
INSERT INTO `trinity_string` (`entry`, `content_default`)VALUES
|
||||
('300', 'Your chat has been disabled for %u minutes. Reason: %s.'),
|
||||
('301', 'You have disabled %s\'s chat for %u minutes. Reason: %s.');
|
||||
|
||||
DELETE FROM `command` WHERE `name` = 'mute';
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
('mute', 1 ,'Syntax: .mute [$playerName] $timeInMinutes [$reason]\r\n\r\nDisible chat messaging for any character from account of character $playerName (or currently selected) at $timeInMinutes minutes. Player can be offline.');
|
||||
@@ -0,0 +1,14 @@
|
||||
REPLACE INTO gameobject_template VALUES (178925,1,5651,"Alliance Banner","","","",83,0,1,0,0,0,0,0,1479,196608,180421,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"");
|
||||
REPLACE INTO gameobject_template VALUES (178943,1,5652,"Horde Banner","","","",84,0,1,0,0,0,0,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"");
|
||||
REPLACE INTO gameobject_template VALUES (178940,1,5653,"Contested Banner","","","",83,0,1,0,0,0,0,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"");
|
||||
REPLACE INTO gameobject_template VALUES (179435,1,5654,"Contested Banner","","","",84,0,1,0,0,0,0,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"");
|
||||
REPLACE INTO gameobject_template VALUES (178365,1,5771,"Alliance Banner","","","",83,0,1,0,0,0,0,0,1479,196608,180100,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"");
|
||||
REPLACE INTO gameobject_template VALUES (179286,1,5772,"Contested Banner","","","",83,0,1,0,0,0,0,0,1479,196608,180102,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"");
|
||||
REPLACE INTO gameobject_template VALUES (179287,1,5774,"Contested Banner","","","",84,0,1,0,0,0,0,0,1479,0,180102,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"");
|
||||
REPLACE INTO gameobject_template VALUES (180418,1,6211,"Snowfall Banner","","","",0,0,1,0,0,0,0,0,1479,196608,180100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"");
|
||||
REPLACE INTO gameobject_template VALUES (180100,6,2232,"Alliance Banner Aura","","","",0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"");
|
||||
REPLACE INTO gameobject_template VALUES (180102,6,266,"Neutral Banner Aura","","","",0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"");
|
||||
REPLACE INTO gameobject_template VALUES (180101,6,1311,"Horde Banner Aura","","","",0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"");
|
||||
REPLACE INTO gameobject_template VALUES (180421,6,2232,"Alliance Banner Aura, Large","","","",0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"");
|
||||
REPLACE INTO gameobject_template VALUES (180423,6,266,"Neutral Banner Aura, Large","","","",0,0,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"");
|
||||
REPLACE INTO gameobject_template VALUES (180422,6,1311,"Horde Banner Aura, Large","","","",0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"");
|
||||
@@ -0,0 +1,82 @@
|
||||
DELETE FROM pet_levelstats WHERE creature_entry = 26125;
|
||||
INSERT INTO `pet_levelstats` (`creature_entry`, `level`, `hp`, `mana`, `armor`, `str`, `agi`, `sta`, `inte`, `spi`) VALUES
|
||||
('26125','1','48','80','10','20','16','13','20','8'),
|
||||
('26125','2','105','106','67','22','17','14','21','9'),
|
||||
('26125','3','162','132','124','24','18','15','22','10'),
|
||||
('26125','4','219','158','181','26','19','16','23','11'),
|
||||
('26125','5','276','184','238','28','20','17','24','12'),
|
||||
('26125','6','333','210','295','30','21','18','25','13'),
|
||||
('26125','7','390','236','352','32','22','19','26','14'),
|
||||
('26125','8','447','262','409','34','23','20','27','15'),
|
||||
('26125','9','504','288','466','36','24','21','28','16'),
|
||||
('26125','10','561','314','523','38','25','22','29','17'),
|
||||
('26125','11','618','340','580','40','26','23','30','18'),
|
||||
('26125','12','675','366','637','42','27','24','31','19'),
|
||||
('26125','13','732','392','694','44','28','25','32','20'),
|
||||
('26125','14','789','418','751','46','29','26','33','21'),
|
||||
('26125','15','846','444','808','48','30','27','34','22'),
|
||||
('26125','16','903','470','865','50','31','28','35','23'),
|
||||
('26125','17','960','496','922','52','32','29','36','24'),
|
||||
('26125','18','1017','522','979','54','33','30','37','25'),
|
||||
('26125','19','1074','548','1036','56','34','31','38','26'),
|
||||
('26125','20','1131','574','1093','58','35','32','39','27'),
|
||||
('26125','21','1188','600','1150','60','36','33','40','28'),
|
||||
('26125','22','1245','626','1207','62','37','34','41','29'),
|
||||
('26125','23','1302','652','1264','64','38','35','42','30'),
|
||||
('26125','24','1359','678','1321','66','39','36','43','31'),
|
||||
('26125','25','1416','704','1378','68','40','37','44','32'),
|
||||
('26125','26','1473','730','1435','70','41','38','45','33'),
|
||||
('26125','27','1530','756','1492','72','42','39','46','34'),
|
||||
('26125','28','1587','782','1549','74','43','40','47','35'),
|
||||
('26125','29','1644','808','1606','76','44','41','48','36'),
|
||||
('26125','30','1701','834','1663','78','45','42','49','37'),
|
||||
('26125','31','1758','860','1720','80','46','43','50','38'),
|
||||
('26125','32','1815','886','1777','82','47','44','51','39'),
|
||||
('26125','33','1872','912','1834','84','48','45','52','40'),
|
||||
('26125','34','1929','938','1891','86','49','46','53','41'),
|
||||
('26125','35','1986','964','1948','88','50','47','54','42'),
|
||||
('26125','36','2043','990','2005','90','51','48','55','43'),
|
||||
('26125','37','2100','1016','2062','92','52','49','56','44'),
|
||||
('26125','38','2157','1042','2119','94','53','50','57','45'),
|
||||
('26125','39','2214','1068','2176','96','54','51','58','46'),
|
||||
('26125','40','2271','1094','2233','98','55','52','59','47'),
|
||||
('26125','41','2328','1120','2290','100','56','53','60','48'),
|
||||
('26125','42','2385','1146','2347','102','57','54','61','49'),
|
||||
('26125','43','2442','1172','2404','104','58','55','62','50'),
|
||||
('26125','44','2499','1198','2461','106','59','56','63','51'),
|
||||
('26125','45','2556','1224','2518','108','60','57','64','52'),
|
||||
('26125','46','2613','1250','2575','110','61','58','65','53'),
|
||||
('26125','47','2670','1276','2632','112','62','59','66','54'),
|
||||
('26125','48','2727','1302','2689','114','63','60','67','55'),
|
||||
('26125','49','2784','1328','2746','116','64','61','68','56'),
|
||||
('26125','50','2841','1354','2803','118','65','62','69','57'),
|
||||
('26125','51','2898','1380','2860','120','66','63','70','58'),
|
||||
('26125','52','2955','1406','2917','122','67','64','71','59'),
|
||||
('26125','53','3012','1432','2974','124','68','65','72','60'),
|
||||
('26125','54','3069','1458','3031','126','69','66','73','61'),
|
||||
('26125','55','3126','1484','3088','128','70','67','74','62'),
|
||||
('26125','56','3183','1510','3145','130','71','68','75','63'),
|
||||
('26125','57','3240','1536','3202','132','72','69','76','64'),
|
||||
('26125','58','3297','1562','3259','134','73','70','77','65'),
|
||||
('26125','59','3354','1588','3316','136','74','71','78','66'),
|
||||
('26125','60','3411','1614','3373','138','75','72','79','67'),
|
||||
('26125','61','3468','1640','3430','140','76','73','80','68'),
|
||||
('26125','62','3525','1666','3487','142','77','74','81','69'),
|
||||
('26125','63','3582','1692','3544','144','78','75','82','70'),
|
||||
('26125','64','3639','1718','3601','146','79','76','83','71'),
|
||||
('26125','65','3696','1744','3658','148','80','77','84','72'),
|
||||
('26125','66','3753','1770','3715','150','81','78','85','73'),
|
||||
('26125','67','3810','1796','3772','152','82','79','86','74'),
|
||||
('26125','68','3867','1822','3829','154','83','80','87','75'),
|
||||
('26125','69','3924','1848','3886','156','84','81','88','76'),
|
||||
('26125','70','3981','1874','3943','158','85','82','89','77'),
|
||||
('26125','71','4038','1900','4000','160','86','83','90','78'),
|
||||
('26125','72','4095','1926','4057','162','87','84','91','79'),
|
||||
('26125','73','4152','1952','4114','164','88','85','92','80'),
|
||||
('26125','74','4209','1978','4171','166','89','86','93','81'),
|
||||
('26125','75','4266','2004','4228','168','90','87','94','82'),
|
||||
('26125','76','4323','2030','4285','170','91','88','95','83'),
|
||||
('26125','77','4380','2056','4342','172','92','89','96','84'),
|
||||
('26125','78','4437','2082','4399','174','93','90','97','85'),
|
||||
('26125','79','4494','2108','4456','176','94','91','98','86'),
|
||||
('26125','80','4551','2134','4513','178','95','92','99','87');
|
||||
@@ -0,0 +1,10 @@
|
||||
-- ALTER TABLE character_db_version CHANGE COLUMN required_8030_02_characters_character_action required_8072_01_characters_characters bit;
|
||||
|
||||
ALTER TABLE characters
|
||||
ADD gender TINYINT UNSIGNED NOT NULL default '0' AFTER class,
|
||||
ADD level TINYINT UNSIGNED NOT NULL default '0' AFTER gender,
|
||||
ADD xp INT UNSIGNED NOT NULL default '0' AFTER level,
|
||||
ADD money INT UNSIGNED NOT NULL default '0' AFTER xp,
|
||||
ADD playerBytes INT UNSIGNED NOT NULL default '0' AFTER money,
|
||||
ADD playerBytes2 INT UNSIGNED NOT NULL default '0' AFTER playerBytes,
|
||||
ADD playerFlags INT UNSIGNED NOT NULL default '0' AFTER playerBytes2;
|
||||
@@ -0,0 +1,11 @@
|
||||
-- ALTER TABLE character_db_version CHANGE COLUMN required_8072_01_characters_characters required_8072_02_characters_characters bit;
|
||||
|
||||
UPDATE characters SET
|
||||
gender = (CAST(SUBSTRING_INDEX(SUBSTRING_INDEX(data, ' ', 23), ' ', -1) AS UNSIGNED) & 0xFF0000) >> 16,
|
||||
level = CAST(SUBSTRING_INDEX(SUBSTRING_INDEX(data, ' ', 54), ' ', -1) AS UNSIGNED),
|
||||
xp = CAST(SUBSTRING_INDEX(SUBSTRING_INDEX(data, ' ', 609), ' ', -1) AS UNSIGNED),
|
||||
money = CAST(SUBSTRING_INDEX(SUBSTRING_INDEX(data, ' ', 1145), ' ', -1) AS UNSIGNED),
|
||||
playerBytes = CAST(SUBSTRING_INDEX(SUBSTRING_INDEX(data, ' ', 154), ' ', -1) AS UNSIGNED),
|
||||
playerBytes2 = CAST(SUBSTRING_INDEX(SUBSTRING_INDEX(data, ' ', 155), ' ', -1) AS UNSIGNED),
|
||||
playerFlags = CAST(SUBSTRING_INDEX(SUBSTRING_INDEX(data, ' ', 151), ' ', -1) AS UNSIGNED)
|
||||
WHERE LENGTH(SUBSTRING_INDEX(data, ' ', 1294)) < LENGTH(data) && LENGTH(data) <= LENGTH(SUBSTRING_INDEX(data, ' ', 1295));
|
||||
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (16857);
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` IN (60089);
|
||||
INSERT INTO `spell_bonus_data` (entry, direct_bonus, dot_bonus, ap_bonus, comments) VALUES
|
||||
(60089, 0, 0, 0.05, 'Faerie Fire (feral)');
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` IN (20187);
|
||||
INSERT INTO `spell_bonus_data` (entry, direct_bonus, dot_bonus, ap_bonus, comments) VALUES
|
||||
(20187, 0.4, 0, 0.25, 'Judgement of Righteousness');
|
||||
@@ -0,0 +1,20 @@
|
||||
DELETE FROM `spell_enchant_proc_data` WHERE `entry` IN (703, 704, 705, 706, 2644, 3772, 3773, 323, 324, 325, 623, 624, 625, 2641, 3768, 3769);
|
||||
INSERT INTO spell_enchant_proc_data (`entry`, `customChance`, `PPMChance`,`procEx`) VALUES
|
||||
-- Wound Poison
|
||||
(703, 0, 21.43,0),
|
||||
(704, 0, 21.43,0),
|
||||
(705, 0, 21.43,0),
|
||||
(706, 0, 21.43,0),
|
||||
(2644, 0, 21.43,0),
|
||||
(3772, 0, 21.43,0),
|
||||
(3773, 0, 21.43,0),
|
||||
-- Instant Poison
|
||||
(323, 0, 8.53,0),
|
||||
(324, 0, 8.53,0),
|
||||
(325, 0, 8.53,0),
|
||||
(623, 0, 8.53,0),
|
||||
(624, 0, 8.53,0),
|
||||
(625, 0, 8.53,0),
|
||||
(2641, 0, 8.53,0),
|
||||
(3768, 0, 8.53,0),
|
||||
(3769, 0, 8.53,0);
|
||||
@@ -0,0 +1,36 @@
|
||||
DELETE FROM `creature_questrelation` WHERE `quest`=12701;
|
||||
INSERT INTO `creature_questrelation` (`id`, `quest`) VALUES (28377, 12701);
|
||||
DELETE FROM `creature_involvedrelation` WHERE `quest`=12701;
|
||||
INSERT INTO `creature_involvedrelation` (`id`, `quest`) VALUES (28377, 12701);
|
||||
DELETE FROM `creature_involvedrelation` WHERE `quest`=12723;
|
||||
INSERT INTO `creature_involvedrelation` (`id`, `quest`) VALUES (28914, 12723);
|
||||
DELETE FROM `creature_questrelation` WHERE `quest`=12724;
|
||||
INSERT INTO `creature_questrelation` (`id`, `quest`) VALUES (28914, 12724);
|
||||
DELETE FROM `creature_involvedrelation` WHERE `quest`=12724;
|
||||
INSERT INTO `creature_involvedrelation` (`id`, `quest`) VALUES (28914, 12724);
|
||||
DELETE FROM `creature_questrelation` WHERE `quest`=12725;
|
||||
INSERT INTO `creature_questrelation` (`id`, `quest`) VALUES (28913, 12725);
|
||||
DELETE FROM `creature_involvedrelation` WHERE `quest`=12725;
|
||||
INSERT INTO `creature_involvedrelation` (`id`, `quest`) VALUES (28912, 12725);
|
||||
DELETE FROM `creature_questrelation` WHERE `quest`=12727;
|
||||
INSERT INTO `creature_questrelation` (`id`, `quest`) VALUES (28912, 12727);
|
||||
DELETE FROM `creature_involvedrelation` WHERE `quest`=12727;
|
||||
INSERT INTO `creature_involvedrelation` (`id`, `quest`) VALUES (28913, 12727);
|
||||
|
||||
DELETE FROM `spell_script_target` WHERE `entry` IN (48714,57806);
|
||||
INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
|
||||
('48714', '2', '27237'),
|
||||
('48714', '2', '27235'),
|
||||
('48714', '2', '27234'),
|
||||
('48714', '2', '27236'),
|
||||
('57806', '2', '31043');
|
||||
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_aged_dying_ancient_kodo' WHERE `entry` IN (4700,4701,4702,11627);
|
||||
|
||||
DELETE FROM `spell_target_position` WHERE `id`=51852;
|
||||
INSERT INTO `spell_target_position` (`id`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`) VALUES
|
||||
(51852, 609, 2361.21, -5660.45, 503.828, 4.49);
|
||||
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` IN (20187);
|
||||
INSERT INTO `spell_bonus_data` (entry, direct_bonus, dot_bonus, ap_bonus, comments) VALUES
|
||||
(20187, 0.4, 0, 0.25, 'Judgement of Righteousness');
|
||||
@@ -0,0 +1,27 @@
|
||||
/*ALTER TABLE character_db_version CHANGE COLUMN required_8072_02_characters_characters required_8098_01_characters_character_action bit;*/
|
||||
|
||||
ALTER TABLE character_action
|
||||
CHANGE COLUMN action action int(11) unsigned NOT NULL default '0';
|
||||
|
||||
UPDATE character_action
|
||||
SET action = action | ( misc << 16 );
|
||||
|
||||
ALTER TABLE character_action
|
||||
DROP COLUMN misc;
|
||||
|
||||
|
||||
UPDATE character_pet
|
||||
SET abdata = CONCAT(
|
||||
(SUBSTRING(abdata, 1, length(SUBSTRING_INDEX(abdata, ' ', 1))) >> 8),' ',
|
||||
SUBSTRING(abdata, length(SUBSTRING_INDEX(abdata, ' ', 1))+2, length(SUBSTRING_INDEX(abdata, ' ', 2))-length(SUBSTRING_INDEX(abdata, ' ', 1))-1),' ',
|
||||
(SUBSTRING(abdata, length(SUBSTRING_INDEX(abdata, ' ', 2))+2, length(SUBSTRING_INDEX(abdata, ' ', 3))-length(SUBSTRING_INDEX(abdata, ' ', 2))-1) >> 8),' ',
|
||||
SUBSTRING(abdata, length(SUBSTRING_INDEX(abdata, ' ', 3))+2, length(SUBSTRING_INDEX(abdata, ' ', 4))-length(SUBSTRING_INDEX(abdata, ' ', 3))-1),' ',
|
||||
(SUBSTRING(abdata, length(SUBSTRING_INDEX(abdata, ' ', 4))+2, length(SUBSTRING_INDEX(abdata, ' ', 5))-length(SUBSTRING_INDEX(abdata, ' ', 4))-1) >> 8),' ',
|
||||
SUBSTRING(abdata, length(SUBSTRING_INDEX(abdata, ' ', 5))+2, length(SUBSTRING_INDEX(abdata, ' ', 6))-length(SUBSTRING_INDEX(abdata, ' ', 5))-1),' ',
|
||||
(SUBSTRING(abdata, length(SUBSTRING_INDEX(abdata, ' ', 6))+2, length(SUBSTRING_INDEX(abdata, ' ', 7))-length(SUBSTRING_INDEX(abdata, ' ', 6))-1) >> 8),' ',
|
||||
SUBSTRING(abdata, length(SUBSTRING_INDEX(abdata, ' ', 7))+2, length(SUBSTRING_INDEX(abdata, ' ', 8))-length(SUBSTRING_INDEX(abdata, ' ', 7))-1),' '
|
||||
);
|
||||
|
||||
|
||||
UPDATE pet_spell
|
||||
SET active = ( active >> 8);
|
||||
@@ -0,0 +1,10 @@
|
||||
-- ALTER TABLE db_version CHANGE COLUMN required_8071_01_mangos_command required_8098_02_mangos_playercreateinfo_action bit;
|
||||
|
||||
ALTER TABLE playercreateinfo_action
|
||||
CHANGE COLUMN action action int(11) unsigned NOT NULL default '0';
|
||||
|
||||
UPDATE playercreateinfo_action
|
||||
SET action = action | ( misc << 16 );
|
||||
|
||||
ALTER TABLE playercreateinfo_action
|
||||
DROP COLUMN misc;
|
||||
@@ -0,0 +1,7 @@
|
||||
-- ALTER TABLE character_db_version CHANGE COLUMN required_8098_04_characters_pet_spell required_8104_01_characters bit;
|
||||
|
||||
ALTER TABLE character_achievement ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
ALTER TABLE character_achievement_progress ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
ALTER TABLE character_declinedname ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
|
||||
ALTER TABLE character_pet_declinedname ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
|
||||
ALTER TABLE guild_eventlog ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT 'Guild Eventlog';
|
||||
@@ -0,0 +1,287 @@
|
||||
TRUNCATE TABLE `spell_bonus_data`;
|
||||
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `comments`) VALUES
|
||||
(49941, 0, 0, 0.04, 'Death Knight - Blood Boil'),
|
||||
(48721, 0, 0, 0.04, 'Death Knight - Blood Boil'),
|
||||
(55078, 0, 0, 0.055, 'Death Knight - Blood Plague'),
|
||||
(50444, 0, 0, 0.105, 'Death Knight - Corpse Explosion Triggered'),
|
||||
(52212, 0, 0, 0.0475, 'Death Knight - Death and Decay'),
|
||||
(47632, 0, 0, 0.15, 'Death Knight - Death Coil'),
|
||||
(47633, 0, 0, 0.15, 'Death Knight - Death Coil Heal'),
|
||||
(55095, 0, 0, 0.055, 'Death Knight - Frost Fever'),
|
||||
(49184, 0, 0, 0.1, 'Death Knight - Howling Blast'),
|
||||
(45477, 0, 0, 0.1, 'Death Knight - Icy Touch'),
|
||||
(56903, 0, 0, 0, 'Death Knight - Lichflame'),
|
||||
(50842, 0, 0, 0.04, 'Death Knight - Pestilence'),
|
||||
(50401, 0, 0, 0, 'Death Knight - Razor Frost'),
|
||||
(47476, 0, 0, 0.06, 'Death Knight - Strangulate'),
|
||||
(50536, 0, 0, 0.013, 'Death Knight - Unholy Blight (Rank1)'),
|
||||
(51373, 0, 0, 0.013, 'Death Knight - Unholy Blight (Rank2)'),
|
||||
(51374, 0, 0, 0.013, 'Death Knight - Unholy Blight (Rank3)'),
|
||||
(51375, 0, 0, 0.013, 'Death Knight - Unholy Blight (Rank4)'),
|
||||
(339, 0, 0.1, 0, 'Druid - Entangling Roots'),
|
||||
(5185, 1.611, 0, 0, 'Druid - Healing Touch'),
|
||||
(42231, 0.12898, 0, 0, 'Druid - Hurricane Triggered'),
|
||||
(5570, 0, 0.2, 0, 'Druid - Insect Swarm'),
|
||||
(33763, 0.6453, 0.09518, 0, 'Druid - Lifebloom'),
|
||||
(8921, 0.1515, 0.13, 0, 'Druid - Moonfire'),
|
||||
(50464, 0.67305, 0, 0, 'Druid - Nourish'),
|
||||
(8936, 0.539, 0.188, 0, 'Druid - Regrowth'),
|
||||
(774, 0, 0.37604, 0, 'Druid - Rejuvenation'),
|
||||
(50294, 0.0119, 0, 0, 'Druid - Starfall AOE rank 1'),
|
||||
(53188, 0.0119, 0, 0, 'Druid - Starfall AOE rank 2'),
|
||||
(53189, 0.0119, 0, 0, 'Druid - Starfall AOE rank 3'),
|
||||
(53190, 0.0119, 0, 0, 'Druid - Starfall AOE rank 4'),
|
||||
(50288, 0.0458, 0, 0, 'Druid - Starfall rank 1'),
|
||||
(53191, 0.0458, 0, 0, 'Druid - Starfall rank 2'),
|
||||
(53194, 0.0458, 0, 0, 'Druid - Starfall rank 3'),
|
||||
(53195, 0.0458, 0, 0, 'Druid - Starfall rank 4'),
|
||||
(2912, 1, 0, 0, 'Druid - Starfire'),
|
||||
(18562, 0, 0, 0, 'Druid - Swiftmend'),
|
||||
(44203, 0.538, 0, 0, 'Druid - Tranquility Triggered'),
|
||||
(61391, 0.193, 0, 0, 'Druid - Typhoon'),
|
||||
(48438, 0, 0.11505, 0, 'Druid - Wild Growth'),
|
||||
(5176, 0.5714, 0, 0, 'Druid - Wrath'),
|
||||
(60089, 0, 0, 0.05, 'Faerie Fire (feral)'),
|
||||
(55039, 0, 0, 0, 'Item - Gnomish Lightning Generator'),
|
||||
(44425, 0.7143, 0, 0, 'Mage - Arcane Barrage'),
|
||||
(30451, 0.7143, 0, 0, 'Mage - Arcane Blast'),
|
||||
(1449, 0.2128, 0, 0, 'Mage - Arcane Explosion'),
|
||||
(7268, 0.2857, 0, 0, 'Mage - Arcane Missiles Triggered Spell Rank 1'),
|
||||
(38700, 0.2857, 0, 0, 'Mage - Arcane Missiles Triggered Spell Rank 10'),
|
||||
(38703, 0.2857, 0, 0, 'Mage - Arcane Missiles Triggered Spell Rank 11'),
|
||||
(42844, 0.2857, 0, 0, 'Mage - Arcane Missiles Triggered Spell Rank 12'),
|
||||
(42845, 0.2857, 0, 0, 'Mage - Arcane Missiles Triggered Spell Rank 13'),
|
||||
(7269, 0.2857, 0, 0, 'Mage - Arcane Missiles Triggered Spell Rank 2'),
|
||||
(7270, 0.2857, 0, 0, 'Mage - Arcane Missiles Triggered Spell Rank 3'),
|
||||
(8419, 0.2857, 0, 0, 'Mage - Arcane Missiles Triggered Spell Rank 4'),
|
||||
(8418, 0.2857, 0, 0, 'Mage - Arcane Missiles Triggered Spell Rank 5'),
|
||||
(10273, 0.2857, 0, 0, 'Mage - Arcane Missiles Triggered Spell Rank 6'),
|
||||
(10274, 0.2857, 0, 0, 'Mage - Arcane Missiles Triggered Spell Rank 7'),
|
||||
(25346, 0.2857, 0, 0, 'Mage - Arcane Missiles Triggered Spell Rank 8'),
|
||||
(27076, 0.2857, 0, 0, 'Mage - Arcane Missiles Triggered Spell Rank 9'),
|
||||
(11113, 0.1936, 0, 0, 'Mage - Blast Wave'),
|
||||
(42208, 0.1437, 0, 0, 'Mage - Blizzard Triggered Spell Rank 1'),
|
||||
(42209, 0.1437, 0, 0, 'Mage - Blizzard Triggered Spell Rank 2'),
|
||||
(42210, 0.1437, 0, 0, 'Mage - Blizzard Triggered Spell Rank 3'),
|
||||
(42211, 0.1437, 0, 0, 'Mage - Blizzard Triggered Spell Rank 4'),
|
||||
(42212, 0.1437, 0, 0, 'Mage - Blizzard Triggered Spell Rank 5'),
|
||||
(42213, 0.1437, 0, 0, 'Mage - Blizzard Triggered Spell Rank 6'),
|
||||
(42198, 0.1437, 0, 0, 'Mage - Blizzard Triggered Spell Rank 7'),
|
||||
(42937, 0.1437, 0, 0, 'Mage - Blizzard Triggered Spell Rank 8'),
|
||||
(42938, 0.1437, 0, 0, 'Mage - Blizzard Triggered Spell Rank 9'),
|
||||
(120, 0.214, 0, 0, 'Mage - Cone of Cold'),
|
||||
(31661, 0.1936, 0, 0, 'Mage - Dragons Breath'),
|
||||
(133, 1, 0, 0, 'Mage - Fire Ball'),
|
||||
(2136, 0.4286, 0, 0, 'Mage - Fire Blast'),
|
||||
(543, 0.1, 0, 0, 'Mage - Fire Ward'),
|
||||
(2120, 0.2357, 0.122, 0, 'Mage - Flamestrike'),
|
||||
(116, 0.8143, 0, 0, 'Mage - Frost Bolt'),
|
||||
(122, 0.193, 0, 0, 'Mage - Frost Nova'),
|
||||
(6143, 0.1, 0, 0, 'Mage - Frost Ward'),
|
||||
(44614, 0.8571, 0, 0, 'Mage - Frostfire Bolt'),
|
||||
(11426, 0.8053, 0, 0, 'Mage - Ice Barrier'),
|
||||
(30455, 0.1429, 0, 0, 'Mage - Ice Lance'),
|
||||
(44457, 0.4, 0.2, 0, 'Mage - Living Bomb'),
|
||||
(1463, 0.8053, 0, 0, 'Mage - Mana Shield'),
|
||||
(34913, 0, 0, 0, 'Mage - Molten Armor Triggered Rank 1'),
|
||||
(43043, 0, 0, 0, 'Mage - Molten Armor Triggered Rank 2'),
|
||||
(43044, 0, 0, 0, 'Mage - Molten Armor Triggered Rank 3'),
|
||||
(11366, 1.15, 0.05, 0, 'Mage - Pyroblast'),
|
||||
(2948, 0.4286, 0, 0, 'Mage - Scorch'),
|
||||
(31935, 0.07, 0, 0.07, 'Paladin - Avenger Shield'),
|
||||
(53742, 0, 0.0176, 0.03, 'Paladin - Blood Corruption'),
|
||||
(26573, 0, 0.04, 0.04, 'Paladin - Consecration'),
|
||||
(879, 0.15, 0, 0.15, 'Paladin - Exorcism'),
|
||||
(19750, 1, 0, 0, 'Paladin - Flash of Light'),
|
||||
(53595, 0, 0, 0, 'Paladin - Hammer of the Righteous'),
|
||||
(24275, 0.15, 0, 0.15, 'Paladin - Hammer of Wrath'),
|
||||
(635, 1.66, 0, 0, 'Paladin - Holy Light'),
|
||||
(20925, 0.09, 0, 0.056, 'Paladin - Holy Shield'),
|
||||
(25914, 0.81, 0, 0, 'Paladin - Holy Shock Triggered Heal Rank 1'),
|
||||
(25913, 0.81, 0, 0, 'Paladin - Holy Shock Triggered Heal Rank 2'),
|
||||
(25903, 0.81, 0, 0, 'Paladin - Holy Shock Triggered Heal Rank 3'),
|
||||
(27175, 0.81, 0, 0, 'Paladin - Holy Shock Triggered Heal Rank 4'),
|
||||
(33074, 0.81, 0, 0, 'Paladin - Holy Shock Triggered Heal Rank 5'),
|
||||
(48820, 0.81, 0, 0, 'Paladin - Holy Shock Triggered Heal Rank 6'),
|
||||
(48821, 0.81, 0, 0, 'Paladin - Holy Shock Triggered Heal Rank 7'),
|
||||
(25912, 0.4286, 0, 0, 'Paladin - Holy Shock Triggered Hurt Rank 1'),
|
||||
(25911, 0.4286, 0, 0, 'Paladin - Holy Shock Triggered Hurt Rank 2'),
|
||||
(25902, 0.4286, 0, 0, 'Paladin - Holy Shock Triggered Hurt Rank 3'),
|
||||
(27176, 0.4286, 0, 0, 'Paladin - Holy Shock Triggered Hurt Rank 4'),
|
||||
(33073, 0.4286, 0, 0, 'Paladin - Holy Shock Triggered Hurt Rank 5'),
|
||||
(48822, 0.4286, 0, 0, 'Paladin - Holy Shock Triggered Hurt Rank 6'),
|
||||
(48823, 0.4286, 0, 0, 'Paladin - Holy Shock Triggered Hurt Rank 7'),
|
||||
(31803, 0, 0.0176, 0.03, 'Paladin - Holy Vengeance'),
|
||||
(2812, 0.07, 0, 0.07, 'Paladin - Holy Wrath'),
|
||||
(31898, 0.25, 0, 0.16, 'Paladin - Judgement of Blood Enemy'),
|
||||
(32220, 0.0833, 0, 0.0533, 'Paladin - Judgement of Blood Self'),
|
||||
(20467, 0.25, 0, 0.16, 'Paladin - Judgement of Command'),
|
||||
(53733, 0, 0, 0, 'Paladin - Judgement of Corruption'),
|
||||
(20267, 0.1, 0, 0.1, 'Paladin - Judgement of Light Proc'),
|
||||
(20187, 0.4, 0, 0.25, 'Paladin - Judgement of Righteousness'),
|
||||
(53726, 0.25, 0, 0.16, 'Paladin - Judgement of the Martyr Enemy'),
|
||||
(53725, 0.0833, 0, 0.0533, 'Paladin - Judgement of the Martyr Self'),
|
||||
(31804, 0, 0, 0, 'Paladin - Judgement of Vengeance'),
|
||||
(58597, 0.75, 0, 0, 'Paladin - Sacred Shield'),
|
||||
(53601, 0.75, 0, 0, 'Paladin - Sacred Shield'),
|
||||
(31893, 0, 0, 0, 'Paladin - Seal of Blood Proc Enemy'),
|
||||
(32221, 0, 0, 0, 'Paladin - Seal of Blood Proc Self'),
|
||||
(20424, 0, 0, 0, 'Paladin - Seal of Command Proc'),
|
||||
(20167, 0.15, 0, 0.15, 'Paladin - Seal of Light Proc'),
|
||||
(25742, 0.07, 0, 0.039, 'Paladin - Seal of Righteousness Dummy Proc'),
|
||||
(53719, 0, 0, 0, 'Paladin - Seal of the Martyr Proc Enemy'),
|
||||
(53718, 0, 0, 0, 'Paladin - Seal of the Martyr Proc Self'),
|
||||
(53600, 0, 0, 0, 'Paladin - Shield of Righteousness'),
|
||||
(32546, 0.8068, 0, 0, 'Priest - Binding Heal'),
|
||||
(27813, 0, 0, 0, 'Priest - Blessed Recovery Rank 1'),
|
||||
(27817, 0, 0, 0, 'Priest - Blessed Recovery Rank 2'),
|
||||
(27818, 0, 0, 0, 'Priest - Blessed Recovery Rank 3'),
|
||||
(34861, 0.402, 0, 0, 'Priest - Circle of Healing'),
|
||||
(19236, 0.8068, 0, 0, 'Priest - Desperate Prayer'),
|
||||
(2944, 0, 0.1849, 0, 'Priest - Devouring Plague'),
|
||||
(2061, 0.8068, 0, 0, 'Priest - Flash Heal'),
|
||||
(2060, 1.6135, 0, 0, 'Priest - Greater Heal'),
|
||||
(14914, 0.5711, 0.024, 0, 'Priest - Holy Fire'),
|
||||
(15237, 0.1606, 0, 0, 'Priest - Holy Nova Damage'),
|
||||
(23455, 0.3035, 0, 0, 'Priest - Holy Nova Heal Rank 1'),
|
||||
(23458, 0.3035, 0, 0, 'Priest - Holy Nova Heal Rank 2'),
|
||||
(23459, 0.3035, 0, 0, 'Priest - Holy Nova Heal Rank 3'),
|
||||
(27803, 0.3035, 0, 0, 'Priest - Holy Nova Heal Rank 4'),
|
||||
(27804, 0.3035, 0, 0, 'Priest - Holy Nova Heal Rank 5'),
|
||||
(27805, 0.3035, 0, 0, 'Priest - Holy Nova Heal Rank 6'),
|
||||
(25329, 0.3035, 0, 0, 'Priest - Holy Nova Heal Rank 7'),
|
||||
(8129, 0, 0, 0, 'Priest - Mana Burn'),
|
||||
(8092, 0.428, 0, 0, 'Priest - Mind Blast'),
|
||||
(15407, 0.257, 0, 0, 'Priest - Mind Flay'),
|
||||
(49821, 0.2861, 0, 0, 'Priest - Mind Sear Trigger Rank 1'),
|
||||
(53022, 0.2861, 0, 0, 'Priest - Mind Sear Trigger Rank 2'),
|
||||
(47757, 1.6135, 0, 0, 'Priest - Penance (Rank 1'),
|
||||
(52986, 1.6135, 0, 0, 'Priest - Penance (Rank 2'),
|
||||
(52987, 1.6135, 0, 0, 'Priest - Penance (Rank 3'),
|
||||
(52988, 1.6135, 0, 0, 'Priest - Penance (Rank 4'),
|
||||
(17, 0.8068, 0, 0, 'Priest - Power Word: Shield'),
|
||||
(596, 0.8068, 0, 0, 'Priest - Prayer of Healing'),
|
||||
(33110, 0.8068, 0, 0, 'Priest - Prayer of Mending Heal Proc'),
|
||||
(33619, 0, 0, 0, 'Priest - Reflective Shield'),
|
||||
(139, 0, 0.376, 0, 'Priest - Renew'),
|
||||
(32379, 0.4296, 0, 0, 'Priest - Shadow Word: Death'),
|
||||
(589, 0, 0.1829, 0, 'Priest - Shadow Word: Pain'),
|
||||
(34433, 0.65, 0, 0, 'Priest - Shadowfiend'),
|
||||
(585, 0.714, 0, 0, 'Priest - Smite'),
|
||||
(34914, 0, 0.4, 0, 'Priest - Vampiric Touch'),
|
||||
(1064, 1.34, 0, 0, 'Shaman - Chain Heal'),
|
||||
(421, 0.57, 0, 0, 'Shaman - Chain Lightning'),
|
||||
(974, 0.4762, 0, 0, 'Shaman - Earth Shield'),
|
||||
(379, 0, 0, 0, 'Shaman - Earth Shield Triggered'),
|
||||
(8042, 0.3858, 0, 0, 'Shaman - Earth Shock'),
|
||||
(8443, 0.2142, 0, 0, 'Shaman - Fire Nova Totem Casted by Totem Rank 1'),
|
||||
(8504, 0.2142, 0, 0, 'Shaman - Fire Nova Totem Casted by Totem Rank 2'),
|
||||
(8505, 0.2142, 0, 0, 'Shaman - Fire Nova Totem Casted by Totem Rank 3'),
|
||||
(11310, 0.2142, 0, 0, 'Shaman - Fire Nova Totem Casted by Totem Rank 4'),
|
||||
(11311, 0.2142, 0, 0, 'Shaman - Fire Nova Totem Casted by Totem Rank 5'),
|
||||
(25538, 0.2142, 0, 0, 'Shaman - Fire Nova Totem Casted by Totem Rank 6'),
|
||||
(25539, 0.2142, 0, 0, 'Shaman - Fire Nova Totem Casted by Totem Rank 7'),
|
||||
(61651, 0.2142, 0, 0, 'Shaman - Fire Nova Totem Casted by Totem Rank 8'),
|
||||
(61660, 0.2142, 0, 0, 'Shaman - Fire Nova Totem Casted by Totem Rank 9'),
|
||||
(8050, 0.2142, 0.1, 0, 'Shaman - Flame Shock'),
|
||||
(8026, 0.1, 0, 0, 'Shaman - Flametongue Weapon Proc Rank 1'),
|
||||
(58788, 0.1, 0, 0, 'Shaman - Flametongue Weapon Proc Rank 10'),
|
||||
(8028, 0.1, 0, 0, 'Shaman - Flametongue Weapon Proc Rank 2'),
|
||||
(8029, 0.1, 0, 0, 'Shaman - Flametongue Weapon Proc Rank 3'),
|
||||
(10445, 0.1, 0, 0, 'Shaman - Flametongue Weapon Proc Rank 4'),
|
||||
(16343, 0.1, 0, 0, 'Shaman - Flametongue Weapon Proc Rank 5'),
|
||||
(16344, 0.1, 0, 0, 'Shaman - Flametongue Weapon Proc Rank 6'),
|
||||
(25488, 0.1, 0, 0, 'Shaman - Flametongue Weapon Proc Rank 7'),
|
||||
(58786, 0.1, 0, 0, 'Shaman - Flametongue Weapon Proc Rank 8'),
|
||||
(58787, 0.1, 0, 0, 'Shaman - Flametongue Weapon Proc Rank 9'),
|
||||
(8056, 0.3858, 0, 0, 'Shaman - Frost Shock'),
|
||||
(8034, 0.1, 0, 0, 'Shaman - Frostbrand Attack Rank 1'),
|
||||
(8037, 0.1, 0, 0, 'Shaman - Frostbrand Attack Rank 2'),
|
||||
(10458, 0.1, 0, 0, 'Shaman - Frostbrand Attack Rank 3'),
|
||||
(16352, 0.1, 0, 0, 'Shaman - Frostbrand Attack Rank 4'),
|
||||
(16353, 0.1, 0, 0, 'Shaman - Frostbrand Attack Rank 5'),
|
||||
(25501, 0.1, 0, 0, 'Shaman - Frostbrand Attack Rank 6'),
|
||||
(58797, 0.1, 0, 0, 'Shaman - Frostbrand Attack Rank 7'),
|
||||
(58798, 0.1, 0, 0, 'Shaman - Frostbrand Attack Rank 8'),
|
||||
(58799, 0.1, 0, 0, 'Shaman - Frostbrand Attack Rank 9'),
|
||||
(2645, 0, 0, 0, 'Shaman - Glyph of Ghost Wolf'),
|
||||
(52042, 0.045, 0, 0, 'Shaman - Healing Stream Totem Triggered Heal'),
|
||||
(331, 1.6106, 0, 0, 'Shaman - Healing Wave'),
|
||||
(51505, 0.5714, 0, 0, 'Shaman - Lava Burst'),
|
||||
(8004, 0.8082, 0, 0, 'Shaman - Lesser Healing Wave'),
|
||||
(403, 0.7143, 0, 0, 'Shaman - Lightning Bolt'),
|
||||
(26364, 0.33, 0, 0, 'Shaman - Lightning Shield Proc Rank 1'),
|
||||
(49278, 0.33, 0, 0, 'Shaman - Lightning Shield Proc Rank 10'),
|
||||
(49279, 0.33, 0, 0, 'Shaman - Lightning Shield Proc Rank 11'),
|
||||
(26365, 0.33, 0, 0, 'Shaman - Lightning Shield Proc Rank 2'),
|
||||
(26366, 0.33, 0, 0, 'Shaman - Lightning Shield Proc Rank 3'),
|
||||
(26367, 0.33, 0, 0, 'Shaman - Lightning Shield Proc Rank 4'),
|
||||
(26369, 0.33, 0, 0, 'Shaman - Lightning Shield Proc Rank 5'),
|
||||
(26370, 0.33, 0, 0, 'Shaman - Lightning Shield Proc Rank 6'),
|
||||
(26363, 0.33, 0, 0, 'Shaman - Lightning Shield Proc Rank 7'),
|
||||
(26371, 0.33, 0, 0, 'Shaman - Lightning Shield Proc Rank 8'),
|
||||
(26372, 0.33, 0, 0, 'Shaman - Lightning Shield Proc Rank 9'),
|
||||
(8188, 0.1, 0, 0, 'Shaman - Magma Totam Passive Rank 1'),
|
||||
(10582, 0.1, 0, 0, 'Shaman - Magma Totam Passive Rank 2'),
|
||||
(10583, 0.1, 0, 0, 'Shaman - Magma Totam Passive Rank 3'),
|
||||
(10584, 0.1, 0, 0, 'Shaman - Magma Totam Passive Rank 4'),
|
||||
(25551, 0.1, 0, 0, 'Shaman - Magma Totam Passive Rank 5'),
|
||||
(58733, 0.1, 0, 0, 'Shaman - Magma Totam Passive Rank 6'),
|
||||
(58736, 0.1, 0, 0, 'Shaman - Magma Totam Passive Rank 7'),
|
||||
(61295, 0.4, 0.18, 0, 'Shaman - Riptide'),
|
||||
(3606, 0.1667, 0, 0, 'Shaman - Searing Totem Attack Rank 1'),
|
||||
(58702, 0.1667, 0, 0, 'Shaman - Searing Totem Attack Rank 10'),
|
||||
(6350, 0.1667, 0, 0, 'Shaman - Searing Totem Attack Rank 2'),
|
||||
(6351, 0.1667, 0, 0, 'Shaman - Searing Totem Attack Rank 3'),
|
||||
(6352, 0.1667, 0, 0, 'Shaman - Searing Totem Attack Rank 4'),
|
||||
(10435, 0.1667, 0, 0, 'Shaman - Searing Totem Attack Rank 5'),
|
||||
(10436, 0.1667, 0, 0, 'Shaman - Searing Totem Attack Rank 6'),
|
||||
(25530, 0.1667, 0, 0, 'Shaman - Searing Totem Attack Rank 7'),
|
||||
(58700, 0.1667, 0, 0, 'Shaman - Searing Totem Attack Rank 8'),
|
||||
(58701, 0.1667, 0, 0, 'Shaman - Searing Totem Attack Rank 9'),
|
||||
(50796, 0.7139, 0, 0, 'Warlock - Chaos Bolt'),
|
||||
(17962, 0, 0, 0, 'Warlock - Conflagrate'),
|
||||
(172, 0, 0.2, 0, 'Warlock - Corruption'),
|
||||
(980, 0, 0.1, 0, 'Warlock - Curse of Agony'),
|
||||
(603, 0, 2, 0, 'Warlock - Curse of Doom'),
|
||||
(18220, 0.96, 0, 0, 'Warlock - Dark Pact Rank 1'),
|
||||
(18937, 0.96, 0, 0, 'Warlock - Dark Pact Rank 2'),
|
||||
(18938, 0.96, 0, 0, 'Warlock - Dark Pact Rank 3'),
|
||||
(27265, 0.96, 0, 0, 'Warlock - Dark Pact Rank 4'),
|
||||
(59092, 0.96, 0, 0, 'Warlock - Dark Pact Rank 5'),
|
||||
(6789, 0.214, 0, 0, 'Warlock - Death Coil'),
|
||||
(689, 0, 0.143, 0, 'Warlock - Drain Life'),
|
||||
(5138, 0, 0, 0, 'Warlock - Drain Mana'),
|
||||
(1120, 0, 0.429, 0, 'Warlock - Drain Soul'),
|
||||
(28176, 0, 0, 0, 'Warlock - Fel Armor'),
|
||||
(18790, 0, 0, 0, 'Warlock - Fel Stamina'),
|
||||
(48181, 0.4793, 0, 0, 'Warlock - Haunt'),
|
||||
(755, 0, 0.4485, 0, 'Warlock - Health Funnel'),
|
||||
(1949, 0, 0.0949, 0, 'Warlock - Hellfire'),
|
||||
(5857, 0.145, 0, 0, 'Warlock - Hellfire Effect on Enemy Rank 1'),
|
||||
(11681, 0.145, 0, 0, 'Warlock - Hellfire Effect on Enemy Rank 2'),
|
||||
(11682, 0.145, 0, 0, 'Warlock - Hellfire Effect on Enemy Rank 3'),
|
||||
(27214, 0.145, 0, 0, 'Warlock - Hellfire Effect on Enemy Rank 4'),
|
||||
(47822, 0.145, 0, 0, 'Warlock - Hellfire Effect on Enemy Rank 5'),
|
||||
(348, 0.2, 0.2, 0, 'Warlock - Immolate'),
|
||||
(29722, 0.7139, 0, 0, 'Warlock - Incinerate'),
|
||||
(42223, 0.286, 0, 0, 'Warlock - Rain of Fire Triggered Rank 1'),
|
||||
(42224, 0.286, 0, 0, 'Warlock - Rain of Fire Triggered Rank 2'),
|
||||
(42225, 0.286, 0, 0, 'Warlock - Rain of Fire Triggered Rank 3'),
|
||||
(42226, 0.286, 0, 0, 'Warlock - Rain of Fire Triggered Rank 4'),
|
||||
(42218, 0.286, 0, 0, 'Warlock - Rain of Fire Triggered Rank 5'),
|
||||
(47817, 0.286, 0, 0, 'Warlock - Rain of Fire Triggered Rank 6'),
|
||||
(47818, 0.286, 0, 0, 'Warlock - Rain of Fire Triggered Rank 7'),
|
||||
(5676, 0.4293, 0, 0, 'Warlock - Searing Pain'),
|
||||
(27243, 0.2129, 0.25, 0, 'Warlock - Seed of Corruption'),
|
||||
(686, 0.8569, 0, 0, 'Warlock - Shadow Bolt'),
|
||||
(6229, 0.3, 0, 0, 'Warlock - Shadow Ward'),
|
||||
(17877, 0.4293, 0, 0, 'Warlock - Shadowburn'),
|
||||
(47960, 0.1064, 0.0667, 0, 'Warlock - Shadowflame Rank 1'),
|
||||
(61291, 0.1064, 0.0667, 0, 'Warlock - Shadowflame Rank 2'),
|
||||
(30283, 0.1932, 0, 0, 'Warlock - Shadowfury'),
|
||||
(63106, 0, 0, 0, 'Warlock - Siphon Life Triggered'),
|
||||
(6353, 1.15, 0, 0, 'Warlock - Soul Fire'),
|
||||
(30294, 0, 0, 0, 'Warlock - Soul Leech'),
|
||||
(30108, 0, 0.2, 0, 'Warlock - Unstable Affliction'),
|
||||
(31117, 1.8, 0, 0, 'Warlock - Unstable Affliction Dispell');
|
||||
@@ -0,0 +1,25 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (28716, 31571, 31572, 55672, 31871, 31872, 33076, 33953, 48110, 48111, 48112, 48113, 33076, 44745, 54787, 47535, 47536, 47537, 51483, 51485, 51486, 56372, 56374, 61356, 41635);
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
( 28716, 0x00, 7, 0x00000010, 0x00000000, 0x00000000, 0x00040000, 0x00000000, 0, 0, 0), -- Rejuvenation
|
||||
( 31571, 0x00, 3, 0x00000000, 0x00000022, 0x00000000, 0x00004000, 0x00000000, 0, 0, 0), -- Arcane Potency (Rank 1)
|
||||
( 31572, 0x00, 3, 0x00000000, 0x00000022, 0x00000000, 0x00004000, 0x00000000, 0, 0, 0), -- Arcane Potency (Rank 2)
|
||||
( 31871, 0x00, 10, 0x00000010, 0x00000000, 0x00000000, 0x00004000, 0x00000000, 0, 0, 0), -- Divine Purpose (Rank 1)
|
||||
( 31872, 0x00, 10, 0x00000010, 0x00000000, 0x00000000, 0x00004000, 0x00000000, 0, 0, 0), -- Divine Purpose (Rank 2)
|
||||
( 33076, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x000A22A8, 0x00000000, 0, 0, 0), -- Prayer of Mending (Rank 1)
|
||||
( 33953, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00044000, 0x00000000, 0, 0, 45), -- Essence of Life
|
||||
( 48110, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x000A22A8, 0x00000000, 0, 0, 0), -- Prayer of Mending (Rank 2)
|
||||
( 48111, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x000A22A8, 0x00000000, 0, 0, 0), -- Prayer of Mending (Rank 3)
|
||||
( 48112, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x000A22A8, 0x00000000, 0, 0, 0), -- Prayer of Mending (Rank 2)
|
||||
( 48113, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x000A22A8, 0x00000000, 0, 0, 0), -- Prayer of Mending (Rank 3)
|
||||
( 41635, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x000A22A8, 0x00000000, 0, 0, 0), -- Prayer of Mending (Rank 1)
|
||||
( 44745, 0x00, 3, 0x00000000, 0x00000001, 0x00000000, 0x00004000, 0x00002000, 0, 0, 0), -- Shattered Barrier (Rank 1)
|
||||
( 54787, 0x00, 3, 0x00000000, 0x00000001, 0x00000000, 0x00004000, 0x00002000, 0, 0, 0), -- Shattered Barrier (Rank 2)
|
||||
( 47535, 0x00, 6, 0x00000001, 0x00000000, 0x00000000, 0x00004000, 0x00002000, 0, 0, 12), -- Rapture (Rank 1)
|
||||
( 47536, 0x00, 6, 0x00000001, 0x00000000, 0x00000000, 0x00004000, 0x00002000, 0, 0, 12), -- Rapture (Rank 2)
|
||||
( 47537, 0x00, 6, 0x00000001, 0x00000000, 0x00000000, 0x00004000, 0x00002000, 0, 0, 12), -- Rapture (Rank 3)
|
||||
(51483, 0x00000001, 11, 0x20000000, 0x00000000, 0x00000000, 0x00004000, 0x00000000, 0.000000, 0.000000, 0),
|
||||
(51485, 0x00000001, 11, 0x20000000, 0x00000000, 0x00000000, 0x00004000, 0x00000000, 0.000000, 0.000000, 0),
|
||||
(51486, 0x00000001, 11, 0x20000000, 0x00000000, 0x00000000, 0x00004000, 0x00000000, 0.000000, 0.000000, 0),
|
||||
( 56372, 0x00, 3, 0x00000000, 0x00000080, 0x00000000, 0x00004000, 0x00000000, 0, 0, 0), -- Glyph of Ice Block
|
||||
( 56374, 0x00, 3, 0x00000000, 0x00004000, 0x00000000, 0x00004000, 0x00000000, 0, 0, 0), -- Glyph of Icy Veins
|
||||
( 61356, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 90); -- Invigorating Earthsiege Diamond Passive
|
||||
@@ -0,0 +1,49 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (65013, 46949, 46945, 64415, 60066, 62115, 62114, 62600, 63245, 18096, 18073, 63280, 63310, 63320, 63335, 63730, 63733, 63737, 63737, 64127, 64129, 64568, 64571, 64440, 64714, 64738, 64742, 64752, 64786, 64792, 64824, 64860, 64867, 64882, 64890, 64908, 64912, 64914, 64928, 64938, 64952, 64964, 65002, 65005, 64999, 65007, 65013, 65020, 65025);
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
( 64914, 0x00, 8, 0x00010000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Item - Rogue T8 2P Bonus
|
||||
( 64928, 0x00, 11, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Item - Shaman T8 Elemental 4P Bonus
|
||||
( 64938, 0x00, 4, 0x00200040, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Item - Warrior T8 Melee 2P Bonus
|
||||
( 64952, 0x00, 7, 0x00000000, 0x00000440, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Item - Druid T8 Feral Relic
|
||||
( 64964, 0x00, 15, 0x00000000, 0x20000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Item - Death Knight T8 Tank Relic
|
||||
( 65002, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Bonus Mana Regen
|
||||
( 65005, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Alacrity of the Elements
|
||||
( 64999, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 5, 0, 0), -- Meteoric Inspiration
|
||||
( 65007, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 5, 0, 0), -- Eye of the Broodmother
|
||||
( 65013, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 45), -- Pyrite Infusion
|
||||
( 65020, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Mjolnir Runestone
|
||||
( 65025, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Dark Matter
|
||||
( 46949, 0x00, 4, 0x00000000, 0x00010000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Safeguard
|
||||
( 46945, 0x00, 4, 0x00000000, 0x00010000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Safeguard
|
||||
( 64415, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Val'anyr Hammer of Ancient Kings - Equip Effect
|
||||
( 60066, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 45), -- Rage of the Unraveller
|
||||
( 62115, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Strength of the Titans
|
||||
( 62114, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Flow of Knowledge
|
||||
( 62600, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Savage Defense
|
||||
( 63245, 0x00, 5, 0x00000100, 0x00800000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Pyroclasm
|
||||
( 18096, 0x00, 5, 0x00000100, 0x00800000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Pyroclasm
|
||||
( 18073, 0x00, 5, 0x00000100, 0x00800000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Pyroclasm
|
||||
( 63280, 0x00, 11, 0x20000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Glyph of Totem of Wrath
|
||||
( 63310, 0x00, 5, 0x00000000, 0x00010000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Glyph of Shadowflame
|
||||
( 63320, 0x00, 5, 0x00040000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Glyph of Life Tap
|
||||
( 63335, 0x00, 15, 0x00000000, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Glyph of Howling Blast
|
||||
( 63730, 0x00, 6, 0x00000800, 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Serendipity
|
||||
( 63733, 0x00, 6, 0x00000800, 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Serendipity
|
||||
( 63737, 0x00, 6, 0x00000800, 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Serendipity
|
||||
( 64127, 0x00, 6, 0x00000001, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Body and Soul
|
||||
( 64129, 0x00, 6, 0x00000001, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Body and Soul
|
||||
( 64568, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 3), -- Blood Reserve
|
||||
( 64571, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 30), -- Blood Draining
|
||||
( 64440, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000020, 0, 0, 20), -- Blade Warding
|
||||
( 64714, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Flame of the Heavens
|
||||
( 64738, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Show of Faith
|
||||
( 64742, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Pandora's Plea
|
||||
( 64752, 0x00, 7, 0x00800000, 0x10000100, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Item - Druid T8 Feral 2P Bonus
|
||||
( 64786, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 15), -- Comet's Trail
|
||||
( 64792, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 45), -- Blood of the Old God
|
||||
( 64824, 0x00, 7, 0x00200000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Item - Druid T8 Balance 4P Bonus
|
||||
( 64860, 0x00, 9, 0x00000000, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Item - Hunter T8 4P Bonus
|
||||
( 64867, 0x00, 3, 0x20000021, 0x00001000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Item - Mage T8 2P Bonus
|
||||
( 64882, 0x00, 10, 0x00000000, 0x00100000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Item - Paladin T8 Protection 4P Bonus
|
||||
( 64890, 0x00, 10, 0x00000000, 0x00010000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Item - Paladin T8 Holy 2P Bonus
|
||||
( 64908, 0x00, 6, 0x00000000, 0x00000000, 0x00000040, 0x00000000, 0x00000000, 0, 0, 0), -- Item - Priest T8 Shadow 4P Bonus
|
||||
( 64912, 0x00, 6, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0); -- Item - Priest T8 Healer 4P Bonus
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `trinity_string` SET `content_default` = 'Player%s %s (guid: %u) Account: %s (id: %u) Email: %s GMLevel: %u Last IP: %s Last login: %s Latency: %ums' WHERE `entry` = 548;
|
||||
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (51483, 51485, 51486);
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
(51483, 0x00000001, 11, 0x20000000, 0x00000000, 0x00000000, 0x00004000, 0x00000001, 0.000000, 0.000000, 0),
|
||||
(51485, 0x00000001, 11, 0x20000000, 0x00000000, 0x00000000, 0x00004000, 0x00000001, 0.000000, 0.000000, 0),
|
||||
(51486, 0x00000001, 11, 0x20000000, 0x00000000, 0x00000000, 0x00004000, 0x00000001, 0.000000, 0.000000, 0);
|
||||
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (48384, 48395, 48396);
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
|
||||
(48384, 50170, 2, 'Improved Moonkin Form'),
|
||||
(48395, 50171, 2, 'Improved Moonkin Form'),
|
||||
(48396, 50172, 2, 'Improved Moonkin Form');
|
||||
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (53709, 53710, 53711);
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
(53709, 2, 10, 16384, 0, 0, 0, 0, 0, 0, 0),
|
||||
(53710, 2, 10, 16384, 0, 0, 0, 0, 0, 0, 0),
|
||||
(53711, 2, 10, 16384, 0, 0, 0, 0, 0, 0, 0);
|
||||
@@ -0,0 +1,358 @@
|
||||
-- ALTER TABLE db_version CHANGE COLUMN required_8112_01_mangos_spell_proc_event required_8115_01_mangos_playercreateinfo_action bit;
|
||||
|
||||
TRUNCATE TABLE `playercreateinfo_action`;
|
||||
INSERT INTO `playercreateinfo_action` VALUES
|
||||
(1,1,1,78,0),
|
||||
(1,1,0,6603,0),
|
||||
(1,1,11,117,128),
|
||||
(1,2,2,635,0),
|
||||
(1,2,0,6603,0),
|
||||
(1,2,1,21084,0),
|
||||
(1,2,10,159,128),
|
||||
(1,2,11,2070,128),
|
||||
(1,4,1,1752,0),
|
||||
(1,4,2,2098,0),
|
||||
(1,4,3,2764,0),
|
||||
(1,4,0,6603,0),
|
||||
(1,4,11,2070,128),
|
||||
(1,5,1,585,0),
|
||||
(1,5,2,2050,0),
|
||||
(1,5,0,6603,0),
|
||||
(1,5,10,159,128),
|
||||
(1,5,11,2070,128),
|
||||
(1,6,0,6603,0),
|
||||
(1,6,1,49576,0),
|
||||
(1,6,2,45477,0),
|
||||
(1,6,3,45462,0),
|
||||
(1,6,4,45902,0),
|
||||
(1,6,5,47541,0),
|
||||
(1,6,11,59752,0),
|
||||
(1,8,1,133,0),
|
||||
(1,8,2,168,0),
|
||||
(1,8,0,6603,0),
|
||||
(1,8,10,159,128),
|
||||
(1,8,11,2070,128),
|
||||
(1,9,1,686,0),
|
||||
(1,9,2,687,0),
|
||||
(1,9,0,6603,0),
|
||||
(1,9,10,159,128),
|
||||
(1,9,11,4604,128),
|
||||
(2,1,1,78,0),
|
||||
(2,1,0,6603,0),
|
||||
(2,1,11,117,128),
|
||||
(2,3,2,75,0),
|
||||
(2,3,1,2973,0),
|
||||
(2,3,0,6603,0),
|
||||
(2,3,11,117,128),
|
||||
(2,3,10,159,128),
|
||||
(2,4,10,0,128),
|
||||
(2,4,1,1752,0),
|
||||
(2,4,2,2098,0),
|
||||
(2,4,0,6603,0),
|
||||
(2,4,11,117,128),
|
||||
(2,6,0,6603,0),
|
||||
(2,6,1,49576,0),
|
||||
(2,6,2,45477,0),
|
||||
(2,6,3,45462,0),
|
||||
(2,6,4,45902,0),
|
||||
(2,6,5,47541,0),
|
||||
(2,6,10,20572,0),
|
||||
(2,7,2,331,0),
|
||||
(2,7,1,403,0),
|
||||
(2,7,0,6603,0),
|
||||
(2,7,11,117,128),
|
||||
(2,7,10,159,128),
|
||||
(2,9,1,686,0),
|
||||
(2,9,2,687,0),
|
||||
(2,9,0,6603,0),
|
||||
(2,9,11,117,128),
|
||||
(2,9,10,159,128),
|
||||
(3,1,1,78,0),
|
||||
(3,1,0,6603,0),
|
||||
(3,1,11,117,128),
|
||||
(3,2,2,635,0),
|
||||
(3,2,0,6603,0),
|
||||
(3,2,1,21084,0),
|
||||
(3,2,10,159,128),
|
||||
(3,2,11,4540,128),
|
||||
(3,3,2,75,0),
|
||||
(3,3,1,2973,0),
|
||||
(3,3,0,6603,0),
|
||||
(3,3,11,117,128),
|
||||
(3,3,10,159,128),
|
||||
(3,4,1,1752,0),
|
||||
(3,4,2,2098,0),
|
||||
(3,4,3,2764,0),
|
||||
(3,4,0,6603,0),
|
||||
(3,4,11,4540,128),
|
||||
(3,5,1,585,0),
|
||||
(3,5,2,2050,0),
|
||||
(3,5,0,6603,0),
|
||||
(3,5,10,159,128),
|
||||
(3,5,11,4540,128),
|
||||
(3,6,0,6603,0),
|
||||
(3,6,1,49576,0),
|
||||
(3,6,2,45477,0),
|
||||
(3,6,3,45462,0),
|
||||
(3,6,4,45902,0),
|
||||
(3,6,5,47541,0),
|
||||
(3,6,10,2481,0),
|
||||
(4,1,1,78,0),
|
||||
(4,1,0,6603,0),
|
||||
(4,1,11,117,128),
|
||||
(4,3,2,75,0),
|
||||
(4,3,1,2973,0),
|
||||
(4,3,0,6603,0),
|
||||
(4,3,11,117,128),
|
||||
(4,3,10,159,128),
|
||||
(4,4,1,1752,0),
|
||||
(4,4,2,2098,0),
|
||||
(4,4,3,2764,0),
|
||||
(4,4,0,6603,0),
|
||||
(4,4,11,4540,128),
|
||||
(4,5,1,585,0),
|
||||
(4,5,2,2050,0),
|
||||
(4,5,0,6603,0),
|
||||
(4,5,10,159,128),
|
||||
(4,5,11,2070,128),
|
||||
(4,6,0,6603,0),
|
||||
(4,6,1,49576,0),
|
||||
(4,6,2,45477,0),
|
||||
(4,6,3,45462,0),
|
||||
(4,6,4,45902,0),
|
||||
(4,6,5,47541,0),
|
||||
(4,6,10,58984,0),
|
||||
(4,6,83,58984,0),
|
||||
(4,11,1,5176,0),
|
||||
(4,11,2,5185,0),
|
||||
(4,11,0,6603,0),
|
||||
(4,11,10,159,128),
|
||||
(4,11,11,4536,128),
|
||||
(5,1,11,4604,128),
|
||||
(5,1,0,6603,0),
|
||||
(5,1,1,78,0),
|
||||
(5,4,11,4604,128),
|
||||
(5,4,3,2764,0),
|
||||
(5,4,2,2098,0),
|
||||
(5,4,1,1752,0),
|
||||
(5,4,0,6603,0),
|
||||
(5,5,10,159,128),
|
||||
(5,5,2,2050,0),
|
||||
(5,5,1,585,0),
|
||||
(5,5,11,4604,128),
|
||||
(5,5,0,6603,0),
|
||||
(5,6,0,6603,0),
|
||||
(5,6,1,49576,0),
|
||||
(5,6,2,45477,0),
|
||||
(5,6,3,45462,0),
|
||||
(5,6,4,45902,0),
|
||||
(5,6,5,47541,0),
|
||||
(5,6,10,20577,0),
|
||||
(5,8,11,4604,128),
|
||||
(5,8,10,159,128),
|
||||
(5,8,2,168,0),
|
||||
(5,8,1,133,0),
|
||||
(5,8,0,6603,0),
|
||||
(5,9,1,686,0),
|
||||
(5,9,10,159,128),
|
||||
(5,9,2,687,0),
|
||||
(5,9,11,4604,128),
|
||||
(5,9,0,6603,0),
|
||||
(6,1,1,78,0),
|
||||
(6,1,2,20549,0),
|
||||
(6,1,11,4540,128),
|
||||
(6,1,0,6603,0),
|
||||
(6,3,1,2973,0),
|
||||
(6,3,10,159,128),
|
||||
(6,3,2,75,0),
|
||||
(6,3,3,20549,0),
|
||||
(6,3,11,117,128),
|
||||
(6,3,0,6603,0),
|
||||
(6,6,0,6603,0),
|
||||
(6,6,1,49576,0),
|
||||
(6,6,2,45477,0),
|
||||
(6,6,3,45462,0),
|
||||
(6,6,4,45902,0),
|
||||
(6,6,5,47541,0),
|
||||
(6,6,10,20549,0),
|
||||
(6,6,75,20549,0),
|
||||
(6,7,1,403,0),
|
||||
(6,7,10,159,128),
|
||||
(6,7,2,331,0),
|
||||
(6,7,3,20549,0),
|
||||
(6,7,11,4604,128),
|
||||
(6,7,0,6603,0),
|
||||
(6,11,1,5176,0),
|
||||
(6,11,10,159,128),
|
||||
(6,11,2,5185,0),
|
||||
(6,11,3,20549,0),
|
||||
(6,11,11,4536,128),
|
||||
(6,11,0,6603,0),
|
||||
(7,1,11,117,128),
|
||||
(7,1,1,78,0),
|
||||
(7,1,0,6603,0),
|
||||
(7,4,11,117,128),
|
||||
(7,4,3,2764,0),
|
||||
(7,4,1,1752,0),
|
||||
(7,4,2,2098,0),
|
||||
(7,4,0,6603,0),
|
||||
(7,6,0,6603,0),
|
||||
(7,6,1,49576,0),
|
||||
(7,6,2,45477,0),
|
||||
(7,6,3,45462,0),
|
||||
(7,6,4,45902,0),
|
||||
(7,6,5,47541,0),
|
||||
(7,6,10,20589,0),
|
||||
(7,6,72,6603,0),
|
||||
(7,6,83,117,128),
|
||||
(7,6,84,6603,0),
|
||||
(7,6,96,6603,0),
|
||||
(7,6,108,6603,0),
|
||||
(7,8,11,4536,128),
|
||||
(7,8,1,133,0),
|
||||
(7,8,2,168,0),
|
||||
(7,8,10,159,128),
|
||||
(7,8,0,6603,0),
|
||||
(7,9,11,4604,128),
|
||||
(7,9,1,686,0),
|
||||
(7,9,2,687,0),
|
||||
(7,9,10,159,128),
|
||||
(7,9,0,6603,0),
|
||||
(8,1,11,117,128),
|
||||
(8,1,1,78,0),
|
||||
(8,1,3,2764,0),
|
||||
(8,1,0,6603,0),
|
||||
(8,3,10,159,128),
|
||||
(8,3,11,4604,128),
|
||||
(8,3,1,2973,0),
|
||||
(8,3,2,75,0),
|
||||
(8,3,0,6603,0),
|
||||
(8,4,1,1752,0),
|
||||
(8,4,3,2764,0),
|
||||
(8,4,2,2098,0),
|
||||
(8,4,11,117,128),
|
||||
(8,4,0,6603,0),
|
||||
(8,5,1,585,0),
|
||||
(8,5,10,159,128),
|
||||
(8,5,2,2050,0),
|
||||
(8,5,11,4540,128),
|
||||
(8,5,0,6603,0),
|
||||
(8,6,0,6603,0),
|
||||
(8,6,1,49576,0),
|
||||
(8,6,2,45477,0),
|
||||
(8,6,3,45462,0),
|
||||
(8,6,4,45902,0),
|
||||
(8,6,5,47541,0),
|
||||
(8,6,10,50621,0),
|
||||
(8,7,1,403,0),
|
||||
(8,7,10,159,128),
|
||||
(8,7,2,331,0),
|
||||
(8,7,11,117,128),
|
||||
(8,7,0,6603,0),
|
||||
(8,8,1,133,0),
|
||||
(8,8,10,159,128),
|
||||
(8,8,2,168,0),
|
||||
(8,8,11,117,128),
|
||||
(8,8,0,6603,0),
|
||||
(10,2,0,6603,0),
|
||||
(10,2,1,21084,0),
|
||||
(10,2,2,635,0),
|
||||
(10,2,3,28734,0),
|
||||
(10,2,4,28730,0),
|
||||
(10,2,10,159,128),
|
||||
(10,2,11,20857,128),
|
||||
(10,3,0,6603,0),
|
||||
(10,3,1,2973,0),
|
||||
(10,3,2,75,0),
|
||||
(10,3,3,28734,0),
|
||||
(10,3,4,28730,0),
|
||||
(10,3,10,159,128),
|
||||
(10,3,11,20857,128),
|
||||
(10,4,0,6603,0),
|
||||
(10,4,1,1752,0),
|
||||
(10,4,2,2098,0),
|
||||
(10,4,3,2764,0),
|
||||
(10,4,4,28734,0),
|
||||
(10,4,5,25046,0),
|
||||
(10,4,11,20857,128),
|
||||
(10,5,0,6603,0),
|
||||
(10,5,1,585,0),
|
||||
(10,5,2,2050,0),
|
||||
(10,5,3,28734,0),
|
||||
(10,5,4,28730,0),
|
||||
(10,5,10,159,128),
|
||||
(10,5,11,20857,128),
|
||||
(10,6,0,6603,0),
|
||||
(10,6,1,49576,0),
|
||||
(10,6,2,45477,0),
|
||||
(10,6,3,45462,0),
|
||||
(10,6,4,45902,0),
|
||||
(10,6,5,47541,0),
|
||||
(10,6,6,50613,0),
|
||||
(10,8,0,6603,0),
|
||||
(10,8,1,133,0),
|
||||
(10,8,2,168,0),
|
||||
(10,8,3,28734,0),
|
||||
(10,8,4,28730,0),
|
||||
(10,8,10,159,128),
|
||||
(10,8,11,20857,128),
|
||||
(10,9,11,20857,128),
|
||||
(10,9,10,159,128),
|
||||
(10,9,4,28730,0),
|
||||
(10,9,3,28734,0),
|
||||
(10,9,2,687,0),
|
||||
(10,9,1,686,0),
|
||||
(10,9,0,6603,0),
|
||||
(11,1,0,6603,0),
|
||||
(11,1,72,6603,0),
|
||||
(11,1,73,78,0),
|
||||
(11,1,74,28880,0),
|
||||
(11,1,83,4540,128),
|
||||
(11,1,84,6603,0),
|
||||
(11,1,96,6603,0),
|
||||
(11,1,108,6603,0),
|
||||
(11,2,0,6603,0),
|
||||
(11,2,1,21084,0),
|
||||
(11,2,2,635,0),
|
||||
(11,2,3,59542,0),
|
||||
(11,2,10,159,128),
|
||||
(11,2,11,4540,128),
|
||||
(11,2,83,4540,128),
|
||||
(11,3,0,6603,0),
|
||||
(11,3,1,2973,0),
|
||||
(11,3,2,75,0),
|
||||
(11,3,3,59543,0),
|
||||
(11,3,10,159,128),
|
||||
(11,3,11,4540,128),
|
||||
(11,3,72,6603,0),
|
||||
(11,3,73,2973,0),
|
||||
(11,3,74,75,0),
|
||||
(11,3,82,159,128),
|
||||
(11,3,83,4540,128),
|
||||
(11,5,0,6603,0),
|
||||
(11,5,1,585,0),
|
||||
(11,5,2,2050,0),
|
||||
(11,5,3,59544,0),
|
||||
(11,5,10,159,128),
|
||||
(11,5,11,4540,128),
|
||||
(11,5,83,4540,128),
|
||||
(11,6,0,6603,0),
|
||||
(11,6,1,49576,0),
|
||||
(11,6,2,45477,0),
|
||||
(11,6,3,45462,0),
|
||||
(11,6,4,45902,0),
|
||||
(11,6,5,47541,0),
|
||||
(11,6,6,59545,0),
|
||||
(11,7,0,6603,0),
|
||||
(11,7,1,403,0),
|
||||
(11,7,2,331,0),
|
||||
(11,7,3,59547,0),
|
||||
(11,7,10,159,128),
|
||||
(11,7,11,4540,128),
|
||||
(11,8,0,6603,0),
|
||||
(11,8,1,133,0),
|
||||
(11,8,2,168,0),
|
||||
(11,8,3,59548,0),
|
||||
(11,8,10,159,128),
|
||||
(11,8,11,4540,128),
|
||||
(11,8,83,4540,128);
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (20594);
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
|
||||
( 20594, 65116, 2, 'Stoneform');
|
||||
@@ -0,0 +1,8 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (57470, 57472, 18119, 18120, 35100, 35102);
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
( 57470, 0x00, 6, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Renewed Hope
|
||||
( 57472, 0x00, 6, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Renewed Hope
|
||||
( 35100, 0x00, 9, 0x00001000, 0x00000000, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0), -- Concussive Barrage
|
||||
( 35102, 0x00, 9, 0x00001000, 0x00000000, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0), -- Concussive Barrage
|
||||
( 18119, 0x00, 5, 0x00000000, 0x00800000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Aftermath
|
||||
( 18120, 0x00, 5, 0x00000000, 0x00800000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0); -- Aftermath
|
||||
@@ -0,0 +1,12 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (13165, 14318, 14319, 14320, 14321, 14322, 25296, 27044, 61846, 61847);
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
( 13165, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000040, 0x00000000, 0, 0, 0), -- Aspect of the Hawk
|
||||
( 14318, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000040, 0x00000000, 0, 0, 0), -- Aspect of the Hawk
|
||||
( 14319, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000040, 0x00000000, 0, 0, 0), -- Aspect of the Hawk
|
||||
( 14320, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000040, 0x00000000, 0, 0, 0), -- Aspect of the Hawk
|
||||
( 14321, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000040, 0x00000000, 0, 0, 0), -- Aspect of the Hawk
|
||||
( 14322, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000040, 0x00000000, 0, 0, 0), -- Aspect of the Hawk
|
||||
( 25296, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000040, 0x00000000, 0, 0, 0), -- Aspect of the Hawk
|
||||
( 27044, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000040, 0x00000000, 0, 0, 0), -- Aspect of the Hawk
|
||||
( 61846, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000040, 0x00000000, 0, 0, 0), -- Aspect of the Dragonhawk
|
||||
( 61847, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000040, 0x00000000, 0, 0, 0); -- Aspect of the Dragonhawk
|
||||
@@ -0,0 +1,6 @@
|
||||
DELETE FROM `playercreateinfo_spell` WHERE `spell` = 60091;
|
||||
INSERT INTO `playercreateinfo_spell` (`race`, `class`, `Spell`, `Note`) VALUES
|
||||
(1, 2, 60091, 'Judgement Anti-Parry/Dodge Passive'),
|
||||
(3, 2, 60091, 'Judgement Anti-Parry/Dodge Passive'),
|
||||
(10, 2, 60091, 'Judgement Anti-Parry/Dodge Passive'),
|
||||
(11, 2, 60091, 'Judgement Anti-Parry/Dodge Passive');
|
||||
@@ -0,0 +1,13 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (49223, 49599,49188 , 56822, 59057, 55666, 55667, 55668, 55669, 55670, 58616);
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
( 49223, 0x00, 15, 0x00000011, 0x08020000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Dirge
|
||||
( 49599, 0x00, 15, 0x00000011, 0x08020000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Dirge
|
||||
( 49188, 0x00, 15, 0x00000000, 0x00020000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Rime
|
||||
( 56822, 0x00, 15, 0x00000000, 0x00020000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Rime
|
||||
( 59057, 0x00, 15, 0x00000000, 0x00020000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Rime
|
||||
( 55666, 0x00, 15, 0x00000001, 0x08000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Desecration
|
||||
( 55667, 0x00, 15, 0x00000001, 0x08000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Desecration
|
||||
( 55668, 0x00, 15, 0x00000001, 0x08000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Desecration
|
||||
( 55669, 0x00, 15, 0x00000001, 0x08000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Desecration
|
||||
( 55670, 0x00, 15, 0x00000001, 0x08000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Desecration
|
||||
( 58616, 0x00, 15, 0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0); -- Glyph of Heart Strike
|
||||
@@ -0,0 +1,11 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (16164, 49149, 50115, 49217, 49654, 49655, 49137, 49657, 58620);
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
( 16164, 0x00, 11, 0x901000C3, 0x00001000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Elemental Focus
|
||||
( 49149, 0x00, 15, 0x00000006, 0x00020002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Chill of the Grave
|
||||
( 50115, 0x00, 15, 0x00000006, 0x00020002, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Chill of the Grave
|
||||
( 49217, 0x00, 15, 0x00000000, 0x00000000, 0x00000002, 0x00000000, 0x00000000, 0, 0, 1), -- Wandering Plague
|
||||
( 49654, 0x00, 15, 0x00000000, 0x00000000, 0x00000002, 0x00000000, 0x00000000, 0, 0, 1), -- Wandering Plague
|
||||
( 49655, 0x00, 15, 0x00000000, 0x00000000, 0x00000002, 0x00000000, 0x00000000, 0, 0, 1), -- Wandering Plague
|
||||
( 49137, 0x00, 15, 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Endless Winter
|
||||
( 49657, 0x00, 15, 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Endless Winter
|
||||
( 58620, 0x00, 15, 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0); -- Glyph of Chains of Ice
|
||||
@@ -0,0 +1,21 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (31876, 31877, 31878, 34258, 34262, 37195, 40470, 48835, 53380, 53381, 53382, 53486, 53488, 53671, 53673, 54151, 54154, 54155, 63310);
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
( 31876, 0x00, 10, 0x00800000, 0x00000000, 0x00000000, 0x00000000, 0x00040000, 0, 0, 0), -- Judgements of the Wise (Rank 1)
|
||||
( 31877, 0x00, 10, 0x00800000, 0x00000000, 0x00000000, 0x00000000, 0x00040000, 0, 0, 0), -- Judgements of the Wise (Rank 2)
|
||||
( 31878, 0x00, 10, 0x00800000, 0x00000000, 0x00000000, 0x00000000, 0x00040000, 0, 0, 0), -- Judgements of the Wise (Rank 3)
|
||||
( 34258, 0x00, 10, 0x00800000, 0x00000000, 0x00000000, 0x00000000, 0x00040000, 0, 0, 0), -- Justice
|
||||
( 34262, 0x00, 10, 0x00800000, 0x00000000, 0x00000000, 0x00000000, 0x00040000, 0, 0, 0), -- Mercy
|
||||
( 37195, 0x00, 10, 0x00800000, 0x00000000, 0x00000000, 0x00000000, 0x00040000, 0, 0, 0), -- Judgement Group Heal
|
||||
( 40470, 0x00, 10, 0xC0800000, 0x00000000, 0x00000000, 0x00000000, 0x00040000, 0, 0, 0), -- Paladin Tier 6 Trinket
|
||||
( 48835, 0x00, 10, 0x00800000, 0x00000000, 0x00000000, 0x00000000, 0x00040000, 0, 0, 0), -- Justice
|
||||
( 53380, 0x00, 10, 0x00800000, 0x00020000, 0x00000000, 0x00000000, 0x00040002, 0, 0, 0), -- Righteous Vengeance (Rank 1)
|
||||
( 53381, 0x00, 10, 0x00800000, 0x00020000, 0x00000000, 0x00000000, 0x00040002, 0, 0, 0), -- Righteous Vengeance (Rank 2)
|
||||
( 53382, 0x00, 10, 0x00800000, 0x00020000, 0x00000000, 0x00000000, 0x00040002, 0, 0, 0), -- Righteous Vengeance (Rank 3)
|
||||
( 53486, 0x00, 10, 0x00800000, 0x00028000, 0x00000000, 0x00000000, 0x00040002, 0, 0, 0), -- The Art of War (Rank 1)
|
||||
( 53488, 0x00, 10, 0x00800000, 0x00028000, 0x00000000, 0x00000000, 0x00040002, 0, 0, 0), -- The Art of War (Rank 2)
|
||||
( 53671, 0x00, 10, 0x00800000, 0x00000000, 0x00000000, 0x00000000, 0x00040000, 0, 0, 0), -- Judgements of the Pure (Rank 1)
|
||||
( 53673, 0x00, 10, 0x00800000, 0x00000000, 0x00000000, 0x00000000, 0x00040000, 0, 0, 0), -- Judgements of the Pure (Rank 2)
|
||||
( 54151, 0x00, 10, 0x00800000, 0x00000000, 0x00000000, 0x00000000, 0x00040000, 0, 0, 0), -- Judgements of the Pure (Rank 3)
|
||||
( 54154, 0x00, 10, 0x00800000, 0x00000000, 0x00000000, 0x00000000, 0x00040000, 0, 0, 0), -- Judgements of the Pure (Rank 4)
|
||||
( 63310, 0x00, 5, 0x00000000, 0x00010000, 0x00000000, 0x00010000, 0x00000000, 0, 0, 0), -- Glyph of Shadowflame
|
||||
( 54155, 0x00, 10, 0x00800000, 0x00000000, 0x00000000, 0x00000000, 0x00040000, 0, 0, 0); -- Judgements of the Pure (Rank 5)
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` IN (54158);
|
||||
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `comments`) VALUES
|
||||
(54158, 0.25, 0, 0.16, 'Paladin - Jugdement (Seal of Light, Seal of Wisdom, Seal of Justice)');
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_dark_rider_of_acherus' WHERE `entry` =28654;
|
||||
@@ -0,0 +1,18 @@
|
||||
UPDATE `creature_template` SET `ScriptName`='EventAI', `modelid_A` = 16925,`modelid_H` = 16925, `minmana` = 1000000,`maxmana` = 1000000, `unit_flags` = 33554434 WHERE `entry` IN(29998, 33753, 33752, 33751, 33750);
|
||||
DELETE FROM `creature_ai_scripts` WHERE `creature_id` IN (29998, 33753, 33752, 33751, 33750);
|
||||
INSERT INTO `creature_ai_scripts` VALUES
|
||||
-- Desecration
|
||||
( 2999801, 29998, 11, 0, 100, 0, 0, 0, 0, 0, 11, 55741, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Desecration'),
|
||||
( 2999800, 29998, 1, 0, 100, 0, 1, 1, 0, 0, 11, 55671, 0, 2, 11, 55710, 0, 2, 0, 0, 0, 0, 'Desecration'),
|
||||
-- Desecration
|
||||
( 3375301, 33753, 11, 0, 100, 0, 0, 0, 0, 0, 11, 55741, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Desecration'),
|
||||
( 3375300, 33753, 1, 0, 100, 0, 1, 1, 0, 0, 11, 63584, 0, 2, 11, 63580, 0, 2, 0, 0, 0, 0, 'Desecration'),
|
||||
-- Desecration
|
||||
( 3375201, 33752, 11, 0, 100, 0, 0, 0, 0, 0, 11, 55741, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Desecration'),
|
||||
( 3375200, 33752, 1, 0, 100, 0, 1, 1, 0, 0, 11, 63585, 0, 2, 11, 63581, 0, 2, 0, 0, 0, 0, 'Desecration'),
|
||||
-- Desecration
|
||||
( 3375101, 33751, 11, 0, 100, 0, 0, 0, 0, 0, 11, 55741, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Desecration'),
|
||||
( 3375100, 33751, 1, 0, 100, 0, 1, 1, 0, 0, 11, 63586, 0, 2, 11, 63582, 0, 2, 0, 0, 0, 0, 'Desecration'),
|
||||
-- Desecration
|
||||
( 3375001, 33750, 11, 0, 100, 0, 0, 0, 0, 0, 11, 55741, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Desecration'),
|
||||
( 3375000, 33750, 1, 0, 100, 0, 1, 1, 0, 0, 11, 63587, 0, 2, 11, 63583, 0, 2, 0, 0, 0, 0, 'Desecration');
|
||||
@@ -0,0 +1,28 @@
|
||||
DELETE FROM `creature_questrelation` WHERE `quest` = 12754;
|
||||
INSERT INTO `creature_questrelation` (`id`, `quest`) VALUES (28914, 12754);
|
||||
DELETE FROM `creature_involvedrelation` WHERE `quest` = 12754;
|
||||
INSERT INTO `creature_involvedrelation` (`id`, `quest`) VALUES (28914, 12754);
|
||||
DELETE FROM `creature_questrelation` WHERE `quest` = 12757;
|
||||
INSERT INTO `creature_questrelation` (`id`, `quest`) VALUES (28914, 12757);
|
||||
DELETE FROM `creature_questrelation` WHERE `quest` = 12754;
|
||||
INSERT INTO `creature_questrelation` (`id`, `quest`) VALUES (28914, 12754);
|
||||
DELETE FROM `creature_involvedrelation` WHERE `quest` = 12754;
|
||||
INSERT INTO `creature_involvedrelation` (`id`, `quest`) VALUES (28914, 12754);
|
||||
DELETE FROM `creature_questrelation` WHERE `quest` = 12755;
|
||||
INSERT INTO `creature_questrelation` (`id`, `quest`) VALUES (28914, 12755);
|
||||
DELETE FROM `creature_involvedrelation` WHERE `quest` = 12756;
|
||||
INSERT INTO `creature_involvedrelation` (`id`, `quest`) VALUES (28914, 12756);
|
||||
DELETE FROM `creature_questrelation` WHERE `quest` = 12757;
|
||||
INSERT INTO `creature_questrelation` (`id`, `quest`) VALUES (28914, 12757);
|
||||
DELETE FROM `creature_involvedrelation` WHERE `quest` = 12800;
|
||||
INSERT INTO `creature_involvedrelation` (`id`, `quest`) VALUES (31082, 12800);
|
||||
DELETE FROM `creature_questrelation` WHERE `quest` = 12801;
|
||||
INSERT INTO `creature_questrelation` (`id`, `quest`) VALUES (31082, 12801);
|
||||
DELETE FROM `creature_involvedrelation` WHERE `quest` = 12801;
|
||||
INSERT INTO `creature_involvedrelation` (`id`, `quest`) VALUES (29173, 12801);
|
||||
UPDATE `quest_template` SET `PrevQuestId`=13166 WHERE `entry`=13188;
|
||||
UPDATE `quest_template` SET `PrevQuestId`=13166 WHERE `entry`=13189;
|
||||
|
||||
UPDATE `creature` SET `phaseMask`=128 WHERE `id` IN (31082,29173,29199,29204,29200);
|
||||
-- Citizen of New Avalon
|
||||
UPDATE creature_template SET unit_flags = 537166336, dynamicflags = 0 WHERE entry = 28942;
|
||||
@@ -0,0 +1,6 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (56342, 56343, 56344, 59725);
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
( 59725, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000800, 0, 0, 0), -- Improved Spell Reflection
|
||||
( 56342, 0x00, 9, 0x00000018, 0x08000000, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0), -- Lock and Load
|
||||
( 56343, 0x00, 9, 0x00000018, 0x08000000, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0), -- Lock and Load
|
||||
( 56344, 0x00, 9, 0x00000018, 0x08000000, 0x00020000, 0x00000000, 0x00000000, 0, 0, 0); -- Lock and Load
|
||||
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (20210, 20212, 20213, 20214, 20215);
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
( 20210, 0x00, 10, 0xC0000000, 0x00010000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Illumination (Rank 1)
|
||||
( 20212, 0x00, 10, 0xC0000000, 0x00010000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Illumination (Rank 2)
|
||||
( 20213, 0x00, 10, 0xC0000000, 0x00010000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Illumination (Rank 3)
|
||||
( 20214, 0x00, 10, 0xC0000000, 0x00010000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Illumination (Rank 4)
|
||||
( 20215, 0x00, 10, 0xC0000000, 0x00010000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0); -- Illumination (Rank 5)
|
||||
@@ -0,0 +1,4 @@
|
||||
UPDATE `trinity_string` SET `content_default` = 'Active connections: %u (max: %u) Queued connections: %u (max: %u)' WHERE `entry` = 12;
|
||||
|
||||
DELETE FROM `trinity_string` WHERE `entry` = 60;
|
||||
INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES (60, 'Online players: %u (max: %u)');
|
||||
@@ -0,0 +1,58 @@
|
||||
UPDATE `creature_template` SET `ScriptName` = 'npc_a_special_surprise' WHERE `entry` IN (29032, 29061, 29065, 29067, 29068, 29070, 29074, 29072, 29073, 29071);
|
||||
|
||||
DELETE FROM `script_texts` WHERE `entry` BETWEEN -1609078 AND -1609025;
|
||||
INSERT INTO `script_texts` (`entry`, `content_default`, `sound`, `type`, `language`, `emote`, `comment`) VALUES
|
||||
(-1609025,'Come to finish the job, have you?',0,0,0,1,'special_surprise SAY_EXEC_START_1'),
|
||||
(-1609026,'Come to finish the job, have ye?',0,0,0,1,'special_surprise SAY_EXEC_START_2'),
|
||||
(-1609027,'Come ta finish da job, mon?',0,0,0,1,'special_surprise SAY_EXEC_START_3'),
|
||||
(-1609028,'You\'ll look me in the eyes when...',0,0,0,25,'special_surprise SAY_EXEC_PROG_1'),
|
||||
(-1609029,'Well this son o\' Ironforge would like...',0,0,0,25,'special_surprise SAY_EXEC_PROG_2'),
|
||||
(-1609030,'Ironic, isn\'t it? To be killed...',0,0,0,25,'special_surprise SAY_EXEC_PROG_3'),
|
||||
(-1609031,'If you\'d allow me just one...',0,0,0,25,'special_surprise SAY_EXEC_PROG_4'),
|
||||
(-1609032,'I\'d like to stand for...',0,0,0,25,'special_surprise SAY_EXEC_PROG_5'),
|
||||
(-1609033,'I want to die like an orc...',0,0,0,25,'special_surprise SAY_EXEC_PROG_6'),
|
||||
(-1609034,'Dis troll gonna stand for da...',0,0,0,25,'special_surprise SAY_EXEC_PROG_7'),
|
||||
(-1609035,'$N?',0,0,0,1,'special_surprise SAY_EXEC_NAME_1'),
|
||||
(-1609036,'$N? Mon?',0,0,0,1,'special_surprise SAY_EXEC_NAME_2'),
|
||||
(-1609037,'$N, I\'d recognize that face anywhere... What... What have they done to you, $N?',0,0,0,1,'special_surprise SAY_EXEC_RECOG_1'),
|
||||
(-1609038,'$N, I\'d recognize those face tentacles anywhere... What... What have they done to you, $N?',0,0,0,1,'special_surprise SAY_EXEC_RECOG_2'),
|
||||
(-1609039,'$N, I\'d recognize that face anywhere... What... What have they done to ye, $Glad:lass;?',0,0,0,1,'special_surprise SAY_EXEC_RECOG_3'),
|
||||
(-1609040,'$N, I\'d recognize that decay anywhere... What... What have they done to you, $N?',0,0,0,1,'special_surprise SAY_EXEC_RECOG_4'),
|
||||
(-1609041,'$N, I\'d recognize those horns anywhere... What have they done to you, $N?',0,0,0,1,'special_surprise SAY_EXEC_RECOG_5'),
|
||||
(-1609042,'$N, I\'d recognize dem tusks anywhere... What... What have dey done ta you, mon?',0,0,0,1,'special_surprise SAY_EXEC_RECOG_6'),
|
||||
(-1609043,'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a draenei!',0,0,0,1,'special_surprise SAY_EXEC_NOREM_1'),
|
||||
(-1609044,'Ye don\'t remember me, do ye? Blasted Scourge... They\'ve tried to drain ye o\' everything that made ye a righteous force o\' reckoning. Every last ounce o\' good... Everything that made you a $Gson:daughter; of Ironforge!',0,0,0,1,'special_surprise SAY_EXEC_NOREM_2'),
|
||||
(-1609045,'You don\'t remember me, do you? We were humans once - long, long ago - until Lordaeron fell to the Scourge. Your transformation to a Scourge zombie came shortly after my own. Not long after that, our minds were freed by the Dark Lady.',0,0,0,1,'special_surprise SAY_EXEC_NOREM_3'),
|
||||
(-1609046,'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a pint-sized force of reckoning. Every last ounce of good... Everything that made you a gnome!',0,0,0,1,'special_surprise SAY_EXEC_NOREM_4'),
|
||||
(-1609047,'You don\'t remember me, do you? Blasted Scourge...They\'ve tried to drain of everything that made you a righteous force of reckoning. Every last ounce of good...Everything that made you a human!',0,0,0,1,'special_surprise SAY_EXEC_NOREM_5'),
|
||||
(-1609048,'You don\'t remember me? When you were a child your mother would leave you in my care while she served at the Temple of the Moon. I held you in my arms and fed you with honey and sheep\'s milk to calm you until she would return. You were my little angel. Blasted Scourge... What have they done to you, $N?',0,0,0,1,'special_surprise SAY_EXEC_NOREM_6'),
|
||||
(-1609049,'You don\'t recognize me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you an orc!',0,0,0,1,'special_surprise SAY_EXEC_NOREM_7'),
|
||||
(-1609050,'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a tauren!',0,0,0,1,'special_surprise SAY_EXEC_NOREM_8'),
|
||||
(-1609051,'You don\'t remember me, mon? Damn da Scourge! Dey gone ta drain you of everytin dat made ya a mojo masta. Every last ounce of good... Everytin\' dat made ya a troll hero, mon!',0,0,0,1,'special_surprise SAY_EXEC_NOREM_9'),
|
||||
(-1609052,'A pact was made, $Gbrother:sister;! We vowed vengeance against the Lich King! For what he had done to us! We battled the Scourge as Forsaken, pushing them back into the plaguelands and freeing Tirisfal! You and I were champions of the Forsaken!',0,0,0,1,'special_surprise SAY_EXEC_THINK_1'),
|
||||
(-1609053,'You must remember the splendor of life, $Gbrother:sister;. You were a champion of the Kaldorei once! This isn\'t you!',0,0,0,1,'special_surprise SAY_EXEC_THINK_2'),
|
||||
(-1609054,'Think, $N. Think back. Try and remember the majestic halls of Silvermoon City, where you were born. Remember the splendor of life, $Gbrother:sister;. You were a champion of the sin\'dorei once! This isn\'t you.',0,0,0,6,'special_surprise SAY_EXEC_THINK_3'),
|
||||
(-1609055,'Think, $N. Think back. Try and remember the proud mountains of Argus, where you were born. Remember the splendor of life, $Gbrother:sister;. You were a champion of the draenei once! This isn\'t you.',0,0,0,6,'special_surprise SAY_EXEC_THINK_4'),
|
||||
(-1609056,'Think, $N. Think back. Try and remember the snow capped mountains o\' Dun Morogh! Ye were born there, $Glad:lass;. Remember the splendor o\' life, $N! Ye were a champion o\' the dwarves once! This isn\'t ye!',0,0,0,6,'special_surprise SAY_EXEC_THINK_5'),
|
||||
(-1609057,'Think, $N. Think back. Try and remember Gnomeregan before those damned troggs! Remember the feel of an [arclight spanner] $Gbrother:sister;. You were a champion of gnome-kind once! This isn\'t you.',0,0,0,6,'special_surprise SAY_EXEC_THINK_6'),
|
||||
(-1609058,'Think, $N. Think back. Try and remember the hills and valleys of Elwynn, where you were born. Remember the splendor of life, $Gbrother:sister;. You were a champion of the Alliance once! This isn\'t you.',0,0,0,6,'special_surprise SAY_EXEC_THINK_7'),
|
||||
(-1609059,'Think, $N. Think back. Try and remember Durotar, $Gbrother:sister;! Remember the sacrifices our heroes made so that we could be free of the blood curse. Harken back to the Valley of Trials, where we were reborn into a world without demonic influence. We found the splendor of life, $N. Together! This isn\'t you. You were a champion of the Horde once!',0,0,0,6,'special_surprise SAY_EXEC_THINK_8'),
|
||||
(-1609060,'Think, $N. Think back. Try and remember the rolling plains of Mulgore, where you were born. Remember the splendor of life, $Gbrother:sister;. You were a champion of the tauren once! This isn\'t you.',0,0,0,6,'special_surprise SAY_EXEC_THINK_9'),
|
||||
(-1609061,'TINK $N. Tink back, mon! We be Darkspear, mon! Bruddas and sistas! Remember when we fought the Zalazane and done took he head and freed da Echo Isles? MON! TINK! You was a champion of da Darkspear trolls!',0,0,0,6,'special_surprise SAY_EXEC_THINK_10'),
|
||||
(-1609062,'Listen to me, $N. You must fight against the Lich King\'s control. He is a monster that wants to see this world - our world - in ruin. Don\'t let him use you to accomplish his goals. You were once a hero and you can be again. Fight, damn you! Fight his control!',0,0,0,5,'special_surprise SAY_EXEC_LISTEN_1'),
|
||||
(-1609063,'Listen to me, $N Ye must fight against the Lich King\'s control. He\'s a monster that wants to see this world - our world - in ruin. Don\'t let him use ye to accomplish his goals. Ye were once a hero and ye can be again. Fight, damn ye! Fight his control!',0,0,0,5,'special_surprise SAY_EXEC_LISTEN_2'),
|
||||
(-1609064,'Listen to me, $N. You must fight against the Lich King\'s control. He is a monster that wants to see this world - our world - in ruin. Don\'t let him use you to accomplish his goals AGAIN. You were once a hero and you can be again. Fight, damn you! Fight his control!',0,0,0,5,'special_surprise SAY_EXEC_LISTEN_3'),
|
||||
(-1609065,'Listen ta me, $Gbrudda:sista;. You must fight against da Lich King\'s control. He be a monstar dat want ta see dis world - our world - be ruined. Don\'t let he use you ta accomplish he goals. You be a hero once and you be a hero again! Fight it, mon! Fight he control!',0,0,0,5,'special_surprise SAY_EXEC_LISTEN_4'),
|
||||
(-1609066,'What\'s going on in there? What\'s taking so long, $N?',0,1,0,0,'special_surprise SAY_PLAGUEFIST'),
|
||||
(-1609067,'There... There\'s no more time for me. I\'m done for. Finish me off, $N. Do it or they\'ll kill us both. $N... Remember Silvermoon. This world is worth saving!',0,0,0,18,'special_surprise SAY_EXEC_TIME_1'),
|
||||
(-1609068,'There... There\'s no more time for me. I\'m done for. Finish me off, $N. Do it or they\'ll kill us both. $N... Remember Argus. Don\'t let that happen to this world.',0,0,0,18,'special_surprise SAY_EXEC_TIME_2'),
|
||||
(-1609069,'There... There\'s no more time for me. I\'m done for. Finish me off, $N. Do it or they\'ll kill us both $N... For KHAAAAAAAAZZZ MODAAAAAANNNNNN!!!',0,0,0,18,'special_surprise SAY_EXEC_TIME_3'),
|
||||
(-1609070,'There... There\'s no more time for me. I\'m done for. Finish me off, $N. Do it or they\'ll kill us both. $N... Remember Tirisfal! This world is worth saving!',0,0,0,18,'special_surprise SAY_EXEC_TIME_4'),
|
||||
(-1609071,'There... There\'s no more time for me. I\'m done for. Finish me off, $N. Do it or they\'ll kill us both. $N... Remember Gnomeregan! This world is worth saving.',0,0,0,18,'special_surprise SAY_EXEC_TIME_5'),
|
||||
(-1609072,'There... There\'s no more time for me. I\'m done for. FInish me off, $N. Do it or they\'ll kill us both. $N...Remember Elwynn. This world is worth saving.',0,0,0,18,'special_surprise SAY_EXEC_TIME_6'),
|
||||
(-1609073,'There... There\'s no more time for me. I\'m done for. Finish me off, $N. Do it or they\'ll kill us both. $N... Remember Teldrassil, our beloved home. This world is worth saving.',0,0,0,18,'special_surprise SAY_EXEC_TIME_7'),
|
||||
(-1609074,'There... There\'s no more time for me. I\'m done for. Finish me off, $N. Do it or they\'ll kill us both. $N... For the Horde! This world is worth saving.',0,0,0,18,'special_surprise SAY_EXEC_TIME_8'),
|
||||
(-1609075,'There... There\'s no more time for me. I\'m done for. Finish me off, $N. Do it or they\'ll kill us both. $N... Remember Mulgore. This world is worth saving.',0,0,0,18,'special_surprise SAY_EXEC_TIME_9'),
|
||||
(-1609076,'Der... Der\'s no more time for me. I be done for. Finish me off $N. Do it or they\'ll kill us both. $N... Remember Sen\'jin Village, mon! Dis world be worth saving!',0,0,0,18,'special_surprise SAY_EXEC_TIME_10'),
|
||||
(-1609077,'Do it, $N! Put me out of my misery!',0,0,0,1,'special_surprise SAY_EXEC_WAITING'),
|
||||
(-1609078,'dies from his wounds.',0,2,0,0,'special_surprise EMOTE_DIES');
|
||||
@@ -0,0 +1,453 @@
|
||||
-- ALTER TABLE db_version CHANGE COLUMN required_8140_01_mangos_spell_proc_event required_8158_01_mangos_playercreateinfo_action bit;
|
||||
|
||||
DROP TABLE IF EXISTS `playercreateinfo_action`;
|
||||
CREATE TABLE `playercreateinfo_action` (
|
||||
`race` tinyint(3) unsigned NOT NULL default '0',
|
||||
`class` tinyint(3) unsigned NOT NULL default '0',
|
||||
`button` smallint(5) unsigned NOT NULL default '0',
|
||||
`action` int(11) unsigned NOT NULL default '0',
|
||||
`type` smallint(5) unsigned NOT NULL default '0',
|
||||
KEY `playercreateinfo_race_class_index` (`race`,`class`),
|
||||
PRIMARY KEY (`race`,`class`,`button`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
INSERT INTO `playercreateinfo_action` VALUES
|
||||
(1,1,0,6603,0),
|
||||
(1,1,11,117,128),
|
||||
(1,1,72,6603,0),
|
||||
(1,1,73,78,0),
|
||||
(1,1,82,59752,0),
|
||||
(1,1,83,117,128),
|
||||
(1,1,84,6603,0),
|
||||
(1,1,96,6603,0),
|
||||
(1,1,108,6603,0),
|
||||
(1,2,0,6603,0),
|
||||
(1,2,1,20154,0),
|
||||
(1,2,2,635,0),
|
||||
(1,2,9,59752,0),
|
||||
(1,2,10,159,128),
|
||||
(1,2,11,2070,128),
|
||||
(1,4,0,6603,0),
|
||||
(1,4,1,1752,0),
|
||||
(1,4,2,2098,0),
|
||||
(1,4,3,2764,0),
|
||||
(1,4,10,59752,0),
|
||||
(1,4,11,2070,128),
|
||||
(1,5,0,6603,0),
|
||||
(1,5,1,585,0),
|
||||
(1,5,2,2050,0),
|
||||
(1,5,9,59752,0),
|
||||
(1,5,10,159,128),
|
||||
(1,5,11,2070,128),
|
||||
(1,6,0,6603,0),
|
||||
(1,6,1,49576,0),
|
||||
(1,6,2,45477,0),
|
||||
(1,6,3,45462,0),
|
||||
(1,6,4,45902,0),
|
||||
(1,6,5,47541,0),
|
||||
(1,6,11,59752,0),
|
||||
(1,8,0,6603,0),
|
||||
(1,8,1,133,0),
|
||||
(1,8,2,168,0),
|
||||
(1,8,9,59752,0),
|
||||
(1,8,10,159,128),
|
||||
(1,8,11,2070,128),
|
||||
(1,9,0,6603,0),
|
||||
(1,9,1,686,0),
|
||||
(1,9,2,687,0),
|
||||
(1,9,9,59752,0),
|
||||
(1,9,10,159,128),
|
||||
(1,9,11,4604,128),
|
||||
(2,1,0,6603,0),
|
||||
(2,1,72,6603,0),
|
||||
(2,1,73,78,0),
|
||||
(2,1,74,20572,0),
|
||||
(2,1,83,117,128),
|
||||
(2,1,84,6603,0),
|
||||
(2,1,96,6603,0),
|
||||
(2,1,108,6603,0),
|
||||
(2,3,0,6603,0),
|
||||
(2,3,1,2973,0),
|
||||
(2,3,2,75,0),
|
||||
(2,3,4,20572,0),
|
||||
(2,3,10,159,128),
|
||||
(2,3,11,117,128),
|
||||
(2,4,0,6603,0),
|
||||
(2,4,1,1752,0),
|
||||
(2,4,2,2098,0),
|
||||
(2,4,3,2764,0),
|
||||
(2,4,4,20572,0),
|
||||
(2,4,11,117,128),
|
||||
(2,6,0,6603,0),
|
||||
(2,6,1,49576,0),
|
||||
(2,6,2,45477,0),
|
||||
(2,6,3,45462,0),
|
||||
(2,6,4,45902,0),
|
||||
(2,6,5,47541,0),
|
||||
(2,6,10,20572,0),
|
||||
(2,7,0,6603,0),
|
||||
(2,7,1,403,0),
|
||||
(2,7,2,331,0),
|
||||
(2,7,3,33697,0),
|
||||
(2,7,10,159,128),
|
||||
(2,7,11,117,128),
|
||||
(2,9,0,6603,0),
|
||||
(2,9,1,686,0),
|
||||
(2,9,2,687,0),
|
||||
(2,9,3,33702,0),
|
||||
(2,9,10,159,128),
|
||||
(2,9,11,117,128),
|
||||
(3,1,0,6603,0),
|
||||
(3,1,1,78,0),
|
||||
(3,1,11,117,128),
|
||||
(3,1,72,6603,0),
|
||||
(3,1,73,78,0),
|
||||
(3,1,74,20594,0),
|
||||
(3,1,75,2481,0),
|
||||
(3,1,83,117,128),
|
||||
(3,1,84,6603,0),
|
||||
(3,1,96,6603,0),
|
||||
(3,1,108,6603,0),
|
||||
(3,2,0,6603,0),
|
||||
(3,2,1,20154,0),
|
||||
(3,2,2,635,0),
|
||||
(3,2,3,20594,0),
|
||||
(3,2,4,2481,0),
|
||||
(3,2,10,159,128),
|
||||
(3,2,11,4540,128),
|
||||
(3,3,0,6603,0),
|
||||
(3,3,1,2973,0),
|
||||
(3,3,2,75,0),
|
||||
(3,3,3,20594,0),
|
||||
(3,3,4,2481,0),
|
||||
(3,3,10,159,128),
|
||||
(3,3,11,117,128),
|
||||
(3,3,75,20594,0),
|
||||
(3,3,76,2481,0),
|
||||
(3,4,0,6603,0),
|
||||
(3,4,1,1752,0),
|
||||
(3,4,2,2098,0),
|
||||
(3,4,3,2764,0),
|
||||
(3,4,4,20594,0),
|
||||
(3,4,5,2481,0),
|
||||
(3,4,11,4540,128),
|
||||
(3,5,0,6603,0),
|
||||
(3,5,1,585,0),
|
||||
(3,5,2,2050,0),
|
||||
(3,5,3,20594,0),
|
||||
(3,5,4,2481,0),
|
||||
(3,5,10,159,128),
|
||||
(3,5,11,4540,128),
|
||||
(3,6,0,6603,0),
|
||||
(3,6,1,49576,0),
|
||||
(3,6,2,45477,0),
|
||||
(3,6,3,45462,0),
|
||||
(3,6,4,45902,0),
|
||||
(3,6,5,47541,0),
|
||||
(3,6,10,2481,0),
|
||||
(4,1,72,6603,0),
|
||||
(4,1,73,6603,0),
|
||||
(4,1,74,78,0),
|
||||
(4,1,83,58984,0),
|
||||
(4,1,84,117,128),
|
||||
(4,1,85,6603,0),
|
||||
(4,1,97,6603,0),
|
||||
(4,1,109,6603,0),
|
||||
(4,3,0,6603,0),
|
||||
(4,3,1,2973,0),
|
||||
(4,3,2,75,0),
|
||||
(4,3,3,58984,0),
|
||||
(4,3,10,159,128),
|
||||
(4,3,11,117,128),
|
||||
(4,4,0,6603,0),
|
||||
(4,4,1,1752,0),
|
||||
(4,4,2,2098,0),
|
||||
(4,4,3,2764,0),
|
||||
(4,4,4,58984,0),
|
||||
(4,4,11,4540,128),
|
||||
(4,5,0,6603,0),
|
||||
(4,5,1,585,0),
|
||||
(4,5,2,2050,0),
|
||||
(4,5,3,58984,0),
|
||||
(4,5,10,159,128),
|
||||
(4,5,11,2070,128),
|
||||
(4,6,0,6603,0),
|
||||
(4,6,1,49576,0),
|
||||
(4,6,2,45477,0),
|
||||
(4,6,3,45462,0),
|
||||
(4,6,4,45902,0),
|
||||
(4,6,5,47541,0),
|
||||
(4,6,10,58984,0),
|
||||
(4,6,83,58984,0),
|
||||
(4,11,0,6603,0),
|
||||
(4,11,1,5176,0),
|
||||
(4,11,2,5185,0),
|
||||
(4,11,3,58984,0),
|
||||
(4,11,10,159,128),
|
||||
(4,11,11,4536,128),
|
||||
(5,1,0,6603,0),
|
||||
(5,1,72,6603,0),
|
||||
(5,1,73,78,0),
|
||||
(5,1,74,20577,0),
|
||||
(5,1,83,4604,128),
|
||||
(5,1,84,6603,0),
|
||||
(5,1,96,6603,0),
|
||||
(5,1,108,6603,0),
|
||||
(5,4,0,6603,0),
|
||||
(5,4,1,1752,0),
|
||||
(5,4,2,2098,0),
|
||||
(5,4,3,2764,0),
|
||||
(5,4,4,20577,0),
|
||||
(5,4,11,4604,128),
|
||||
(5,5,0,6603,0),
|
||||
(5,5,1,585,0),
|
||||
(5,5,2,2050,0),
|
||||
(5,5,3,20577,0),
|
||||
(5,5,10,159,128),
|
||||
(5,5,11,4604,128),
|
||||
(5,6,0,6603,0),
|
||||
(5,6,1,49576,0),
|
||||
(5,6,2,45477,0),
|
||||
(5,6,3,45462,0),
|
||||
(5,6,4,45902,0),
|
||||
(5,6,5,47541,0),
|
||||
(5,6,10,20577,0),
|
||||
(5,8,0,6603,0),
|
||||
(5,8,1,133,0),
|
||||
(5,8,2,168,0),
|
||||
(5,8,3,20577,0),
|
||||
(5,8,10,159,128),
|
||||
(5,8,11,4604,128),
|
||||
(5,9,0,6603,0),
|
||||
(5,9,1,686,0),
|
||||
(5,9,2,687,0),
|
||||
(5,9,3,20577,0),
|
||||
(5,9,10,159,128),
|
||||
(5,9,11,4604,128),
|
||||
(6,1,0,6603,0),
|
||||
(6,1,1,78,0),
|
||||
(6,1,3,20549,0),
|
||||
(6,1,72,6603,0),
|
||||
(6,1,73,78,0),
|
||||
(6,1,74,20549,0),
|
||||
(6,1,83,4540,128),
|
||||
(6,1,84,6603,0),
|
||||
(6,1,96,6603,0),
|
||||
(6,1,108,6603,0),
|
||||
(6,3,0,6603,0),
|
||||
(6,3,1,2973,0),
|
||||
(6,3,2,75,0),
|
||||
(6,3,3,20549,0),
|
||||
(6,3,10,159,128),
|
||||
(6,3,11,117,128),
|
||||
(6,3,76,20549,0),
|
||||
(6,6,0,6603,0),
|
||||
(6,6,1,49576,0),
|
||||
(6,6,2,45477,0),
|
||||
(6,6,3,45462,0),
|
||||
(6,6,4,45902,0),
|
||||
(6,6,5,47541,0),
|
||||
(6,6,10,20549,0),
|
||||
(6,6,75,20549,0),
|
||||
(6,7,0,6603,0),
|
||||
(6,7,1,403,0),
|
||||
(6,7,2,331,0),
|
||||
(6,7,3,20549,0),
|
||||
(6,7,10,159,128),
|
||||
(6,7,11,4604,128),
|
||||
(6,7,76,20549,0),
|
||||
(6,11,0,6603,0),
|
||||
(6,11,1,5176,0),
|
||||
(6,11,2,5185,0),
|
||||
(6,11,3,20549,0),
|
||||
(6,11,10,159,128),
|
||||
(6,11,11,4536,128),
|
||||
(6,11,73,6603,0),
|
||||
(6,11,76,20549,0),
|
||||
(6,11,85,6603,0),
|
||||
(6,11,97,6603,0),
|
||||
(6,11,109,6603,0),
|
||||
(7,1,0,6603,0),
|
||||
(7,1,1,78,0),
|
||||
(7,1,10,20589,0),
|
||||
(7,1,11,117,128),
|
||||
(7,1,72,6603,0),
|
||||
(7,1,73,78,0),
|
||||
(7,1,82,20589,0),
|
||||
(7,1,83,117,128),
|
||||
(7,1,84,6603,0),
|
||||
(7,1,96,6603,0),
|
||||
(7,1,108,6603,0),
|
||||
(7,4,0,6603,0),
|
||||
(7,4,1,1752,0),
|
||||
(7,4,2,2098,0),
|
||||
(7,4,3,2764,0),
|
||||
(7,4,10,20589,0),
|
||||
(7,4,11,117,128),
|
||||
(7,6,0,6603,0),
|
||||
(7,6,1,49576,0),
|
||||
(7,6,2,45477,0),
|
||||
(7,6,3,45462,0),
|
||||
(7,6,4,45902,0),
|
||||
(7,6,5,47541,0),
|
||||
(7,6,10,20589,0),
|
||||
(7,6,11,117,128),
|
||||
(7,6,72,6603,0),
|
||||
(7,6,83,117,128),
|
||||
(7,6,84,6603,0),
|
||||
(7,6,96,6603,0),
|
||||
(7,6,108,6603,0),
|
||||
(7,8,0,6603,0),
|
||||
(7,8,1,133,0),
|
||||
(7,8,2,168,0),
|
||||
(7,8,9,20589,0),
|
||||
(7,8,10,159,128),
|
||||
(7,8,11,4536,128),
|
||||
(7,9,0,6603,0),
|
||||
(7,9,1,686,0),
|
||||
(7,9,2,687,0),
|
||||
(7,9,9,20589,0),
|
||||
(7,9,10,159,128),
|
||||
(7,9,11,4604,128),
|
||||
(8,1,0,6603,0),
|
||||
(8,1,72,6603,0),
|
||||
(8,1,73,78,0),
|
||||
(8,1,74,2764,0),
|
||||
(8,1,75,26296,0),
|
||||
(8,1,83,117,128),
|
||||
(8,1,84,6603,0),
|
||||
(8,1,96,6603,0),
|
||||
(8,1,108,6603,0),
|
||||
(8,3,0,6603,0),
|
||||
(8,3,1,2973,0),
|
||||
(8,3,2,75,0),
|
||||
(8,3,10,159,128),
|
||||
(8,3,11,4604,128),
|
||||
(8,3,76,20554,0),
|
||||
(8,4,0,6603,0),
|
||||
(8,4,1,1752,0),
|
||||
(8,4,2,2098,0),
|
||||
(8,4,3,2764,0),
|
||||
(8,4,11,117,128),
|
||||
(8,4,76,20554,0),
|
||||
(8,5,0,6603,0),
|
||||
(8,5,1,585,0),
|
||||
(8,5,2,2050,0),
|
||||
(8,5,10,159,128),
|
||||
(8,5,11,4540,128),
|
||||
(8,5,76,20554,0),
|
||||
(8,6,0,6603,0),
|
||||
(8,6,1,49576,0),
|
||||
(8,6,2,45477,0),
|
||||
(8,6,3,45462,0),
|
||||
(8,6,4,45902,0),
|
||||
(8,6,5,47541,0),
|
||||
(8,6,10,50621,0),
|
||||
(8,7,0,6603,0),
|
||||
(8,7,1,403,0),
|
||||
(8,7,2,331,0),
|
||||
(8,7,10,159,128),
|
||||
(8,7,11,117,128),
|
||||
(8,7,76,20554,0),
|
||||
(8,8,0,6603,0),
|
||||
(8,8,1,133,0),
|
||||
(8,8,2,168,0),
|
||||
(8,8,10,159,128),
|
||||
(8,8,11,117,128),
|
||||
(8,8,76,20554,0),
|
||||
(10,2,0,6603,0),
|
||||
(10,2,1,21084,0),
|
||||
(10,2,2,635,0),
|
||||
(10,2,3,28730,0),
|
||||
(10,2,10,159,128),
|
||||
(10,2,11,20857,128),
|
||||
(10,3,0,6603,0),
|
||||
(10,3,1,2973,0),
|
||||
(10,3,2,75,0),
|
||||
(10,3,3,28730,0),
|
||||
(10,3,10,159,128),
|
||||
(10,3,11,20857,128),
|
||||
(10,4,0,6603,0),
|
||||
(10,4,1,1752,0),
|
||||
(10,4,2,2098,0),
|
||||
(10,4,3,2764,0),
|
||||
(10,4,4,25046,0),
|
||||
(10,4,11,20857,128),
|
||||
(10,5,0,6603,0),
|
||||
(10,5,1,585,0),
|
||||
(10,5,2,2050,0),
|
||||
(10,5,3,28730,0),
|
||||
(10,5,10,159,128),
|
||||
(10,5,11,20857,128),
|
||||
(10,6,0,6603,0),
|
||||
(10,6,1,49576,0),
|
||||
(10,6,2,45477,0),
|
||||
(10,6,3,45462,0),
|
||||
(10,6,4,45902,0),
|
||||
(10,6,5,47541,0),
|
||||
(10,6,6,50613,0),
|
||||
(10,8,0,6603,0),
|
||||
(10,8,1,133,0),
|
||||
(10,8,2,168,0),
|
||||
(10,8,3,28730,0),
|
||||
(10,8,10,159,128),
|
||||
(10,8,11,20857,128),
|
||||
(10,9,0,6603,0),
|
||||
(10,9,1,686,0),
|
||||
(10,9,2,687,0),
|
||||
(10,9,3,28730,0),
|
||||
(10,9,10,159,128),
|
||||
(10,9,11,20857,128),
|
||||
(11,1,0,6603,0),
|
||||
(11,1,72,6603,0),
|
||||
(11,1,73,78,0),
|
||||
(11,1,74,28880,0),
|
||||
(11,1,83,4540,128),
|
||||
(11,1,84,6603,0),
|
||||
(11,1,96,6603,0),
|
||||
(11,1,108,6603,0),
|
||||
(11,2,0,6603,0),
|
||||
(11,2,1,21084,0),
|
||||
(11,2,2,635,0),
|
||||
(11,2,3,59542,0),
|
||||
(11,2,10,159,128),
|
||||
(11,2,11,4540,128),
|
||||
(11,2,83,4540,128),
|
||||
(11,3,0,6603,0),
|
||||
(11,3,1,2973,0),
|
||||
(11,3,2,75,0),
|
||||
(11,3,3,59543,0),
|
||||
(11,3,10,159,128),
|
||||
(11,3,11,4540,128),
|
||||
(11,3,72,6603,0),
|
||||
(11,3,73,2973,0),
|
||||
(11,3,74,75,0),
|
||||
(11,3,82,159,128),
|
||||
(11,3,83,4540,128),
|
||||
(11,5,0,6603,0),
|
||||
(11,5,1,585,0),
|
||||
(11,5,2,2050,0),
|
||||
(11,5,3,59544,0),
|
||||
(11,5,10,159,128),
|
||||
(11,5,11,4540,128),
|
||||
(11,5,83,4540,128),
|
||||
(11,6,0,6603,0),
|
||||
(11,6,1,49576,0),
|
||||
(11,6,2,45477,0),
|
||||
(11,6,3,45462,0),
|
||||
(11,6,4,45902,0),
|
||||
(11,6,5,47541,0),
|
||||
(11,6,6,59545,0),
|
||||
(11,7,0,6603,0),
|
||||
(11,7,1,403,0),
|
||||
(11,7,2,331,0),
|
||||
(11,7,3,59547,0),
|
||||
(11,7,10,159,128),
|
||||
(11,7,11,4540,128),
|
||||
(11,8,0,6603,0),
|
||||
(11,8,1,133,0),
|
||||
(11,8,2,168,0),
|
||||
(11,8,3,59548,0),
|
||||
(11,8,10,159,128),
|
||||
(11,8,11,4540,128),
|
||||
(11,8,83,4540,128);
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE creature_template SET `VehicleId`=200, spell1=52264, spell2=52268 WHERE `entry` IN (28605, 28606, 28607);
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` = '58621';
|
||||
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `comments`) VALUES
|
||||
(58621, 0, 0, 0.08, 'Death Knight - Glyph of Chains of Ice');
|
||||
@@ -0,0 +1,2 @@
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_valkyr_battle_maiden' WHERE (`entry`='28534');
|
||||
INSERT iGNORE INTO `spell_proc_event` VALUES ( 51915, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000000, 0, 100, 600);
|
||||
@@ -0,0 +1,2 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` =51915;
|
||||
INSERT IGNORE INTO `spell_proc_event` VALUES ( 51915, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x01000000, 0x00000000, 0, 100, 600);
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `creature_template` SET `ScriptName`='mob_mojo' WHERE `entry`='24480';
|
||||
@@ -0,0 +1,14 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for channels
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `channels`;
|
||||
CREATE TABLE `channels` (
|
||||
`m_name` text NOT NULL,
|
||||
`m_team` int(10) unsigned NOT NULL,
|
||||
`m_ownerGUID` int(11) unsigned NOT NULL default '0',
|
||||
`m_announce` tinyint(1) unsigned NOT NULL default '0',
|
||||
`m_moderate` tinyint(1) unsigned NOT NULL default '0',
|
||||
`m_password` text,
|
||||
`BannedList` longtext,
|
||||
PRIMARY KEY (`m_name`(10),`m_team`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Channel System';
|
||||
@@ -0,0 +1,245 @@
|
||||
DROP TABLE IF EXISTS `spell_bonus_data`;
|
||||
CREATE TABLE `spell_bonus_data` (
|
||||
`entry` smallint(5) unsigned NOT NULL,
|
||||
`direct_bonus` float NOT NULL default '0',
|
||||
`dot_bonus` float NOT NULL default '0',
|
||||
`ap_bonus` float NOT NULL default '0',
|
||||
`ap_dot_bonus` float NOT NULL default '0',
|
||||
`comments` varchar(255) default NULL,
|
||||
PRIMARY KEY (`entry`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
|
||||
(49941, -1, -1, 0.04, -1, 'Death Knight - Blood Boil'),
|
||||
(48721, -1, -1, 0.04, -1, 'Death Knight - Blood Boil'),
|
||||
(55078, -1, -1, -1, 0.055, 'Death Knight - Blood Plague'),
|
||||
(50444, -1, -1, 0.105, -1, 'Death Knight - Corpse Explosion Triggered'),
|
||||
(52212, -1, -1, 0.0475, -1, 'Death Knight - Death and Decay'),
|
||||
(47632, -1, -1, 0.15, -1, 'Death Knight - Death Coil'),
|
||||
(47633, -1, -1, 0.15, -1, 'Death Knight - Death Coil Heal'),
|
||||
(55095, -1, -1, -1, 0.055, 'Death Knight - Frost Fever'),
|
||||
(49184, -1, -1, 0.1, -1, 'Death Knight - Howling Blast'),
|
||||
(45477, -1, -1, 0.1, -1, 'Death Knight - Icy Touch'),
|
||||
(56903, 0, 0, 0, 0, 'Death Knight - Lichflame'),
|
||||
(50842, -1, -1, 0.04, -1, 'Death Knight - Pestilence'),
|
||||
(50401, 0, 0, 0, 0, 'Death Knight - Razor Frost'),
|
||||
(47476, -1, -1, 0.06, -1, 'Death Knight - Strangulate'),
|
||||
(50536, -1, -1, 0.013, -1, 'Death Knight - Unholy Blight (Rank1)'),
|
||||
(339, -1, 0.1, -1, -1, 'Druid - Entangling Roots'),
|
||||
(5185, 1.611, -1, -1, -1, 'Druid - Healing Touch'),
|
||||
(42231, 0.12898, -1, -1, -1, 'Druid - Hurricane Triggered'),
|
||||
(5570, -1, 0.2, -1, -1, 'Druid - Insect Swarm'),
|
||||
(33763, 0.6453, 0.09518, -1, -1, 'Druid - Lifebloom'),
|
||||
(8921, 0.1515, 0.13, -1, -1, 'Druid - Moonfire'),
|
||||
(50464, 0.67305, -1, -1, -1, 'Druid - Nourish'),
|
||||
(8936, 0.539, 0.188, -1, -1, 'Druid - Regrowth'),
|
||||
(774, -1, 0.37604, -1, -1, 'Druid - Rejuvenation'),
|
||||
(50294, 0.0119, -1, -1, -1, 'Druid - Starfall AOE rank 1'),
|
||||
(53188, 0.0119, -1, -1, -1, 'Druid - Starfall AOE rank 2'),
|
||||
(53189, 0.0119, -1, -1, -1, 'Druid - Starfall AOE rank 3'),
|
||||
(53190, 0.0119, -1, -1, -1, 'Druid - Starfall AOE rank 4'),
|
||||
(50288, 0.0458, -1, -1, -1, 'Druid - Starfall rank 1'),
|
||||
(53191, 0.0458, -1, -1, -1, 'Druid - Starfall rank 2'),
|
||||
(53194, 0.0458, -1, -1, -1, 'Druid - Starfall rank 3'),
|
||||
(53195, 0.0458, -1, -1, -1, 'Druid - Starfall rank 4'),
|
||||
(2912, 1, -1, -1, -1, 'Druid - Starfire'),
|
||||
(18562, 0, 0, 0, 0, 'Druid - Swiftmend'),
|
||||
(44203, 0.538, -1, -1, -1, 'Druid - Tranquility Triggered'),
|
||||
(61391, 0.193, -1, -1, -1, 'Druid - Typhoon'),
|
||||
(48438, -1, 0.11505, -1, -1, 'Druid - Wild Growth'),
|
||||
(5176, 0.5714, -1, -1, -1, 'Druid - Wrath'),
|
||||
(55039, 0, 0, 0, 0, 'Item - Gnomish Lightning Generator'),
|
||||
(44425, 0.7143, -1, -1, -1, 'Mage - Arcane Barrage'),
|
||||
(30451, 0.7143, -1, -1, -1, 'Mage - Arcane Blast'),
|
||||
(1449, 0.2128, -1, -1, -1, 'Mage - Arcane Explosion'),
|
||||
(7268, 0.2857, -1, -1, -1, 'Mage - Arcane Missiles Triggered Spell Rank 1'),
|
||||
(7269, 0.2857, -1, -1, -1, 'Mage - Arcane Missiles Triggered Spell Rank 2'),
|
||||
(11113, 0.1936, -1, -1, -1, 'Mage - Blast Wave'),
|
||||
(42208, 0.1437, -1, -1, -1, 'Mage - Blizzard Triggered Spell'),
|
||||
(120, 0.214, -1, -1, -1, 'Mage - Cone of Cold'),
|
||||
(31661, 0.1936, -1, -1, -1, 'Mage - Dragons Breath'),
|
||||
(133, 1, -1, -1, -1, 'Mage - Fire Ball'),
|
||||
(2136, 0.4286, -1, -1, -1, 'Mage - Fire Blast'),
|
||||
(543, 0.1, -1, -1, -1, 'Mage - Fire Ward'),
|
||||
(2120, 0.2357, 0.122, -1, -1, 'Mage - Flamestrike'),
|
||||
(116, 0.8143, -1, -1, -1, 'Mage - Frost Bolt'),
|
||||
(122, 0.193, -1, -1, -1, 'Mage - Frost Nova'),
|
||||
(6143, 0.1, -1, -1, -1, 'Mage - Frost Ward'),
|
||||
(44614, 0.8571, -1, -1, -1, 'Mage - Frostfire Bolt'),
|
||||
(11426, 0.8053, -1, -1, -1, 'Mage - Ice Barrier'),
|
||||
(30455, 0.1429, -1, -1, -1, 'Mage - Ice Lance'),
|
||||
(44457, 0.4, 0.2, -1, -1, 'Mage - Living Bomb'),
|
||||
(1463, 0.8053, -1, -1, -1, 'Mage - Mana Shield'),
|
||||
(34913, 0, 0, 0, 0, 'Mage - Molten Armor Triggered Rank 1'),
|
||||
(11366, 1.15, 0.05, -1, -1, 'Mage - Pyroblast'),
|
||||
(2948, 0.4286, -1, -1, -1, 'Mage - Scorch'),
|
||||
(31935, 0.07, -1, 0.07, -1, 'Paladin - Avenger Shield'),
|
||||
(53742, -1, 0.0176, -1, 0.03, 'Paladin - Blood Corruption'),
|
||||
(26573, -1, 0.04, -1, 0.04, 'Paladin - Consecration'),
|
||||
(879, 0.15, -1, 0.15, -1, 'Paladin - Exorcism'),
|
||||
(19750, 1, -1, -1, -1, 'Paladin - Flash of Light'),
|
||||
(53595, 0, 0, 0, 0, 'Paladin - Hammer of the Righteous'),
|
||||
(24275, 0.15, -1, 0.15, -1, 'Paladin - Hammer of Wrath'),
|
||||
(635, 1.66, -1, -1, -1, 'Paladin - Holy Light'),
|
||||
(20925, 0.09, -1, 0.056, -1, 'Paladin - Holy Shield'),
|
||||
(25914, 0.81, -1, -1, -1, 'Paladin - Holy Shock Triggered Heal Rank 1'),
|
||||
(25912, 0.4286, -1, -1, -1, 'Paladin - Holy Shock Triggered Hurt Rank 1'),
|
||||
(31803, -1, 0.0176, -1, 0.03, 'Paladin - Holy Vengeance'),
|
||||
(2812, 0.07, -1, 0.07, -1, 'Paladin - Holy Wrath'),
|
||||
(31898, 0.25, -1, 0.16, -1, 'Paladin - Judgement of Blood Enemy'),
|
||||
(32220, 0.0833, -1, 0.0533, -1, 'Paladin - Judgement of Blood Self'),
|
||||
(20467, 0.25, -1, 0.16, -1, 'Paladin - Judgement of Command'),
|
||||
(53733, 0, 0, 0, 0, 'Paladin - Judgement of Corruption'),
|
||||
(20267, 0.1, -1, 0.1, -1, 'Paladin - Judgement of Light Proc'),
|
||||
(20187, 0.4, -1, 0.25, -1, 'Paladin - Judgement of Righteousness'),
|
||||
(53726, 0.25, -1, 0.16, -1, 'Paladin - Judgement of the Martyr Enemy'),
|
||||
(53725, 0.0833, -1, 0.0533, -1, 'Paladin - Judgement of the Martyr Self'),
|
||||
(31804, 0, 0, 0, 0, 'Paladin - Judgement of Vengeance'),
|
||||
(58597, 0.75, -1, -1, -1, 'Paladin - Sacred Shield'),
|
||||
(53601, 0.75, -1, -1, -1, 'Paladin - Sacred Shield'),
|
||||
(31893, 0, 0, 0, 0, 'Paladin - Seal of Blood Proc Enemy'),
|
||||
(32221, 0, 0, 0, 0, 'Paladin - Seal of Blood Proc Self'),
|
||||
(20424, 0, 0, 0, 0, 'Paladin - Seal of Command Proc'),
|
||||
(20167, 0.15, -1, 0.15, -1, 'Paladin - Seal of Light Proc'),
|
||||
(25742, 0.07, -1, 0.039, -1, 'Paladin - Seal of Righteousness Dummy Proc'),
|
||||
(53719, 0, 0, 0, 0, 'Paladin - Seal of the Martyr Proc Enemy'),
|
||||
(53718, 0, 0, 0, 0, 'Paladin - Seal of the Martyr Proc Self'),
|
||||
(53600, 0, 0, 0, 0, 'Paladin - Shield of Righteousness'),
|
||||
(32546, 0.8068, -1, -1, -1, 'Priest - Binding Heal'),
|
||||
(27813, 0, 0, 0, 0, 'Priest - Blessed Recovery Rank 1'),
|
||||
(34861, 0.402, -1, -1, -1, 'Priest - Circle of Healing'),
|
||||
(19236, 0.8068, -1, -1, -1, 'Priest - Desperate Prayer'),
|
||||
(2944, -1, 0.1849, -1, -1, 'Priest - Devouring Plague'),
|
||||
(2061, 0.8068, -1, -1, -1, 'Priest - Flash Heal'),
|
||||
(2060, 1.6135, -1, -1, -1, 'Priest - Greater Heal'),
|
||||
(14914, 0.5711, 0.024, -1, -1, 'Priest - Holy Fire'),
|
||||
(15237, 0.1606, -1, -1, -1, 'Priest - Holy Nova Damage'),
|
||||
(23455, 0.3035, -1, -1, -1, 'Priest - Holy Nova Heal Rank 1'),
|
||||
(8129, 0, 0, 0, 0, 'Priest - Mana Burn'),
|
||||
(8092, 0.428, -1, -1, -1, 'Priest - Mind Blast'),
|
||||
(15407, 0.257, -1, -1, -1, 'Priest - Mind Flay'),
|
||||
(49821, 0.2861, -1, -1, -1, 'Priest - Mind Sear Trigger Rank 1'),
|
||||
(47757, 1.6135, -1, -1, -1, 'Priest - Penance (Rank 1'),
|
||||
(52986, 1.6135, -1, -1, -1, 'Priest - Penance (Rank 2'),
|
||||
(52987, 1.6135, -1, -1, -1, 'Priest - Penance (Rank 3'),
|
||||
(52988, 1.6135, -1, -1, -1, 'Priest - Penance (Rank 4'),
|
||||
(17, 0.8068, -1, -1, -1, 'Priest - Power Word: Shield'),
|
||||
(596, 0.8068, -1, -1, -1, 'Priest - Prayer of Healing'),
|
||||
(33110, 0.8068, -1, -1, -1, 'Priest - Prayer of Mending Heal Proc'),
|
||||
(33619, 0, 0, 0, 0, 'Priest - Reflective Shield'),
|
||||
(139, -1, 0.376, -1, -1, 'Priest - Renew'),
|
||||
(32379, 0.4296, -1, -1, -1, 'Priest - Shadow Word: Death'),
|
||||
(589, -1, 0.1829, -1, -1, 'Priest - Shadow Word: Pain'),
|
||||
(34433, 0.65, -1, -1, -1, 'Priest - Shadowfiend'),
|
||||
(585, 0.714, -1, -1, -1, 'Priest - Smite'),
|
||||
(34914, -1, 0.4, -1, -1, 'Priest - Vampiric Touch'),
|
||||
(1064, 1.34, -1, -1, -1, 'Shaman - Chain Heal'),
|
||||
(421, 0.57, -1, -1, -1, 'Shaman - Chain Lightning'),
|
||||
(974, 0.4762, -1, -1, -1, 'Shaman - Earth Shield'),
|
||||
(379, 0, 0, 0, 0, 'Shaman - Earth Shield Triggered'),
|
||||
(8042, 0.3858, -1, -1, -1, 'Shaman - Earth Shock'),
|
||||
(8443, 0.2142, -1, -1, -1, 'Shaman - Fire Nova Totem Casted by Totem Rank 1'),
|
||||
(8504, 0.2142, -1, -1, -1, 'Shaman - Fire Nova Totem Casted by Totem Rank 2'),
|
||||
(8505, 0.2142, -1, -1, -1, 'Shaman - Fire Nova Totem Casted by Totem Rank 3'),
|
||||
(11310, 0.2142, -1, -1, -1, 'Shaman - Fire Nova Totem Casted by Totem Rank 4'),
|
||||
(11311, 0.2142, -1, -1, -1, 'Shaman - Fire Nova Totem Casted by Totem Rank 5'),
|
||||
(25538, 0.2142, -1, -1, -1, 'Shaman - Fire Nova Totem Casted by Totem Rank 6'),
|
||||
(25539, 0.2142, -1, -1, -1, 'Shaman - Fire Nova Totem Casted by Totem Rank 7'),
|
||||
(61651, 0.2142, -1, -1, -1, 'Shaman - Fire Nova Totem Casted by Totem Rank 8'),
|
||||
(61660, 0.2142, -1, -1, -1, 'Shaman - Fire Nova Totem Casted by Totem Rank 9'),
|
||||
(8050, 0.2142, 0.1, -1, -1, 'Shaman - Flame Shock'),
|
||||
(8026, 0.1, -1, -1, -1, 'Shaman - Flametongue Weapon Proc Rank 1'),
|
||||
(58788, 0.1, -1, -1, -1, 'Shaman - Flametongue Weapon Proc Rank 10'),
|
||||
(8028, 0.1, -1, -1, -1, 'Shaman - Flametongue Weapon Proc Rank 2'),
|
||||
(8029, 0.1, -1, -1, -1, 'Shaman - Flametongue Weapon Proc Rank 3'),
|
||||
(10445, 0.1, -1, -1, -1, 'Shaman - Flametongue Weapon Proc Rank 4'),
|
||||
(16343, 0.1, -1, -1, -1, 'Shaman - Flametongue Weapon Proc Rank 5'),
|
||||
(16344, 0.1, -1, -1, -1, 'Shaman - Flametongue Weapon Proc Rank 6'),
|
||||
(25488, 0.1, -1, -1, -1, 'Shaman - Flametongue Weapon Proc Rank 7'),
|
||||
(58786, 0.1, -1, -1, -1, 'Shaman - Flametongue Weapon Proc Rank 8'),
|
||||
(58787, 0.1, -1, -1, -1, 'Shaman - Flametongue Weapon Proc Rank 9'),
|
||||
(8056, 0.3858, -1, -1, -1, 'Shaman - Frost Shock'),
|
||||
(8034, 0.1, -1, -1, -1, 'Shaman - Frostbrand Attack Rank 1'),
|
||||
(8037, 0.1, -1, -1, -1, 'Shaman - Frostbrand Attack Rank 2'),
|
||||
(10458, 0.1, -1, -1, -1, 'Shaman - Frostbrand Attack Rank 3'),
|
||||
(16352, 0.1, -1, -1, -1, 'Shaman - Frostbrand Attack Rank 4'),
|
||||
(16353, 0.1, -1, -1, -1, 'Shaman - Frostbrand Attack Rank 5'),
|
||||
(25501, 0.1, -1, -1, -1, 'Shaman - Frostbrand Attack Rank 6'),
|
||||
(58797, 0.1, -1, -1, -1, 'Shaman - Frostbrand Attack Rank 7'),
|
||||
(58798, 0.1, -1, -1, -1, 'Shaman - Frostbrand Attack Rank 8'),
|
||||
(58799, 0.1, -1, -1, -1, 'Shaman - Frostbrand Attack Rank 9'),
|
||||
(2645, 0, 0, 0, 0, 'Shaman - Glyph of Ghost Wolf'),
|
||||
(52042, 0.045, -1, -1, -1, 'Shaman - Healing Stream Totem Triggered Heal'),
|
||||
(331, 1.6106, -1, -1, -1, 'Shaman - Healing Wave'),
|
||||
(51505, 0.5714, -1, -1, -1, 'Shaman - Lava Burst'),
|
||||
(8004, 0.8082, -1, -1, -1, 'Shaman - Lesser Healing Wave'),
|
||||
(403, 0.7143, -1, -1, -1, 'Shaman - Lightning Bolt'),
|
||||
(26364, 0.33, -1, -1, -1, 'Shaman - Lightning Shield Proc Rank 1'),
|
||||
(8188, 0.1, -1, -1, -1, 'Shaman - Magma Totam Passive Rank 1'),
|
||||
(10582, 0.1, -1, -1, -1, 'Shaman - Magma Totam Passive Rank 2'),
|
||||
(10583, 0.1, -1, -1, -1, 'Shaman - Magma Totam Passive Rank 3'),
|
||||
(10584, 0.1, -1, -1, -1, 'Shaman - Magma Totam Passive Rank 4'),
|
||||
(25551, 0.1, -1, -1, -1, 'Shaman - Magma Totam Passive Rank 5'),
|
||||
(58733, 0.1, -1, -1, -1, 'Shaman - Magma Totam Passive Rank 6'),
|
||||
(58736, 0.1, -1, -1, -1, 'Shaman - Magma Totam Passive Rank 7'),
|
||||
(61295, 0.4, 0.18, -1, -1, 'Shaman - Riptide'),
|
||||
(3606, 0.1667, -1, -1, -1, 'Shaman - Searing Totem Attack Rank 1'),
|
||||
(58702, 0.1667, -1, -1, -1, 'Shaman - Searing Totem Attack Rank 10'),
|
||||
(6350, 0.1667, -1, -1, -1, 'Shaman - Searing Totem Attack Rank 2'),
|
||||
(6351, 0.1667, -1, -1, -1, 'Shaman - Searing Totem Attack Rank 3'),
|
||||
(6352, 0.1667, -1, -1, -1, 'Shaman - Searing Totem Attack Rank 4'),
|
||||
(10435, 0.1667, -1, -1, -1, 'Shaman - Searing Totem Attack Rank 5'),
|
||||
(10436, 0.1667, -1, -1, -1, 'Shaman - Searing Totem Attack Rank 6'),
|
||||
(25530, 0.1667, -1, -1, -1, 'Shaman - Searing Totem Attack Rank 7'),
|
||||
(58700, 0.1667, -1, -1, -1, 'Shaman - Searing Totem Attack Rank 8'),
|
||||
(58701, 0.1667, -1, -1, -1, 'Shaman - Searing Totem Attack Rank 9'),
|
||||
(50796, 0.7139, -1, -1, -1, 'Warlock - Chaos Bolt'),
|
||||
(17962, 0, 0, 0, 0, 'Warlock - Conflagrate'),
|
||||
(172, -1, 0.2, -1, -1, 'Warlock - Corruption'),
|
||||
(980, -1, 0.1, -1, -1, 'Warlock - Curse of Agony'),
|
||||
(603, -1, 2, -1, -1, 'Warlock - Curse of Doom'),
|
||||
(18220, 0.96, -1, -1, -1, 'Warlock - Dark Pact Rank 1'),
|
||||
(6789, 0.214, -1, -1, -1, 'Warlock - Death Coil'),
|
||||
(689, -1, 0.143, -1, -1, 'Warlock - Drain Life'),
|
||||
(5138, 0, 0, 0, 0, 'Warlock - Drain Mana'),
|
||||
(1120, -1, 0.429, -1, -1, 'Warlock - Drain Soul'),
|
||||
(28176, 0, 0, 0, 0, 'Warlock - Fel Armor'),
|
||||
(18790, 0, 0, 0, 0, 'Warlock - Fel Stamina'),
|
||||
(48181, 0.4793, -1, -1, -1, 'Warlock - Haunt'),
|
||||
(755, -1, 0.4485, -1, -1, 'Warlock - Health Funnel'),
|
||||
(1949, -1, 0.0949, -1, -1, 'Warlock - Hellfire'),
|
||||
(5857, 0.145, -1, -1, -1, 'Warlock - Hellfire Effect on Enemy Rank 1'),
|
||||
(348, 0.2, 0.2, -1, -1, 'Warlock - Immolate'),
|
||||
(29722, 0.7139, -1, -1, -1, 'Warlock - Incinerate'),
|
||||
(42223, 0.286, -1, -1, -1, 'Warlock - Rain of Fire Triggered Rank 1'),
|
||||
(5676, 0.4293, -1, -1, -1, 'Warlock - Searing Pain'),
|
||||
(27243, 0.2129, 0.25, -1, -1, 'Warlock - Seed of Corruption'),
|
||||
(686, 0.8569, -1, -1, -1, 'Warlock - Shadow Bolt'),
|
||||
(6229, 0.3, -1, -1, -1, 'Warlock - Shadow Ward'),
|
||||
(17877, 0.4293, -1, -1, -1, 'Warlock - Shadowburn'),
|
||||
(47960, 0.1064, 0.0667, -1, -1, 'Warlock - Shadowflame Rank 1'),
|
||||
(61291, 0.1064, 0.0667, -1, -1, 'Warlock - Shadowflame Rank 2'),
|
||||
(30283, 0.1932, -1, -1, -1, 'Warlock - Shadowfury'),
|
||||
(63106, 0, 0, 0, 0, 'Warlock - Siphon Life Triggered'),
|
||||
(6353, 1.15, -1, -1, -1, 'Warlock - Soul Fire'),
|
||||
(30294, 0, 0, 0, 0, 'Warlock - Soul Leech'),
|
||||
(30108, -1, 0.2, -1, -1, 'Warlock - Unstable Affliction'),
|
||||
(31117, 1.8, -1, -1, -1, 'Warlock - Unstable Affliction Dispell'),
|
||||
(54158, 0.25, -1, 0.16, -1, 'Paladin - Jugdement (Seal of Light, Seal of Wisdom, Seal of Justice)'),
|
||||
(60089, -1, -1, 0.05, -1, 'Faerie Fire (feral)'),
|
||||
(58621, -1, -1, 0.08, -1, 'Death Knight - Glyph of Chains of Ice'),
|
||||
(13797, -1, -1, -1, 0.02, 'Hunter - Immolation Trap($RAP*0.1 / number of ticks)'),
|
||||
(3674, -1, -1, -1, 0.02, 'Hunter - Black Arrow($RAP*0.1 / number of ticks)'),
|
||||
(1978, -1, -1, -1, 0.04, 'Hunter - Serpent Sting($RAP*0.2 / number of ticks)'),
|
||||
(703, -1, -1, -1, 0.02, 'Rogue - Garrote'),
|
||||
(2818, -1, -1, -1, 0.03, 'Rogue - Deadly Poison Rank 1($AP*0.12 / number of ticks)'),
|
||||
(2819, -1, -1, -1, 0.03, 'Rogue - Deadly Poison Rank 2($AP*0.12 / number of ticks)'),
|
||||
(11353, -1, -1, -1, 0.03, 'Rogue - Deadly Poison Rank 3($AP*0.12 / number of ticks)'),
|
||||
(11354, -1, -1, -1, 0.03, 'Rogue - Deadly Poison Rank 4($AP*0.12 / number of ticks)'),
|
||||
(25349, -1, -1, -1, 0.03, 'Rogue - Deadly Poison Rank 5($AP*0.12 / number of ticks)'),
|
||||
(26968, -1, -1, -1, 0.03, 'Rogue - Deadly Poison Rank 6($AP*0.12 / number of ticks)'),
|
||||
(27187, -1, -1, -1, 0.03, 'Rogue - Deadly Poison Rank 7($AP*0.12 / number of ticks)'),
|
||||
(57969, -1, -1, -1, 0.03, 'Rogue - Deadly Poison Rank 8($AP*0.12 / number of ticks)'),
|
||||
(57970, -1, -1, -1, 0.03, 'Rogue - Deadly Poison Rank 9($AP*0.12 / number of ticks)'),
|
||||
(48628, -1, -1, -1, 0.15, 'Druid - Lock Jaw'),
|
||||
(1822, -1, -1, 0.01, 0.06, 'Druid - Rake ($AP*0.18 / number of ticks)'),
|
||||
(33745, -1, -1, -1, 0.01, 'Druid - Lacerate($AP*0.05 / number of ticks)');
|
||||
@@ -0,0 +1,31 @@
|
||||
DELETE FROM `spell_bonus_data` where `entry` IN(6572, 57755, 6343, 50256, 1776, 8680, 8685, 8689, 11335, 11336, 11337, 26890, 57964, 57965, 13218, 13222
|
||||
, 13223, 13224, 27189, 57974, 57975, 1495, 19306, 3044, 56641, 13812, 20253, 61491);
|
||||
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
|
||||
(6572, -1, -1, 0.207, -1, 'Warrior - Revenge'),
|
||||
(57755, -1, -1, 0.5, -1, 'Warrior - Heroic Throw'),
|
||||
(6343, -1, -1, 0.12, -1, 'Warrior - Thunder Clap'),
|
||||
(50256, -1, -1, 0.08, -1, 'Druid - Swipe'),
|
||||
(1776, -1, -1, 0.21, -1, 'Rogue - Gouge'),
|
||||
(8680, -1, -1, 0.1, -1, 'Rogue - Instant Poison Rank 1'),
|
||||
(8685, -1, -1, 0.1, -1, 'Rogue - Instant Poison Rank 2'),
|
||||
(8689, -1, -1, 0.1, -1, 'Rogue - Instant Poison Rank 3'),
|
||||
(11335, -1, -1, 0.1, -1, 'Rogue - Instant Poison Rank 4'),
|
||||
(11336, -1, -1, 0.1, -1, 'Rogue - Instant Poison Rank 5'),
|
||||
(11337, -1, -1, 0.1, -1, 'Rogue - Instant Poison Rank 6'),
|
||||
(26890, -1, -1, 0.1, -1, 'Rogue - Instant Poison Rank 7'),
|
||||
(57964, -1, -1, 0.1, -1, 'Rogue - Instant Poison Rank 8'),
|
||||
(57965, -1, -1, 0.1, -1, 'Rogue - Instant Poison Rank 9'),
|
||||
(13218, -1, -1, 0.04, -1, 'Rogue - Wound Poison Rank 1'),
|
||||
(13222, -1, -1, 0.04, -1, 'Rogue - Wound Poison Rank 2'),
|
||||
(13223, -1, -1, 0.04, -1, 'Rogue - Wound Poison Rank 3'),
|
||||
(13224, -1, -1, 0.04, -1, 'Rogue - Wound Poison Rank 4'),
|
||||
(27189, -1, -1, 0.04, -1, 'Rogue - Wound Poison Rank 5'),
|
||||
(57974, -1, -1, 0.04, -1, 'Rogue - Wound Poison Rank 6'),
|
||||
(57975, -1, -1, 0.04, -1, 'Rogue - Wound Poison Rank 7'),
|
||||
(1495, -1, -1, 0.2, -1, 'Hunter - Mongoose Bite'),
|
||||
(19306, -1, -1, 0.2, -1, 'Hunter - Counterattack'),
|
||||
(3044, -1, -1, 0.15, -1, 'Hunter - Arcane Shot'),
|
||||
(56641, -1, -1, 0.1, -1, 'Hunter - Steady Shot'),
|
||||
(13812, -1, -1, 0.1, -1, 'Hunter - Explosive Trap Effect'),
|
||||
(20253, -1, -1, 0.12, -1, 'Warrior - Intercept'),
|
||||
(61491, -1, -1, 0.12, -1, 'Warrior - Intercept');
|
||||
@@ -0,0 +1 @@
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (48265, 49772, 48263);
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (20594);
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
|
||||
( 20594, 65116, 0, 'Stoneform');
|
||||
@@ -0,0 +1,5 @@
|
||||
-- ALTER TABLE db_version CHANGE COLUMN required_8158_01_mangos_playercreateinfo_action required_8190_01_mangos_creature_template bit;
|
||||
|
||||
ALTER TABLE `creature_template`
|
||||
CHANGE COLUMN `unk1` `KillCredit1` int(11) unsigned NOT NULL default '0',
|
||||
CHANGE COLUMN `unk2` `KillCredit2` int(11) unsigned NOT NULL default '0';
|
||||
@@ -0,0 +1,25 @@
|
||||
DELETE FROM `spell_elixir` WHERE `entry` IN
|
||||
(54452, 60340, 60345, 60341, 60344, 60346, 54494, 53748, 53749, 53746, 60343, 53751, 53764, 60347, 53763, 53747, 53760, 54212, 53758, 53755, 53752, 62380);
|
||||
INSERT INTO `spell_elixir` (`entry`, `mask`) VALUES
|
||||
(54452, 0x1),
|
||||
(60340, 0x1),
|
||||
(60345, 0x1),
|
||||
(60341, 0x1),
|
||||
(60344, 0x1),
|
||||
(60346, 0x1),
|
||||
(54494, 0x1),
|
||||
(53748, 0x1),
|
||||
(53749, 0x1),
|
||||
(53746, 0x1),
|
||||
(60343, 0x2),
|
||||
(53751, 0x2),
|
||||
(53764, 0x2),
|
||||
(60347, 0x2),
|
||||
(53763, 0x2),
|
||||
(53747, 0x2),
|
||||
(53760, 0x3),
|
||||
(54212, 0x3),
|
||||
(53758, 0x3),
|
||||
(53755, 0x3),
|
||||
(53752, 0x3),
|
||||
(62380, 0x3);
|
||||
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_script_target` WHERE `entry` IN (58836);
|
||||
INSERT INTO `spell_script_target` VALUES (58836, 1, 31216);
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_mirror_image' WHERE `entry`=31216;
|
||||
UPDATE `creature_template` SET `spell1`=59638, `spell2` = 59637 WHERE `entry`=31216;
|
||||
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (53234, 53237, 53238);
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(53234, 0x00, 9, 0x00020000, 0x00000001, 0x00000001, 0x00000000, 0x00000002, 0.000000, 0.000000, 0), -- Piercing Shots (Rank 1)
|
||||
(53237, 0x00, 9, 0x00020000, 0x00000001, 0x00000001, 0x00000000, 0x00000002, 0.000000, 0.000000, 0), -- Piercing Shots (Rank 2)
|
||||
(53238, 0x00, 9, 0x00020000, 0x00000001, 0x00000001, 0x00000000, 0x00000002, 0.000000, 0.000000, 0); -- Piercing Shots (Rank 3)
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (49039);
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
|
||||
( 49039, 50397, 2, 'Lichborne - shapeshift');
|
||||
@@ -0,0 +1,3 @@
|
||||
-- ALTER TABLE db_version CHANGE COLUMN required_8190_01_mangos_creature_template required_8191_01_mangos_spell_affect bit;
|
||||
|
||||
DROP TABLE IF EXISTS `spell_affect`;
|
||||
@@ -0,0 +1,3 @@
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_sinkhole_kill_credit' WHERE (`entry`='26248') or (`entry`='26249');
|
||||
UPDATE `item_template` SET `ScriptName`='item_incendiary_explosives' WHERE (`entry`='35704');
|
||||
UPDATE `creature_template` SET `flags_extra`='2' WHERE (`entry`='26250');
|
||||
@@ -0,0 +1,5 @@
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_captured_rageclaw' WHERE (`entry`='29686');
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_drakuru_shackles' WHERE (`entry`='29700');
|
||||
|
||||
DELETE FROM `spell_script_target` WHERE `entry` IN (55083,55223,59951,59952);
|
||||
INSERT INTO `spell_script_target` VALUES (55083, 1, 29700),(55223, 1, 29686),(59951, 1, 29686),(59952, 1, 29686);
|
||||
@@ -0,0 +1,4 @@
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_khunok_the_behemoth' WHERE (`entry`='25862');
|
||||
|
||||
-- DB CONTENT --
|
||||
UPDATE `quest_template` SET `SrcSpell`='46232' WHERE (`entry`='11878');
|
||||
@@ -0,0 +1,49 @@
|
||||
DELETE FROM script_texts WHERE entry BETWEEN -1615042 AND -1615000;
|
||||
INSERT INTO `script_texts` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`, `sound`, `type`, `language`, `emote`, `comment`) VALUES
|
||||
(-1615000,'I fear nothing! Least of all you!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14111,1,0,0,'shadron SAY_SHADRON_AGGRO'),
|
||||
(-1615001,'You are insignificant!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14112,1,0,0,'shadron SAY_SHADRON_SLAY_1'),
|
||||
(-1615002,'Such mediocre resistance!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14113,1,0,0,'shadron SAY_SHADRON_SLAY_2'),
|
||||
(-1615003,'We...are superior! How could this...be...', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14118,1,0,0,'shadron SAY_SHADRON_DEATH'),
|
||||
(-1615004,'You are easily bested! ', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14114,1,0,0,'shadron SAY_SHADRON_BREATH'),
|
||||
(-1615005,'I will take pity on you Sartharion, just this once.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14117,1,0,0,'shadron SAY_SHADRON_RESPOND'),
|
||||
(-1615006,'Father tought me well!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14115,1,0,0,'shadron SAY_SHADRON_SPECIAL_1'),
|
||||
(-1615007,'On your knees!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14116,1,0,0,'shadron SAY_SHADRON_SPECIAL_2'),
|
||||
(-1615008,'A Shadron Disciple appears in the Twilight!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,0,5,0,0,'shadron WHISPER_SHADRON_DICIPLE'),
|
||||
|
||||
(-1615009,'You have no place here. Your place is among the departed.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14122,1,0,0,'tenebron SAY_TENEBRON_AGGRO'),
|
||||
(-1615010,'No contest.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14123,1,0,0,'tenebron SAY_TENEBRON_SLAY_1'),
|
||||
(-1615011,'Typical... Just as I was having fun.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14124,1,0,0,'tenebron SAY_TENEBRON_SLAY_2'),
|
||||
(-1615012,'I should not... have held back...', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 14129,1,0,0,'tenebron SAY_TENEBRON_DEATH'),
|
||||
(-1615013,'To darkness I condemn you...', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14125,1,0,0,'tenebron SAY_TENEBRON_BREATH'),
|
||||
(-1615014,'It is amusing to watch you struggle. Very well, witness how it is done.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14128,1,0,0,'tenebron SAY_TENEBRON_RESPOND'),
|
||||
(-1615015,'Arrogant little creatures! To challenge powers you do not yet understand...', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14126,1,0,0,'tenebron SAY_TENEBRON_SPECIAL_1'),
|
||||
(-1615016,'I am no mere dragon! You will find I am much, much, more...', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14127,1,0,0,'tenebron SAY_TENEBRON_SPECIAL_2'),
|
||||
(-1615017,'%s begins to hatch eggs in the twilight!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,0,5,0,0,'tenebron WHISPER_HATCH_EGGS'),
|
||||
|
||||
(-1615018,'It is my charge to watch over these eggs. I will see you burn before any harm comes to them!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14093,1,0,0,'sartharion SAY_SARTHARION_AGGRO'),
|
||||
(-1615019,'This pathetic siege ends NOW!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14103,1,0,0,'sartharion SAY_SARTHARION_BERSERK'),
|
||||
(-1615020,'Burn, you miserable wretches!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14098, 1,0,0,'sartharion SAY_SARTHARION_BREATH'),
|
||||
(-1615021,'Shadron! Come to me, all is at risk!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14105,1,0,0,'sartharion SARTHARION_CALL_SHADRON'),
|
||||
(-1615022,'Tenebron! The eggs are yours to protect as well!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14106,1,0,0,'sartharion SAY_SARTHARION_CALL_TENEBRON'),
|
||||
(-1615023,'Vesperon! The clutch is in danger! Assist me!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14104,1,0,0,'sartharion SAY_SARTHARION_CALL_VESPERON'),
|
||||
(-1615024,'Such is the price... of failure...', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14107,1,0,0,'sartharion SAY_SARTHARION_DEATH'),
|
||||
(-1615025,'Such flammable little insects....', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14099,1,0,0,'sartharion SAY_SARTHARION_SPECIAL_1'),
|
||||
(-1615026,'Your charred bones will litter the floor!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14100,1,0,0,'sartharion SAY_SARTHARION_SPECIAL_2'),
|
||||
(-1615027,'How much heat can you take?', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14101,1,0,0,'sartharion SAY_SARTHARION_SPECIAL_3'),
|
||||
(-1615028,'All will be reduced to ash!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14102,1,0,0,'sartharion SAY_SARTHARION_SPECIAL_4'),
|
||||
(-1615029,'You will make a fine meal for the hatchlings.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14094,1,0,0,'sartharion SAY_SARTHARION_SLAY_1'),
|
||||
(-1615030,'You are the grave disadvantage.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14096,1,0,0,'sartharion SAY_SARTHARION_SLAY_2'),
|
||||
(-1615031,'This is why we call you lesser beeings.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14097,1,0,0,'sartharion SAY_SARTHARION_SLAY_3'),
|
||||
(-1615032,'The lava surrounding %s churns!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,0,5,0,0,'sartharion WHISPER_LAVA_CHURN'),
|
||||
|
||||
(-1615033,'You pose no threat, lesser beings...give me your worst!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14133,1,0,0,'vesperon SAY_VESPERON_AGGRO'),
|
||||
(-1615034,'The least you could do is put up a fight...', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14134,1,0,0,'vesperon SAY_VESPERON_SLAY_1'),
|
||||
(-1615035,'Was that the best you can do?', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14135,1,0,0,'vesperon SAY_VESPERON_SLAY_2'),
|
||||
(-1615036,'I still have some...fight..in...me...', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 14140,1,0,0,'vesperon SAY_VESPERON_DEATH'),
|
||||
(-1615037,'I will pick my teeth with your bones!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14136,1,0,0,'vesperon SAY_VESPERON_BREATH'),
|
||||
(-1615038,'Father was right about you, Sartharion...You are a weakling!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14139,1,0,0,'vesperon SAY_VESPERON_RESPOND'),
|
||||
(-1615039,'Aren\'t you tricky...I have a few tricks of my own...', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14137,1,0,0,'vesperon SAY_VESPERON_SPECIAL_1'),
|
||||
(-1615040,'Unlike, I have many talents.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,14138,1,0,0,'vesperon SAY_VESPERON_SPECIAL_2'),
|
||||
(-1615041,'A Vesperon Disciple appears in the Twilight!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,0,5,0,0,'shadron WHISPER_VESPERON_DICIPLE'),
|
||||
|
||||
(-1615042,'%s begins to open a Twilight Portal!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,0,5,0,0,'sartharion drake WHISPER_OPEN_PORTAL');
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user