mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Vanilla spell resistances, other creature fixes, temporary disable broken Hunter pet leveling change
This commit is contained in:
9135
sql/world/base/vanilla_creature_misc_values.sql
Normal file
9135
sql/world/base/vanilla_creature_misc_values.sql
Normal file
File diff suppressed because it is too large
Load Diff
853
sql/world/base/vanilla_spell_school_resistances.sql
Normal file
853
sql/world/base/vanilla_spell_school_resistances.sql
Normal file
@@ -0,0 +1,853 @@
|
||||
/* Onyxia */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10184, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10184, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10184, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10184, 6);
|
||||
|
||||
|
||||
/* Rage Talon Captain */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10371, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10371, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10371, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 10371, 6);
|
||||
|
||||
|
||||
/* Ras Frostwhisper */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10508, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10508, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10508, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 10508, 6);
|
||||
|
||||
|
||||
/* Eck'alom */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10642, 4);
|
||||
|
||||
|
||||
/* Carrion Scarab */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10699, 5);
|
||||
|
||||
|
||||
/* Scalding Elemental */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10756, 4);
|
||||
|
||||
|
||||
/* Boiling Elemental */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10757, 4);
|
||||
|
||||
|
||||
/* Undead Scarab */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10876, 5);
|
||||
|
||||
|
||||
/* Summoned Water Elemental */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10955, 4);
|
||||
|
||||
|
||||
/* Lord Maxwell Tyrosus */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11034, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11034, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11034, 5);
|
||||
|
||||
|
||||
/* Postmaster Malown */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11143, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11143, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11143, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11143, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11143, 6);
|
||||
|
||||
|
||||
/* Onyxian Whelp */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11262, 3);
|
||||
|
||||
|
||||
/* Whirlwind Ripper */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11576, 3);
|
||||
|
||||
|
||||
/* Whirlwind Stormwalker */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11577, 3);
|
||||
|
||||
|
||||
/* Whirlwind Shredder */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11578, 3);
|
||||
|
||||
|
||||
/* Molten Giant */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11658, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11658, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11658, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11658, 6);
|
||||
|
||||
|
||||
/* Molten Destroyer */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11659, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11659, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11659, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11659, 6);
|
||||
|
||||
|
||||
/* Flamewaker */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11661, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11661, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11661, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11661, 6);
|
||||
|
||||
|
||||
/* Flamewaker Priest */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11662, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11662, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11662, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11662, 6);
|
||||
|
||||
|
||||
/* Lava Annihilator */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11665, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11665, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11665, 6);
|
||||
|
||||
|
||||
/* Firewalker */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11666, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11666, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11666, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11666, 6);
|
||||
|
||||
|
||||
/* Flameguard */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11667, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11667, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11667, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11667, 6);
|
||||
|
||||
|
||||
/* Firelord */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11668, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11668, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11668, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11668, 6);
|
||||
|
||||
|
||||
/* Flame Imp */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11669, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11669, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11669, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11669, 6);
|
||||
|
||||
|
||||
/* Core Hound */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11671, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11671, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11671, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11671, 6);
|
||||
|
||||
|
||||
/* Core Rager */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11672, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11672, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11672, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11672, 6);
|
||||
|
||||
|
||||
/* Ancient Core Hound */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11673, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11673, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11673, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11673, 6);
|
||||
|
||||
|
||||
/* Dust Stormer */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11744, 3);
|
||||
|
||||
|
||||
/* Cyclone Warrior */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11745, 3);
|
||||
|
||||
|
||||
/* Shadowshard Rumbler */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11777, 3);
|
||||
|
||||
|
||||
/* Shadowshard Smasher */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11778, 3);
|
||||
|
||||
|
||||
/* Ambershard Crusher */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11781, 3);
|
||||
|
||||
|
||||
/* Ambershard Destroyer */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11782, 3);
|
||||
|
||||
|
||||
/* Theradrim Shardling */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11783, 3);
|
||||
|
||||
|
||||
/* Theradrim Guardian */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11784, 3);
|
||||
|
||||
|
||||
/* Tsunaman */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11862, 4);
|
||||
|
||||
|
||||
/* Golemagg the Incinerator */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11988, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11988, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11988, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11988, 6);
|
||||
|
||||
|
||||
/* Majordomo Executus */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (200 , 12018, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12018, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12018, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12018, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (40 , 12018, 6);
|
||||
|
||||
|
||||
/* Lava Elemental */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12076, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12076, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12076, 6);
|
||||
|
||||
|
||||
/* Sulfuron Harbinger */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (200 , 12098, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12098, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12098, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12098, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (40 , 12098, 6);
|
||||
|
||||
|
||||
/* Firesworn */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12099, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12099, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12099, 6);
|
||||
|
||||
|
||||
/* Lava Reaver */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12100, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12100, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12100, 6);
|
||||
|
||||
|
||||
/* Lava Surger */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12101, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12101, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12101, 6);
|
||||
|
||||
|
||||
/* Flamewaker Protector */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12119, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12119, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12119, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 12119, 6);
|
||||
|
||||
|
||||
/* Onyxian Warder */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12129, 3);
|
||||
|
||||
|
||||
/* Gehennas */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12259, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12259, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12259, 6);
|
||||
|
||||
|
||||
/* Shazzrah */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12264, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12264, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12264, 5);
|
||||
|
||||
|
||||
/* Lava Spawn */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12265, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12265, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 12265, 6);
|
||||
|
||||
|
||||
/* Doomguard Commander */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12396, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12396, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12396, 4);
|
||||
|
||||
|
||||
/* Tideress */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12759, 4);
|
||||
|
||||
|
||||
/* Baron Aquanis */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (28 , 12876, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (56 , 12876, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12876, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (28 , 12876, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (140 , 12876, 6);
|
||||
|
||||
|
||||
/* Kolkar Waylayer */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12976, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12976, 5);
|
||||
|
||||
|
||||
/* Kolkar Ambusher */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12977, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12977, 5);
|
||||
|
||||
|
||||
/* Duke Hydraxis */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 13278, 4);
|
||||
|
||||
|
||||
/* Discordant Surge */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 13279, 4);
|
||||
|
||||
|
||||
/* Noxxion */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 13282, 4);
|
||||
|
||||
|
||||
/* Hydraxian Honor Guard */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 13322, 4);
|
||||
|
||||
|
||||
/* Noxxion's Spawn */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (45 , 13456, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 13456, 4);
|
||||
|
||||
|
||||
/* Noxxious Scion */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (92 , 13696, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 13696, 4);
|
||||
|
||||
|
||||
/* Noxxious Essence */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (46 , 13736, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 13736, 4);
|
||||
|
||||
|
||||
/* Infernal */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 89, 2);
|
||||
|
||||
|
||||
/* Earth Elemental */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 329, 3);
|
||||
|
||||
|
||||
/* Green Wyrmkin */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 742, 5);
|
||||
|
||||
|
||||
/* Green Scalebane */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 744, 5);
|
||||
|
||||
|
||||
/* Wyrmkin Firebrand */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 1049, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 1049, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 1049, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 1049, 6);
|
||||
|
||||
|
||||
/* Scalebane Royal Guard */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 1050, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 1050, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 1050, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 1050, 6);
|
||||
|
||||
|
||||
/* Cold Wraith */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1800, 4);
|
||||
|
||||
|
||||
/* Chieftain Nek'rosh */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2091, 2);
|
||||
|
||||
|
||||
/* Stone Fury */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 2258, 3);
|
||||
|
||||
|
||||
/* Elemental Slave */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 2359, 3);
|
||||
|
||||
|
||||
/* Varimathras */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 2425, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 2425, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 2425, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 2425, 5);
|
||||
|
||||
|
||||
/* Rift Spawn */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6492, 6);
|
||||
|
||||
|
||||
/* Ambassador Infernus */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2745, 2);
|
||||
|
||||
|
||||
/* Rumbler */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 2752, 3);
|
||||
|
||||
|
||||
/* Cresting Exile */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2761, 4);
|
||||
|
||||
|
||||
/* Vengeful Surge */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2776, 4);
|
||||
|
||||
|
||||
/* Summoned Guardian */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2794, 4);
|
||||
|
||||
|
||||
/* Prismatic Exile */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 2887, 3);
|
||||
|
||||
|
||||
/* Fam'retor Guardian */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 2919, 3);
|
||||
|
||||
|
||||
/* Mist */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3568, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3568, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3568, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3568, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3568, 6);
|
||||
|
||||
|
||||
/* Befouled Water Elemental */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3917, 4);
|
||||
|
||||
|
||||
/* Minor Water Guardian */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3950, 4);
|
||||
|
||||
|
||||
/* Enraged Stone Spirit */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 4034, 3);
|
||||
|
||||
|
||||
/* Kolkar Centaur */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4632, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4632, 5);
|
||||
|
||||
|
||||
/* Kolkar Scout */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4633, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4633, 5);
|
||||
|
||||
|
||||
/* Kolkar Mauler */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4634, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4634, 5);
|
||||
|
||||
|
||||
/* Kolkar Windchaser */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4635, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4635, 5);
|
||||
|
||||
|
||||
/* Kolkar Battle Lord */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4636, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4636, 5);
|
||||
|
||||
|
||||
/* Kolkar Destroyer */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4637, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4637, 5);
|
||||
|
||||
|
||||
/* Lesser Infernal */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4676, 2);
|
||||
|
||||
|
||||
/* Zekkis */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5400, 5);
|
||||
|
||||
|
||||
/* Sea Elemental */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5461, 4);
|
||||
|
||||
|
||||
/* Sea Spray */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5462, 4);
|
||||
|
||||
|
||||
/* Land Rager */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 5465, 3);
|
||||
|
||||
|
||||
/* Undercity Guardian */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5624, 6);
|
||||
|
||||
|
||||
/* Magma Elemental */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 5855, 3);
|
||||
|
||||
|
||||
/* Redrock Earth Spirit */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 5890, 3);
|
||||
|
||||
|
||||
/* Searing Infernal */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6073, 2);
|
||||
|
||||
|
||||
/* Irradiated Horror */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6220, 4);
|
||||
|
||||
|
||||
/* Cyclonian */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6239, 3);
|
||||
|
||||
|
||||
/* Devilsaur */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (53 , 6498, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6498, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6498, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6498, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6498, 6);
|
||||
|
||||
|
||||
/* Ironhide Devilsaur */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6499, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6499, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6499, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6499, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6499, 6);
|
||||
|
||||
|
||||
/* Tyrant Devilsaur */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6500, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6500, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6500, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6500, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6500, 6);
|
||||
|
||||
|
||||
/* Tar Beast */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (-51 , 6517, 2);
|
||||
|
||||
|
||||
/* Tar Lurker */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (-51 , 6518, 2);
|
||||
|
||||
|
||||
/* Tar Lord */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (-51 , 6519, 2);
|
||||
|
||||
|
||||
/* Tar Creeper */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (-51 , 6527, 2);
|
||||
|
||||
|
||||
/* Mana Surge */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6550, 6);
|
||||
|
||||
|
||||
/* Water Spirit */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (19 , 6748, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (38 , 6748, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6748, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (38 , 6748, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (19 , 6748, 6);
|
||||
|
||||
|
||||
/* Obsidian Elemental */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 7031, 3);
|
||||
|
||||
|
||||
/* Greater Obsidian Elemental */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 7032, 3);
|
||||
|
||||
|
||||
/* Toxic Horror */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7132, 4);
|
||||
|
||||
|
||||
/* Infernal Bodyguard */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7135, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7135, 5);
|
||||
|
||||
|
||||
/* Infernal Sentry */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7136, 2);
|
||||
|
||||
|
||||
/* Ember */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7266, 2);
|
||||
|
||||
|
||||
/* Razelikh the Defiler */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7664, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7664, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (240 , 7664, 6);
|
||||
|
||||
|
||||
/* Ilifar */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 7734, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7734, 6);
|
||||
|
||||
|
||||
/* Felcular */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 7735, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7735, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7735, 5);
|
||||
|
||||
|
||||
/* Smoldar */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 8278, 3);
|
||||
|
||||
|
||||
/* Scald */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8281, 2);
|
||||
|
||||
|
||||
/* Hakkari Bloodkeeper */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8438, 4);
|
||||
|
||||
|
||||
/* Shade of Hakkar */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8440, 4);
|
||||
|
||||
|
||||
/* Angered Infernal */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8608, 2);
|
||||
|
||||
|
||||
/* Infernal Servant */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8616, 2);
|
||||
|
||||
|
||||
/* Gusting Vortex */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8667, 3);
|
||||
|
||||
|
||||
/* Felhound Tracker */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8668, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8668, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8668, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8668, 5);
|
||||
|
||||
|
||||
/* Dreadlord */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 8716, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 8716, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 8716, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 8716, 5);
|
||||
|
||||
|
||||
/* Molten War Golem */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (-140 , 8908, 4);
|
||||
|
||||
|
||||
/* Fireguard Destroyer */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8911, 2);
|
||||
|
||||
|
||||
/* Panzor the Invincible */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8923, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8923, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8923, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (30 , 8923, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8923, 6);
|
||||
|
||||
|
||||
/* Lord Incendius */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 9017, 2);
|
||||
|
||||
|
||||
/* Lord Roccor */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 9025, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 9025, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 9025, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 9025, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 9025, 6);
|
||||
|
||||
|
||||
/* Overmaster Pyron */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 9026, 2);
|
||||
|
||||
|
||||
/* Anub'shiah */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 9031, 5);
|
||||
|
||||
|
||||
/* Swirling Vortex */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 9377, 3);
|
||||
|
||||
|
||||
/* Ground Pounder */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (42 , 9396, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 9396, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (42 , 9396, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (42 , 9396, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (42 , 9396, 6);
|
||||
|
||||
|
||||
/* Living Storm */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 9397, 3);
|
||||
|
||||
|
||||
/* Aquementas */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 9453, 4);
|
||||
|
||||
|
||||
/* Pyroguard Emberseer */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 9816, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 9816, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 9816, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 9816, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 9816, 6);
|
||||
|
||||
|
||||
/* Entropic Horror */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 9879, 2);
|
||||
|
||||
|
||||
/* Arcane Aberration */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11480, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11480, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11480, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11480, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11480, 6);
|
||||
|
||||
|
||||
/* Mana Remnant */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11483, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11483, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11483, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11483, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11483, 6);
|
||||
|
||||
|
||||
/* Residual Monstrosity */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11484, 6);
|
||||
|
||||
|
||||
/* Arcane Torrent */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14399, 3);
|
||||
|
||||
|
||||
/* Arcane Feedback */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14400, 3);
|
||||
|
||||
|
||||
/* Enslaved Doomguard Commander */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14452, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14452, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14452, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 14452, 5);
|
||||
|
||||
|
||||
/* The Windreaver */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14454, 3);
|
||||
|
||||
|
||||
/* Watery Invader */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14458, 4);
|
||||
|
||||
|
||||
/* Blazing Invader */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14460, 2);
|
||||
|
||||
|
||||
/* Baron Charr */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14461, 2);
|
||||
|
||||
|
||||
/* Thundering Invader */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14462, 3);
|
||||
|
||||
|
||||
/* Avalanchion */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14464, 3);
|
||||
|
||||
|
||||
/* Xorothian Dreadsteed */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14502, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14502, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14502, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14502, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14502, 6);
|
||||
|
||||
|
||||
/* Lord Hel'nurath */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14506, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14506, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14506, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 14506, 5);
|
||||
|
||||
|
||||
/* Artorius the Doombringer */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14535, 6);
|
||||
|
||||
|
||||
/* Chromaggus */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14020, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14020, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14020, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14020, 5);
|
||||
|
||||
|
||||
/* Corrupted Red Whelp */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (300 , 14022, 2);
|
||||
|
||||
|
||||
/* Green Drakonid */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (400 , 14262, 3);
|
||||
|
||||
|
||||
/* Red Drakonid */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (400 , 14264, 2);
|
||||
|
||||
|
||||
/* Blue Drakonid */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (400 , 14261, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (100 , 14261, 6);
|
||||
|
||||
|
||||
/* Black Drakonid */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (400 , 14265, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (400 , 14265, 5);
|
||||
|
||||
|
||||
/* Chromatic Drakonid */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 14302, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 14302, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 14302, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 14302, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (250 , 14302, 6);
|
||||
|
||||
|
||||
/* Son of Hakkar */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11357, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11357, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11357, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11357, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11357, 6);
|
||||
|
||||
|
||||
/* Mad Servant */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15111, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15111, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15111, 4);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15111, 5);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15111, 6);
|
||||
|
||||
|
||||
/* Ossirian the Unscarred */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (1000 , 15339, 6);
|
||||
|
||||
|
||||
/* Kel'Thuzad */
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15990, 2);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15990, 3);
|
||||
REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15990, 6);
|
||||
|
||||
|
||||
@@ -30,6 +30,9 @@ INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=4347 AND `SourceEntry`=0 AND `ConditionTypeOrReference`=7;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES (15, 4347, 0, 7, 197, 50, 'Show menu if tailoring is 50 or higher');
|
||||
|
||||
-- Vol'jin <King of Darkspear Trolls>
|
||||
UPDATE `creature_template` SET `subname`='King of Darkspear Trolls', `minlevel`=60, `maxlevel`=60 WHERE `entry`=10540;
|
||||
|
||||
-- Nazgrel <Advisor to Thrall>
|
||||
DELETE FROM `creature` WHERE `id1`=3230;
|
||||
INSERT INTO `creature` (`id1`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES (3230, 1, 1938.55, -4133.22, 41.1424, 4.07636, 300);
|
||||
|
||||
@@ -2,10 +2,7 @@
|
||||
UPDATE `creature_template` SET `minlevel`=14, `maxlevel`=15 WHERE `entry`=550;
|
||||
|
||||
-- Christopher Hewen <General Trade Goods Vendor>
|
||||
UPDATE `creature_template` SET `subname`='General Trade Goods Vendor' WHERE `entry`=8934;
|
||||
|
||||
-- Vol'jin <King of Darkspear Trolls>
|
||||
UPDATE `creature_template` SET `subname`='King of Darkspear Trolls', `minlevel`=60, `maxlevel`=60 WHERE `entry`=8934;
|
||||
UPDATE `creature_template` SET `subname`='General Trade Goods Vendor', `minlevel`=30, `maxlevel`=30 WHERE `entry`=8934;
|
||||
|
||||
-- Gina MacGregor <Trade Supplies>
|
||||
DELETE FROM `npc_vendor` WHERE `entry`=843 AND `item`=39354;
|
||||
|
||||
Reference in New Issue
Block a user