mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
222 lines
7.8 KiB
SQL
222 lines
7.8 KiB
SQL
|
|
-- Undertaker Mordo
|
|
DELETE FROM `creature` WHERE `id1`=1568;
|
|
INSERT INTO `creature` (`id1`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES (1568, 0, 1678.99, 1667.86, 135.855, 3.76991, 300);
|
|
|
|
-- Piercing the Veil (Warlock)
|
|
DELETE FROM `creature_questender` WHERE `id`=5667 AND `quest`=1470;
|
|
INSERT INTO `creature_questender` (`id`, `quest`) VALUES (5667, 1470);
|
|
|
|
-- Piercing the Veil (Warlock)
|
|
DELETE FROM `creature_queststarter` WHERE `id`=5667 AND `quest`=1470;
|
|
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (5667, 1470);
|
|
|
|
-- Wretched Zombie
|
|
UPDATE `creature_template` SET `name`='Wretched Zombie' WHERE `entry`=1502;
|
|
|
|
-- Night Web Spider
|
|
UPDATE `creature_template` SET `faction`=22 WHERE `entry`=1505;
|
|
|
|
-- Scarlet Convert
|
|
UPDATE `creature_template` SET `faction`=67 WHERE `entry`=1506;
|
|
|
|
-- Scarlet Initiate
|
|
UPDATE `creature_template` SET `faction`=67 WHERE `entry`=1507;
|
|
|
|
-- Meven Korgal
|
|
UPDATE `creature_template` SET `faction`=67 WHERE `entry`=1667;
|
|
|
|
-- Night Web Matriarch
|
|
UPDATE `creature_template` SET `faction`=22 WHERE `entry`=1688;
|
|
|
|
-- Deathguard Randolph
|
|
UPDATE `creature_template` SET `minlevel`=55, `maxlevel`=55 WHERE `entry`=1736;
|
|
|
|
-- Deathguard Oliver
|
|
UPDATE `creature_template` SET `minlevel`=55, `maxlevel`=55 WHERE `entry`=1737;
|
|
|
|
-- Deathguard Phillip
|
|
UPDATE `creature_template` SET `minlevel`=55, `maxlevel`=55 WHERE `entry`=1739;
|
|
|
|
-- Deathguard Bartrand
|
|
UPDATE `creature_template` SET `minlevel`=55, `maxlevel`=55 WHERE `entry`=1741;
|
|
|
|
-- Faruza <Apprentice Herbalist>
|
|
UPDATE `creature_template` SET `subname`='Apprentice Herbalist' WHERE `entry`=2114;
|
|
|
|
-- Carolai Anise <Journeyman Alchemist>
|
|
UPDATE `creature_template` SET `subname`='Journeyman Alchemist' WHERE `entry`=2132;
|
|
|
|
-- Hin Denburg <Zeppelin Master>
|
|
UPDATE `creature_template` SET `subname`='Zeppelin Master' WHERE `entry`=3150;
|
|
|
|
-- Shelene Rhobart <Journeyman Leatherworker>
|
|
UPDATE `creature_template` SET `subname`='Journeyman Leatherworker' WHERE `entry`=3549;
|
|
|
|
-- Scarlet Preserver
|
|
UPDATE `creature_template` SET `rank`=1 WHERE `entry`=4280;
|
|
|
|
-- Scarlet Scout
|
|
UPDATE `creature_template` SET `rank`=1 WHERE `entry`=4281;
|
|
|
|
-- Scarlet Magician
|
|
UPDATE `creature_template` SET `rank`=1 WHERE `entry`=4282;
|
|
|
|
-- Scarlet Sentry
|
|
UPDATE `creature_template` SET `rank`=1 WHERE `entry`=4283;
|
|
|
|
-- Scarlet Augur
|
|
UPDATE `creature_template` SET `rank`=1 WHERE `entry`=4284;
|
|
|
|
-- Scarlet Disciple
|
|
UPDATE `creature_template` SET `rank`=1 WHERE `entry`=4285;
|
|
|
|
-- Clyde Kellen <Fisherman>
|
|
UPDATE `creature_template` SET `subname`='Fisherman' WHERE `entry`=5690;
|
|
|
|
-- Vance Undergloom <Journeyman Enchanter>
|
|
UPDATE `creature_template` SET `subname`='Journeyman Enchanter' WHERE `entry`=5695;
|
|
|
|
-- Kayla Smithe <Demon Trainer>
|
|
UPDATE `creature_template` SET `subname`='Demon Trainer' WHERE `entry`=5749;
|
|
|
|
-- Gina Lang <Demon Trainer>
|
|
UPDATE `creature_template` SET `subname`='Demon Trainer' WHERE `entry`=5750;
|
|
|
|
-- Rand Rhobart <Skinner>
|
|
UPDATE `creature_template` SET `subname`='Skinner' WHERE `entry`=6289;
|
|
|
|
-- Deathguard Elite
|
|
UPDATE `creature_template` SET `minlevel`=55, `maxlevel`=55 WHERE `entry`=7980;
|
|
|
|
-- Zapetta <Zeppelin Master>
|
|
UPDATE `creature_template` SET `subname`='Zeppelin Master' WHERE `entry`=9566;
|
|
|
|
-- Lieutenant Sanders
|
|
UPDATE `creature_template` SET `faction`=67 WHERE `entry`=13158;
|
|
|
|
-- Faruza <Apprentice Herbalist>
|
|
DELETE FROM `npc_trainer` WHERE `ID`=2114;
|
|
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (2114, -370000);
|
|
|
|
-- Carolai Anise <Journeyman Alchemist>
|
|
DELETE FROM `npc_trainer` WHERE `ID`=2132;
|
|
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (2132, -300000);
|
|
|
|
-- Shelene Rhobart <Journeyman Leatherworker>
|
|
DELETE FROM `npc_trainer` WHERE `ID`=3549;
|
|
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (3549, -380000);
|
|
|
|
-- Velma Warnam <Riding Trainer>
|
|
DELETE FROM `npc_trainer` WHERE `ID`=4773;
|
|
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (4773, -450000);
|
|
|
|
-- Nurse Neela <First Aid Trainer>
|
|
DELETE FROM `npc_trainer` WHERE `ID`=5759;
|
|
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (5759, -350000);
|
|
|
|
-- Clyde Kellen <Fisherman>
|
|
DELETE FROM `npc_trainer` WHERE `ID`=5690;
|
|
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (5690, -360000);
|
|
|
|
-- Vance Undergloom <Journeyman Enchanter>
|
|
DELETE FROM `npc_trainer` WHERE `ID`=5695;
|
|
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (5695, -330000);
|
|
|
|
-- Rand Rhobart <Skinner>
|
|
DELETE FROM `npc_trainer` WHERE `ID`=6289;
|
|
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (6289, -400000);
|
|
|
|
-- Abigail Shiel <Trade Supplies>
|
|
DELETE FROM `npc_vendor` WHERE `entry`=2118 AND `item` IN (10648, 30817, 39354);
|
|
|
|
-- Selina Weston <Alchemy & Herbalism Supplies>
|
|
DELETE FROM `npc_vendor` WHERE `entry`=3548 AND `item`=40411;
|
|
|
|
-- Zachariah Post <Undead Horse Merchant>
|
|
DELETE FROM `npc_vendor` WHERE `entry`=4731 AND `item` IN (46308, 47101);
|
|
|
|
-- A Rogue's Deal
|
|
UPDATE `quest_template` SET `Flags`=0 WHERE `ID`=8;
|
|
|
|
-- Rude Awakening
|
|
UPDATE `quest_template` SET `Flags`=8, `QuestDescription`='About time you woke up. We were ready to toss you into the fire with the others, but it looks like you made it.$b$bI am Mordo, the caretaker of the crypt of Deathknell. And you are the Lich King\'s slave no more.$b$bSpeak with Shadow Priest Sarvis in the chapel at the base of the hill, he will tell you more of what you must know.' WHERE `ID`=363;
|
|
|
|
-- The Mindless Ones
|
|
UPDATE `quest_template` SET `Flags`=8, `LogDescription`='Shadow Priest Sarvis wants you to kill 8 Mindless Zombies and 8 Wretched Zombies.', `RequiredNpcOrGoCount1`=8, `RequiredNpcOrGoCount2`=8 WHERE `ID`=364;
|
|
|
|
-- The Damned
|
|
UPDATE `quest_template` SET `Flags`=8 WHERE `ID`=376;
|
|
|
|
-- Night Web's Hollow
|
|
UPDATE `quest_template` SET `Flags`=8, `LogDescription`='Executor Arren wants you to kill 10 Young Night Web Spiders and 8 Night Web Spiders.', `RequiredNpcOrGoCount1`=10, `RequiredNpcOrGoCount2`=8 WHERE `ID`=380;
|
|
|
|
-- The Scarlet Crusade
|
|
UPDATE `quest_template` SET `Flags`=8 WHERE `ID`=381;
|
|
|
|
-- The Red Messenger
|
|
UPDATE `quest_template` SET `Flags`=8 WHERE `ID`=382;
|
|
|
|
-- Vital Intelligence
|
|
UPDATE `quest_template` SET `Flags`=0 WHERE `ID`=383;
|
|
|
|
-- Rattling the Rattlecages
|
|
UPDATE `quest_template` SET `Flags`=8, `LogDescription`='Kill 12 Rattlecage Skeletons, and then return to Shadow Priest Sarvis in Deathknell when you are done.', `RequiredNpcOrGoCount1`=12 WHERE `ID`=3901;
|
|
|
|
-- Scavenging Deathknell
|
|
UPDATE `quest_template` SET `Flags`=8 WHERE `ID`=3902;
|
|
|
|
-- Marla's Last Wish
|
|
UPDATE `quest_template` SET `Flags`=8 WHERE `ID`=6395;
|
|
|
|
-- A Rogue's Deal
|
|
UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=8;
|
|
|
|
-- Rude Awakening
|
|
UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=363;
|
|
|
|
-- The Mindless Ones
|
|
UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=364;
|
|
|
|
-- Proof of Demise
|
|
UPDATE `quest_template_addon` SET `PrevQuestID`=427 WHERE `ID`=374;
|
|
|
|
-- The Damned
|
|
UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=376;
|
|
|
|
-- Night Web's Hollow
|
|
UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=380;
|
|
|
|
-- The Scarlet Crusade
|
|
UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=381;
|
|
|
|
-- The Red Messenger
|
|
UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=382;
|
|
|
|
-- Vital Intelligence
|
|
UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=383;
|
|
|
|
-- Simple Scroll
|
|
UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=3095;
|
|
|
|
-- Encrypted Scroll
|
|
UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=3096;
|
|
|
|
-- Hallowed Scroll
|
|
UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=3097;
|
|
|
|
-- Glyphic Scroll
|
|
UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=3098;
|
|
|
|
-- Tainted Scroll
|
|
UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=3099;
|
|
|
|
-- Rattling the Rattlecages
|
|
UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=3901;
|
|
|
|
-- Scavenging Deathknell
|
|
UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=3902;
|
|
|
|
-- Marla's Last Wish
|
|
UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=6395;
|