mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Profession and Quest Level fixes
This commit is contained in:
@@ -22,6 +22,22 @@ DELETE FROM npc_trainer WHERE SpellID IN (18450, 18453, 18444, 18406, 18409, 184
|
||||
-- First Aid Recipes dropped as items
|
||||
DELETE FROM npc_trainer WHERE SpellID IN (7929, 10840, 27032, 27033);
|
||||
|
||||
-- First Aid Skills should be from books or quests
|
||||
DELETE FROM npc_trainer WHERE SpellID IN (54254, 10847, 54255);
|
||||
UPDATE quest_template SET RewardItem3 = 16085, RewardAmount3 = 1 WHERE ID IN (6624, 6622);
|
||||
|
||||
-- Cooking Skills learned from Books and Quests, not trainers
|
||||
DELETE FROM npc_trainer WHERE SpellID IN (18261, 19886, 54257, 54256);
|
||||
UPDATE quest_template SET RewardItem1=16073, RewardAmount1=1 WHERE id = 6610;
|
||||
UPDATE item_template SET spellid_1 = 19887 WHERE entry = 16073;
|
||||
|
||||
-- Make Spice Bread learnable for completion's sake, but only after reaching a level when it will no longer allow skipping early cooking
|
||||
UPDATE npc_trainer SET ReqSkillRank = 200 WHERE SpellID = 37836;
|
||||
|
||||
-- Fishing needs to be learned from Quests and Books, remove from trainers
|
||||
DELETE FROM npc_trainer WHERE SpellID IN (18249, 54083, 54084);
|
||||
UPDATE quest_template SET RewardItem2 = 16082, RewardAmount2 = 1 WHERE ID = 6607;
|
||||
|
||||
-- Leatherworking Recipes
|
||||
DELETE
|
||||
FROM npc_trainer
|
||||
|
||||
14
sql/world/base/vanilla_misc_evergreen_casing.sql
Normal file
14
sql/world/base/vanilla_misc_evergreen_casing.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
-- Evergreen Herb Casing should drop random herbs - was changed to WotLK to drop only Morrowgrain and Mutated Morrowgrain
|
||||
DELETE FROM `item_loot_template` WHERE `Entry`=11024;
|
||||
INSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (11024, 785, 0, 6, 0, 1, 1, 1, 1, 'Evergreen Herb Casing - Mageroyal');
|
||||
INSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (11024, 2449, 0, 9, 0, 1, 1, 1, 1, 'Evergreen Herb Casing - Earthroot');
|
||||
INSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (11024, 2450, 0, 6, 0, 1, 1, 1, 1, 'Evergreen Herb Casing - Briarthorn');
|
||||
INSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (11024, 3356, 0, 10, 0, 1, 1, 1, 3, 'Evergreen Herb Casing - Kingsblood');
|
||||
INSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (11024, 3357, 0, 7, 0, 1, 1, 1, 3, 'Evergreen Herb Casing - Liferoot');
|
||||
INSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (11024, 3820, 0, 4, 0, 1, 1, 1, 3, 'Evergreen Herb Casing - Stranglekelp');
|
||||
INSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (11024, 3821, 0, 4, 0, 1, 1, 1, 3, 'Evergreen Herb Casing - Goldthorn');
|
||||
INSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (11024, 4625, 0, 2, 0, 1, 1, 1, 3, 'Evergreen Herb Casing - Firebloom');
|
||||
INSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (11024, 8838, 0, 5, 0, 1, 1, 1, 3, 'Evergreen Herb Casing - Sungrass');
|
||||
INSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (11024, 8839, 0, 5, 0, 1, 1, 1, 3, 'Evergreen Herb Casing - Blindweed');
|
||||
INSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (11024, 8846, 0, 5, 0, 1, 1, 1, 3, 'Evergreen Herb Casing - Gromsblood');
|
||||
INSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (11024, 11040, 0, 37, 0, 1, 1, 1, 5, 'Evergreen Herb Casing - Morrowgrain');
|
||||
837
sql/world/base/vanilla_quest_levels.sql
Normal file
837
sql/world/base/vanilla_quest_levels.sql
Normal file
@@ -0,0 +1,837 @@
|
||||
/* Tharil'zun */
|
||||
UPDATE quest_template SET RequiredItemId1 = 1260, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=19;
|
||||
|
||||
/* The Legend of Stalvan */
|
||||
UPDATE quest_template SET QuestLevel = 35 WHERE ID=98;
|
||||
|
||||
/* Howling in the Hills */
|
||||
UPDATE quest_template SET QuestLevel = 25 WHERE ID=126;
|
||||
|
||||
/* Wanted: Gath'Ilzogg */
|
||||
UPDATE quest_template SET MinLevel = 15 WHERE ID=169;
|
||||
|
||||
/* Wanted: Lieutenant Fangore */
|
||||
UPDATE quest_template SET MinLevel = 15 WHERE ID=180;
|
||||
|
||||
/* Colonel Kurzen */
|
||||
UPDATE quest_template SET RequiredItemId1 = 3615, RequiredItemId3 = 0, RequiredItemCount1 = 1, RequiredItemCount3 = 0 WHERE ID=202;
|
||||
|
||||
/* Between a Rock and a Thistlefur */
|
||||
UPDATE quest_template SET RequiredNpcOrGoCount1 = 12, RequiredNpcOrGoCount2 = 12 WHERE ID=216;
|
||||
|
||||
/* The Weathered Grave */
|
||||
UPDATE quest_template SET QuestLevel = 35, MinLevel = 28 WHERE ID=225;
|
||||
|
||||
/* Morgan Ladimore */
|
||||
UPDATE quest_template SET QuestLevel = 35, MinLevel = 28 WHERE ID=227;
|
||||
|
||||
/* Mor'Ladim */
|
||||
UPDATE quest_template SET QuestLevel = 35, MinLevel = 28 WHERE ID=228;
|
||||
|
||||
/* The Daughter Who Lived */
|
||||
UPDATE quest_template SET QuestLevel = 35, MinLevel = 28 WHERE ID=229;
|
||||
|
||||
/* A Daughter's Love */
|
||||
UPDATE quest_template SET QuestLevel = 35, MinLevel = 28 WHERE ID=231;
|
||||
|
||||
/* Morganth */
|
||||
UPDATE quest_template SET QuestLevel = 27 WHERE ID=249;
|
||||
|
||||
/* WANTED: Chok'sul */
|
||||
UPDATE quest_template SET MinLevel = 17 WHERE ID=256;
|
||||
|
||||
/* Blisters on The Land */
|
||||
UPDATE quest_template SET RequiredNpcOrGoCount1 = 12 WHERE ID=275;
|
||||
|
||||
/* Claws from the Deep */
|
||||
UPDATE quest_template SET RequiredItemId1 = 3618, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=279;
|
||||
|
||||
/* The Cursed Crew */
|
||||
UPDATE quest_template SET RequiredItemId1 = 3619, RequiredItemId3 = 0, RequiredItemCount1 = 1, RequiredItemCount3 = 0 WHERE ID=289;
|
||||
|
||||
/* The Dark Iron War */
|
||||
UPDATE quest_template SET RequiredNpcOrGoCount1 = 15 WHERE ID=303;
|
||||
|
||||
/* A Grim Task */
|
||||
UPDATE quest_template SET QuestLevel = 34 WHERE ID=304;
|
||||
|
||||
/* Stranglethorn Fever */
|
||||
UPDATE quest_template SET RequiredItemCount1 = 10 WHERE ID=349;
|
||||
|
||||
/* Wanted: Maggot Eye */
|
||||
UPDATE quest_template SET MinLevel = 6 WHERE ID=398;
|
||||
|
||||
/* The Family Crypt */
|
||||
UPDATE quest_template SET RequiredItemId1 = 3082, RequiredItemId3 = 0, RequiredItemCount1 = 1, RequiredItemCount3 = 0 WHERE ID=408;
|
||||
|
||||
/* Assault on Fenris Isle */
|
||||
UPDATE quest_template SET QuestLevel = 24 WHERE ID=442;
|
||||
|
||||
/* The Balance of Nature */
|
||||
UPDATE quest_template SET RequiredNpcOrGoCount1 = 7 WHERE ID=456;
|
||||
|
||||
/* The Balance of Nature */
|
||||
UPDATE quest_template SET RequiredNpcOrGoCount1 = 7, RequiredNpcOrGoCount2 = 7 WHERE ID=457;
|
||||
|
||||
/* War Banners */
|
||||
UPDATE quest_template SET QuestLevel = 28 WHERE ID=464;
|
||||
|
||||
/* Nek'rosh's Gambit */
|
||||
UPDATE quest_template SET QuestLevel = 31 WHERE ID=465;
|
||||
|
||||
/* Report to Captain Stoutfist */
|
||||
UPDATE quest_template SET QuestLevel = 28 WHERE ID=473;
|
||||
|
||||
/* Defeat Nek'rosh */
|
||||
UPDATE quest_template SET QuestLevel = 32 WHERE ID=474;
|
||||
|
||||
/* Crushridge Warmongers */
|
||||
UPDATE quest_template SET RequiredNpcOrGoCount1 = 15 WHERE ID=504;
|
||||
|
||||
/* The Crown of Will */
|
||||
UPDATE quest_template SET RequiredNpcOrGoCount1 = 14 WHERE ID=518;
|
||||
|
||||
/* Battle of Hillsbrad */
|
||||
UPDATE quest_template SET RequiredItemId1 = 3564, RequiredItemId3 = 0, RequiredItemCount1 = 1, RequiredItemCount3 = 0 WHERE ID=529;
|
||||
|
||||
/* Battle of Hillsbrad */
|
||||
UPDATE quest_template SET RequiredNpcOrGoCount2 = 5, RequiredItemId1 = 3657, RequiredItemId4 = 0, RequiredItemCount1 = 1, RequiredItemCount4 = 0 WHERE ID=532;
|
||||
|
||||
/* Dark Council */
|
||||
UPDATE quest_template SET RequiredItemId1 = 3672, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=537;
|
||||
|
||||
/* Battle of Hillsbrad */
|
||||
UPDATE quest_template SET RequiredNpcOrGoCount1 = 10, RequiredNpcOrGoCount2 = 8, RequiredNpcOrGoCount3 = 4 WHERE ID=541;
|
||||
|
||||
/* Helcular's Revenge */
|
||||
UPDATE quest_template SET RequiredItemId1 = 3710, RequiredItemId4 = 0, RequiredItemCount1 = 1, RequiredItemCount4 = 0 WHERE ID=553;
|
||||
|
||||
/* Soothing Turtle Bisque */
|
||||
UPDATE quest_template SET RequiredItemId2 = 3713, RequiredItemCount2 = 1 WHERE ID=555;
|
||||
|
||||
/* WANTED: Baron Vardus */
|
||||
UPDATE quest_template SET MinLevel = 35 WHERE ID=566;
|
||||
|
||||
/* Dangerous! */
|
||||
UPDATE quest_template SET MinLevel = 19 WHERE ID=567;
|
||||
|
||||
/* Speaking with Gan'zulah */
|
||||
UPDATE quest_template SET RequiredItemId1 = 3909, RequiredItemId4 = 0, RequiredItemCount1 = 1, RequiredItemCount4 = 0 WHERE ID=586;
|
||||
|
||||
/* Message in a Bottle */
|
||||
UPDATE quest_template SET QuestLevel = 45, MinLevel = 45 WHERE ID=594;
|
||||
|
||||
/* The Bloodsail Buccaneers */
|
||||
UPDATE quest_template SET QuestLevel = 43, RequiredItemId1 = 3920, RequiredItemId2 = 3921, RequiredItemId3 = 0, RequiredItemCount1 = 1, RequiredItemCount3 = 0 WHERE ID=604;
|
||||
|
||||
/* The Bloodsail Buccaneers */
|
||||
UPDATE quest_template SET QuestLevel = 45 WHERE ID=608;
|
||||
|
||||
/* The Captain's Chest */
|
||||
UPDATE quest_template SET QuestLevel = 47 WHERE ID=614;
|
||||
|
||||
/* The Captain's Cutlass */
|
||||
UPDATE quest_template SET QuestLevel = 50 WHERE ID=615;
|
||||
|
||||
/* Facing Negolash */
|
||||
UPDATE quest_template SET QuestLevel = 50 WHERE ID=618;
|
||||
|
||||
/* Enticing Negolash */
|
||||
UPDATE quest_template SET QuestLevel = 52 WHERE ID=619;
|
||||
|
||||
/* Message in a Bottle */
|
||||
UPDATE quest_template SET QuestLevel = 51, MinLevel = 45 WHERE ID=630;
|
||||
|
||||
/* The Broken Sigil */
|
||||
UPDATE quest_template SET RequiredItemCount1 = 11 WHERE ID=640;
|
||||
|
||||
/* Tanaris Field Sampling */
|
||||
UPDATE quest_template SET RequiredItemId1 = 9440, RequiredItemId2 = 9441, RequiredItemId3 = 9438, RequiredItemId4 = 8523, RequiredItemCount1 = 8, RequiredItemCount2 = 8, RequiredItemCount3 = 8, RequiredItemCount4 = 1 WHERE ID=654;
|
||||
|
||||
/* Call to Arms */
|
||||
UPDATE quest_template SET RequiredNpcOrGoCount1 = 15, RequiredNpcOrGoCount2 = 10 WHERE ID=679;
|
||||
|
||||
/* Stromgarde Badges */
|
||||
UPDATE quest_template SET RequiredItemCount1 = 15 WHERE ID=682;
|
||||
|
||||
/* Wanted! Marez Cowl */
|
||||
UPDATE quest_template SET MinLevel = 30 WHERE ID=684;
|
||||
|
||||
/* Wanted! Otto and Falconcrest */
|
||||
UPDATE quest_template SET MinLevel = 30 WHERE ID=685;
|
||||
|
||||
/* Gann's Reclamation */
|
||||
UPDATE quest_template SET RequiredItemId1 = 5006, RequiredItemId3 = 0, RequiredItemCount1 = 1, RequiredItemCount3 = 0 WHERE ID=843;
|
||||
|
||||
/* Raptor Thieves */
|
||||
UPDATE quest_template SET RequiredItemId1 = 5062, RequiredItemId2 = 0, RequiredItemCount1 = 12, RequiredItemCount2 = 0 WHERE ID=869;
|
||||
|
||||
/* WANTED: Baron Longshore */
|
||||
UPDATE quest_template SET MinLevel = 11 WHERE ID=895;
|
||||
|
||||
/* Crown of the Earth */
|
||||
UPDATE quest_template SET RequiredItemId1 = 0, RequiredItemCount1 = 0 WHERE ID=934;
|
||||
|
||||
/* Luck Be With You */
|
||||
UPDATE quest_template SET RequiredItemCount1 = 10 WHERE ID=969;
|
||||
|
||||
/* Knowledge in the Deeps */
|
||||
UPDATE quest_template SET MinLevel = 10 WHERE ID=971;
|
||||
|
||||
/* Raene's Cleansing */
|
||||
UPDATE quest_template SET RequiredItemId4 = 0, RequiredItemCount4 = 0 WHERE ID=1045;
|
||||
|
||||
/* Raene's Cleansing */
|
||||
UPDATE quest_template SET RequiredItemId2 = 5462, RequiredItemCount2 = 1 WHERE ID=1046;
|
||||
|
||||
/* Into The Scarlet Monastery */
|
||||
UPDATE quest_template SET MinLevel = 33 WHERE ID=1048;
|
||||
|
||||
/* Lonebrow's Journal */
|
||||
UPDATE quest_template SET QuestLevel = 34, MinLevel = 29 WHERE ID=1100;
|
||||
|
||||
/* The Crone of the Kraul */
|
||||
UPDATE quest_template SET QuestLevel = 34, MinLevel = 29, RewardItem1 = 3041 WHERE ID=1101;
|
||||
|
||||
/* A Vengeful Fate */
|
||||
UPDATE quest_template SET QuestLevel = 34, MinLevel = 29 WHERE ID=1102;
|
||||
|
||||
/* Going, Going, Guano! */
|
||||
UPDATE quest_template SET QuestLevel = 33, MinLevel = 30 WHERE ID=1109;
|
||||
|
||||
/* Hive in the Tower */
|
||||
UPDATE quest_template SET RequiredItemId1 = 17346, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=1126;
|
||||
|
||||
/* Overlord Mok'Morokk's Concern */
|
||||
UPDATE quest_template SET QuestLevel = 43, MinLevel = 38 WHERE ID=1166;
|
||||
|
||||
/* Army of the Black Dragon */
|
||||
UPDATE quest_template SET QuestLevel = 43, MinLevel = 38, RequiredNpcOrGoCount1 = 15 WHERE ID=1168;
|
||||
|
||||
/* Identifying the Brood */
|
||||
UPDATE quest_template SET QuestLevel = 43, MinLevel = 38, RequiredItemCount1 = 15, RequiredItemCount2 = 15 WHERE ID=1169;
|
||||
|
||||
/* The Brood of Onyxia */
|
||||
UPDATE quest_template SET QuestLevel = 43, MinLevel = 38 WHERE ID=1170;
|
||||
|
||||
/* The Brood of Onyxia */
|
||||
UPDATE quest_template SET QuestLevel = 43, MinLevel = 38 WHERE ID=1171;
|
||||
|
||||
/* The Brood of Onyxia */
|
||||
UPDATE quest_template SET QuestLevel = 45, MinLevel = 38 WHERE ID=1172;
|
||||
|
||||
/* Hungry! */
|
||||
UPDATE quest_template SET RequiredItemCount1 = 12 WHERE ID=1177;
|
||||
|
||||
/* The Sacred Flame */
|
||||
UPDATE quest_template SET RequiredItemId1 = 5868, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=1195;
|
||||
|
||||
/* Jarl Needs a Blade */
|
||||
UPDATE quest_template SET RequiredItemId1 = 3853 WHERE ID=1203;
|
||||
|
||||
/* Deadmire */
|
||||
UPDATE quest_template SET QuestLevel = 45 WHERE ID=1205;
|
||||
|
||||
/* Jarl Needs Eyes */
|
||||
UPDATE quest_template SET RequiredItemCount1 = 40 WHERE ID=1206;
|
||||
|
||||
/* Lieutenant Paval Reethe */
|
||||
UPDATE quest_template SET QuestLevel = 40 WHERE ID=1252;
|
||||
|
||||
/* Unfinished Gordok Business */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=1318;
|
||||
|
||||
/* The Black Shield */
|
||||
UPDATE quest_template SET RequiredItemCount1 = 6 WHERE ID=1322;
|
||||
|
||||
/* Pool of Tears */
|
||||
UPDATE quest_template SET RequiredItemCount1 = 10 WHERE ID=1424;
|
||||
|
||||
/* Supplying the Front */
|
||||
UPDATE quest_template SET RewardItem1 = 3609 WHERE ID=1578;
|
||||
|
||||
/* Dragonmaw Shinbones */
|
||||
UPDATE quest_template SET RequiredItemId1 = 7134, RequiredItemId2 = 0, RequiredItemCount1 = 8, RequiredItemCount2 = 0 WHERE ID=1846;
|
||||
|
||||
/* Ferocitas the Dream Eater */
|
||||
UPDATE quest_template SET RequiredItemId1 = 8050, RequiredItemId3 = 0, RequiredItemCount1 = 1, RequiredItemCount3 = 0 WHERE ID=2459;
|
||||
|
||||
/* WANTED: Caliph Scorpidsting */
|
||||
UPDATE quest_template SET MinLevel = 39 WHERE ID=2781;
|
||||
|
||||
/* WANTED: Andre Firebeard */
|
||||
UPDATE quest_template SET MinLevel = 40 WHERE ID=2875;
|
||||
|
||||
/* Gahz'ridian */
|
||||
UPDATE quest_template SET RequiredItemId2 = 9978, RequiredItemCount2 = 1 WHERE ID=3161;
|
||||
|
||||
/* The Horn of the Beast */
|
||||
UPDATE quest_template SET QuestLevel = 48 WHERE ID=3181;
|
||||
|
||||
/* Proof of Deed */
|
||||
UPDATE quest_template SET QuestLevel = 48 WHERE ID=3182;
|
||||
|
||||
/* At Last! */
|
||||
UPDATE quest_template SET QuestLevel = 48 WHERE ID=3201;
|
||||
|
||||
/* Bring the End */
|
||||
UPDATE quest_template SET QuestLevel = 42, MinLevel = 37 WHERE ID=3341;
|
||||
|
||||
/* Scalding Mornbrew Delivery */
|
||||
UPDATE quest_template SET TimeAllowed = 300 WHERE ID=3364;
|
||||
|
||||
/* The Glowing Shard */
|
||||
UPDATE quest_template SET RequiredItemId1 = 10441, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=3366;
|
||||
|
||||
/* Suntara Stones */
|
||||
UPDATE quest_template SET QuestLevel = 48 WHERE ID=3367;
|
||||
|
||||
/* Suntara Stones */
|
||||
UPDATE quest_template SET QuestLevel = 48 WHERE ID=3368;
|
||||
|
||||
/* Dwarven Justice */
|
||||
UPDATE quest_template SET QuestLevel = 55 WHERE ID=3371;
|
||||
|
||||
/* Release Them */
|
||||
UPDATE quest_template SET QuestLevel = 52 WHERE ID=3372;
|
||||
|
||||
/* The Undermarket */
|
||||
UPDATE quest_template SET RequiredItemId1 = 10467, RequiredItemId3 = 0, RequiredItemCount1 = 1, RequiredItemCount3 = 0 WHERE ID=3385;
|
||||
|
||||
/* Screecher Spirits */
|
||||
UPDATE quest_template SET RequiredItemId1 = 10699, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=3520;
|
||||
|
||||
/* Rise, Obsidion! */
|
||||
UPDATE quest_template SET QuestLevel = 52 WHERE ID=3566;
|
||||
|
||||
/* <UNUSED> */
|
||||
UPDATE quest_template SET LogTitle = Plainsrunning, QuestLevel = 60, MinLevel = 45 WHERE ID=3581;
|
||||
|
||||
/* Bring the Light */
|
||||
UPDATE quest_template SET QuestLevel = 42, MinLevel = 39 WHERE ID=3636;
|
||||
|
||||
/* Membership Card Renewal */
|
||||
UPDATE quest_template SET RewardItem1 = 10791, RewardAmount1 = 1 WHERE ID=3644;
|
||||
|
||||
/* Membership Card Renewal */
|
||||
UPDATE quest_template SET RewardItem1 = 10790, RewardAmount1 = 1 WHERE ID=3645;
|
||||
|
||||
/* Membership Card Renewal */
|
||||
UPDATE quest_template SET RewardItem1 = 10791, RewardAmount1 = 1 WHERE ID=3646;
|
||||
|
||||
/* Membership Card Renewal */
|
||||
UPDATE quest_template SET RewardItem1 = 10790, RewardAmount1 = 1 WHERE ID=3647;
|
||||
|
||||
/* Disharmony of Fire */
|
||||
UPDATE quest_template SET RequiredItemId1 = 11126, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=3907;
|
||||
|
||||
/* Samophlange Manual */
|
||||
UPDATE quest_template SET RequiredItemId1 = 11149, RequiredItemId3 = 0, RequiredItemCount1 = 1, RequiredItemCount3 = 0 WHERE ID=3924;
|
||||
|
||||
/* KILL ON SIGHT: High Ranking Dark Iron Officials */
|
||||
UPDATE quest_template SET MinLevel = 50 WHERE ID=4082;
|
||||
|
||||
/* Caught! */
|
||||
UPDATE quest_template SET RequiredItemId1 = 4306, RequiredItemId2 = 0, RequiredItemCount1 = 15, RequiredItemCount2 = 0 WHERE ID=4449;
|
||||
|
||||
/* Beware of Pterrordax */
|
||||
UPDATE quest_template SET MinLevel = 49, RequiredNpcOrGo1 = 9166, RequiredNpcOrGo2 = 9167, RequiredNpcOrGoCount2 = 15 WHERE ID=4501;
|
||||
|
||||
/* WANTED: Murkdeep! */
|
||||
UPDATE quest_template SET MinLevel = 15 WHERE ID=4740;
|
||||
|
||||
/* The Blackwood Corrupted */
|
||||
UPDATE quest_template SET RequiredItemId1 = 12355, RequiredItemCount1 = 1 WHERE ID=4763;
|
||||
|
||||
/* Warlord's Command */
|
||||
UPDATE quest_template SET RequiredItemId1 = 12562, RequiredItemId4 = 0, RequiredItemCount1 = 1, RequiredItemCount4 = 0 WHERE ID=4903;
|
||||
|
||||
/* A Matter of Time */
|
||||
UPDATE quest_template SET RequiredNpcOrGoCount1 = 15 WHERE ID=4971;
|
||||
|
||||
/* Two Halves Become One */
|
||||
UPDATE quest_template SET RequiredItemId1 = 12723, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=5051;
|
||||
|
||||
/* Wanted - Arnak Grimtotem */
|
||||
UPDATE quest_template SET MinLevel = 25 WHERE ID=5147;
|
||||
|
||||
/* Pamela's Doll */
|
||||
UPDATE quest_template SET RequiredItemId1 = 12885, RequiredItemId4 = 0, RequiredItemCount1 = 1, RequiredItemCount4 = 0 WHERE ID=5149;
|
||||
|
||||
/* Are We There, Yeti? */
|
||||
UPDATE quest_template SET RequiredItemId1 = 12928, RequiredItemId4 = 0, RequiredItemCount1 = 1, RequiredItemCount4 = 0 WHERE ID=5163;
|
||||
|
||||
/* The Flesh Does Not Lie */
|
||||
UPDATE quest_template SET RequiredItemCount1 = 20 WHERE ID=5212;
|
||||
|
||||
/* Lazy Peons */
|
||||
UPDATE quest_template SET RequiredItemId1 = 16114, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=5441;
|
||||
|
||||
/* Bone Collector */
|
||||
UPDATE quest_template SET QuestLevel = 39, MinLevel = 33 WHERE ID=5501;
|
||||
|
||||
/* Shards of the Felvine */
|
||||
UPDATE quest_template SET RequiredItemId1 = 18540, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=5526;
|
||||
|
||||
/* The Battle of Darrowshire */
|
||||
UPDATE quest_template SET RequiredNpcOrGo1 = 0, RequiredNpcOrGoCount1 = 0 WHERE ID=5721;
|
||||
|
||||
/* To Kill With Purpose */
|
||||
UPDATE quest_template SET RequiredItemId1 = 15448, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=6022;
|
||||
|
||||
/* The Ranger Lord's Behest */
|
||||
UPDATE quest_template SET RequiredItemId1 = 15847, RequiredItemId4 = 0, RequiredItemCount1 = 1, RequiredItemCount4 = 0 WHERE ID=6133;
|
||||
|
||||
/* Clam Bait */
|
||||
UPDATE quest_template SET RequiredItemId1 = 15924, RequiredItemId2 = 0, RequiredItemCount1 = 10, RequiredItemCount2 = 0 WHERE ID=6142;
|
||||
|
||||
/* Arachnophobia */
|
||||
UPDATE quest_template SET MinLevel = 15 WHERE ID=6284;
|
||||
|
||||
/* New Life */
|
||||
UPDATE quest_template SET RequiredItemId1 = 16208, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=6381;
|
||||
|
||||
/* Earthen Arise */
|
||||
UPDATE quest_template SET RequiredItemId2 = 0, RequiredItemCount2 = 0 WHERE ID=6481;
|
||||
|
||||
/* King of the Foulweald */
|
||||
UPDATE quest_template SET RequiredItemId2 = 0, RequiredItemCount2 = 0 WHERE ID=6621;
|
||||
|
||||
/* Deeprun Rat Roundup */
|
||||
UPDATE quest_template SET RequiredNpcOrGo1 = 13016, RequiredItemId1 = 17117, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=6661;
|
||||
|
||||
/* Master Ryson's All Seeing Eye */
|
||||
UPDATE quest_template SET MinLevel = 51 WHERE ID=6848;
|
||||
|
||||
/* The Glowing Shard */
|
||||
UPDATE quest_template SET RequiredItemId1 = 10441, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=6981;
|
||||
|
||||
/* Twisted Evils */
|
||||
UPDATE quest_template SET RequiredItemCount1 = 25 WHERE ID=7028;
|
||||
|
||||
/* Vyletongue Corruption */
|
||||
UPDATE quest_template SET RequiredItemId1 = 17696, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=7029;
|
||||
|
||||
/* Vyletongue Corruption */
|
||||
UPDATE quest_template SET RequiredItemId1 = 17696, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=7041;
|
||||
|
||||
/* Soothing Turtle Bisque */
|
||||
UPDATE quest_template SET RequiredItemId2 = 3713, RequiredItemCount2 = 1 WHERE ID=7321;
|
||||
|
||||
/* Favor Amongst the Darkspear */
|
||||
UPDATE quest_template SET MinLevel = 51 WHERE ID=7361;
|
||||
|
||||
/* Ally of the Tauren */
|
||||
UPDATE quest_template SET MinLevel = 51 WHERE ID=7362;
|
||||
|
||||
/* The Human Condition */
|
||||
UPDATE quest_template SET MinLevel = 51 WHERE ID=7363;
|
||||
|
||||
/* Gnomeregan Bounty */
|
||||
UPDATE quest_template SET MinLevel = 51 WHERE ID=7364;
|
||||
|
||||
/* Staghelm's Requiem */
|
||||
UPDATE quest_template SET MinLevel = 51 WHERE ID=7365;
|
||||
|
||||
/* The Archbishop's Mercy */
|
||||
UPDATE quest_template SET MinLevel = 51 WHERE ID=7366;
|
||||
|
||||
/* Korrak the Everliving */
|
||||
UPDATE quest_template SET MinLevel = 51 WHERE ID=7382;
|
||||
|
||||
/* Wanted: DWARVES! */
|
||||
UPDATE quest_template SET MinLevel = 51 WHERE ID=7401;
|
||||
|
||||
/* Wanted: ORCS! */
|
||||
UPDATE quest_template SET MinLevel = 51 WHERE ID=7402;
|
||||
|
||||
/* Darkspear Defense */
|
||||
UPDATE quest_template SET MinLevel = 51 WHERE ID=7421;
|
||||
|
||||
/* Tuft it Out */
|
||||
UPDATE quest_template SET MinLevel = 51 WHERE ID=7422;
|
||||
|
||||
/* I've Got A Fever For More Bone Chips */
|
||||
UPDATE quest_template SET MinLevel = 51 WHERE ID=7423;
|
||||
|
||||
/* What the Hoof? */
|
||||
UPDATE quest_template SET MinLevel = 51 WHERE ID=7424;
|
||||
|
||||
/* Staghelm's Mojo Jamboree */
|
||||
UPDATE quest_template SET MinLevel = 51 WHERE ID=7425;
|
||||
|
||||
/* One Man's Love */
|
||||
UPDATE quest_template SET MinLevel = 51 WHERE ID=7426;
|
||||
|
||||
/* Wanted: MORE DWARVES! */
|
||||
UPDATE quest_template SET MinLevel = 51 WHERE ID=7427;
|
||||
|
||||
/* Wanted: MORE ORCS! */
|
||||
UPDATE quest_template SET MinLevel = 51 WHERE ID=7428;
|
||||
|
||||
/* The Treasure of the Shen'dralar */
|
||||
UPDATE quest_template SET MinLevel = 57 WHERE ID=7462;
|
||||
|
||||
/* Libram of Rapidity */
|
||||
UPDATE quest_template SET MinLevel = 57 WHERE ID=7483;
|
||||
|
||||
/* Libram of Focus */
|
||||
UPDATE quest_template SET MinLevel = 57 WHERE ID=7484;
|
||||
|
||||
/* Libram of Protection */
|
||||
UPDATE quest_template SET MinLevel = 57 WHERE ID=7485;
|
||||
|
||||
/* Thunderaan the Windseeker */
|
||||
UPDATE quest_template SET QuestLevel = 60, MinLevel = 60 WHERE ID=7521;
|
||||
|
||||
/* Imperial Plate Belt */
|
||||
UPDATE quest_template SET RequiredItemCount1 = 20 WHERE ID=7653;
|
||||
|
||||
/* Imperial Plate Boots */
|
||||
UPDATE quest_template SET RequiredItemCount1 = 40 WHERE ID=7654;
|
||||
|
||||
/* Imperial Plate Bracer */
|
||||
UPDATE quest_template SET RequiredItemCount1 = 20 WHERE ID=7655;
|
||||
|
||||
/* Imperial Plate Chest */
|
||||
UPDATE quest_template SET RequiredItemCount1 = 60 WHERE ID=7656;
|
||||
|
||||
/* Imperial Plate Helm */
|
||||
UPDATE quest_template SET RequiredItemCount1 = 50 WHERE ID=7657;
|
||||
|
||||
/* Imperial Plate Leggings */
|
||||
UPDATE quest_template SET RequiredItemCount1 = 60 WHERE ID=7658;
|
||||
|
||||
/* Imperial Plate Shoulders */
|
||||
UPDATE quest_template SET RequiredItemCount1 = 20 WHERE ID=7659;
|
||||
|
||||
/* Icy Blue Mechanostrider Replacement */
|
||||
UPDATE quest_template SET QuestLevel = 1, MinLevel = 60 WHERE ID=7675;
|
||||
|
||||
/* White Mechanostrider Replacement */
|
||||
UPDATE quest_template SET QuestLevel = 1, MinLevel = 60 WHERE ID=7676;
|
||||
|
||||
/* Unfinished Gordok Business */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=7703;
|
||||
|
||||
/* Vanquish the Invaders! */
|
||||
UPDATE quest_template SET QuestLevel = 29 WHERE ID=7788;
|
||||
|
||||
/* Quell the Silverwing Usurpers */
|
||||
UPDATE quest_template SET QuestLevel = 29 WHERE ID=7789;
|
||||
|
||||
/* Snapjaws, Mon! */
|
||||
UPDATE quest_template SET RequiredNpcOrGoCount1 = 15 WHERE ID=7815;
|
||||
|
||||
/* Stalking the Stalkers */
|
||||
UPDATE quest_template SET RequiredNpcOrGoCount1 = 15, RequiredNpcOrGoCount2 = 15 WHERE ID=7828;
|
||||
|
||||
/* Hunt the Savages */
|
||||
UPDATE quest_template SET RequiredNpcOrGoCount1 = 20 WHERE ID=7829;
|
||||
|
||||
/* Message to the Wildhammer */
|
||||
UPDATE quest_template SET RequiredNpcOrGoCount1 = 15, RequiredNpcOrGoCount2 = 15, RequiredNpcOrGoCount3 = 15, RequiredNpcOrGoCount4 = 15 WHERE ID=7841;
|
||||
|
||||
/* Another Message to the Wildhammer */
|
||||
UPDATE quest_template SET RequiredItemCount1 = 10 WHERE ID=7842;
|
||||
|
||||
/* Cannibalistic Cousins */
|
||||
UPDATE quest_template SET RequiredNpcOrGoCount1 = 30, RequiredNpcOrGoCount2 = 15 WHERE ID=7844;
|
||||
|
||||
/* Dark Vessels */
|
||||
UPDATE quest_template SET RequiredItemCount1 = 10 WHERE ID=7850;
|
||||
|
||||
/* Wanted: Vile Priestess Hexx and Her Minions */
|
||||
UPDATE quest_template SET MinLevel = 46, RequiredNpcOrGoCount2 = 20 WHERE ID=7861;
|
||||
|
||||
/* Job Opening: Guard Captain of Revantusk Village */
|
||||
UPDATE quest_template SET MinLevel = 46, RequiredNpcOrGoCount1 = 20, RequiredNpcOrGoCount2 = 20, RequiredNpcOrGoCount3 = 20, RequiredNpcOrGoCount4 = 20 WHERE ID=7862;
|
||||
|
||||
/* Sentinel Advanced Care Package */
|
||||
UPDATE quest_template SET QuestLevel = 60 WHERE ID=7865;
|
||||
|
||||
/* Outrider Advanced Care Package */
|
||||
UPDATE quest_template SET QuestLevel = 60 WHERE ID=7868;
|
||||
|
||||
/* Vanquish the Invaders! */
|
||||
UPDATE quest_template SET QuestLevel = 39 WHERE ID=7871;
|
||||
|
||||
/* Vanquish the Invaders! */
|
||||
UPDATE quest_template SET QuestLevel = 49 WHERE ID=7872;
|
||||
|
||||
/* Vanquish the Invaders! */
|
||||
UPDATE quest_template SET QuestLevel = 59 WHERE ID=7873;
|
||||
|
||||
/* Quell the Silverwing Usurpers */
|
||||
UPDATE quest_template SET QuestLevel = 39 WHERE ID=7874;
|
||||
|
||||
/* Quell the Silverwing Usurpers */
|
||||
UPDATE quest_template SET QuestLevel = 49 WHERE ID=7875;
|
||||
|
||||
/* Quell the Silverwing Usurpers */
|
||||
UPDATE quest_template SET QuestLevel = 59 WHERE ID=7876;
|
||||
|
||||
/* The Treasure of the Shen'dralar */
|
||||
UPDATE quest_template SET MinLevel = 57 WHERE ID=7877;
|
||||
|
||||
/* Strength of Mount Mugamba */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8041;
|
||||
|
||||
/* Strength of Mount Mugamba */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8042;
|
||||
|
||||
/* Strength of Mount Mugamba */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8043;
|
||||
|
||||
/* The Heathen's Brand */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8045;
|
||||
|
||||
/* The Heathen's Brand */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8046;
|
||||
|
||||
/* The Heathen's Brand */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8047;
|
||||
|
||||
/* The Hero's Brand */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8048;
|
||||
|
||||
/* The Eye of Zuldazar */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8049;
|
||||
|
||||
/* The Eye of Zuldazar */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8050;
|
||||
|
||||
/* The Eye of Zuldazar */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8051;
|
||||
|
||||
/* The All-Seeing Eye of Zuldazar */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8052;
|
||||
|
||||
/* Paragons of Power: The Freethinker's Armguards */
|
||||
UPDATE quest_template SET QuestLevel = 61, MinLevel = 60 WHERE ID=8053;
|
||||
|
||||
/* Paragons of Power: The Freethinker's Belt */
|
||||
UPDATE quest_template SET QuestLevel = 61, MinLevel = 60 WHERE ID=8054;
|
||||
|
||||
/* Paragons of Power: The Freethinker's Breastplate */
|
||||
UPDATE quest_template SET QuestLevel = 61, MinLevel = 60 WHERE ID=8055;
|
||||
|
||||
/* Paragons of Power: The Augur's Bracers */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8056;
|
||||
|
||||
/* Paragons of Power: The Haruspex's Bracers */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8057;
|
||||
|
||||
/* Paragons of Power: The Vindicator's Armguards */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8058;
|
||||
|
||||
/* Paragons of Power: The Demoniac's Wraps */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8059;
|
||||
|
||||
/* Paragons of Power: The Illusionist's Wraps */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8060;
|
||||
|
||||
/* Paragons of Power: The Confessor's Wraps */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8061;
|
||||
|
||||
/* Paragons of Power: The Predator's Bracers */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8062;
|
||||
|
||||
/* Paragons of Power: The Madcap's Bracers */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8063;
|
||||
|
||||
/* Paragons of Power: The Haruspex's Belt */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8064;
|
||||
|
||||
/* Paragons of Power: The Haruspex's Tunic */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8065;
|
||||
|
||||
/* Paragons of Power: The Predator's Belt */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8066;
|
||||
|
||||
/* Paragons of Power: The Predator's Mantle */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8067;
|
||||
|
||||
/* Paragons of Power: The Illusionist's Mantle */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8068;
|
||||
|
||||
/* Paragons of Power: The Illusionist's Robes */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8069;
|
||||
|
||||
/* Paragons of Power: The Confessor's Bindings */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8070;
|
||||
|
||||
/* Paragons of Power: The Confessor's Mantle */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8071;
|
||||
|
||||
/* Paragons of Power: The Madcap's Mantle */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8072;
|
||||
|
||||
/* Paragons of Power: The Madcap's Tunic */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8073;
|
||||
|
||||
/* Paragons of Power: The Augur's Belt */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8074;
|
||||
|
||||
/* Paragons of Power: The Augur's Hauberk */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8075;
|
||||
|
||||
/* Paragons of Power: The Demoniac's Mantle */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8076;
|
||||
|
||||
/* Paragons of Power: The Demoniac's Robes */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8077;
|
||||
|
||||
/* Paragons of Power: The Vindicator's Belt */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8078;
|
||||
|
||||
/* Paragons of Power: The Vindicator's Breastplate */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8079;
|
||||
|
||||
/* The Pebble of Kajaro */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8101;
|
||||
|
||||
/* The Pebble of Kajaro */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8102;
|
||||
|
||||
/* The Pebble of Kajaro */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8103;
|
||||
|
||||
/* The Jewel of Kajaro */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8104;
|
||||
|
||||
/* Kezan's Taint */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8106;
|
||||
|
||||
/* Kezan's Taint */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8107;
|
||||
|
||||
/* Kezan's Taint */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8108;
|
||||
|
||||
/* Kezan's Unstoppable Taint */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8109;
|
||||
|
||||
/* Enchanted South Seas Kelp */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8110;
|
||||
|
||||
/* Enchanted South Seas Kelp */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8111;
|
||||
|
||||
/* Enchanted South Seas Kelp */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8112;
|
||||
|
||||
/* Pristine Enchanted South Seas Kelp */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8113;
|
||||
|
||||
/* Vision of Voodress */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8116;
|
||||
|
||||
/* Vision of Voodress */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8117;
|
||||
|
||||
/* Vision of Voodress */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8118;
|
||||
|
||||
/* The Unmarred Vision of Voodress */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8119;
|
||||
|
||||
/* Cut Arathor Supply Lines */
|
||||
UPDATE quest_template SET QuestLevel = 59 WHERE ID=8123;
|
||||
|
||||
/* The Maelstrom's Tendril */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8145;
|
||||
|
||||
/* The Maelstrom's Tendril */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8146;
|
||||
|
||||
/* The Maelstrom's Tendril */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=8147;
|
||||
|
||||
/* Cut Arathor Supply Lines */
|
||||
UPDATE quest_template SET QuestLevel = 49 WHERE ID=8160;
|
||||
|
||||
/* Cut Arathor Supply Lines */
|
||||
UPDATE quest_template SET QuestLevel = 39 WHERE ID=8161;
|
||||
|
||||
/* Cut Arathor Supply Lines */
|
||||
UPDATE quest_template SET QuestLevel = 29 WHERE ID=8162;
|
||||
|
||||
/* Arathor Advanced Care Package */
|
||||
UPDATE quest_template SET QuestLevel = 60 WHERE ID=8262;
|
||||
|
||||
/* Defiler's Advanced Care Package */
|
||||
UPDATE quest_template SET QuestLevel = 60 WHERE ID=8265;
|
||||
|
||||
/* Ribbons of Sacrifice */
|
||||
UPDATE quest_template SET QuestLevel = 39 WHERE ID=8266;
|
||||
|
||||
/* Ribbons of Sacrifice */
|
||||
UPDATE quest_template SET MinLevel = 40 WHERE ID=8267;
|
||||
|
||||
/* Ribbons of Sacrifice */
|
||||
UPDATE quest_template SET QuestLevel = 39 WHERE ID=8268;
|
||||
|
||||
/* Ribbons of Sacrifice */
|
||||
UPDATE quest_template SET MinLevel = 40 WHERE ID=8269;
|
||||
|
||||
/* Elemental Mastery */
|
||||
UPDATE quest_template SET QuestLevel = 50 WHERE ID=8410;
|
||||
|
||||
/* Mastering the Elements */
|
||||
UPDATE quest_template SET QuestLevel = 50 WHERE ID=8411;
|
||||
|
||||
/* Chillwind Point */
|
||||
UPDATE quest_template SET QuestLevel = 50 WHERE ID=8415;
|
||||
|
||||
/* A Troubled Spirit */
|
||||
UPDATE quest_template SET QuestLevel = 50 WHERE ID=8417;
|
||||
|
||||
/* War on the Shadowsworn */
|
||||
UPDATE quest_template SET QuestLevel = 53 WHERE ID=8424;
|
||||
|
||||
/* The Captain's Chest */
|
||||
UPDATE quest_template SET QuestLevel = 47 WHERE ID=8551;
|
||||
|
||||
/* The Captain's Cutlass */
|
||||
UPDATE quest_template SET QuestLevel = 50 WHERE ID=8553;
|
||||
|
||||
/* Facing Negolash */
|
||||
UPDATE quest_template SET QuestLevel = 50 WHERE ID=8554;
|
||||
|
||||
/* Nefarius's Corruption */
|
||||
UPDATE quest_template SET TimeAllowed = 18000 WHERE ID=8730;
|
||||
|
||||
/* Twilight Marauders */
|
||||
UPDATE quest_template SET RequiredNpcOrGoCount2 = 5 WHERE ID=8740;
|
||||
|
||||
/* The Might of Kalimdor */
|
||||
UPDATE quest_template SET RewardItem1 = 21175, RewardAmount1 = 1 WHERE ID=8742;
|
||||
|
||||
/* Dead Man's Plea */
|
||||
UPDATE quest_template SET RequiredNpcOrGo1 = 0, RequiredNpcOrGoCount1 = 0 WHERE ID=8945;
|
||||
|
||||
/* The Challenge */
|
||||
UPDATE quest_template SET RequiredNpcOrGo1 = 0, RequiredNpcOrGoCount1 = 0 WHERE ID=9015;
|
||||
|
||||
/* The Savage Guard - Arcanum of Protection */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=9208;
|
||||
|
||||
/* The Savage Guard - Arcanum of Rapidity */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=9209;
|
||||
|
||||
/* The Savage Guard - Arcanum of Focus */
|
||||
UPDATE quest_template SET MinLevel = 60 WHERE ID=9210;
|
||||
|
||||
/* Investigate the Scourge of Stormwind */
|
||||
UPDATE quest_template SET QuestLevel = 10 WHERE ID=9260;
|
||||
|
||||
/* Report to Marshal Bluewall */
|
||||
UPDATE quest_template SET MinLevel = 1 WHERE ID=9415;
|
||||
|
||||
/* Report to General Kirika */
|
||||
UPDATE quest_template SET MinLevel = 1 WHERE ID=9416;
|
||||
|
||||
/* Scouring the Desert */
|
||||
UPDATE quest_template SET MinLevel = 1 WHERE ID=9419;
|
||||
|
||||
Reference in New Issue
Block a user