вывод из самбомудлей модов для азероткор
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,25 @@
|
||||
---------------------------------------------------
|
||||
To restore Vanilla and TBC crafting, recipes, and reagents:
|
||||
---------------------------------------------------
|
||||
SkillLineAbility.dbc and Spell.dbc files are for use by the server. Place them in server dbc dir and overwrite existing files
|
||||
(please backup first if you want to undo changes! It is safe to leave a backup in dbc folder with different names.)
|
||||
patch-V.mpq contains the client DBC files. Place them in the Data folder of the client with existing .mpq files.
|
||||
To avoid confusion, please ensure that both client and server files are used for this change! Server files will ensure correct logic, client files ensure correct display.
|
||||
|
||||
---------------------------------------------------
|
||||
To have Vanilla login screen:
|
||||
---------------------------------------------------
|
||||
Place patch-J.mpq in the client data folder. This is visual only change; no server change required.
|
||||
|
||||
---------------------------------------------------
|
||||
To have Vanilla loading screens in Vanilla content:
|
||||
---------------------------------------------------
|
||||
Place patch-U.mpq in the client data folder. This is visual only change; no server change required.
|
||||
Credit to slendydaddy for HD Vanilla loading screen art.
|
||||
|
||||
---------------------------------------------------
|
||||
To keep WotLK mana costs during Vanilla and TBC:
|
||||
---------------------------------------------------
|
||||
Place patch-S.mpq in the client data folder instead of patch-V.mpq. Do NOT use both!
|
||||
Place Spell.dbc from the patch-S.7p file in the server dbc directory overwriting the existing file.
|
||||
Credit to sihensel and soniquete0
|
||||
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
In 3.1 all ammo was changed to stack to 1000. This reduced the usefulness of quivers and ammo pouches
|
||||
This SQL will restore Vanilla and TBC ammo stack sizes to 200.
|
||||
*/
|
||||
|
||||
UPDATE `item_template` SET `stackable` = 200 WHERE `stackable` = 1000 AND `InventoryType` = 24;
|
||||
UPDATE `item_template` SET `stackable` = 1000 WHERE `entry` IN (41164, 41165, 41584, 41586, 52020, 52021); -- WotLK ammo
|
||||
@@ -0,0 +1,43 @@
|
||||
/*
|
||||
Optional but suggested changes. The AQ quests were originally designed for a large group of players to farm items given to a chosen player to turn in.
|
||||
This reduces the quest requirements to be more reasonably completable by a solo player or a small group.
|
||||
*/
|
||||
|
||||
-- Increases the Rep for The Hand of the Righteous quest by 40 times, so only about 5 turn-ins are necessary instead of 200.
|
||||
-- Feel free to adjust to taste - divide RewardFactionOverride1 by 100 to get the amount of rep that would be awarded
|
||||
-- Sql edit example: 5 turn-ins = 800000 rep, 1 turn-in = 4000000 rep
|
||||
UPDATE `quest_template` SET `RewardFactionOverride1` = 800000, `RewardFactionOverride2` = 0, `RewardFactionOverride3` = 0, `RewardFactionOverride4` = 0, `RewardFactionOverride5` = 0 WHERE `ID` = 8301;
|
||||
UPDATE `quest_template` SET `RewardFactionOverride1` = 800000, `RewardFactionOverride2` = 0, `RewardFactionOverride3` = 0, `RewardFactionOverride4` = 0, `RewardFactionOverride5` = 0 WHERE `ID` = 8302;
|
||||
|
||||
-- Revert drop rate for Nightmare_corruption to nerfed WotLK drop rate
|
||||
UPDATE `creature_loot_template` SET `Chance` = 100 WHERE `Item` = 21146;
|
||||
UPDATE `creature_loot_template` SET `Chance` = 100 WHERE `Item` = 21147;
|
||||
UPDATE `creature_loot_template` SET `Chance` = 100 WHERE `Item` = 21148;
|
||||
|
||||
-- Revert Narain's Scrying Goggles to nerfed WotLK drop rate
|
||||
DELETE FROM `creature_loot_template` WHERE `Item` = 20951;
|
||||
INSERT INTO `creature_loot_template` (`Chance`, `Comment`, `Entry`, `GroupId`, `Item`, `LootMode`, `MaxCount`, `MinCount`, `QuestRequired`, `Reference`) VALUES
|
||||
(1, NULL, 11502, 0, 20951, 1, 1, 1, 1, 0),
|
||||
(100, 'Molten Giant - Narain\'s Scrying Goggles', 11658, 0, 20951, 1, 1, 1, 1, 0),
|
||||
(100, 'Molten Destroyer - Narain\'s Scrying Goggles', 11659, 0, 20951, 1, 1, 1, 1, 0),
|
||||
(100, 'Flamewaker - Narain\'s Scrying Goggles', 11661, 0, 20951, 1, 1, 1, 1, 0),
|
||||
(100, 'Flamewaker Priest - Narain\'s Scrying Goggles', 11662, 0, 20951, 1, 1, 1, 1, 0),
|
||||
(100, 'Flamewaker Healer - Narain\'s Scrying Goggles', 11663, 0, 20951, 1, 1, 1, 1, 0),
|
||||
(100, 'Flamewaker Elite - Narain\'s Scrying Goggles', 11664, 0, 20951, 1, 1, 1, 1, 0),
|
||||
(100, 'Lava Annihilator - Narain\'s Scrying Goggles', 11665, 0, 20951, 1, 1, 1, 1, 0),
|
||||
(100, 'Firewalker - Narain\'s Scrying Goggles', 11666, 0, 20951, 1, 1, 1, 1, 0),
|
||||
(100, 'Flameguard - Narain\'s Scrying Goggles', 11667, 0, 20951, 1, 1, 1, 1, 0),
|
||||
(100, 'Firelord - Narain\'s Scrying Goggles', 11668, 0, 20951, 1, 1, 1, 1, 0),
|
||||
(100, 'Ancient Core Hound - Narain\'s Scrying Goggles', 11673, 0, 20951, 1, 1, 1, 1, 0),
|
||||
(1, NULL, 11982, 0, 20951, 1, 1, 1, 1, 0),
|
||||
(1, NULL, 11988, 0, 20951, 1, 1, 1, 1, 0),
|
||||
(1, NULL, 12056, 0, 20951, 1, 1, 1, 1, 0),
|
||||
(1, NULL, 12057, 0, 20951, 1, 1, 1, 1, 0),
|
||||
(100, 'Lava Elemental - Narain\'s Scrying Goggles', 12076, 0, 20951, 1, 1, 1, 1, 0),
|
||||
(1, NULL, 12098, 0, 20951, 1, 1, 1, 1, 0),
|
||||
(100, 'Lava Reaver - Narain\'s Scrying Goggles', 12100, 0, 20951, 1, 1, 1, 1, 0),
|
||||
(100, 'Lava Surger - Narain\'s Scrying Goggles', 12101, 0, 20951, 1, 1, 1, 1, 0),
|
||||
(1, NULL, 12118, 0, 20951, 1, 1, 1, 1, 0),
|
||||
(100, 'Flamewaker Protector - Narain\'s Scrying Goggles', 12119, 0, 20951, 1, 1, 1, 1, 0),
|
||||
(1, NULL, 12259, 0, 20951, 1, 1, 1, 1, 0),
|
||||
(1, NULL, 12264, 0, 20951, 1, 1, 1, 1, 0);
|
||||
@@ -0,0 +1,9 @@
|
||||
/* These attunements are not in the original game, but make progression feel more smooth by requiring players to complete necessary story questlines before entering relevant dungeons */
|
||||
|
||||
DELETE FROM `dungeon_access_requirements` WHERE `dungeon_access_id` IN (20, 26);
|
||||
INSERT INTO `dungeon_access_requirements` (`dungeon_access_id`, `requirement_type`, `requirement_id`, `requirement_note`, `faction`, `priority`, `leader_only`, `comment`) VALUES
|
||||
(20, 1, 8182, 'You must complete the quest "The Hand of Rastakhan" and be level 60 before entering Zul\'Gurub.', 2, NULL, 0, NULL),
|
||||
(26, 1, 7761, 'You must complete the quest "Blackhand\'s Command" and be level 60 before entering Blackwing Lair.', 2, NULL, 0, NULL);
|
||||
|
||||
/* Optional attunement change intended when playing with bots (only the leader needs attunement) */
|
||||
-- UPDATE `dungeon_access_requirements` SET `leader_only` = 1;
|
||||
@@ -0,0 +1,38 @@
|
||||
/*
|
||||
The stats for low level creatures are inconsistent with Vmangos, but damage values do actually appear correct.
|
||||
The changes for this file will change creature stats to Vmangos values, resulting in stronger creatures at lower levels
|
||||
than originally intended. It is disabled by default, but feel free to use it if you would like the additional challenge.
|
||||
*/
|
||||
|
||||
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 0.3523, `attackpower` = 24 WHERE `level` = 1 AND `class` = 1;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 0.6826, `attackpower` = 26 WHERE `level` = 2 AND `class` = 1;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 1.195, `attackpower` = 28 WHERE `level` = 3 AND `class` = 1;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 1.887, `attackpower` = 30 WHERE `level` = 4 AND `class` = 1;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 2.437, `attackpower` = 32 WHERE `level` = 5 AND `class` = 1;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 3.512, `attackpower` = 34 WHERE `level` = 6 AND `class` = 1;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 4.15, `attackpower` = 36 WHERE `level` = 7 AND `class` = 1;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 4.342, `attackpower` = 38 WHERE `level` = 8 AND `class` = 1;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 4.779, `attackpower` = 40 WHERE `level` = 9 AND `class` = 1;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 5.075, `attackpower` = 42 WHERE `level` = 10 AND `class` = 1;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 5.442, `attackpower` = 44 WHERE `level` = 11 AND `class` = 1;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 5.98, `attackpower` = 46 WHERE `level` = 12 AND `class` = 1;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 6.194, `attackpower` = 48 WHERE `level` = 13 AND `class` = 1;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 0.582, `attackpower` = 22 WHERE `level` = 1 AND `class` = 2;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 0.6805, `attackpower` = 24 WHERE `level` = 2 AND `class` = 2;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 1.407, `attackpower` = 26 WHERE `level` = 3 AND `class` = 2;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 2.038, `attackpower` = 28 WHERE `level` = 4 AND `class` = 2;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 2.913, `attackpower` = 28 WHERE `level` = 5 AND `class` = 2;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 3.925, `attackpower` = 30 WHERE `level` = 6 AND `class` = 2;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 4.364, `attackpower` = 32 WHERE `level` = 7 AND `class` = 2;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 4.402, `attackpower` = 34 WHERE `level` = 8 AND `class` = 2;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 4.793, `attackpower` = 36 WHERE `level` = 9 AND `class` = 2;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 5.017, `attackpower` = 38 WHERE `level` = 10 AND `class` = 2;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 5.241, `attackpower` = 40 WHERE `level` = 11 AND `class` = 2;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 5.685, `attackpower` = 42 WHERE `level` = 12 AND `class` = 2;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 5.833, `attackpower` = 44 WHERE `level` = 13 AND `class` = 2;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 9.932, `attackpower` = 72 WHERE `level` = 22 AND `class` = 2;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 0.2226, `attackpower` = 10 WHERE `level` = 1 AND `class` = 8;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 0.3556, `attackpower` = 11 WHERE `level` = 2 AND `class` = 8;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 0.7131, `attackpower` = 13 WHERE `level` = 5 AND `class` = 8;
|
||||
UPDATE `creature_classlevelstats` SET `damage_base` = 1.119, `attackpower` = 14 WHERE `level` = 6 AND `class` = 8;
|
||||
+500
@@ -0,0 +1,500 @@
|
||||
/*
|
||||
This will change item stack sizes for Vanilla items to Vanilla stack sizes,
|
||||
and TBC items to TBC stack sizes. Higher stack sizes are mostly just QoL,
|
||||
so some players may wish to exclude this optional file.
|
||||
*/
|
||||
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 118; -- Minor Healing Potion
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 723; -- Goretusk Liver
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 729; -- Stringy Vulture Meat
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 730; -- Murloc Eye
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 731; -- Goretusk Snout
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 769; -- Chunk of Boar Meat
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 783; -- Light Hide
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 858; -- Lesser Healing Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 929; -- Healing Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 954; -- Scroll of Strength
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 955; -- Scroll of Intellect
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 1015; -- Lean Wolf Flank
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 1080; -- Tough Condor Meat
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 1081; -- Crisp Spider Meat
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 1083; -- Glyph of Azora
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 1180; -- Scroll of Stamina
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 1181; -- Scroll of Spirit
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 1450; -- Potion of Fervor
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 1468; -- Murloc Fin
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 1477; -- Scroll of Agility II
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 1478; -- Scroll of Protection II
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 1710; -- Greater Healing Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 1711; -- Scroll of Stamina II
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 1712; -- Scroll of Spirit II
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 2251; -- Gooey Spider Leg
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 2289; -- Scroll of Strength II
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 2290; -- Scroll of Intellect II
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 2296; -- Great Goretusk Snout
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 2318; -- Light Leather
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 2319; -- Medium Leather
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 2454; -- Elixir of Lion's Strength
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 2455; -- Minor Mana Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 2456; -- Minor Rejuvenation Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 2457; -- Elixir of Minor Agility
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 2458; -- Elixir of Minor Fortitude
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 2459; -- Swiftness Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 2460; -- Elixir of Tongues (NYI)
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 2633; -- Jungle Remedy
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 2672; -- Stringy Wolf Meat
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 2673; -- Coyote Meat
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 2674; -- Crawler Meat
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 2675; -- Crawler Claw
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 2677; -- Boar Ribs
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 2770; -- Copper Ore
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 2771; -- Tin Ore
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 2772; -- Iron Ore
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 2775; -- Silver Ore
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 2776; -- Gold Ore
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 2880; -- Weak Flux
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 2886; -- Crag Boar Rib
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 2892; -- Deadly Poison
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 2893; -- Deadly Poison II
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 2924; -- Crocolisk Meat
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 2930; -- Essence of Pain
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 2931; -- Maiden's Anguish
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 2934; -- Ruined Leather Scraps
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 2996; -- Bolt of Linen Cloth
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 2997; -- Bolt of Woolen Cloth
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 3012; -- Scroll of Agility
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 3013; -- Scroll of Protection
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 3087; -- Mug of Shimmer Stout
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 3172; -- Boar Intestines
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 3173; -- Bear Meat
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 3174; -- Spider Ichor
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 3383; -- Elixir of Wisdom
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 3384; -- Minor Magic Resistance Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 3385; -- Lesser Mana Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 3387; -- Limited Invulnerability Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 3389; -- Elixir of Defense
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 3390; -- Elixir of Lesser Agility
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 3391; -- Elixir of Ogre's Strength
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 3404; -- Buzzard Wing
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 3466; -- Strong Flux
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 3667; -- Tender Crocolisk Meat
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 3676; -- Slimy Ichor
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 3685; -- Raptor Egg
|
||||
UPDATE item_template SET stackable = 20 WHERE entry = 3692; -- Hillsbrad Human Skull
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 3712; -- Turtle Meat
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 3730; -- Big Bear Meat
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 3731; -- Lion Meat
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 3775; -- Crippling Poison
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 3776; -- Crippling Poison II
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 3823; -- Lesser Invisibility Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 3825; -- Elixir of Fortitude
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 3827; -- Mana Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 3828; -- Elixir of Detect Lesser Invisibility
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 3857; -- Coal
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 3858; -- Mithril Ore
|
||||
UPDATE item_template SET stackable = 20 WHERE entry = 3915; -- Bloody Bone Necklace
|
||||
UPDATE item_template SET stackable = 20 WHERE entry = 3916; -- Split Bone Necklace
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 3928; -- Superior Healing Potion
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 4231; -- Cured Light Hide
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 4232; -- Medium Hide
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 4233; -- Cured Medium Hide
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 4234; -- Heavy Leather
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 4235; -- Heavy Hide
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 4236; -- Cured Heavy Hide
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 4304; -- Thick Leather
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 4305; -- Bolt of Silk Cloth
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 4339; -- Bolt of Mageweave
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 4359; -- Handful of Copper Bolts
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 4360; -- Rough Copper Bomb
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 4361; -- Copper Tube
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 4363; -- Copper Modulator
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 4370; -- Large Copper Bomb
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 4371; -- Bronze Tube
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 4374; -- Small Bronze Bomb
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 4380; -- Big Bronze Bomb
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 4384; -- Explosive Sheep
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 4390; -- Iron Grenade
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 4394; -- Big Iron Bomb
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 4395; -- Goblin Land Mine
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 4398; -- Large Seaforium Charge
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 4419; -- Scroll of Intellect III
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 4421; -- Scroll of Protection III
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 4422; -- Scroll of Stamina III
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 4424; -- Scroll of Spirit III
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 4425; -- Scroll of Agility III
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 4426; -- Scroll of Strength III
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 4596; -- Discolored Healing Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 4623; -- Lesser Stoneshield Potion
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 4655; -- Giant Clam Meat
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 4852; -- Flash Bomb
|
||||
UPDATE item_template SET stackable = 20 WHERE entry = 5085; -- Bristleback Quilboar Tusk
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 5140; -- Flash Powder
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 5173; -- Deathweed
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 5237; -- Mind-numbing Poison
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 5465; -- Small Spider Leg
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 5466; -- Scorpid Stinger
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 5467; -- Kodo Meat
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 5468; -- Soft Frenzy Flesh
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 5469; -- Strider Meat
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 5470; -- Thunder Lizard Tail
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 5471; -- Stag Meat
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 5503; -- Clam Meat
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 5504; -- Tangy Clam Meat
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 5523; -- Small Barnacled Clam
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 5524; -- Thick-shelled Clam
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 5631; -- Rage Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 5633; -- Great Rage Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 5634; -- Free Action Potion
|
||||
UPDATE item_template SET stackable = 20 WHERE entry = 5798; -- Rocket Car Parts
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 5996; -- Elixir of Water Breathing
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 5997; -- Elixir of Minor Defense
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 6048; -- Shadow Protection Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 6049; -- Fire Protection Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 6050; -- Frost Protection Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 6051; -- Holy Protection Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 6052; -- Nature Protection Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 6149; -- Greater Mana Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 6372; -- Swim Speed Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 6373; -- Elixir of Firepower
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 6662; -- Elixir of Giant Growth
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 6889; -- Small Egg
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 6947; -- Instant Poison
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 6949; -- Instant Poison II
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 6950; -- Instant Poison III
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 6951; -- Mind-numbing Poison II
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 7191; -- Fused Wiring
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 7428; -- Shadowcat Hide
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 7911; -- Truesilver Ore
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 7973; -- Big-mouth Clam
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 7974; -- Zesty Clam Meat
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 8169; -- Thick Hide
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 8170; -- Rugged Leather
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 8172; -- Cured Thick Hide
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 8368; -- Thick Wolfhide
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 8827; -- Elixir of Water Walking
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 8923; -- Essence of Agony
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 8926; -- Instant Poison IV
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 8927; -- Instant Poison V
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 8928; -- Instant Poison VI
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 8949; -- Elixir of Agility
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 8951; -- Elixir of Greater Defense
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 8984; -- Deadly Poison III
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 8985; -- Deadly Poison IV
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 9036; -- Magic Resistance Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 9088; -- Gift of Arthas
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 9144; -- Wildvine Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 9154; -- Elixir of Detect Undead
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 9155; -- Arcane Elixir
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 9172; -- Invisibility Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 9179; -- Elixir of Greater Intellect
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 9186; -- Mind-numbing Poison III
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 9187; -- Elixir of Greater Agility
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 9197; -- Elixir of Dream Vision
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 9206; -- Elixir of Giants
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 9224; -- Elixir of Demonslaying
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 9233; -- Elixir of Detect Demon
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 9262; -- Black Vitriol
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 9264; -- Elixir of Shadow Power
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 9590; -- Splintered Log
|
||||
--
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 10305; -- Scroll of Protection IV
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 10306; -- Scroll of Spirit IV
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 10307; -- Scroll of Stamina IV
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 10308; -- Scroll of Intellect IV
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 10309; -- Scroll of Agility IV
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 10310; -- Scroll of Strength IV
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 10514; -- Mithril Frag Bomb
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 10559; -- Mithril Tube
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 10562; -- Hi-Explosive Bomb
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 10586; -- The Big One
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 10592; -- Catseye Elixir
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 10620; -- Thorium Ore
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 10646; -- Goblin Sapper Charge
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 10918; -- Wound Poison
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 10920; -- Wound Poison II
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 10921; -- Wound Poison III
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 10922; -- Wound Poison IV
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 10940; -- Strange Dust
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 10978; -- Small Glimmering Shard
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 11018; -- Un'Goro Soil
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 11083; -- Soul Dust
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 11084; -- Large Glimmering Shard
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 11137; -- Vision Dust
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 11138; -- Small Glowing Shard
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 11139; -- Large Glowing Shard
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 11176; -- Dream Dust
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 11177; -- Small Radiant Shard
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 11178; -- Large Radiant Shard
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 11184; -- Blue Power Crystal
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 11185; -- Green Power Crystal
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 11186; -- Red Power Crystal
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 11188; -- Yellow Power Crystal
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 11315; -- Bloodpetal Sprout
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 11370; -- Dark Iron Ore
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 11754; -- Black Diamond
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 12037; -- Mystery Meat
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 12184; -- Raptor Flesh
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 12190; -- Dreamless Sleep Potion
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 12202; -- Tiger Meat
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 12203; -- Red Wolf Meat
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 12204; -- Heavy Kodo Meat
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 12205; -- White Spider Meat
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 12206; -- Tender Crab Meat
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 12207; -- Giant Egg
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 12208; -- Tender Wolf Meat
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 12223; -- Meaty Bat Wing
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 12810; -- Enchanted Leather
|
||||
UPDATE item_template SET stackable = 20 WHERE entry = 12840; -- Minion's Scourgestone
|
||||
UPDATE item_template SET stackable = 20 WHERE entry = 12841; -- Invader's Scourgestone
|
||||
UPDATE item_template SET stackable = 20 WHERE entry = 12843; -- Corruptor's Scourgestone
|
||||
UPDATE item_template SET stackable = 20 WHERE entry = 12844; -- Argent Dawn Valor Token
|
||||
UPDATE item_template SET stackable = 20 WHERE entry = 13354; -- Ectoplasmic Resonator
|
||||
UPDATE item_template SET stackable = 20 WHERE entry = 13356; -- Somatic Intensifier
|
||||
UPDATE item_template SET stackable = 20 WHERE entry = 13357; -- Osseous Agitator
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 13442; -- Mighty Rage Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 13443; -- Superior Mana Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 13444; -- Major Mana Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 13445; -- Elixir of Superior Defense
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 13446; -- Major Healing Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 13447; -- Elixir of the Sages
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 13452; -- Elixir of the Mongoose
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 13453; -- Elixir of Brute Force
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 13454; -- Greater Arcane Elixir
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 13455; -- Greater Stoneshield Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 13456; -- Greater Frost Protection Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 13457; -- Greater Fire Protection Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 13458; -- Greater Nature Protection Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 13459; -- Greater Shadow Protection Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 13460; -- Greater Holy Protection Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 13461; -- Greater Arcane Protection Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 13462; -- Purification Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 13510; -- Flask of the Titans
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 13511; -- Flask of Distilled Wisdom
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 13512; -- Flask of Supreme Power
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 13513; -- Flask of Chromatic Resistance
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 14048; -- Bolt of Runecloth
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 14343; -- Small Brilliant Shard
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 14344; -- Large Brilliant Shard
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 15417; -- Devilsaur Leather
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 15419; -- Warbear Leather
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 15422; -- Frostsaber Leather
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 15423; -- Chimera Leather
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 15874; -- Soft-shelled Clam
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 15993; -- Thorium Grenade
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 16000; -- Thorium Tube
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 16005; -- Dark Iron Bomb
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 16040; -- Arcane Bomb
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 16204; -- Illusion Dust
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 17012; -- Core Leather
|
||||
UPDATE item_template SET stackable = 20 WHERE entry = 17020; -- Arcane Powder
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 17030; -- Ankh
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 17031; -- Rune of Teleportation
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 17032; -- Rune of Portals
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 17348; -- Major Healing Draught
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 17349; -- Superior Healing Draught
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 17351; -- Major Mana Draught
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 17352; -- Superior Mana Draught
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 17708; -- Elixir of Frost Power
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 17771; -- Elementium Bar
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 18225; -- Worn Running Shoes
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 18226; -- A Sealed Pact
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 18227; -- Nubless Pacifier
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 18230; -- Broken I.W.I.N. Button
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 18232; -- Field Repair Bot 74A
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 18233; -- Tear Stained Handkerchief
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 18234; -- Document from Boomstick Imports
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 18253; -- Major Rejuvenation Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 18294; -- Elixir of Greater Water Breathing
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 18335; -- Pristine Black Diamond
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 18562; -- Elementium Ore
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 18567; -- Elemental Flux
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 18594; -- Powerful Seaforium Charge
|
||||
UPDATE item_template SET stackable = 2 WHERE entry = 18640; -- Happy Fun Rock
|
||||
UPDATE item_template SET stackable = 5, maxcount = 5 WHERE entry = 18839; -- Combat Healing Potion
|
||||
UPDATE item_template SET stackable = 5, maxcount = 5 WHERE entry = 18841; -- Combat Mana Potion
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19227; -- Ace of Beasts
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19230; -- Two of Beasts
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19231; -- Three of Beasts
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19232; -- Four of Beasts
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19233; -- Five of Beasts
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19234; -- Six of Beasts
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19235; -- Seven of Beasts
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19236; -- Eight of Beasts
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19258; -- Ace of Warlords
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19259; -- Two of Warlords
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19260; -- Three of Warlords
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19261; -- Four of Warlords
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19262; -- Five of Warlords
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19263; -- Six of Warlords
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19264; -- Seven of Warlords
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19265; -- Eight of Warlords
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19268; -- Ace of Elementals
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19269; -- Two of Elementals
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19270; -- Three of Elementals
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19271; -- Four of Elementals
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19272; -- Five of Elementals
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19273; -- Six of Elementals
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19274; -- Seven of Elementals
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19275; -- Eight of Elementals
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19276; -- Ace of Portals
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19278; -- Two of Portals
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19279; -- Three of Portals
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19280; -- Four of Portals
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19281; -- Five of Portals
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19282; -- Six of Portals
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19283; -- Seven of Portals
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 19284; -- Eight of Portals
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 19767; -- Primal Bat Leather
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 19768; -- Primal Tiger Leather
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 20002; -- Greater Dreamless Sleep Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 20008; -- Living Action Potion
|
||||
UPDATE item_template SET stackable = 20 WHERE entry = 20404; -- Encrypted Twilight Text
|
||||
UPDATE item_template SET stackable = 20, maxcount = 20 WHERE entry = 20558; -- Warsong Gulch Mark of Honor
|
||||
UPDATE item_template SET stackable = 20, maxcount = 20 WHERE entry = 20559; -- Arathi Basin Mark of Honor
|
||||
UPDATE item_template SET stackable = 20, maxcount = 20 WHERE entry = 20560; -- Alterac Valley Mark of Honor
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 20725; -- Nexus Crystal
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 20844; -- Deadly Poison V
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 21546; -- Elixir of Greater Firepower
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 21570; -- Cluster Launcher
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 21816; -- Heart Candy
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 21817; -- Heart Candy
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 21818; -- Heart Candy
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 21819; -- Heart Candy
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 21820; -- Heart Candy
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 21821; -- Heart Candy
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 21822; -- Heart Candy
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 21823; -- Heart Candy
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 21830; -- Empty Wrapper
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 22192; -- Bloodkelp Elixir of Dodging
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 22193; -- Bloodkelp Elixir of Resistance
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 22259; -- Unbestowed Friendship Bracelet
|
||||
UPDATE item_template SET stackable = 100 WHERE entry = 22484; -- Necrotic Rune
|
||||
UPDATE item_template SET stackable = 20 WHERE entry = 23215; -- Bag of Smorc Ingredients
|
||||
UPDATE item_template SET stackable = 20 WHERE entry = 23247; -- Burning Blossom
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 23578; -- Diet McWeaksauce
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 23579; -- The McWeaksauce Classic
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 21840; -- Bolt of Netherweave
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 21844; -- Bolt of Soulcloth
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 22644; -- Crunchy Spider Leg
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 22826; -- Sneaking Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 22828; -- Insane Strength Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 22829; -- Super Healing Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 22832; -- Super Mana Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 22836; -- Major Dreamless Sleep Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 22837; -- Heroic Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 22838; -- Haste Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 22839; -- Destruction Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 22841; -- Major Fire Protection Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 22842; -- Major Frost Protection Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 22844; -- Major Nature Protection Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 22845; -- Major Arcane Protection Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 22846; -- Major Shadow Protection Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 22847; -- Major Holy Protection Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 22849; -- Ironshield Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 22850; -- Super Rejuvenation Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 22851; -- Flask of Fortification
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 22853; -- Flask of Mighty Restoration
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 22854; -- Flask of Relentless Assault
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 22861; -- Flask of Blinding Light
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 22866; -- Flask of Pure Death
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 22871; -- Shrouding Potion
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 23736; -- Fel Iron Bomb
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 23737; -- Adamantite Grenade
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 23783; -- Handful of Fel Iron Bolts
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 23785; -- Hardened Adamantite Tube
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 23826; -- The Bigger One
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 23827; -- Super Sapper Charge
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 24477; -- Jaggal Clam Meat
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 27498; -- Scroll of Agility V
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 27499; -- Scroll of Intellect V
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 27500; -- Scroll of Protection V
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 27501; -- Scroll of Spirit V
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 27502; -- Scroll of Stamina V
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 27503; -- Scroll of Strength V
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 27668; -- Lynx Meat
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 27669; -- Bat Flesh
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 28100; -- Volatile Healing Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 28101; -- Unstable Mana Potion
|
||||
UPDATE item_template SET stackable = 100 WHERE entry = 29024; -- Eye of the Storm Mark of Honor
|
||||
UPDATE item_template SET stackable = 200 WHERE entry = 29434; -- Badge of Justice
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 30475; -- Razor Thorn
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 30476; -- Hypnotic Flower
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 30513; -- Bloody Spider Fang
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 31676; -- Fel Regeneration Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 31677; -- Fel Mana Potion
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 31838; -- Major Combat Healing Potion
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 31839; -- Major Combat Healing Potion
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 31840; -- Major Combat Mana Potion
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 31841; -- Major Combat Mana Potion
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 31852; -- Major Combat Healing Potion
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 31853; -- Major Combat Healing Potion
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 31854; -- Major Combat Mana Potion
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 31855; -- Major Combat Mana Potion
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31882; -- Ace of Blessings
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31883; -- Eight of Blessings
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31884; -- Five of Blessings
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31885; -- Four of Blessings
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31886; -- Seven of Blessings
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31887; -- Six of Blessings
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31888; -- Three of Blessings
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31889; -- Two of Blessings
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31892; -- Ace of Storms
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31893; -- Eight of Storms
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31894; -- Five of Storms
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31895; -- Four of Storms
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31896; -- Seven of Storms
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31898; -- Six of Storms
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31899; -- Three of Storms
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31900; -- Two of Storms
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31901; -- Ace of Furies
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31902; -- Eight of Furies
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31903; -- Five of Furies
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31904; -- Four of Furies
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31905; -- Seven of Furies
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31906; -- Six of Furies
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31908; -- Three of Furies
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31909; -- Two of Furies
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31910; -- Ace of Lunacy
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31911; -- Eight of Lunacy
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31912; -- Five of Lunacy
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31913; -- Four of Lunacy
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31915; -- Seven of Lunacy
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31916; -- Six of Lunacy
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31917; -- Three of Lunacy
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 31918; -- Two of Lunacy
|
||||
UPDATE item_template SET stackable = 10 WHERE entry = 32413; -- Frost Grenade
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 32596; -- Unstable Flask of the Elder
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 32597; -- Unstable Flask of the Soldier
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 32598; -- Unstable Flask of the Beast
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 32599; -- Unstable Flask of the Bandit
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 32600; -- Unstable Flask of the Physician
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 32601; -- Unstable Flask of the Sorcerer
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 32727; -- Vial of Tears
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 32783; -- Blue Ogre Brew
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 32784; -- Red Ogre Brew
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 32840; -- Major Arcane Protection Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 32844; -- Major Nature Protection Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 32845; -- Major Shadow Protection Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 32846; -- Major Fire Protection Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 32847; -- Major Frost Protection Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 32898; -- Shattrath Flask of Fortification
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 32899; -- Shattrath Flask of Mighty Restoration
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 32900; -- Shattrath Flask of Supreme Power
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 32901; -- Shattrath Flask of Relentless Assault
|
||||
UPDATE item_template SET stackable = 15 WHERE entry = 32902; -- Bottled Nethergon Energy
|
||||
UPDATE item_template SET stackable = 15 WHERE entry = 32903; -- Cenarion Mana Salve
|
||||
UPDATE item_template SET stackable = 15 WHERE entry = 32904; -- Cenarion Healing Salve
|
||||
UPDATE item_template SET stackable = 15 WHERE entry = 32905; -- Bottled Nethergon Vapor
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 32909; -- Blue Ogre Brew Special
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 32910; -- Red Ogre Brew Special
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 32947; -- Auchenai Healing Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 32948; -- Auchenai Mana Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 33208; -- Flask of Chromatic Wonder
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 33934; -- Crystal Healing Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 33935; -- Crystal Mana Potion
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 34258; -- Love Rocket
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 34440; -- Mad Alchemist's Potion
|
||||
UPDATE item_template SET stackable = 1 WHERE entry = 35230; -- Darnarian's Scroll of Teleportation
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 35716; -- Shattrath Flask of Pure Death
|
||||
UPDATE item_template SET stackable = 5 WHERE entry = 35717; -- Shattrath Flask of Blinding Light
|
||||
UPDATE item_template SET stackable = 20 WHERE entry = 38577; -- Party G.R.E.N.A.D.E.
|
||||
@@ -0,0 +1,39 @@
|
||||
/*
|
||||
Add pvp rank requirements to pvp items.
|
||||
Individual Progression does NOT restore the original pvp ranking system.
|
||||
To gain pvp ranks you need a module like https://github.com/azerothcore/mod-pvp-titles
|
||||
*/
|
||||
|
||||
/* Alliance Vanilla PvP Gear Rank Requirements */
|
||||
UPDATE `item_template` SET `requiredhonorrank` = 5 WHERE `entry` IN (15196);
|
||||
-- UPDATE `item_template` SET `requiredhonorrank` = 6 WHERE `entry` IN (18854, 18856, 18857, 18858, 18859, 18862, 18863, 18864, 29593);
|
||||
UPDATE `item_template` SET `requiredhonorrank` = 7 WHERE `entry` IN (16342, 18440, 18441);
|
||||
UPDATE `item_template` SET `requiredhonorrank` = 8 WHERE `entry` IN (18442, 18443, 18444);
|
||||
UPDATE `item_template` SET `requiredhonorrank` = 9 WHERE `entry` IN (16315, 16336, 16337, 18448, 18449, 18454, 18455, 18452, 18453, 18445, 18447, 18456, 18457);
|
||||
UPDATE `item_template` SET `requiredhonorrank` = 10 WHERE `entry` IN (15198);
|
||||
UPDATE `item_template` SET `requiredhonorrank` = 11 WHERE `entry` IN (16401, 16403, 23278, 23279, 16393, 16397, 23280, 23281, 17562, 17564, 23282, 23283, 23274, 23275, 16392, 16396, 23284, 23285, 29594, 29595, 16405, 16406, 23286, 23287, 17594, 17596, 23288, 23289, 16369, 16391, 23290, 23291);
|
||||
UPDATE `item_template` SET `requiredhonorrank` = 12 WHERE `entry` IN (16425, 23292, 16426, 23293, 23294, 16422, 23295, 16421, 17567, 23296, 17568, 23297, 23272, 23273, 16417, 23298, 16419, 23299, 29596, 29597, 16430, 23300, 16431, 23301, 17599, 23302, 17600, 23303, 16414, 23304, 16413, 23305);
|
||||
UPDATE `item_template` SET `requiredhonorrank` = 14 WHERE `entry` IN (23306, 16428, 16427, 23307, 16416, 17598, 16423, 23308, 23309, 16424, 23310, 17569, 23311, 17566, 23276, 23277, 23312, 23313, 16420, 16418, 29598, 29599, 16429, 23314, 16432, 23315, 17601, 23316, 23317, 23318, 23319, 16415);
|
||||
-- UPDATE `item_template` SET `requiredhonorrank` = 15 WHERE `entry` IN (18241, 18242, 18243, 18244);
|
||||
UPDATE `item_template` SET `requiredhonorrank` = 16 WHERE `entry` IN (16462, 16463, 16467, 16459, 16448, 16450, 17583, 17584, 17579, 16472, 16471, 16475, 16446, 16454, 16456, 29606, 29607, 29608, 16483, 16484, 16479, 17608, 17603, 17607, 16437, 16440, 16442);
|
||||
UPDATE `item_template` SET `requiredhonorrank` = 17 WHERE `entry` IN (16466, 16465, 16468, 17578, 16441, 16452, 16451, 16449, 17581, 17580, 17602, 16473, 16474, 16476, 16453, 16457, 16455, 29609, 29610, 29611, 16477, 16478, 16480, 17604, 17605, 16444, 16443);
|
||||
UPDATE `item_template` SET `requiredhonorrank` = 18 WHERE `entry` IN (12584, 18825, 18827, 18830, 18833, 18836, 18838, 18843, 18847, 18855, 18865, 18867, 18869, 18873, 18876, 23451, 23452, 23453, 23454, 23455, 23456);
|
||||
|
||||
/* Horde Vanilla PvP Gear Rank Requirements */
|
||||
UPDATE `item_template` SET `requiredhonorrank` = 5 WHERE `entry` IN (15197);
|
||||
-- UPDATE `item_template` SET `requiredhonorrank` = 6 WHERE `entry` IN (18834, 18845, 18846, 18849, 18850, 18851, 18852, 18853, 29592);
|
||||
UPDATE `item_template` SET `requiredhonorrank` = 7 WHERE `entry` IN (16341, 18427, 18461);
|
||||
UPDATE `item_template` SET `requiredhonorrank` = 8 WHERE `entry` IN (15200, 16335, 18428);
|
||||
UPDATE `item_template` SET `requiredhonorrank` = 9 WHERE `entry` IN (16340, 18434, 18436, 16497, 18435, 16532, 18432, 18429, 18430, 16486, 18437);
|
||||
UPDATE `item_template` SET `requiredhonorrank` = 10 WHERE `entry` IN (15199);
|
||||
UPDATE `item_template` SET `requiredhonorrank` = 11 WHERE `entry` IN (16531, 16530, 22843, 22862, 16494, 16496, 22863, 22852, 17576, 17577, 22865, 22855, 29600, 29601, 22864, 16498, 16499, 22856, 22857, 16519, 22867, 16518, 16343, 30710, 16509, 22868, 16510, 22858, 17616, 17617, 22869, 22859, 16485, 16487, 22870, 22860);
|
||||
UPDATE `item_template` SET `requiredhonorrank` = 12 WHERE `entry` IN (16517, 16525, 16529, 22874, 16527, 22875, 16493, 16504, 22877, 22878, 16502, 16495, 17574, 17575, 17571, 22881, 17572, 22884, 29602, 29603, 22879, 16500, 16505, 16508, 22880, 16522, 16520, 22876, 16523, 22887, 16513, 16512, 16511, 22872, 22873, 16515, 17615, 22882, 17614, 17611, 22885, 17612, 16488, 22883, 16490, 16491, 22886);
|
||||
UPDATE `item_template` SET `requiredhonorrank` = 14 WHERE `entry` IN (16526, 23251, 16528, 23252, 23253, 16503, 23254, 16501, 23255, 17570, 17573, 23256, 29604, 29605, 16506, 23257, 16507, 23258, 23259, 16521, 23260, 16524, 16514, 23244, 16516, 23243, 17610, 23261, 23262, 17613, 23263, 16489, 23264, 16492);
|
||||
-- UPDATE `item_template` SET `requiredhonorrank` = 15 WHERE `entry` IN (18245, 18246, 18247, 18248);
|
||||
UPDATE `item_template` SET `requiredhonorrank` = 16 WHERE `entry` IN (16569, 16572, 16571, 16567, 16570, 16556, 16554, 16553, 16555, 16552, 17589, 17586, 17587, 17588, 17593, 29612, 29613, 29614, 16559, 16557, 16564, 16560, 16558, 16573, 16576, 16574, 16579, 16575, 16546, 16545, 16548, 16547, 16543, 17618, 17619, 17621, 17620, 17625, 16539, 16538, 16540, 16537, 16534);
|
||||
UPDATE `item_template` SET `requiredhonorrank` = 17 WHERE `entry` IN (16565, 16566, 16568, 16551, 16549, 16550, 17591, 17590, 17592, 29615, 29616, 29617, 16563, 16561, 16562, 16577, 16578, 16580, 16541, 16542, 16544, 17623, 17622, 17624, 16536, 16533, 16535);
|
||||
UPDATE `item_template` SET `requiredhonorrank` = 18 WHERE `entry` IN (18831, 23459, 23464, 16345, 18866, 18828, 18837, 23457, 23465, 18877, 18848, 18871, 18868, 23461, 23467, 18840, 18835, 18844, 18826, 23458, 23466, 18860, 23462, 23468, 23469, 18874);
|
||||
|
||||
-- disable honor rank requirement for trinkets and mounts, because with the requirement they cannot be used.
|
||||
UPDATE `item_template` SET `requiredhonorrank` = 0 WHERE `entry` IN
|
||||
(18241, 18242, 18243, 18244, 18245, 18246, 18247, 18248, 18834, 18845, 18846, 18849, 18850, 18851, 18852, 18853, 18854, 18856, 18857, 18858, 18859, 18862, 18863, 18864, 29592, 29593);
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
Heirloom items are antithetical to Individual Progression, as they are designed to skip progression and speed through content.
|
||||
This optional file removes all Heirloom vendors and items so they are not available.
|
||||
If you would like heirlooms to still be available, do not run this file.
|
||||
*/
|
||||
|
||||
DELETE FROM `creature` WHERE `id1` IN (32509, 35507, 35508);
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (85227, 88108);
|
||||
|
||||
DELETE FROM `npc_vendor` WHERE `item` IN
|
||||
(38691, 42943, 42944, 42945, 42946, 42947, 42948, 42949, 42950, 42951, 42952, 42984, 42985, 42991, 42992, 44090, 44091, 44092, 44093, 44094,
|
||||
44095, 44096, 44097, 44098, 44099, 44100, 44101, 44102, 44103, 44105, 44107, 48677, 48683, 48685, 48687, 48689, 48691, 48716, 48718, 50255);
|
||||
|
||||
UPDATE `quest_template` SET `RewardChoiceItemID1` = 0, `RewardChoiceItemQuantity1` = 0, `RewardChoiceItemID2` = 0, `RewardChoiceItemQuantity2` = 0, `RewardItem1` = 50287, `RewardAmount1` = 1 WHERE `id` = 24803;
|
||||
+42
@@ -0,0 +1,42 @@
|
||||
/*
|
||||
This optional SQL file restores cooldown timers for Vanilla and TBC crafting recipes.
|
||||
This may require a reset of the item WDB client cache files.
|
||||
*/
|
||||
|
||||
|
||||
/* Vanilla */
|
||||
|
||||
DELETE FROM `spell_cooldown_overrides` WHERE `Id` IN (11479, 11480, 17187, 17559, 17560, 17561, 17562, 17563, 17564, 17565, 17566, 18560, 25146);
|
||||
INSERT INTO `spell_cooldown_overrides` (`Id`, `RecoveryTime`, `CategoryRecoveryTime`, `StartRecoveryTime`, `StartRecoveryCategory`, `Comment`) VALUES
|
||||
(11479, 86400000, 86400000, 0, 0, "Transmute: Iron to Gold - 1 day"), -- Transmute: Iron to Gold
|
||||
(11480, 172800000, 172800000, 0, 0, "Transmute: Mithril to Truesilver - 2 days"), -- Transmute: Mithril to Truesilver
|
||||
(17187, 172800000, 172800000, 0, 0, "Transmute: Arcanite - 2 days"), -- Transmute: Arcanite
|
||||
(17559, 86400000, 86400000, 0, 0, "Transmute: Air to Fire - 1 day"), -- Transmute: Air to Fire
|
||||
(17560, 86400000, 86400000, 0, 0, "Transmute: Fire to Earth - 1 day"), -- Transmute: Fire to Earth
|
||||
(17561, 86400000, 86400000, 0, 0, "Transmute: Earth to Water - 1 day"), -- Transmute: Earth to Water
|
||||
(17562, 86400000, 86400000, 0, 0, "Transmute: Water to Air - 1 day"), -- Transmute: Water to Air
|
||||
(17563, 86400000, 86400000, 0, 0, "Transmute: Undeath to Water - 1 day"), -- Transmute: Undeath to Water
|
||||
(17564, 86400000, 86400000, 0, 0, "Transmute: Water to Undeath - 1 day"), -- Transmute: Water to Undeath
|
||||
(17565, 86400000, 86400000, 0, 0, "Transmute: Life to Earth - 1 day"), -- Transmute: Life to Earth
|
||||
(17566, 86400000, 86400000, 0, 0, "Transmute: Earth to Life - 1 day"), -- Transmute: Earth to Life
|
||||
(25146, 600000, 600000, 0, 0, "Transmute: Elemental Fire - 10 minutes"), -- Transmute: Elemental Fire
|
||||
(18560, 345600000, 345600000, 0, 0, "Mooncloth - 4 days"); -- Mooncloth
|
||||
|
||||
/* Salt Shaker (3 days) */
|
||||
UPDATE `item_template` SET `spellcooldown_1` = 259200000, `spellcategorycooldown_1` = 259200000 WHERE entry = 15846;
|
||||
|
||||
|
||||
/* TBC */
|
||||
|
||||
DELETE FROM `spell_cooldown_overrides` WHERE `Id` IN (26751, 28566, 28567, 28568, 28569, 29688, 32765, 32766, 31373, 36686);
|
||||
INSERT INTO `spell_cooldown_overrides` (`Id`, `RecoveryTime`, `CategoryRecoveryTime`, `StartRecoveryTime`, `StartRecoveryCategory`, `Comment`) VALUES
|
||||
(28566, 72000000, 72000000, 0, 0, "Transmute: Primal Air to Fire - 20 hours"), -- Transmute: Primal Air to Fire
|
||||
(28567, 72000000, 72000000, 0, 0, "Transmute: Primal Earth to Water - 20 hours"), -- Transmute: Primal Earth to Water
|
||||
(28568, 72000000, 72000000, 0, 0, "Transmute: Primal Fire to Earth - 20 hours"), -- Transmute: Primal Fire to Earth
|
||||
(28569, 72000000, 72000000, 0, 0, "Transmute: Primal Water to Air - 20 hours"), -- Transmute: Primal Water to Air
|
||||
(29688, 72000000, 72000000, 0, 0, "Transmute: Primal Might - 20 hours"), -- Transmute: Primal Might
|
||||
(32765, 72000000, 72000000, 0, 0, "Transmute: Earthstorm Diamond - 20 hours"), -- Transmute: Earthstorm Diamond
|
||||
(32766, 72000000, 72000000, 0, 0, "Transmute: Skyfire Diamond - 20 hours"), -- Transmute: Skyfire Diamond
|
||||
(26751, 331200000, 331200000, 0, 0, "Primal Mooncloth - 3 days 20 hours"), -- Primal Mooncloth
|
||||
(31373, 331200000, 331200000, 0, 0, "Spellcloth - 3 days 20 hours"), -- Spellcloth
|
||||
(36686, 331200000, 331200000, 0, 0, "Shadowcloth - 3 days 20 hours"); -- Shadowcloth
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
/* This will restore potion cooldown time to 2 minutes like it was during vanilla and TBC */
|
||||
|
||||
/* classic potions */
|
||||
UPDATE `item_template` SET `spellcategorycooldown_1` = 120000 WHERE `entry` IN
|
||||
(118, 858, 929, 1450, 1710, 2455, 2456, 2459, 2633, 3087, 3384, 3385, 3386, 3387, 3827, 3928, 4596, 4623,
|
||||
5631, 5633, 5634, 5816, 6048, 6049, 6050, 6051, 6052, 6149, 6372, 9030, 9036, 9144,
|
||||
12190, 13442, 13443, 13444, 13446, 13455, 13456, 13457, 13458, 13459, 13460, 13461, 13462, 13506,
|
||||
17348, 17349, 17351, 17352, 18253, 18839, 18841, 20002, 20008);
|
||||
|
||||
/* TBC potions */
|
||||
UPDATE `item_template` SET `spellcategorycooldown_1` = 120000 WHERE `entry` IN
|
||||
(22826, 22828, 22829, 22832, 22836, 22837, 22838, 22839, 22841, 22842, 22844, 22845, 22846, 22847, 22849, 22850, 22871,
|
||||
23822, 23823, 28100, 28101, 31676, 31677, 31838, 31839, 31840, 31841, 31852, 31853, 31854, 31855,
|
||||
32783, 32784, 32840, 32844, 32845, 32846, 32847, 32902, 32903, 32904, 32905, 32909, 32910, 32947, 32948);
|
||||
+360
@@ -0,0 +1,360 @@
|
||||
/*
|
||||
In WotLK the Rogue Poisons crafting skill was removed and poisons were added to be simply bought from vendors instead.
|
||||
This file will remove these items from the vendors and restore the original skill for Rogues
|
||||
Please note that this requires the optional files from the Optional directory to be installed, as several small client adjustments needed to be made!
|
||||
*/
|
||||
|
||||
DELETE FROM `spell_dbc` WHERE `ID`= 2995;
|
||||
INSERT INTO `spell_dbc` (`ID`, `Category`, `DispelType`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `AttributesEx5`, `AttributesEx6`, `AttributesEx7`, `ShapeshiftMask`,
|
||||
`unk_320_2`, `ShapeshiftExclude`, `unk_320_3`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `FacingCasterFlags`, `CasterAuraState`, `TargetAuraState`, `ExcludeCasterAuraState`, `ExcludeTargetAuraState`,
|
||||
`CasterAuraSpell`, `TargetAuraSpell`, `ExcludeCasterAuraSpell`, `ExcludeTargetAuraSpell`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`,
|
||||
`ProcTypeMask`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerLevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`,
|
||||
`ModalNextSpell`, `CumulativeAura`, `Totem_1`, `Totem_2`, `Reagent_1`, `Reagent_2`, `Reagent_3`, `Reagent_4`, `Reagent_5`, `Reagent_6`, `Reagent_7`, `Reagent_8`, `ReagentCount_1`, `ReagentCount_2`, `ReagentCount_3`,
|
||||
`ReagentCount_4`, `ReagentCount_5`, `ReagentCount_6`, `ReagentCount_7`, `ReagentCount_8`, `EquippedItemClass`, `EquippedItemSubclass`, `EquippedItemInvTypes`, `Effect_1`, `Effect_2`, `Effect_3`, `EffectDieSides_1`,
|
||||
`EffectDieSides_2`, `EffectDieSides_3`, `EffectRealPointsPerLevel_1`, `EffectRealPointsPerLevel_2`, `EffectRealPointsPerLevel_3`, `EffectBasePoints_1`, `EffectBasePoints_2`, `EffectBasePoints_3`, `EffectMechanic_1`,
|
||||
`EffectMechanic_2`, `EffectMechanic_3`, `ImplicitTargetA_1`, `ImplicitTargetA_2`, `ImplicitTargetA_3`, `ImplicitTargetB_1`, `ImplicitTargetB_2`, `ImplicitTargetB_3`, `EffectRadiusIndex_1`, `EffectRadiusIndex_2`,
|
||||
`EffectRadiusIndex_3`, `EffectAura_1`, `EffectAura_2`, `EffectAura_3`, `EffectAuraPeriod_1`, `EffectAuraPeriod_2`, `EffectAuraPeriod_3`, `EffectMultipleValue_1`, `EffectMultipleValue_2`, `EffectMultipleValue_3`,
|
||||
`EffectChainTargets_1`, `EffectChainTargets_2`, `EffectChainTargets_3`, `EffectItemType_1`, `EffectItemType_2`, `EffectItemType_3`, `EffectMiscValue_1`, `EffectMiscValue_2`, `EffectMiscValue_3`, `EffectMiscValueB_1`,
|
||||
`EffectMiscValueB_2`, `EffectMiscValueB_3`, `EffectTriggerSpell_1`, `EffectTriggerSpell_2`, `EffectTriggerSpell_3`, `EffectPointsPerCombo_1`, `EffectPointsPerCombo_2`, `EffectPointsPerCombo_3`, `EffectSpellClassMaskA_1`,
|
||||
`EffectSpellClassMaskA_2`, `EffectSpellClassMaskA_3`, `EffectSpellClassMaskB_1`, `EffectSpellClassMaskB_2`, `EffectSpellClassMaskB_3`, `EffectSpellClassMaskC_1`, `EffectSpellClassMaskC_2`, `EffectSpellClassMaskC_3`,
|
||||
`SpellVisualID_1`, `SpellVisualID_2`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `Name_Lang_enUS`, `Name_Lang_enGB`, `Name_Lang_koKR`, `Name_Lang_frFR`, `Name_Lang_deDE`, `Name_Lang_enCN`, `Name_Lang_zhCN`,
|
||||
`Name_Lang_enTW`, `Name_Lang_zhTW`, `Name_Lang_esES`, `Name_Lang_esMX`, `Name_Lang_ruRU`, `Name_Lang_ptPT`, `Name_Lang_ptBR`, `Name_Lang_itIT`, `Name_Lang_Unk`, `Name_Lang_Mask`, `NameSubtext_Lang_enUS`,
|
||||
`NameSubtext_Lang_enGB`, `NameSubtext_Lang_koKR`, `NameSubtext_Lang_frFR`, `NameSubtext_Lang_deDE`, `NameSubtext_Lang_enCN`, `NameSubtext_Lang_zhCN`, `NameSubtext_Lang_enTW`, `NameSubtext_Lang_zhTW`,
|
||||
`NameSubtext_Lang_esES`, `NameSubtext_Lang_esMX`, `NameSubtext_Lang_ruRU`, `NameSubtext_Lang_ptPT`, `NameSubtext_Lang_ptBR`, `NameSubtext_Lang_itIT`, `NameSubtext_Lang_Unk`, `NameSubtext_Lang_Mask`,
|
||||
`Description_Lang_enUS`, `Description_Lang_enGB`, `Description_Lang_koKR`, `Description_Lang_frFR`, `Description_Lang_deDE`, `Description_Lang_enCN`, `Description_Lang_zhCN`, `Description_Lang_enTW`,
|
||||
`Description_Lang_zhTW`, `Description_Lang_esES`, `Description_Lang_esMX`, `Description_Lang_ruRU`, `Description_Lang_ptPT`, `Description_Lang_ptBR`, `Description_Lang_itIT`, `Description_Lang_Unk`,
|
||||
`Description_Lang_Mask`, `AuraDescription_Lang_enUS`, `AuraDescription_Lang_enGB`, `AuraDescription_Lang_koKR`, `AuraDescription_Lang_frFR`, `AuraDescription_Lang_deDE`, `AuraDescription_Lang_enCN`,
|
||||
`AuraDescription_Lang_zhCN`, `AuraDescription_Lang_enTW`, `AuraDescription_Lang_zhTW`, `AuraDescription_Lang_esES`, `AuraDescription_Lang_esMX`, `AuraDescription_Lang_ruRU`, `AuraDescription_Lang_ptPT`,
|
||||
`AuraDescription_Lang_ptBR`, `AuraDescription_Lang_itIT`, `AuraDescription_Lang_Unk`, `AuraDescription_Lang_Mask`, `ManaCostPct`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellClassSet`,
|
||||
`SpellClassMask_1`, `SpellClassMask_2`, `SpellClassMask_3`, `MaxTargets`, `DefenseType`, `PreventionType`, `StanceBarOrder`, `EffectChainAmplitude_1`, `EffectChainAmplitude_2`, `EffectChainAmplitude_3`, `MinFactionID`,
|
||||
`MinReputation`, `RequiredAuraVision`, `RequiredTotemCategoryID_1`, `RequiredTotemCategoryID_2`, `RequiredAreasID`, `SchoolMask`, `RuneCostID`, `SpellMissileID`, `PowerDisplayID`, `EffectBonusMultiplier_1`,
|
||||
`EffectBonusMultiplier_2`, `EffectBonusMultiplier_3`, `SpellDescriptionVariableID`, `SpellDifficultyID`) VALUES
|
||||
|
||||
(2995, 0, 0, 0, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
-1, 0, 0, 36, 0, 36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2842, 0, 8681, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 107, 0, 342, 0, 0,
|
||||
'Poisons', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 16712190, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 16712188, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
|
||||
16712188, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 16712188, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0);
|
||||
|
||||
|
||||
DELETE FROM `skilllineability_dbc` WHERE `SkillLine` = 40 and `Spell` = 2842;
|
||||
INSERT INTO `skilllineability_dbc` (`ID`, `SkillLine`, `Spell`, `RaceMask`, `ClassMask`, `ExcludeRace`, `ExcludeClass`, `MinSkillLineRank`, `SupercededBySpell`,
|
||||
`AcquireMethod`, `TrivialSkillLineRankHigh`, `TrivialSkillLineRankLow`, `CharacterPoints_1`, `CharacterPoints_2`) VALUES
|
||||
(1687, 40, 2842, 0, 8, 0, 0, 0, 0, 2, 0, 0, 0, 0);
|
||||
|
||||
DELETE FROM `spell_dbc` WHERE `ID` = 11202;
|
||||
|
||||
UPDATE `item_template` SET `spellppmRate_1` = -1 WHERE `entry` = 3776;
|
||||
UPDATE `item_template` SET `spellid_1` = 8693, `spellcharges_1` = -1 WHERE `entry` = 6951;
|
||||
UPDATE `item_template` SET `Flags` = 2097216, `spellid_1` = 11399, `spellcharges_1` = -1 WHERE `entry` = 9186;
|
||||
UPDATE `item_template` SET `class` = 0, `subclass` = 0 WHERE `entry` IN (3775, 3776, 10918, 10920, 10921, 10922, 22055, 2892, 2893, 8984, 8985, 20844, 22053, 22054, 6947, 6949, 6950, 8926, 8927, 8928, 21927, 5237, 6951, 9186, 21835);
|
||||
|
||||
UPDATE `item_template` SET `Quality` = 1, `class` = 7 WHERE `entry` IN
|
||||
(2928, -- Dust of Decay
|
||||
2930, -- Essence of Pain
|
||||
3777, -- Lethargy Root
|
||||
5173, -- Deathweed
|
||||
8923, -- Essence of Agony
|
||||
8924); -- Dust of Deterioration
|
||||
|
||||
UPDATE `quest_template` SET `RewardSpell` = 2995 WHERE `ID` IN (2480, 2359);
|
||||
|
||||
DELETE FROM `npc_vendor` WHERE `item` IN (3775, 2892, 2893, 5237, 6947, 6949, 6950, 6951, 8926, 8927, 8928, 8984, 8985, 3776, 9186, 10918, 10920, 10921, 10922, 20844, 21835, 21927, 22053, 22054, 22055);
|
||||
|
||||
DELETE FROM `npc_trainer` WHERE `ReqSkillLine` = 40;
|
||||
INSERT INTO `npc_trainer` (`ID`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`) VALUES
|
||||
(1411, 2835, 10000, 40, 130, 30),
|
||||
(1411, 2837, 18000, 40, 170, 38),
|
||||
(1411, 3420, 3000, 40, 1, 20),
|
||||
(1411, 3421, 35000, 40, 230, 50),
|
||||
(1411, 5763, 5000, 40, 100, 24),
|
||||
(1411, 6510, 14000, 40, 150, 34),
|
||||
(1411, 8687, 8000, 40, 120, 28),
|
||||
(1411, 8691, 16000, 40, 160, 36),
|
||||
(1411, 8694, 18000, 40, 170, 38),
|
||||
(1411, 11341, 29000, 40, 200, 44),
|
||||
(1411, 11342, 46000, 40, 240, 52),
|
||||
(1411, 11343, 54000, 40, 280, 60),
|
||||
(1411, 11357, 31000, 40, 210, 46),
|
||||
(1411, 11358, 48000, 40, 250, 54),
|
||||
(1411, 11400, 46000, 40, 240, 52),
|
||||
(1411, 13220, 12000, 40, 140, 32),
|
||||
(1411, 13228, 20000, 40, 180, 40),
|
||||
(1411, 13229, 33000, 40, 220, 48),
|
||||
(1411, 13230, 50000, 40, 260, 56),
|
||||
(1411, 26786, 110000, 40, 320, 68),
|
||||
(1411, 26892, 110000, 40, 320, 68),
|
||||
(1411, 26969, 65000, 40, 290, 62),
|
||||
(1411, 27282, 140000, 40, 330, 70),
|
||||
(1411, 27283, 80000, 40, 300, 64),
|
||||
(2130, 2835, 10000, 40, 130, 30),
|
||||
(2130, 2837, 18000, 40, 170, 38),
|
||||
(2130, 3420, 3000, 40, 1, 20),
|
||||
(2130, 3421, 35000, 40, 230, 50),
|
||||
(2130, 5763, 5000, 40, 100, 24),
|
||||
(2130, 6510, 14000, 40, 150, 34),
|
||||
(2130, 8687, 8000, 40, 120, 28),
|
||||
(2130, 8691, 16000, 40, 160, 36),
|
||||
(2130, 8694, 18000, 40, 170, 38),
|
||||
(2130, 11341, 29000, 40, 200, 44),
|
||||
(2130, 11342, 46000, 40, 240, 52),
|
||||
(2130, 11343, 54000, 40, 280, 60),
|
||||
(2130, 11357, 31000, 40, 210, 46),
|
||||
(2130, 11358, 48000, 40, 250, 54),
|
||||
(2130, 11400, 46000, 40, 240, 52),
|
||||
(2130, 13220, 12000, 40, 140, 32),
|
||||
(2130, 13228, 20000, 40, 180, 40),
|
||||
(2130, 13229, 33000, 40, 220, 48),
|
||||
(2130, 13230, 50000, 40, 260, 56),
|
||||
(2130, 26786, 110000, 40, 320, 68),
|
||||
(2130, 26892, 110000, 40, 320, 68),
|
||||
(2130, 26969, 65000, 40, 290, 62),
|
||||
(2130, 27282, 140000, 40, 330, 70),
|
||||
(2130, 27283, 80000, 40, 300, 64),
|
||||
(3170, 2835, 10000, 40, 130, 30),
|
||||
(3170, 2837, 18000, 40, 170, 38),
|
||||
(3170, 3420, 3000, 40, 1, 20),
|
||||
(3170, 3421, 35000, 40, 230, 50),
|
||||
(3170, 5763, 5000, 40, 100, 24),
|
||||
(3170, 6510, 14000, 40, 150, 34),
|
||||
(3170, 8687, 8000, 40, 120, 28),
|
||||
(3170, 8691, 16000, 40, 160, 36),
|
||||
(3170, 8694, 18000, 40, 170, 38),
|
||||
(3170, 11341, 29000, 40, 200, 44),
|
||||
(3170, 11342, 46000, 40, 240, 52),
|
||||
(3170, 11343, 54000, 40, 280, 60),
|
||||
(3170, 11357, 31000, 40, 210, 46),
|
||||
(3170, 11358, 48000, 40, 250, 54),
|
||||
(3170, 11400, 46000, 40, 240, 52),
|
||||
(3170, 13220, 12000, 40, 140, 32),
|
||||
(3170, 13228, 20000, 40, 180, 40),
|
||||
(3170, 13229, 33000, 40, 220, 48),
|
||||
(3170, 13230, 50000, 40, 260, 56),
|
||||
(3170, 26786, 110000, 40, 320, 68),
|
||||
(3170, 26892, 110000, 40, 320, 68),
|
||||
(3170, 26969, 65000, 40, 290, 62),
|
||||
(3170, 27282, 140000, 40, 330, 70),
|
||||
(3170, 27283, 80000, 40, 300, 64),
|
||||
(3327, 2835, 10000, 40, 130, 30),
|
||||
(3327, 2837, 18000, 40, 170, 38),
|
||||
(3327, 3420, 3000, 40, 1, 20),
|
||||
(3327, 3421, 35000, 40, 230, 50),
|
||||
(3327, 5763, 5000, 40, 100, 24),
|
||||
(3327, 6510, 14000, 40, 150, 34),
|
||||
(3327, 8687, 8000, 40, 120, 28),
|
||||
(3327, 8691, 16000, 40, 160, 36),
|
||||
(3327, 8694, 18000, 40, 170, 38),
|
||||
(3327, 11341, 29000, 40, 200, 44),
|
||||
(3327, 11342, 46000, 40, 240, 52),
|
||||
(3327, 11343, 54000, 40, 280, 60),
|
||||
(3327, 11357, 31000, 40, 210, 46),
|
||||
(3327, 11358, 48000, 40, 250, 54),
|
||||
(3327, 11400, 46000, 40, 240, 52),
|
||||
(3327, 13220, 12000, 40, 140, 32),
|
||||
(3327, 13228, 20000, 40, 180, 40),
|
||||
(3327, 13229, 33000, 40, 220, 48),
|
||||
(3327, 13230, 50000, 40, 260, 56),
|
||||
(3327, 26786, 110000, 40, 320, 68),
|
||||
(3327, 26892, 110000, 40, 320, 68),
|
||||
(3327, 26969, 65000, 40, 290, 62),
|
||||
(3327, 27282, 140000, 40, 330, 70),
|
||||
(3327, 27283, 80000, 40, 300, 64),
|
||||
(3328, 2835, 10000, 40, 130, 30),
|
||||
(3328, 2837, 18000, 40, 170, 38),
|
||||
(3328, 3420, 3000, 40, 1, 20),
|
||||
(3328, 3421, 35000, 40, 230, 50),
|
||||
(3328, 5763, 5000, 40, 100, 24),
|
||||
(3328, 6510, 14000, 40, 150, 34),
|
||||
(3328, 8687, 8000, 40, 120, 28),
|
||||
(3328, 8691, 16000, 40, 160, 36),
|
||||
(3328, 8694, 18000, 40, 170, 38),
|
||||
(3328, 11341, 29000, 40, 200, 44),
|
||||
(3328, 11342, 46000, 40, 240, 52),
|
||||
(3328, 11343, 54000, 40, 280, 60),
|
||||
(3328, 11357, 31000, 40, 210, 46),
|
||||
(3328, 11358, 48000, 40, 250, 54),
|
||||
(3328, 11400, 46000, 40, 240, 52),
|
||||
(3328, 13220, 12000, 40, 140, 32),
|
||||
(3328, 13228, 20000, 40, 180, 40),
|
||||
(3328, 13229, 33000, 40, 220, 48),
|
||||
(3328, 13230, 50000, 40, 260, 56),
|
||||
(3328, 26786, 110000, 40, 320, 68),
|
||||
(3328, 26892, 110000, 40, 320, 68),
|
||||
(3328, 26969, 65000, 40, 290, 62),
|
||||
(3328, 27282, 140000, 40, 330, 70),
|
||||
(3328, 27283, 80000, 40, 300, 64),
|
||||
(3401, 2835, 10000, 40, 130, 30),
|
||||
(3401, 2837, 18000, 40, 170, 38),
|
||||
(3401, 3420, 3000, 40, 1, 20),
|
||||
(3401, 3421, 35000, 40, 230, 50),
|
||||
(3401, 5763, 5000, 40, 100, 24),
|
||||
(3401, 6510, 14000, 40, 150, 34),
|
||||
(3401, 8687, 8000, 40, 120, 28),
|
||||
(3401, 8691, 16000, 40, 160, 36),
|
||||
(3401, 8694, 18000, 40, 170, 38),
|
||||
(3401, 11341, 29000, 40, 200, 44),
|
||||
(3401, 11342, 46000, 40, 240, 52),
|
||||
(3401, 11343, 54000, 40, 280, 60),
|
||||
(3401, 11357, 31000, 40, 210, 46),
|
||||
(3401, 11358, 48000, 40, 250, 54),
|
||||
(3401, 11400, 46000, 40, 240, 52),
|
||||
(3401, 13220, 12000, 40, 140, 32),
|
||||
(3401, 13228, 20000, 40, 180, 40),
|
||||
(3401, 13229, 33000, 40, 220, 48),
|
||||
(3401, 13230, 50000, 40, 260, 56),
|
||||
(3401, 26786, 110000, 40, 320, 68),
|
||||
(3401, 26892, 110000, 40, 320, 68),
|
||||
(3401, 26969, 65000, 40, 290, 62),
|
||||
(3401, 27282, 140000, 40, 330, 70),
|
||||
(3401, 27283, 80000, 40, 300, 64),
|
||||
(4582, 2835, 10000, 40, 130, 30),
|
||||
(4582, 2837, 18000, 40, 170, 38),
|
||||
(4582, 3420, 3000, 40, 1, 20),
|
||||
(4582, 3421, 35000, 40, 230, 50),
|
||||
(4582, 5763, 5000, 40, 100, 24),
|
||||
(4582, 6510, 14000, 40, 150, 34),
|
||||
(4582, 8687, 8000, 40, 120, 28),
|
||||
(4582, 8691, 16000, 40, 160, 36),
|
||||
(4582, 8694, 18000, 40, 170, 38),
|
||||
(4582, 11341, 29000, 40, 200, 44),
|
||||
(4582, 11342, 46000, 40, 240, 52),
|
||||
(4582, 11343, 54000, 40, 280, 60),
|
||||
(4582, 11357, 31000, 40, 210, 46),
|
||||
(4582, 11358, 48000, 40, 250, 54),
|
||||
(4582, 11400, 46000, 40, 240, 52),
|
||||
(4582, 13220, 12000, 40, 140, 32),
|
||||
(4582, 13228, 20000, 40, 180, 40),
|
||||
(4582, 13229, 33000, 40, 220, 48),
|
||||
(4582, 13230, 50000, 40, 260, 56),
|
||||
(4582, 26786, 110000, 40, 320, 68),
|
||||
(4582, 26892, 110000, 40, 320, 68),
|
||||
(4582, 26969, 65000, 40, 290, 62),
|
||||
(4582, 27282, 140000, 40, 330, 70),
|
||||
(4582, 27283, 80000, 40, 300, 64),
|
||||
(4583, 2835, 10000, 40, 130, 30),
|
||||
(4583, 2837, 18000, 40, 170, 38),
|
||||
(4583, 3420, 3000, 40, 1, 20),
|
||||
(4583, 3421, 35000, 40, 230, 50),
|
||||
(4583, 5763, 5000, 40, 100, 24),
|
||||
(4583, 6510, 14000, 40, 150, 34),
|
||||
(4583, 8687, 8000, 40, 120, 28),
|
||||
(4583, 8691, 16000, 40, 160, 36),
|
||||
(4583, 8694, 18000, 40, 170, 38),
|
||||
(4583, 11341, 29000, 40, 200, 44),
|
||||
(4583, 11342, 46000, 40, 240, 52),
|
||||
(4583, 11343, 54000, 40, 280, 60),
|
||||
(4583, 11357, 31000, 40, 210, 46),
|
||||
(4583, 11358, 48000, 40, 250, 54),
|
||||
(4583, 11400, 46000, 40, 240, 52),
|
||||
(4583, 13220, 12000, 40, 140, 32),
|
||||
(4583, 13228, 20000, 40, 180, 40),
|
||||
(4583, 13229, 33000, 40, 220, 48),
|
||||
(4583, 13230, 50000, 40, 260, 56),
|
||||
(4583, 26786, 110000, 40, 320, 68),
|
||||
(4583, 26892, 110000, 40, 320, 68),
|
||||
(4583, 26969, 65000, 40, 290, 62),
|
||||
(4583, 27282, 140000, 40, 330, 70),
|
||||
(4583, 27283, 80000, 40, 300, 64),
|
||||
(4584, 2835, 10000, 40, 130, 30),
|
||||
(4584, 2837, 18000, 40, 170, 38),
|
||||
(4584, 3420, 3000, 40, 1, 20),
|
||||
(4584, 3421, 35000, 40, 230, 50),
|
||||
(4584, 5763, 5000, 40, 100, 24),
|
||||
(4584, 6510, 14000, 40, 150, 34),
|
||||
(4584, 8687, 8000, 40, 120, 28),
|
||||
(4584, 8691, 16000, 40, 160, 36),
|
||||
(4584, 8694, 18000, 40, 170, 38),
|
||||
(4584, 11341, 29000, 40, 200, 44),
|
||||
(4584, 11342, 46000, 40, 240, 52),
|
||||
(4584, 11343, 54000, 40, 280, 60),
|
||||
(4584, 11357, 31000, 40, 210, 46),
|
||||
(4584, 11358, 48000, 40, 250, 54),
|
||||
(4584, 11400, 46000, 40, 240, 52),
|
||||
(4584, 13220, 12000, 40, 140, 32),
|
||||
(4584, 13228, 20000, 40, 180, 40),
|
||||
(4584, 13229, 33000, 40, 220, 48),
|
||||
(4584, 13230, 50000, 40, 260, 56),
|
||||
(4584, 26786, 110000, 40, 320, 68),
|
||||
(4584, 26892, 110000, 40, 320, 68),
|
||||
(4584, 26969, 65000, 40, 290, 62),
|
||||
(4584, 27282, 140000, 40, 330, 70),
|
||||
(4584, 27283, 80000, 40, 300, 64),
|
||||
(26329, 2835, 10000, 40, 130, 30),
|
||||
(26329, 2837, 18000, 40, 170, 38),
|
||||
(26329, 3420, 3000, 40, 1, 20),
|
||||
(26329, 3421, 35000, 40, 230, 50),
|
||||
(26329, 5763, 5000, 40, 100, 24),
|
||||
(26329, 6510, 14000, 40, 150, 34),
|
||||
(26329, 8687, 8000, 40, 120, 28),
|
||||
(26329, 8691, 16000, 40, 160, 36),
|
||||
(26329, 8694, 18000, 40, 170, 38),
|
||||
(26329, 11341, 29000, 40, 200, 44),
|
||||
(26329, 11342, 46000, 40, 240, 52),
|
||||
(26329, 11343, 54000, 40, 280, 60),
|
||||
(26329, 11357, 31000, 40, 210, 46),
|
||||
(26329, 11358, 48000, 40, 250, 54),
|
||||
(26329, 11400, 46000, 40, 240, 52),
|
||||
(26329, 13220, 12000, 40, 140, 32),
|
||||
(26329, 13228, 20000, 40, 180, 40),
|
||||
(26329, 13229, 33000, 40, 220, 48),
|
||||
(26329, 13230, 50000, 40, 260, 56),
|
||||
(26329, 26786, 110000, 40, 320, 68),
|
||||
(26329, 26892, 110000, 40, 320, 68),
|
||||
(26329, 26969, 65000, 40, 290, 62),
|
||||
(26329, 27282, 140000, 40, 330, 70),
|
||||
(26329, 27283, 80000, 40, 300, 64),
|
||||
(200016, 2835, 10000, 40, 130, 30),
|
||||
(200016, 2837, 18000, 40, 170, 38),
|
||||
(200016, 3420, 3000, 40, 1, 20),
|
||||
(200016, 3421, 35000, 40, 230, 50),
|
||||
(200016, 5763, 5000, 40, 100, 24),
|
||||
(200016, 6510, 14000, 40, 150, 34),
|
||||
(200016, 8687, 8000, 40, 120, 28),
|
||||
(200016, 8691, 16000, 40, 160, 36),
|
||||
(200016, 8694, 18000, 40, 170, 38),
|
||||
(200016, 11341, 29000, 40, 200, 44),
|
||||
(200016, 11342, 46000, 40, 240, 52),
|
||||
(200016, 11343, 54000, 40, 280, 60),
|
||||
(200016, 11357, 31000, 40, 210, 46),
|
||||
(200016, 11358, 48000, 40, 250, 54),
|
||||
(200016, 11400, 46000, 40, 240, 52),
|
||||
(200016, 13220, 12000, 40, 140, 32),
|
||||
(200016, 13228, 20000, 40, 180, 40),
|
||||
(200016, 13229, 33000, 40, 220, 48),
|
||||
(200016, 13230, 50000, 40, 260, 56),
|
||||
(200016, 26786, 110000, 40, 320, 68),
|
||||
(200016, 26892, 110000, 40, 320, 68),
|
||||
(200016, 26969, 65000, 40, 290, 62),
|
||||
(200016, 27282, 140000, 40, 330, 70),
|
||||
(200016, 27283, 80000, 40, 300, 64);
|
||||
|
||||
|
||||
DELETE FROM `reference_loot_template` WHERE `Entry`= 30424 AND `Item`= 21302;
|
||||
INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(30424, 21302, 0, 0, 0, 1, 1, 1, 1, 'Handbook of Deadly Poison V');
|
||||
|
||||
DELETE FROM `spell_ranks` WHERE `first_spell_id` IN (2835, 3420, 5763, 8681, 13220);
|
||||
INSERT INTO `spell_ranks` (`first_spell_id`, `spell_id`, `rank`) VALUES
|
||||
(2835, 2835, 1),
|
||||
(2835, 2837, 2),
|
||||
(2835, 11357, 3),
|
||||
(2835, 11358, 4),
|
||||
(2835, 25347, 5),
|
||||
(2835, 26969, 6),
|
||||
(2835, 27282, 7),
|
||||
(3420, 3420, 1),
|
||||
(3420, 3421, 2),
|
||||
(5763, 5763, 1),
|
||||
(5763, 8694, 2),
|
||||
(5763, 11400, 3),
|
||||
(8681, 8681, 1),
|
||||
(8681, 8687, 2),
|
||||
(8681, 8691, 3),
|
||||
(8681, 11341, 4),
|
||||
(8681, 11342, 5),
|
||||
(8681, 11343, 6),
|
||||
(8681, 26892, 7),
|
||||
(13220, 13220, 1),
|
||||
(13220, 13228, 2),
|
||||
(13220, 13229, 3),
|
||||
(13220, 13230, 4),
|
||||
(13220, 27283, 5);
|
||||
+51
@@ -0,0 +1,51 @@
|
||||
/* These changes are intended to be used in conjunction with autobalance, NPCBots, or other methods that allow players to complete raids with smaller groups.
|
||||
Given the nature of the module, it is not uncommon for players to be in different phases and to have difficulty finding a full group, particularly for 40-man raids.
|
||||
*/
|
||||
|
||||
/* -- Earlier access to Eternal Quintessence --
|
||||
This change will cause Duke Hydraxis to give Eternal Quintessence at the time he would normally give standard Aqual Quintessence, along with removing its cooldown.
|
||||
|
||||
This will allow players to have the full Molten Core experience including progress through the Hydraxian Waterlords faction and all quests with appropriate rewards,
|
||||
while still allowing them to douse runes. Originally, due to the standard Quintessence being unique and having a week long cooldown, accessing the end bosses of the instance
|
||||
requires one player per boss to douse the runes.
|
||||
|
||||
One other alternative provided by the module is the disabling runes entirely, which allows players to skip the faction and quests entirely and clear the instance as soon
|
||||
as they enter the first time. This is done through the module's config file (disabled by default). This optional change is a medium between the two.
|
||||
*/
|
||||
|
||||
UPDATE `smart_scripts` SET `action_param1` = 22754 WHERE `entryorguid` = 13278 AND `id` = 1;
|
||||
UPDATE `item_template` SET `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE `entry` = 22754;
|
||||
|
||||
/* -- Fewer Firesworn in Garr fight --
|
||||
The Garr fight in Molten Core was designed to have a group of 40 players split up to defeat the 8 Firesworn minions.
|
||||
With a smaller group, this fight becomes very difficult to manage even when scaled down.
|
||||
|
||||
This change reduces the number of Firesworn to only 4, making the fight more reasonable for a smaller party without
|
||||
having to resort to excessive scaling.
|
||||
*/
|
||||
DELETE FROM `creature` WHERE `guid` IN (56628, 56619, 56622, 56610);
|
||||
DELETE FROM `creature_formations` WHERE `memberGUID` IN (56628, 56619, 56622, 56610);
|
||||
DELETE FROM `linked_respawn` WHERE `guid` IN (56628, 56619, 56622, 56610);
|
||||
|
||||
/* -- Restore Firesworn in Garr fight (if needed) -- */
|
||||
/* DELETE FROM `creature` WHERE `guid` IN (56628, 56619, 56622, 56610);
|
||||
INSERT INTO `creature` (`guid`,`id1`,`id2`,`id3`,`map`,`zoneId`,`areaId`,`spawnMask`,`phaseMask`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`wander_distance`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`,`npcflag`,`unit_flags`,`dynamicflags`,`ScriptName`,`VerifiedBuild`,`CreateObject`,`Comment`) VALUES
|
||||
(56619,12099,0,0,409,0,0,1,1,0,693.192,-494.994,-214.185,0,7200,0,0,61040,0,0,0,0,0,'',0,0,NULL),
|
||||
(56610,12099,0,0,409,0,0,1,1,0,688.943,-508.177,-214.46,4.83456,7200,0,0,61040,0,0,0,0,0,'',0,0,NULL),
|
||||
(56622,12099,0,0,409,0,0,1,1,0,683.891,-496.467,-213.892,6.02003,7200,0,0,61040,0,0,0,0,0,'',0,0,NULL),
|
||||
(56628,12099,0,0,409,0,0,1,1,0,698.831,-507.815,-214.691,6.02004,7200,0,0,61040,0,0,0,0,0,'',0,0,NULL);
|
||||
|
||||
DELETE FROM `creature_formations` WHERE `memberGUID` IN (56628, 56619, 56622, 56610);
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
(56609,56610,10,45,514,0,0),
|
||||
(56609,56619,10,135,514,0,0),
|
||||
(56609,56622,10,225,514,0,0),
|
||||
(56609,56628,10,315,514,0,0);
|
||||
|
||||
DELETE FROM `linked_respawn` WHERE `guid` IN (56628, 56619, 56622, 56610);
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(56610,56609,0),
|
||||
(56619,56609,0),
|
||||
(56622,56609,0),
|
||||
(56628,56609,0);
|
||||
*/
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
These changes remove exclusivity from the buff scrolls, and make them stackable.
|
||||
This restores behavior to vanilla where players were able to buff themselves with multiple buff scrolls
|
||||
This should not be possible in TBC and WoTLK. No solution yet to have this work correctly all the time.
|
||||
*/
|
||||
|
||||
-- Set first_spell_id as rank 2 to bypass core check for exclusivity
|
||||
UPDATE `spell_ranks` SET `first_spell_id` = 8094 WHERE `first_spell_id` = 8091;
|
||||
UPDATE `spell_ranks` SET `first_spell_id` = 8097 WHERE `first_spell_id` = 8096;
|
||||
UPDATE `spell_ranks` SET `first_spell_id` = 8100 WHERE `first_spell_id` = 8099;
|
||||
UPDATE `spell_ranks` SET `first_spell_id` = 8113 WHERE `first_spell_id` = 8112;
|
||||
UPDATE `spell_ranks` SET `first_spell_id` = 8116 WHERE `first_spell_id` = 8115;
|
||||
UPDATE `spell_ranks` SET `first_spell_id` = 8119 WHERE `first_spell_id` = 8118;
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
Optional change. Obtaining keys for heroic dungeons in The Burning Crusade is conditional on having corresponding reputation at Revered rank.
|
||||
This reduces the reputation requirements to obtain keys to Honored and thus allows you to go to heroic dungeons more quickly.
|
||||
This rep nerf was officially implemented in patch 2.3 (Zul'Aman raid content, 2008).
|
||||
Sql edit example: RequiredReputationRank = 6 for Revered, 5 for Honored, 4 for Friendly
|
||||
*/
|
||||
|
||||
UPDATE `item_template` SET `RequiredReputationRank` = 5 WHERE `entry` = 30622; -- Honor Hold, Flamewrought Key
|
||||
UPDATE `item_template` SET `RequiredReputationRank` = 5 WHERE `entry` = 30623; -- Cenarion Expedition, Reservoir Key
|
||||
UPDATE `item_template` SET `RequiredReputationRank` = 5 WHERE `entry` = 30633; -- Lower City, Auchenai Key
|
||||
UPDATE `item_template` SET `RequiredReputationRank` = 5 WHERE `entry` = 30634; -- The Sha'tar, Warpforged Key
|
||||
UPDATE `item_template` SET `RequiredReputationRank` = 5 WHERE `entry` = 30635; -- Keepers of Time, Key of Time
|
||||
UPDATE `item_template` SET `RequiredReputationRank` = 5 WHERE `entry` = 30637; -- Thrallmar, Flamewrought Key
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
These changes add otherwise unobtainable items to appropriate places in the world, with suitable levels of challenge to obtain them.
|
||||
This is in line with the module's intent to allow each player to experience all of the available content in WoW - in this case,
|
||||
it removes reliance on out-of-game events, real money purchases, or cheating via GM commands.
|
||||
|
||||
These items are almost entirely cosmetic and were available to players through external means - debug or cheat items not intended for player use are not added.
|
||||
*/
|
||||
|
||||
/* Tabard of Flame (WoW TCG Promotional Item) - added as a 3% drop from Ragnaros */
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` = 11502 AND `Item` = 23705 AND `Reference` = 0 AND `GroupId` = 0;
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(11502, 23705, 0, 3, 0, 1, 0, 1, 1, NULL);
|
||||
|
||||
/* Celestial Steed (Real Money Purchase) - added as a 1% drop from Gift of the Observer */
|
||||
DELETE FROM `gameobject_loot_template` WHERE `Entry` = 26974 AND `Item` = 54811;
|
||||
INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(26974, 54811, 0, 1, 0, 1, 0, 1, 1, 'Gift of the Observer - Celestial Steed');
|
||||
+128
@@ -0,0 +1,128 @@
|
||||
/*
|
||||
This will restore specialization requirements for vanilla crafting recipes.
|
||||
This may require a reset of the item WDB cache files.
|
||||
*/
|
||||
|
||||
/* Dragonscale Leatherworking (10656) */
|
||||
UPDATE `npc_trainer` SET `ReqSpell` = 10656 WHERE SpellID = 10619; -- Dragonscale Gauntlets
|
||||
UPDATE `npc_trainer` SET `ReqSpell` = 10656 WHERE SpellID = 10650; -- Dragonscale Breastplate
|
||||
UPDATE `npc_trainer` SET `ReqSpell` = 10656 WHERE SpellID = 24654; -- Blue Dragonscale Leggings
|
||||
UPDATE `npc_trainer` SET `ReqSpell` = 10656 WHERE SpellID = 24655; -- Green Dragonscale Gauntlets
|
||||
UPDATE `npc_trainer` SET `ReqSpell` = 10656 WHERE SpellID = 36076; -- Dragonstrike Leggings
|
||||
UPDATE `item_template` SET `requiredspell` = 10656 WHERE entry = 15726; -- Pattern: Green Dragonscale Breastplate
|
||||
UPDATE `item_template` SET `requiredspell` = 10656 WHERE entry = 15730; -- Pattern: Red Dragonscale Breastplate
|
||||
UPDATE `item_template` SET `requiredspell` = 10656 WHERE entry = 15733; -- Pattern: Green Dragonscale Leggings
|
||||
UPDATE `item_template` SET `requiredspell` = 10656 WHERE entry = 15751; -- Pattern: Blue Dragonscale Breastplate
|
||||
UPDATE `item_template` SET `requiredspell` = 10656 WHERE entry = 15759; -- Pattern: Black Dragonscale Breastplate
|
||||
UPDATE `item_template` SET `requiredspell` = 10656 WHERE entry = 15763; -- Pattern: Blue Dragonscale Shoulders
|
||||
UPDATE `item_template` SET `requiredspell` = 10656 WHERE entry = 15770; -- Pattern: Black Dragonscale Shoulders
|
||||
UPDATE `item_template` SET `requiredspell` = 10656 WHERE entry = 15781; -- Pattern: Black Dragonscale Leggings
|
||||
UPDATE `item_template` SET `requiredspell` = 10656 WHERE entry = 17025; -- Pattern: Black Dragonscale Boots
|
||||
UPDATE `item_template` SET `requiredspell` = 10656 WHERE entry = 19331; -- Pattern: Chromatic Gauntlets
|
||||
UPDATE `item_template` SET `requiredspell` = 10656 WHERE entry = 20382; -- Pattern: Dreamscale Breastplate
|
||||
|
||||
/* Elemental Leatherworking (10658) */
|
||||
UPDATE `npc_trainer` SET `ReqSpell` = 10658 WHERE SpellID = 10630; -- Gauntlets of the Sea
|
||||
UPDATE `npc_trainer` SET `ReqSpell` = 10658 WHERE SpellID = 10632; -- Helm of Fire
|
||||
UPDATE `npc_trainer` SET `ReqSpell` = 10658 WHERE SpellID = 36074; -- Blackstorm Leggings
|
||||
UPDATE `item_template` SET `requiredspell` = 10658 WHERE entry = 15732; -- Pattern: Volcanic Leggings
|
||||
UPDATE `item_template` SET `requiredspell` = 10658 WHERE entry = 15734; -- Pattern: Living Shoulders
|
||||
UPDATE `item_template` SET `requiredspell` = 10658 WHERE entry = 15741; -- Pattern: Stormshroud Pants
|
||||
UPDATE `item_template` SET `requiredspell` = 10658 WHERE entry = 15749; -- Pattern: Volcanic Breastplate
|
||||
UPDATE `item_template` SET `requiredspell` = 10658 WHERE entry = 15752; -- Pattern: Living Leggings
|
||||
UPDATE `item_template` SET `requiredspell` = 10658 WHERE entry = 15753; -- Pattern: Stormshroud Armor
|
||||
UPDATE `item_template` SET `requiredspell` = 10658 WHERE entry = 15764; -- Pattern: Stormshroud Shoulders
|
||||
UPDATE `item_template` SET `requiredspell` = 10658 WHERE entry = 15771; -- Pattern: Living Breastplate
|
||||
UPDATE `item_template` SET `requiredspell` = 10658 WHERE entry = 15775; -- Pattern: Volcanic Shoulders
|
||||
UPDATE `item_template` SET `requiredspell` = 10658 WHERE entry = 17023; -- Pattern: Molten Helm
|
||||
UPDATE `item_template` SET `requiredspell` = 10658 WHERE entry = 18519; -- Pattern: Shifting Cloak
|
||||
UPDATE `item_template` SET `requiredspell` = 10658 WHERE entry = 19333; -- Pattern: Molten Belt
|
||||
UPDATE `item_template` SET `requiredspell` = 10658 WHERE entry = 21548; -- Pattern: Stormshroud Gloves
|
||||
|
||||
/* Tribal Leatherworking (10660) */
|
||||
UPDATE `npc_trainer` SET `ReqSpell` = 10660 WHERE SpellID = 10621; -- Wolfshead Helm
|
||||
UPDATE `npc_trainer` SET `ReqSpell` = 10660 WHERE SpellID = 10647; -- Feathered Breastplate
|
||||
UPDATE `npc_trainer` SET `ReqSpell` = 10660 WHERE SpellID = 36075; -- Wildfeather Leggings
|
||||
UPDATE `item_template` SET `requiredspell` = 10660 WHERE entry = 15729; -- Pattern: Chimeric Gloves
|
||||
UPDATE `item_template` SET `requiredspell` = 10660 WHERE entry = 15735; -- Pattern: Ironfeather Shoulders
|
||||
UPDATE `item_template` SET `requiredspell` = 10660 WHERE entry = 15737; -- Pattern: Chimeric Boots
|
||||
UPDATE `item_template` SET `requiredspell` = 10660 WHERE entry = 15740; -- Pattern: Frostsaber Boots
|
||||
UPDATE `item_template` SET `requiredspell` = 10660 WHERE entry = 15746; -- Pattern: Chimeric Leggings
|
||||
UPDATE `item_template` SET `requiredspell` = 10660 WHERE entry = 15747; -- Pattern: Frostsaber Leggings
|
||||
UPDATE `item_template` SET `requiredspell` = 10660 WHERE entry = 15755; -- Pattern: Chimeric Vest
|
||||
UPDATE `item_template` SET `requiredspell` = 10660 WHERE entry = 15758; -- Pattern: Devilsaur Gauntlets
|
||||
UPDATE `item_template` SET `requiredspell` = 10660 WHERE entry = 15760; -- Pattern: Ironfeather Breastplate
|
||||
UPDATE `item_template` SET `requiredspell` = 10660 WHERE entry = 15761; -- Pattern: Frostsaber Gloves
|
||||
UPDATE `item_template` SET `requiredspell` = 10660 WHERE entry = 15772; -- Pattern: Devilsaur Leggings
|
||||
UPDATE `item_template` SET `requiredspell` = 10660 WHERE entry = 15779; -- Pattern: Frostsaber Tunic
|
||||
UPDATE `item_template` SET `requiredspell` = 10660 WHERE entry = 17022; -- Pattern: Corehound Boots
|
||||
UPDATE `item_template` SET `requiredspell` = 10660 WHERE entry = 18518; -- Pattern: Hide of the Wild
|
||||
UPDATE `item_template` SET `requiredspell` = 10660 WHERE entry = 19332; -- Pattern: Corehound Belt
|
||||
UPDATE `item_template` SET `requiredspell` = 10660 WHERE entry = 20253; -- Pattern: Warbear Harness
|
||||
UPDATE `item_template` SET `requiredspell` = 10660 WHERE entry = 20254; -- Pattern: Warbear Woolies
|
||||
|
||||
/* Armorsmith (9788) */
|
||||
UPDATE `npc_trainer` SET `ReqSpell` = 9788 WHERE SpellID = 9974; -- Truesilver Breastplate
|
||||
UPDATE `npc_trainer` SET `ReqSpell` = 9788 WHERE SpellID = 9954; -- Truesilver Gauntlets
|
||||
UPDATE `npc_trainer` SET `ReqSpell` = 9788 WHERE SpellID = 36122; -- Earthforged Leggings
|
||||
UPDATE `npc_trainer` SET `ReqSpell` = 9788 WHERE SpellID = 36124; -- Windforged Leggings
|
||||
UPDATE `item_template` SET `requiredspell` = 9788 WHERE entry = 17051; -- Plans: Dark Iron Bracers
|
||||
UPDATE `item_template` SET `requiredspell` = 9788 WHERE entry = 19207; -- Plans: Dark Iron Gauntlets
|
||||
UPDATE `item_template` SET `requiredspell` = 9788 WHERE entry = 19206; -- Plans: Dark Iron Helm
|
||||
UPDATE `item_template` SET `requiredspell` = 9788 WHERE entry = 17052; -- Plans: Dark Iron Leggings
|
||||
UPDATE `item_template` SET `requiredspell` = 9788 WHERE entry = 20040; -- Plans: Dark Iron Boots
|
||||
UPDATE `item_template` SET `requiredspell` = 9788 WHERE entry = 11612; -- Plans: Dark Iron Plate
|
||||
UPDATE `item_template` SET `requiredspell` = 9788 WHERE entry = 12698; -- Plans: Dawnbringer Shoulders
|
||||
UPDATE `item_template` SET `requiredspell` = 9788 WHERE entry = 12696; -- Plans: Demon Forged Breastplate
|
||||
UPDATE `item_template` SET `requiredspell` = 9788 WHERE entry = 12727; -- Plans: Enchanted Thorium Breastplate
|
||||
UPDATE `item_template` SET `requiredspell` = 9788 WHERE entry = 12725; -- Plans: Enchanted Thorium Helm
|
||||
UPDATE `item_template` SET `requiredspell` = 9788 WHERE entry = 12726; -- Plans: Enchanted Thorium Leggings
|
||||
UPDATE `item_template` SET `requiredspell` = 9788 WHERE entry = 17049; -- Plans: Fiery Chain Girdle
|
||||
UPDATE `item_template` SET `requiredspell` = 9788 WHERE entry = 17053; -- Plans: Fiery Chain Shoulders
|
||||
UPDATE `item_template` SET `requiredspell` = 9788 WHERE entry = 12699; -- Plans: Fiery Plate Gauntlets
|
||||
UPDATE `item_template` SET `requiredspell` = 9788 WHERE entry = 12716; -- Plans: Helm of the Great Chief
|
||||
UPDATE `item_template` SET `requiredspell` = 9788 WHERE entry = 12728; -- Plans: Invulnerable Mail
|
||||
UPDATE `item_template` SET `requiredspell` = 9788 WHERE entry = 12717; -- Plans: Lionheart Helm
|
||||
UPDATE `item_template` SET `requiredspell` = 9788 WHERE entry = 12703; -- Plans: Storm Gauntlets
|
||||
UPDATE `item_template` SET `requiredspell` = 9788 WHERE entry = 12720; -- Plans: Stronghold Gauntlets
|
||||
UPDATE `item_template` SET `requiredspell` = 9788 WHERE entry = 22388; -- Plans: Titanic Leggings
|
||||
UPDATE `item_template` SET `requiredspell` = 9788 WHERE entry = 12711; -- Plans: Whitesoul Helm
|
||||
UPDATE `item_template` SET `requiredspell` = 9788 WHERE entry = 12691; -- Plans: Wildthorn Mail
|
||||
|
||||
/* Weaponsmith (9787) */
|
||||
UPDATE `npc_trainer` SET `ReqSpell` = 9787 WHERE SpellID = 10003; -- The Shatterer
|
||||
UPDATE `npc_trainer` SET `ReqSpell` = 9787 WHERE SpellID = 10007; -- Phantom Blade
|
||||
UPDATE `npc_trainer` SET `ReqSpell` = 9787 WHERE SpellID = 10011; -- Blight
|
||||
UPDATE `npc_trainer` SET `ReqSpell` = 9787 WHERE SpellID = 10015; -- Truesilver Champion
|
||||
UPDATE `npc_trainer` SET `ReqSpell` = 9787 WHERE SpellID = 36125; -- Light Earthforged Blade
|
||||
UPDATE `npc_trainer` SET `ReqSpell` = 9787 WHERE SpellID = 36126; -- Light Skyforged Axe
|
||||
UPDATE `npc_trainer` SET `ReqSpell` = 9787 WHERE SpellID = 36128; -- Light Emberforged Hammer
|
||||
UPDATE `item_template` SET `requiredspell` = 9787 WHERE entry = 11610; -- Plans: Dark Iron Pulverizer
|
||||
UPDATE `item_template` SET `requiredspell` = 9787 WHERE entry = 11611; -- Plans: Dark Iron Sunderer
|
||||
UPDATE `item_template` SET `requiredspell` = 9787 WHERE entry = 12839; -- Plans: Heartseeker
|
||||
UPDATE `item_template` SET `requiredspell` = 9787 WHERE entry = 19208; -- Plans: Black Amnesty
|
||||
UPDATE `item_template` SET `requiredspell` = 9787 WHERE entry = 19209; -- Plans: Blackfury
|
||||
|
||||
/* Master Swordsmith (17039) */
|
||||
UPDATE `item_template` SET `requiredspell` = 17039 WHERE entry = 12825; -- Plans: Blazing Rapier
|
||||
UPDATE `item_template` SET `requiredspell` = 17039 WHERE entry = 12834; -- Plans: Arcanite Champion
|
||||
UPDATE `item_template` SET `requiredspell` = 17039 WHERE entry = 12836; -- Plans: Frostguard
|
||||
UPDATE `item_template` SET `requiredspell` = 17039 WHERE entry = 12830; -- Plans: Corruption
|
||||
UPDATE `item_template` SET `requiredspell` = 17039 WHERE entry = 17059; -- Plans: Dark Iron Reaver
|
||||
UPDATE `item_template` SET `requiredspell` = 17039 WHERE entry = 19211; -- Plans: Blackguard
|
||||
UPDATE `item_template` SET `requiredspell` = 17039 WHERE entry = 22389; -- Plans: Sageblade
|
||||
|
||||
/* Master Hammersmith (17040) */
|
||||
UPDATE `item_template` SET `requiredspell` = 17040 WHERE entry = 12824; -- Plans: Enchanted Battlehammer
|
||||
UPDATE `item_template` SET `requiredspell` = 17040 WHERE entry = 12827; -- Plans: Serenity
|
||||
UPDATE `item_template` SET `requiredspell` = 17040 WHERE entry = 12833; -- Plans: Hammer of the Titans
|
||||
UPDATE `item_template` SET `requiredspell` = 17040 WHERE entry = 12837; -- Plans: Masterwork Stormhammer
|
||||
UPDATE `item_template` SET `requiredspell` = 17040 WHERE entry = 19210; -- Plans: Ebon Hand
|
||||
UPDATE `item_template` SET `requiredspell` = 17040 WHERE entry = 22390; -- Plans: Persuader
|
||||
|
||||
/* Master Axesmith (17041) */
|
||||
UPDATE `item_template` SET `requiredspell` = 17041 WHERE entry = 12835; -- Plans: Annihilator
|
||||
UPDATE `item_template` SET `requiredspell` = 17041 WHERE entry = 12838; -- Plans: Arcanite Reaper
|
||||
UPDATE `item_template` SET `requiredspell` = 17041 WHERE entry = 17060; -- Plans: Dark Iron Destroyer
|
||||
UPDATE `item_template` SET `requiredspell` = 17041 WHERE entry = 12821; -- Plans: Dawn's Edge
|
||||
UPDATE `item_template` SET `requiredspell` = 17041 WHERE entry = 19212; -- Plans: Nightfall
|
||||
@@ -0,0 +1,340 @@
|
||||
/*
|
||||
Reverts creatures that had model changes post-Vanilla to their original models.
|
||||
There are a few exceptions due to some Vanilla models being removed from the game files.
|
||||
*/
|
||||
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6630 WHERE `CreatureID` = 14387 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 143 WHERE `CreatureID` = 29 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 604 WHERE `CreatureID` = 69 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 732 WHERE `CreatureID` = 201 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 447 WHERE `CreatureID` = 299 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 612 WHERE `CreatureID` = 522 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 5606 WHERE `CreatureID` = 706 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 611 WHERE `CreatureID` = 724 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 5609 WHERE `CreatureID` = 808 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 5605 WHERE `CreatureID` = 946 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 5608 WHERE `CreatureID` = 1120 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 5607 WHERE `CreatureID` = 1121 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 5612 WHERE `CreatureID` = 1122 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 5626 WHERE `CreatureID` = 1123 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 5613 WHERE `CreatureID` = 1124 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 1643 WHERE `CreatureID` = 1156 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 5625 WHERE `CreatureID` = 1260 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 1428 WHERE `CreatureID` = 1293 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 5610 WHERE `CreatureID` = 1397 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 317 WHERE `CreatureID` = 1490 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 10979 WHERE `CreatureID` = 1502 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 30 WHERE `CreatureID` = 1505 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 2483 WHERE `CreatureID` = 1537 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 149 WHERE `CreatureID` = 1601 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 4731 WHERE `CreatureID` = 1752 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11650 WHERE `CreatureID` = 1776 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 902 WHERE `CreatureID` = 1778 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 864 WHERE `CreatureID` = 1964 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6807 WHERE `CreatureID` = 1985 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11448 WHERE `CreatureID` = 2032 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11658 WHERE `CreatureID` = 2425 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3986 WHERE `CreatureID` = 2552 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3993 WHERE `CreatureID` = 2553 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3991 WHERE `CreatureID` = 2554 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3995 WHERE `CreatureID` = 2555 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3997 WHERE `CreatureID` = 2556 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 4001 WHERE `CreatureID` = 2558 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 4003 WHERE `CreatureID` = 2605 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 4033 WHERE `CreatureID` = 2606 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 1545 WHERE `CreatureID` = 2614 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 10952 WHERE `CreatureID` = 2615 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 1038 WHERE `CreatureID` = 2635 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6491 WHERE `CreatureID` = 2639 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6542 WHERE `CreatureID` = 2640 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6497 WHERE `CreatureID` = 2641 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6514 WHERE `CreatureID` = 2642 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6493 WHERE `CreatureID` = 2643 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6510 WHERE `CreatureID` = 2644 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6538 WHERE `CreatureID` = 2645 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6495 WHERE `CreatureID` = 2646 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6540 WHERE `CreatureID` = 2647 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6997 WHERE `CreatureID` = 2648 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6479 WHERE `CreatureID` = 2649 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6480 WHERE `CreatureID` = 2650 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6483 WHERE `CreatureID` = 2651 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6485 WHERE `CreatureID` = 2652 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6489 WHERE `CreatureID` = 2653 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6487 WHERE `CreatureID` = 2654 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6547 WHERE `CreatureID` = 2691 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6549 WHERE `CreatureID` = 2692 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6546 WHERE `CreatureID` = 2693 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6548 WHERE `CreatureID` = 2694 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 9752 WHERE `CreatureID` = 2888 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11418 WHERE `CreatureID` = 2926 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 12238 WHERE `CreatureID` = 2929 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 7244 WHERE `CreatureID` = 2976 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 7246 WHERE `CreatureID` = 2977 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 7247 WHERE `CreatureID` = 2978 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 7245 WHERE `CreatureID` = 2979 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 2864 WHERE `CreatureID` = 3281 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 7237 WHERE `CreatureID` = 3282 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 7234 WHERE `CreatureID` = 3283 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3918 WHERE `CreatureID` = 3284 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 7241 WHERE `CreatureID` = 3285 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 7238 WHERE `CreatureID` = 3286 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 1986 WHERE `CreatureID` = 3300 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 4244 WHERE `CreatureID` = 3465 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 1643 WHERE `CreatureID` = 3727 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 9751 WHERE `CreatureID` = 3730 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 2572 WHERE `CreatureID` = 3794 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 2572 WHERE `CreatureID` = 3795 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 2080 WHERE `CreatureID` = 4045 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 2240 WHERE `CreatureID` = 4198 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 2352 WHERE `CreatureID` = 4274 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11315 WHERE `CreatureID` = 4356 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 2573 WHERE `CreatureID` = 4357 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 2539 WHERE `CreatureID` = 4377 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 2602 WHERE `CreatureID` = 4388 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 4691 WHERE `CreatureID` = 4456 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6508 WHERE `CreatureID` = 4465 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6512 WHERE `CreatureID` = 4466 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6535 WHERE `CreatureID` = 4467 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 2970 WHERE `CreatureID` = 4968 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 4494 WHERE `CreatureID` = 5353 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3293 WHERE `CreatureID` = 5498 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3976 WHERE `CreatureID` = 5680 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3980 WHERE `CreatureID` = 5681 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 4591 WHERE `CreatureID` = 5936 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 5611 WHERE `CreatureID` = 6113 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 7922 WHERE `CreatureID` = 6198 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 7923 WHERE `CreatureID` = 6199 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 5585 WHERE `CreatureID` = 6368 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 158 WHERE `CreatureID` = 6412 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 2240 WHERE `CreatureID` = 6647 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 5510 WHERE `CreatureID` = 6789 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6630 WHERE `CreatureID` = 7505 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6631 WHERE `CreatureID` = 7506 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6380 WHERE `CreatureID` = 7624 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6994 WHERE `CreatureID` = 7801 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6512 WHERE `CreatureID` = 7809 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 7006 WHERE `CreatureID` = 7937 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 7114 WHERE `CreatureID` = 7977 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 4731 WHERE `CreatureID` = 8214 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6512 WHERE `CreatureID` = 8216 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6512 WHERE `CreatureID` = 8217 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6479 WHERE `CreatureID` = 8218 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6479 WHERE `CreatureID` = 8219 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 7604 WHERE `CreatureID` = 8395 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 10382 WHERE `CreatureID` = 8563 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 10379 WHERE `CreatureID` = 8564 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 10381 WHERE `CreatureID` = 8565 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 7872 WHERE `CreatureID` = 8578 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 7874 WHERE `CreatureID` = 8581 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 9733 WHERE `CreatureID` = 9237 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 9709 WHERE `CreatureID` = 9239 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 9728 WHERE `CreatureID` = 9240 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 9682 WHERE `CreatureID` = 9241 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 9724 WHERE `CreatureID` = 9265 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 9719 WHERE `CreatureID` = 9266 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 9674 WHERE `CreatureID` = 9267 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 9715 WHERE `CreatureID` = 9269 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 9149 WHERE `CreatureID` = 9836 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11657 WHERE `CreatureID` = 10181 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 9754 WHERE `CreatureID` = 10304 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 2582 WHERE `CreatureID` = 10403 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 2582 WHERE `CreatureID` = 10404 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11069 WHERE `CreatureID` = 10505 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 10357 WHERE `CreatureID` = 10540 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 10375 WHERE `CreatureID` = 10824 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 10199 WHERE `CreatureID` = 10929 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11394 WHERE `CreatureID` = 10976 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11327 WHERE `CreatureID` = 11388 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11320 WHERE `CreatureID` = 11391 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11668 WHERE `CreatureID` = 11704 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11669 WHERE `CreatureID` = 11705 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11671 WHERE `CreatureID` = 11706 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11672 WHERE `CreatureID` = 11707 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11650 WHERE `CreatureID` = 11874 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 10375 WHERE `CreatureID` = 12322 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 7923 WHERE `CreatureID` = 12457 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 2281 WHERE `CreatureID` = 12678 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 8842 WHERE `CreatureID` = 12819 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 13174 WHERE `CreatureID` = 13256 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6297 WHERE `CreatureID` = 13321 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 14378 WHERE `CreatureID` = 14327 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 14394 WHERE `CreatureID` = 14348 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 13069 WHERE `CreatureID` = 14495 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 14694 WHERE `CreatureID` = 14688 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 14760 WHERE `CreatureID` = 14730 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 14764 WHERE `CreatureID` = 14734 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 14770 WHERE `CreatureID` = 14738 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 14772 WHERE `CreatureID` = 14740 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 14773 WHERE `CreatureID` = 14741 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6512 WHERE `CreatureID` = 14748 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 14786 WHERE `CreatureID` = 14757 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 16081 WHERE `CreatureID` = 14824 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6811 WHERE `CreatureID` = 15111 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15325 WHERE `CreatureID` = 15193 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11686 WHERE `CreatureID` = 15218 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 13069 WHERE `CreatureID` = 15222 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15382 WHERE `CreatureID` = 15349 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15389 WHERE `CreatureID` = 15351 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 525 WHERE `CreatureID` = 15352 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11686 WHERE `CreatureID` = 15384 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 13069 WHERE `CreatureID` = 15454 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15469 WHERE `CreatureID` = 15476 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 1991 WHERE `CreatureID` = 15524 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 13 WHERE `CreatureID` = 15608 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15474 WHERE `CreatureID` = 15628 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15294 WHERE `CreatureID` = 15730 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15737 WHERE `CreatureID` = 15777 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15744 WHERE `CreatureID` = 15780 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15745 WHERE `CreatureID` = 15781 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15746 WHERE `CreatureID` = 15782 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15747 WHERE `CreatureID` = 15783 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15748 WHERE `CreatureID` = 15784 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15749 WHERE `CreatureID` = 15785 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15751 WHERE `CreatureID` = 15786 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15752 WHERE `CreatureID` = 15787 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15753 WHERE `CreatureID` = 15788 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15754 WHERE `CreatureID` = 15789 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15755 WHERE `CreatureID` = 15790 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15756 WHERE `CreatureID` = 15791 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15757 WHERE `CreatureID` = 15792 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15759 WHERE `CreatureID` = 15793 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15758 WHERE `CreatureID` = 15794 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15750 WHERE `CreatureID` = 15795 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 14501 WHERE `CreatureID` = 15902 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11686 WHERE `CreatureID` = 15925 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6852 WHERE `CreatureID` = 16081 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 163 WHERE `CreatureID` = 16089 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 10747 WHERE `CreatureID` = 16096 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11686 WHERE `CreatureID` = 16137 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 10627 WHERE `CreatureID` = 16141 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 16108 WHERE `CreatureID` = 16284 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 732 WHERE `CreatureID` = 16390 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 8469 WHERE `CreatureID` = 16509 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 14584 WHERE `CreatureID` = 16510 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 10005 WHERE `CreatureID` = 16698 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15435 WHERE `CreatureID` = 16995 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 13069 WHERE `CreatureID` = 17066 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 2467 WHERE `CreatureID` = 17313 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 12956 WHERE `CreatureID` = 17598 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 17328 WHERE `CreatureID` = 17660 AND `Idx` = 0;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 2348 WHERE `CreatureID` = 657 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 2472 WHERE `CreatureID` = 1537 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3990 WHERE `CreatureID` = 2552 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3994 WHERE `CreatureID` = 2553 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3992 WHERE `CreatureID` = 2554 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3996 WHERE `CreatureID` = 2555 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3998 WHERE `CreatureID` = 2556 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 4000 WHERE `CreatureID` = 2557 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 4002 WHERE `CreatureID` = 2558 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6492 WHERE `CreatureID` = 2639 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6543 WHERE `CreatureID` = 2640 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6303 WHERE `CreatureID` = 2914 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 355 WHERE `CreatureID` = 2976 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 355 WHERE `CreatureID` = 2977 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3904 WHERE `CreatureID` = 2979 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3919 WHERE `CreatureID` = 3284 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3913 WHERE `CreatureID` = 3286 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 1206 WHERE `CreatureID` = 3300 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 10857 WHERE `CreatureID` = 3728 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 1643 WHERE `CreatureID` = 3730 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 2238 WHERE `CreatureID` = 4166 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6509 WHERE `CreatureID` = 4465 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6513 WHERE `CreatureID` = 4466 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6536 WHERE `CreatureID` = 4467 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3975 WHERE `CreatureID` = 5680 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3979 WHERE `CreatureID` = 5681 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 5555 WHERE `CreatureID` = 6368 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 10955 WHERE `CreatureID` = 8548 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 9710 WHERE `CreatureID` = 9239 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 9729 WHERE `CreatureID` = 9240 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 9683 WHERE `CreatureID` = 9241 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 9725 WHERE `CreatureID` = 9265 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 9720 WHERE `CreatureID` = 9266 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 9675 WHERE `CreatureID` = 9267 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 9716 WHERE `CreatureID` = 9269 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 10225 WHERE `CreatureID` = 10758 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 10240 WHERE `CreatureID` = 10759 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 10230 WHERE `CreatureID` = 10760 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 10909 WHERE `CreatureID` = 11064 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11223 WHERE `CreatureID` = 11340 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11160 WHERE `CreatureID` = 11346 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11076 WHERE `CreatureID` = 11350 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11111 WHERE `CreatureID` = 11351 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11082 WHERE `CreatureID` = 11353 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11169 WHERE `CreatureID` = 11355 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11760 WHERE `CreatureID` = 11830 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11764 WHERE `CreatureID` = 11831 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6630 WHERE `CreatureID` = 12457 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 14362 WHERE `CreatureID` = 14304 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 14762 WHERE `CreatureID` = 14730 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 14765 WHERE `CreatureID` = 14734 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3956 WHERE `CreatureID` = 14965 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15242 WHERE `CreatureID` = 14990 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15253 WHERE `CreatureID` = 14991 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 568 WHERE `CreatureID` = 15111 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15286 WHERE `CreatureID` = 15128 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15435 WHERE `CreatureID` = 15214 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15467 WHERE `CreatureID` = 15475 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 5905 WHERE `CreatureID` = 15476 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6952 WHERE `CreatureID` = 15983 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11375 WHERE `CreatureID` = 16096 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 16107 WHERE `CreatureID` = 16284 AND `Idx` = 1;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 10660 WHERE `CreatureID` = 2648 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 2957 WHERE `CreatureID` = 2914 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 1122 WHERE `CreatureID` = 2976 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 355 WHERE `CreatureID` = 2978 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3905 WHERE `CreatureID` = 2979 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3912 WHERE `CreatureID` = 3282 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 1122 WHERE `CreatureID` = 3283 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 7233 WHERE `CreatureID` = 3284 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 355 WHERE `CreatureID` = 3285 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3915 WHERE `CreatureID` = 3286 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 4602 WHERE `CreatureID` = 3296 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 6388 WHERE `CreatureID` = 3879 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 2237 WHERE `CreatureID` = 4166 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 4678 WHERE `CreatureID` = 4834 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 4680 WHERE `CreatureID` = 5184 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3974 WHERE `CreatureID` = 5680 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3978 WHERE `CreatureID` = 5681 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 5556 WHERE `CreatureID` = 6368 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 5448 WHERE `CreatureID` = 6728 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 10954 WHERE `CreatureID` = 8548 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 10224 WHERE `CreatureID` = 10758 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 10239 WHERE `CreatureID` = 10759 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 10228 WHERE `CreatureID` = 10760 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 10908 WHERE `CreatureID` = 11064 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11222 WHERE `CreatureID` = 11340 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11159 WHERE `CreatureID` = 11346 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11075 WHERE `CreatureID` = 11350 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11110 WHERE `CreatureID` = 11351 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11081 WHERE `CreatureID` = 11353 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11168 WHERE `CreatureID` = 11355 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11759 WHERE `CreatureID` = 11830 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 11763 WHERE `CreatureID` = 11831 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 14361 WHERE `CreatureID` = 14304 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 14761 WHERE `CreatureID` = 14730 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 14766 WHERE `CreatureID` = 14734 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15240 WHERE `CreatureID` = 14990 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15252 WHERE `CreatureID` = 14991 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 12345 WHERE `CreatureID` = 15111 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 15285 WHERE `CreatureID` = 15128 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 8971 WHERE `CreatureID` = 15475 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 7102 WHERE `CreatureID` = 16096 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 14551 WHERE `CreatureID` = 16225 AND `Idx` = 2;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 2958 WHERE `CreatureID` = 2914 AND `Idx` = 3;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3903 WHERE `CreatureID` = 2976 AND `Idx` = 3;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3908 WHERE `CreatureID` = 2977 AND `Idx` = 3;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3909 WHERE `CreatureID` = 2978 AND `Idx` = 3;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3906 WHERE `CreatureID` = 2979 AND `Idx` = 3;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3911 WHERE `CreatureID` = 3283 AND `Idx` = 3;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 355 WHERE `CreatureID` = 3284 AND `Idx` = 3;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3917 WHERE `CreatureID` = 3285 AND `Idx` = 3;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 4601 WHERE `CreatureID` = 3296 AND `Idx` = 3;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 4681 WHERE `CreatureID` = 4834 AND `Idx` = 3;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 4682 WHERE `CreatureID` = 5184 AND `Idx` = 3;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3973 WHERE `CreatureID` = 5680 AND `Idx` = 3;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 3977 WHERE `CreatureID` = 5681 AND `Idx` = 3;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 901 WHERE `CreatureID` = 13321 AND `Idx` = 3;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 14763 WHERE `CreatureID` = 14730 AND `Idx` = 3;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 1015 WHERE `CreatureID` = 15111 AND `Idx` = 3;
|
||||
UPDATE `creature_template_model` SET `CreatureDisplayID` = 14549 WHERE `CreatureID` = 16225 AND `Idx` = 3;
|
||||
+152
@@ -0,0 +1,152 @@
|
||||
/*
|
||||
This will phase Vanilla/TBC npcs & objects placed in vanilla areas until they were originally added to the game.
|
||||
This includes quest givers and flight paths.
|
||||
*/
|
||||
|
||||
/* Meeting Stones */
|
||||
UPDATE `gameobject` SET `ScriptName` = 'gobject_ipp_preaq' WHERE `map` = 0 AND `zoneId` = 33 AND `id` = 185433; -- ZG
|
||||
UPDATE `gameobject` SET `ScriptName` = 'gobject_ipp_preaq' WHERE `map` = 1 AND `id` = 185322; -- AQ
|
||||
UPDATE `gameobject` SET `ScriptName` = 'gobject_ipp_tbc' WHERE `map` = 0 AND `id` = 184463; -- Karazhan
|
||||
UPDATE `gameobject` SET `ScriptName` = 'gobject_ipp_tbc' WHERE `map` = 1 AND `id` = 182560; -- Time cavern
|
||||
UPDATE `gameobject` SET `ScriptName` = 'gobject_ipp_naxx40' WHERE `map` = 0 AND `id` = 193166; -- Naxx40
|
||||
|
||||
/* Flight masters at Ratchet and Marshal's Refuge were originally added in patch 1.11 - disabled by default, because most players will expect these npcs to be there */
|
||||
/* UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_naxx40' WHERE `entry` IN (
|
||||
10583, -- Gryfe, Marshal's Refuge, Flight Master
|
||||
16227 -- Bragok, Ratchet, Flight Master
|
||||
); */
|
||||
|
||||
/* 2.0+ - NPCs/Gobjects added in Eastern/Kalimdor during TBC pre-patch or more */
|
||||
UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_tbc' WHERE `entry` IN (
|
||||
11701, -- Mor'Vek, Un'Goro
|
||||
16288, -- Advisor Sorrelon, The Sepulcher
|
||||
17092, -- Advisor Duskingdawn, Tarren Mill
|
||||
17093, -- Magistrix Elosai, Freewind Post
|
||||
17094, -- Nemeth Hawkeye, Grom'gol Base Camp
|
||||
17095, -- Balandar Brightstar, Brackenwall Village
|
||||
17097, -- Advisor Sarophas, Kargath
|
||||
17098, -- Ambassador Dawnsinger, Orgrimmar
|
||||
17099, -- Mehlar Dawnblade, The Bulwark
|
||||
17100, -- Advisor Sunsworn
|
||||
17103, -- Emissary Taluun, Stormwind
|
||||
17104, -- Anchorite Delan, Darkshire
|
||||
17106, -- Vindicator Palanaar, Astranaar
|
||||
17109, -- Cersei Dusksinger, Stonard
|
||||
17119, -- Ithania, North Point Tower
|
||||
17218, -- Huraan, Southshore
|
||||
17223, -- Ambassador Rualeth, Aerie Peak
|
||||
17238, -- Anchorite Truuen, Western Plaguelands
|
||||
19923, -- Bipp Glizzitor (Arena Master), Silvermoon
|
||||
19925, -- Miglik Blotstrom (Arena Master), Exodar
|
||||
21045, -- Landro Hired Bodyguard, Booty Bay
|
||||
22931, -- Gorrim, Emerald Sanctuary, Flight Master
|
||||
23131, -- Blood Knight Honor Guard, Orgrimmar
|
||||
23534, -- Babagaya Shadowcleft, Ratchet
|
||||
23535, -- Matero Zeshuwal, Ratchet
|
||||
23536, -- Nagulon, Ratchet
|
||||
24366, -- Nizzle, Rebel Camp, Flight Master
|
||||
24924, -- Sky-Captain Bomblast, Zep
|
||||
24926, -- Chief Officer Brassbolt, Zep
|
||||
24927, -- Navigator Sparksizzle, Zep
|
||||
24929, -- Crewman Crosswire, Zep
|
||||
24930, -- Crewman Gazzlegear, Zep
|
||||
24931, -- Crewman Fastwrench, Zep
|
||||
24934, -- Snack-O-Matic IV, Zep
|
||||
24935, -- Vend-O-Tron D-Luxe, Zep
|
||||
25070, -- Chief Officer Coppernut, Zep
|
||||
25071, -- Crewman Rusthammer, Zep
|
||||
25072, -- Crewman Quickfix, Zep
|
||||
25074, -- Crewman Sparkfly, Zep
|
||||
25075, -- Zeppelin Controls, Zep
|
||||
25076, -- Navigator Fairweather, Zep
|
||||
25077, -- Sky-Captain Cloudkicker, Zep
|
||||
25100, -- Chief Officer Hammerflange, Zep
|
||||
25101, -- Crewman Cutpipe, Zep
|
||||
25102, -- Crewman Spinshaft, Zep
|
||||
25103, -- Crewman Boltshine, Zep
|
||||
25104, -- Navigator Hatch, Zep
|
||||
25105, -- Sky-Captain Cableclamp, Zep
|
||||
27705, -- Lorrin Foxfire, Stonard
|
||||
29093, -- Ian Drake, Stormwind
|
||||
29095, -- Edward Cairn, Undercity
|
||||
37888, -- Frax Bucketdrop, Thondroril River, Flight Master
|
||||
37915 -- Timothy Cunningham, The Bulwark, Flight Master
|
||||
);
|
||||
|
||||
/* Remove interactions between Cersei, Lorrin and the orcs in Stonard */
|
||||
UPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (12807, 17109, 27705);
|
||||
|
||||
/* Hide guild vaults until TBC (was introduced during 2.3) - disabled by default, because most players will expect these gobject to be there */
|
||||
/* UPDATE `gameobject` SET `ScriptName` = 'gobject_ipp_tbc' WHERE `guid` IN
|
||||
(12496, 12497, 14641, 17352, 17353, 20621, 41911, 41912, 41913, 41914, 44709, 44710, 44711, 44713, 44714, 44715, 44716, 45029, 45030, 45069, 45132, 49095, 49804, 49821, 49822, 50356, 50357); */
|
||||
|
||||
/* 3.0+ - NPCs/Gobjects added in Eastern/Kalimdor during WotLK pre-patch or more */
|
||||
UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_wotlk' WHERE `entry` IN (
|
||||
26537, -- Greeb Ramrocket, Zep
|
||||
26539, -- Meefi Farthrottle, Zep
|
||||
29346, -- Apothecary Karlov, Orgrimmar
|
||||
31704, -- Crewman Spinwheel, Zep
|
||||
31705, -- Crewman Coilspan, Zep
|
||||
31706, -- Crewman Stembolt, Zep
|
||||
31716, -- Sky-Captain Cryoflight, Zep
|
||||
31720, -- Crewman Shubbscoop, Zep
|
||||
31723, -- Crewman Barrowswizzle, Zep
|
||||
31724, -- Crewman Paltertop, Zep
|
||||
31725 -- Sky-Captain LaFontaine, Zep
|
||||
);
|
||||
|
||||
-- Hide Jewelcrafting recipes on vanilla vendors
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 23 AND `SourceEntry` IN (20855, 20856, 20970, 20971, 20975, 21941, 21942, 21943, 21948, 21954, 21957);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`,
|
||||
`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
--
|
||||
(23, 3499, 20855, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Ranik - Design: Wicked Moonstone Ring'),
|
||||
(23, 3954, 20855, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Dalria - Design: Wicked Moonstone Ring'),
|
||||
(23, 1286, 20856, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Edna Mullby - Design: Heavy Golden Necklace of Battle'),
|
||||
(23, 3367, 20856, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Felika - Design: Heavy Golden Necklace of Battle'),
|
||||
(23, 1448, 20970, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Neal Allen - Design: Pendant of the Agate Shield'),
|
||||
(23, 4877, 20970, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jandia - Design: Pendant of the Agate Shield'),
|
||||
(23, 2381, 20971, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Micha Yance - Design: Heavy Iron Knuckles'),
|
||||
(23, 2393, 20971, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Christoph Jeffcoat - Design: Heavy Iron Knuckles'),
|
||||
(23, 4775, 20975, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burbik Gearspanner - Design: The Jade Eye'),
|
||||
(23, 5163, 20975, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Felika - Design: The Jade Eye'),
|
||||
(23, 989, 21941, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Banalash - Design: Black Pearl Panther'),
|
||||
(23, 4897, 21941, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Helenia Olden - Design: Black Pearl Panther'),
|
||||
(23, 2810, 21942, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hammon Karwn - Design: Ruby Crown of Restoration'),
|
||||
(23, 2821, 21942, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Keena - Design: Ruby Crown of Restoration'),
|
||||
(23, 1148, 21943, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Nerrist - Design: Truesilver Crab'),
|
||||
(23, 4897, 21943, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Helenia Olden - Design: Truesilver Crab'),
|
||||
(23, 5163, 21948, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burbik Gearspanner - Design: Wicked Moonstone Ring'),
|
||||
(23, 8363, 21948, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shadi Mistrunner - Design: Wicked Moonstone Ring'),
|
||||
(23, 12941, 21954, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jase Farlane - Design: Ring of Bitter Shadows'),
|
||||
(23, 11189, 21957, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Qia - Design: Necklace of the Diamond Tower');
|
||||
|
||||
-- Hide TBC quests
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 19 AND `SourceEntry` IN (9189, 9425);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`,
|
||||
`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(19, 0, 9189, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lor\'Themar - Hide \'Delivery to the Sepulcher\' player reaches WotLK'),
|
||||
(19, 0, 9425, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lor\'Themar - Hide \'Report to Tarren Mill\' player reaches WotLK');
|
||||
|
||||
/* Hide mailboxes, see: https://www.wowhead.com/classic/object=32349/mailbox */
|
||||
UPDATE `gameobject` SET `ScriptName` = 'gobject_ipp_tbc' WHERE `guid` = 49832; -- Darnassus
|
||||
UPDATE `gameobject` SET `ScriptName` = 'gobject_ipp_wotlk' WHERE `guid` IN (
|
||||
150747, 150748, 150749, 150750, 150751, 150752, 150753, 150755, -- Orgrimmar
|
||||
100500, 100501, 100502, 100503, 268683, -- Undercity
|
||||
932, 933, 100156, 100157, 100158, 100159, 100505, 100506, 150736, 150737, 150738, 150740, 150742, 150743, 150744, 150746, 151239, -- Stormwind
|
||||
121573, 121574, 121575 -- Darnassus
|
||||
);
|
||||
|
||||
/* Hide Rogg and his anvil + forge at the entrance of Orgrimmar until WotLK */
|
||||
UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_wotlk' WHERE `entry` = 37072;
|
||||
UPDATE `gameobject` SET `ScriptName` = 'gobject_ipp_wotlk' WHERE `guid` IN (347, 387);
|
||||
|
||||
/* Landro for TCG promotion in Booty Bay */
|
||||
UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_aq' WHERE `entry` = 17249;
|
||||
|
||||
/* Hide barber in Kalimdor/Eastern Kingdom/Outland until WotLK - disabled by default, because most players will expect barbers to be there */
|
||||
/* UPDATE `creature` SET `ScriptName` = 'npc_ipp_wotlk' WHERE `map` IN (0, 1, 530) AND `id1` IN (29139, 29141, 29142, 29143, 29145);
|
||||
UPDATE `gameobject` SET `ScriptName` = 'gobject_ipp_wotlk' WHERE `map` IN (0, 1, 530) AND `id` IN (190683, 190684, 190697, 190698, 190699, 190704, 190710, 190711, 190712, 191028, 191029, 191030); */
|
||||
|
||||
/* Hide training dummy in Kalimdor/Eastern Kingdom/Outland until WotLK - disabled by default, because most players will expect dummies to be there */
|
||||
/* UPDATE `creature` SET `ScriptName` = 'npc_training_dummy_ipp_wotlk' WHERE `map` IN (0, 1, 530) AND `id1` IN (31144, 31146, 32666, 32667); */
|
||||
+3307
File diff suppressed because it is too large
Load Diff
+92
@@ -0,0 +1,92 @@
|
||||
/*
|
||||
Latest version of Patch-V is required for this to work.
|
||||
Re-route The Bravery to follow the pre-WotLK path to Menethil Harbor. The Northspear, now departs from Stormwind instead of Menethil Harbor.
|
||||
This restores the separation between the Kalimdor and Eastern Kingdom starting areas and the notorious 'Wetlands run' for players trying to change continents early.
|
||||
If not run, The Bravery will go directly to Stormwind Harbor.
|
||||
*/
|
||||
|
||||
UPDATE `gameobject_template` SET `Data0` = 295 WHERE `entry` = 176310; -- The Bravery
|
||||
UPDATE `gameobject_template` SET `Data0` = 1981 WHERE `entry` = 181688; -- The Northspear
|
||||
|
||||
UPDATE `transports` SET `name` = 'Menethil Harbor and Auberdine, Darkshore ("Ship (The Bravery)")' WHERE `guid` = 2;
|
||||
UPDATE `transports` SET `name` = 'Stormwind Harbor and Valgarde, Howling Fjord (Boat, Alliance ("Northspear"))' WHERE `guid` = 10;
|
||||
|
||||
-- update text for harbormasters
|
||||
UPDATE `npc_text` SET `text0_0` = 'On the northern dock, you can board a ship that will carry you to Rut''theran Village and Darnassus. From the southern dock, you can find passage across the Great Sea to Menethil Harbor on Khaz Modan. The dock to the west, at the end of the pier, leads to Azuremyst Isle, near the Exodar. Safe journeys to you!' WHERE `ID` = 5480;
|
||||
UPDATE `npc_text` SET `text0_1` = 'We\'ve sworn to do our very best to protect the passengers of The Bravery. The sea lane between Auberdine and Menethil Harbor must remain safe.' WHERE `ID` = 12270;
|
||||
UPDATE `npc_text` SET `text0_0` = 'The steam-powered Alliance icebreaker Northspear sails from here to Stormwind Harbor, across the sea in the Eastern Kingdoms.' WHERE `ID` = 12638;
|
||||
UPDATE `npc_text` SET `text0_1` = 'The Northspear sails from this dock to Valgarde in the Howling Fjord.$B$BIf you''d like to reach Auberdine, The Bravery sails from Menethil Harbor.' WHERE `ID` = 13321;
|
||||
|
||||
UPDATE `broadcast_text` SET `MaleText` = 'On the northern dock, you can board a ship that will carry you to Rut''theran Village and Darnassus. From the southern dock, you can find passage across the Great Sea to Menethil Harbor on Khaz Modan. The dock to the west, at the end of the pier, leads to Azuremyst Isle, near the Exodar. Safe journeys to you!' WHERE `ID` = 8106;
|
||||
UPDATE `broadcast_text` SET `FemaleText` = 'We\'ve sworn to do our very best to protect the passengers of The Bravery. The sea lane between Auberdine and Menethil Harbor must remain safe.' WHERE `ID` = 24118;
|
||||
UPDATE `broadcast_text` SET `MaleText` = 'The steam-powered Alliance icebreaker Northspear sails from here to Stormwind Harbor, across the sea in the Eastern Kingdoms.' WHERE `ID` = 25748;
|
||||
UPDATE `broadcast_text` SET `FemaleText` = 'The Northspear sails from this dock to Valgarde in the Howling Fjord.$B$BIf you''d like to reach Auberdine, The Bravery sails from Menethil Harbor.' WHERE `ID` = 28636;
|
||||
|
||||
UPDATE `creature` SET `id1` = 6086 WHERE `guid` IN (9449, 9518); -- replace Menethil guards with Auberdine Sentinels
|
||||
DELETE FROM `creature` WHERE `guid` IN (203462, 203463, 203464, 203465); -- remove Auberdine Sentinels from Stormwind Harbor
|
||||
|
||||
UPDATE `gameobject_template` SET `name` = "Boat to Menethil Harbor" WHERE `entry` = 176364; -- sign
|
||||
|
||||
-- add new taxi path nodes to 1981, 300 to 196
|
||||
DELETE FROM `taxipath_dbc` WHERE `ID` = 1981;
|
||||
INSERT INTO `taxipath_dbc` (`ID`, `FromTaxiNode`, `ToTaxiNode`, `Cost`) VALUES (1981, 300, 196, 0);
|
||||
|
||||
-- 0-10 taken from Stormwind to Auberdine route (967), 300 to 24
|
||||
-- 11-48 taken from Menethil to Valgarde route (964), 299 to 196
|
||||
DELETE FROM `taxipathnode_dbc` WHERE `PathID` = 1981;
|
||||
INSERT INTO `taxipathnode_dbc` (`ID`, `PathID`, `NodeIndex`, `ContinentID`, `LocX`, `LocY`, `LocZ`, `Flags`, `Delay`, `ArrivalEventID`, `DepartureEventID`) VALUES
|
||||
(50000,1981,0,0,-9064.902,1516.2056,0,0,0,0,0),
|
||||
(50001,1981,1,0,-9020.901,1430.217,0,0,0,0,0),
|
||||
(50002,1981,2,0,-8961.511,1355.442,0,0,0,0,0),
|
||||
(50003,1981,3,0,-8864.228,1311.78687,0,0,0,0,0),
|
||||
(50004,1981,4,0,-8746.162,1310.55237,0,0,0,0,0),
|
||||
(50005,1981,5,0,-8650.719,1346.05127,0,2,60,19030,0),
|
||||
(50006,1981,6,0,-8588.92,1379.80371,0,0,0,0,0),
|
||||
(50007,1981,7,0,-8547.475,1420.05884,0,0,0,0,0),
|
||||
(50008,1981,8,0,-8520.636,1496.645,0,0,0,0,0),
|
||||
(50009,1981,9,0,-8544.172,1636.45056,0,0,0,0,0),
|
||||
(50010,1981,10,0,-8663.575,1853.96814,0,0,0,0,0),
|
||||
(50011,1981,11,571,-961.4925,-5707.88135,0,0,0,0,0),
|
||||
(50012,1981,12,571,-403.671143,-5502.03564,0,0,0,0,0),
|
||||
(50013,1981,13,571,-155.525177,-5409.379,0,0,0,0,0),
|
||||
(50014,1981,14,571,-7.784831,-5328.58057,0,0,0,0,0),
|
||||
(50015,1981,15,571,61.4432526,-5204.762,0,0,0,0,0),
|
||||
(50016,1981,16,571,125.446716,-5139.68359,0,0,0,0,0),
|
||||
(50017,1981,17,571,191.763885,-5084.757,0,0,0,0,0),
|
||||
(50018,1981,18,571,262.733948,-5086.47754,0,0,0,0,0),
|
||||
(50019,1981,19,571,351.297638,-5152.98242,0,0,0,0,0),
|
||||
(50020,1981,20,571,446.2677,-5151.3623,0,0,0,0,0),
|
||||
(50021,1981,21,571,520.494934,-5171.032,0,0,0,0,0),
|
||||
(50022,1981,22,571,585.5191,-5206.27148,0,0,0,0,0),
|
||||
(50023,1981,23,571,639.3492,-5246.682,0,0,0,0,0),
|
||||
(50024,1981,24,571,692.096,-5291.55273,0,0,0,0,0),
|
||||
(50025,1981,25,571,716.334656,-5338.55371,0,0,0,0,0),
|
||||
(50026,1981,26,571,748.588745,-5422.865,0,0,0,0,0),
|
||||
(50027,1981,27,571,799.4392,-5462.138,0,0,0,0,0),
|
||||
(50028,1981,28,571,889.717957,-5470.501,0,0,0,0,0),
|
||||
(50029,1981,29,571,955.5159,-5400.40039,0,0,0,0,0),
|
||||
(50030,1981,30,571,983.0024,-5321.90332,0,0,0,0,0),
|
||||
(50031,1981,31,571,993.5777,-5252.186,0,0,0,0,0),
|
||||
(50032,1981,32,571,978.387939,-5179.028,0,0,0,0,0),
|
||||
(50033,1981,33,571,907.8108,-5136.40527,0,0,0,0,0),
|
||||
(50034,1981,34,571,807.639832,-5144.284,0,0,0,0,0),
|
||||
(50035,1981,35,571,694.530151,-5148.08545,0,0,0,0,0),
|
||||
(50036,1981,36,571,584.0138,-5118.85547,0,2,60,19123,0),
|
||||
(50037,1981,37,571,507.206268,-5107.522,0,0,0,0,0),
|
||||
(50038,1981,38,571,433.1082,-5142.845,0,0,0,0,0),
|
||||
(50039,1981,39,571,357.554474,-5150.58154,0,0,0,0,0),
|
||||
(50040,1981,40,571,294.414276,-5111.416,0,0,0,0,0),
|
||||
(50041,1981,41,571,236.737518,-5080.412,0,0,0,0,0),
|
||||
(50042,1981,42,571,179.596024,-5097.815,0,0,0,0,0),
|
||||
(50043,1981,43,571,132.027451,-5135.98828,0,0,0,0,0),
|
||||
(50044,1981,44,571,71.95768,-5198.6,0,0,0,0,0),
|
||||
(50045,1981,45,571,-3.877062,-5315.229,0,0,0,0,0),
|
||||
(50046,1981,46,571,-150.968689,-5416.606,0,0,0,0,0),
|
||||
(50047,1981,47,571,-400.795319,-5508.57666,0,0,0,0,0),
|
||||
(50048,1981,48,571,-1009.90808,-5783.04834,0,0,0,0,0);
|
||||
|
||||
|
||||
/*-- Remove transport from Orgrimmar to Thunder Bluff, added during WotLK (3.2.0) --*/
|
||||
DELETE FROM `transports` WHERE `guid` = 20;
|
||||
|
||||
DELETE FROM `creature` WHERE `guid` IN (203461, 203490); -- remove Zeppelin masters at Orgrimmar and Thunder Bluff
|
||||
Reference in New Issue
Block a user