mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
- all sql files moved to data directory - vanilla_regen_values is now labeled as optional. zz_optional_vanilla_regen_values.sql - vanilla_mob_factions removed, content moved to zone_ sql files - naxx40_remove_disables removed, content moved to naxx40 sql file - zone_elwynn_forest clean up - zone_durotar clean up - zone_tirisfal_glades clean up
178 lines
12 KiB
Transact-SQL
178 lines
12 KiB
Transact-SQL
/* smart scripts */
|
|
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN
|
|
(94);
|
|
DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` IN
|
|
(94);
|
|
|
|
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`,
|
|
`event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `event_param6`,
|
|
`action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`,
|
|
`target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
|
(94, 0, 0, 0, 67, 0, 100, 0, 1000, 1000, 2000, 7000, 0, 5, 11, 53, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Defias Cutpurse - Behind Target - Cast Backstab');
|
|
|
|
|
|
-- Kitta Firewind <Enchanting Trainer>
|
|
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 15 AND `SourceGroup` = 4169 AND `SourceEntry` = 0 AND `ConditionTypeOrReference` = 7;
|
|
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES
|
|
(15, 4169, 0, 7, 333, 125, 'Show menu if enchanting is 125 or higher');
|
|
|
|
-- The Stolen Tome (Warlock)
|
|
DELETE FROM `creature_questender` WHERE `id` = 459 AND `quest` = 1598;
|
|
INSERT INTO `creature_questender` (`id`, `quest`) VALUES (459, 1598);
|
|
|
|
-- The Stolen Tome (Warlock)
|
|
DELETE FROM `creature_queststarter` WHERE `id` = 459 AND `quest` = 1598;
|
|
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (459, 1598);
|
|
|
|
-- update creature factions
|
|
UPDATE `creature_template` SET `faction` = 17 WHERE `entry` = 38; -- Defias Thug
|
|
UPDATE `creature_template` SET `faction` = 17 WHERE `entry` = 103; -- Garrick Padfoot
|
|
|
|
-- update creature models
|
|
UPDATE `creature_template_model` SET `CreatureDisplayID` = 604 WHERE `CreatureID` = 69; -- Diseased Timber Wolf
|
|
UPDATE `creature_template_model` SET `CreatureDisplayID` = 10912 WHERE `CreatureID` = 257; -- Kobold Worker
|
|
UPDATE `creature_template_model` SET `CreatureDisplayID` = 447 WHERE `CreatureID` = 299; -- Diseased Young Wolf
|
|
|
|
-- update creature names
|
|
UPDATE `creature_template` SET `name` = 'Timber Wolf' WHERE `entry` = 69; -- Diseased Timber Wolf
|
|
UPDATE `creature_template` SET `name` = 'Young Wolf' WHERE `entry` = 299; -- Diseased Young Wolf
|
|
UPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith' WHERE `entry` = 514; -- Smith Argus
|
|
UPDATE `creature_template` SET `subname` = 'Journeyman Tailor' WHERE `entry` = 1103; -- Eldrin <Journeyman Tailor>
|
|
UPDATE `creature_template` SET `subname` = 'Journeyman Alchemist' WHERE `entry` = 1215; -- Alchemist Mallory <Journeyman Alchemist>
|
|
UPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker' WHERE `entry` = 1632; -- Adele Fielder <Journeyman Leatherworker>
|
|
UPDATE `creature_template` SET `subname` = 'Fisherman' WHERE `entry` = 1651; -- Lee Brown <Fisherman>
|
|
UPDATE `creature_template` SET `subname` = 'Tabard Vendor' WHERE `entry` = 5193; -- Rebecca Laughlin <Tabard Designer>
|
|
UPDATE `creature_template` SET `subname` = 'Expert Alchemist' WHERE `entry` = 5499; -- Lilyssia Nightbreeze <Alchemy Trainer>
|
|
UPDATE `creature_template` SET `subname` = 'Herbalism Supplier' WHERE `entry` = 5503; -- Eldraeith <Herbalism Supplies>
|
|
UPDATE `creature_template` SET `subname` = 'Expert Blacksmith' WHERE `entry` = 5511; -- Therum Deepforge <Blacksmithing Trainer>
|
|
UPDATE `creature_template` SET `subname` = 'Expert Engineer' WHERE `entry` = 5518; -- Lilliam Sparkspindle <Engineering Trainer>
|
|
UPDATE `creature_template` SET `subname` = 'Expert Leatherworker' WHERE `entry` = 5564; -- Simon Tanner <Leatherworking Trainer>
|
|
UPDATE `creature_template` SET `subname` = 'Skinner' WHERE `entry` = 6306; -- Helene Peltskinner <Skinner>
|
|
UPDATE `creature_template` SET `subname` = 'Journeyman Alchemist', `npcflag` = 81, `trainer_type` = 2 WHERE `entry` = 5500; -- Tel'Athir <Apprentice Alchemist>
|
|
UPDATE `creature_template` SET `subname` = 'Expert Tailor', `npcflag` = 81, `trainer_type` = 2 WHERE `entry` = 5567; -- Sellandus <Apprentice Tailor>
|
|
-- update creature levels
|
|
UPDATE `creature_template` SET `maxlevel` = 4 WHERE `entry` = 80; -- Kobold Laborer
|
|
UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry` = 1642; -- Northshire Guard
|
|
|
|
DELETE FROM `creature_template_addon` WHERE `entry` = 69; -- Diseased Timber Wolf
|
|
DELETE FROM `creature_template_addon` WHERE `entry` = 299; -- Diseased Young Wolf
|
|
|
|
-- Kitta Firewind <Enchanting Trainer>
|
|
DELETE FROM `gossip_menu_option` WHERE `MenuID` = 4169;
|
|
INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`) VALUES (4169, 0, 3, 'Train me.', 3266, 5, 16);
|
|
|
|
DELETE FROM `npc_trainer` WHERE `ID` IN (514, 1103, 1215, 1632, 1651, 2329, 4732, 11072);
|
|
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES
|
|
(514, -310000), -- Smith Argus <Journeyman Blacksmith>
|
|
(1103, -410000), -- Eldrin <Journeyman Tailor>
|
|
(1215, -300000), -- Alchemist Mallory <Journeyman Alchemist>
|
|
(1632, -380000), -- Adele Fielder <Journeyman Leatherworker>
|
|
(1651, -360000), -- Lee Brown <Fisherman>
|
|
(2329, -350000), -- Michelle Belle <Physician>
|
|
(4732, -450000), -- Randal Hunter <Riding Trainer>
|
|
(11072, -330000), -- Kitta Firewind <Enchanting Trainer>
|
|
(11072, -330001),
|
|
(11072, -330002);
|
|
|
|
-- Antonio Perelli <Traveling Salesman>
|
|
DELETE FROM `npc_vendor` WHERE `entry` = 844 AND `item` = 40411;
|
|
|
|
-- Dawn Brightstar <Arcane Goods>
|
|
DELETE FROM `npc_vendor` WHERE `entry` = 958 AND `item` IN (22147, 22148, 37201, 40411);
|
|
|
|
-- Wolves Across the Border
|
|
DELETE FROM `quest_offer_reward` WHERE `ID` = 33;
|
|
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `RewardText`) VALUES (33, 1, 'You\'ve been busy! I can\'t wait to cook up that wolf meat...$b$bI have some things here you might want - take your pick!');
|
|
|
|
-- Wolves Across the Border
|
|
DELETE FROM `quest_request_items` WHERE `ID` = 33;
|
|
INSERT INTO `quest_request_items` (`ID`, `EmoteOnComplete`, `EmoteOnIncomplete`, `CompletionText`) VALUES (33, 6, 6, 'Hey $N. I\'m getting hungry...did you get that tough wolf meat?');
|
|
|
|
-- Bounty on Garrick Padfoot
|
|
UPDATE `quest_template` SET `Flags` = 8 WHERE `ID` = 6;
|
|
|
|
-- Kobold Camp Cleanup
|
|
UPDATE `quest_template` SET `Flags`=8, `LogDescription`='Kill 10 Kobold Vermin, then return to Marshal McBride.', `RequiredNpcOrGoCount1` = 10 WHERE `ID` = 7;
|
|
|
|
-- Investigate Echo Ridge
|
|
UPDATE `quest_template` SET `Flags` = 8,
|
|
`LogDescription` = 'Kill 10 Kobold Workers, then report back to Marshal McBride.',
|
|
`QuestDescription`='$N, my scouts tell me that the kobold infestation is larger than we had thought. A group of kobold workers has camped near the Echo Ridge Mine to the north.$B$B
|
|
Go to the mine and remove them. We know there are at least 10. Kill them, see if there are more, then report back to me.', `RequiredNpcOrGoCount1` = 10 WHERE `ID` = 15;
|
|
|
|
-- Brotherhood of Thieves
|
|
UPDATE `quest_template` SET `Flags` = 8, `LogDescription` = 'Bring 12 Red Burlap Bandanas to Deputy Willem outside the Northshire Abbey.', `RequiredItemCount1` = 12 WHERE `ID` = 18;
|
|
|
|
-- Skirmish at Echo Ridge
|
|
UPDATE `quest_template` SET `Flags` = 8, `LogDescription` = 'Kill 12 Kobold Laborers, then return to Marshal McBride at Northshire Abbey.', `RequiredNpcOrGoCount1` = 12 WHERE `ID` = 21;
|
|
|
|
-- Wolves Across the Border
|
|
UPDATE `quest_template` SET `Flags` = 8,
|
|
`LogDescription` = 'Bring 8 pieces of Tough Wolf Meat to Eagan Peltskinner outside Northshire Abbey.',
|
|
`QuestDescription` = 'I hate those nasty timber wolves! But I sure like eating wolf steaks... Bring me tough wolf meat and I will exchange it for something you\'ll find useful.$B$B
|
|
Tough wolf meat is gathered from hunting the timber wolves and young wolves wandering the Northshire countryside.', `RequiredItemId1` = 750 WHERE `ID` = 33;
|
|
|
|
UPDATE `quest_template` SET `Flags`=0 WHERE `ID`=54; -- Report to Goldshire
|
|
UPDATE `quest_template` SET `Flags`=8 WHERE `ID`=783; -- A Threat Within
|
|
UPDATE `quest_template` SET `Flags`=8 WHERE `ID`=2158; -- Rest and Relaxation
|
|
UPDATE `quest_template` SET `Flags`=0 WHERE `ID`=3102; -- Encrypted Letter
|
|
UPDATE `quest_template` SET `Flags`=8 WHERE `ID`=3903; -- Milly Osworth
|
|
UPDATE `quest_template` SET `Flags`=8 WHERE `ID`=3904; -- Milly's Harvest
|
|
UPDATE `quest_template` SET `Flags`=0 WHERE `ID`=3905; -- Grape Manifest
|
|
|
|
-- Eagan Peltskinner
|
|
UPDATE `quest_template` SET `QuestDescription` =
|
|
'Eagan Peltskinner is looking for someone to hunt wolves for him. That\'s good news, because we\'re seeing a lot more wolves in Northshire Valley lately.$B$B
|
|
If you\'re interested then speak with Eagan. He\'s around the side of the abbey, to the left.' WHERE `ID`=5261;
|
|
|
|
|
|
UPDATE `quest_template_addon` SET `SpecialFlags` = 0 WHERE `ID` IN (
|
|
6, -- Bounty on Garrick Padfoot
|
|
7, -- Kobold Camp Cleanup
|
|
15, -- Investigate Echo Ridge
|
|
18, -- Brotherhood of Thieves
|
|
21, -- Skirmish at Echo Ridge
|
|
33, -- Wolves Across the Border
|
|
54, -- Report to Goldshire
|
|
783, -- A Threat Within
|
|
2158, -- Rest and Relaxation
|
|
3100, -- Simple Letter
|
|
3101, -- Consecrated Letter
|
|
3102, -- Encrypted Letter
|
|
3103, -- Hallowed Letter
|
|
3104, -- Glyphic Letter
|
|
3105, -- Tainted Letter
|
|
3903, -- Milly Osworth
|
|
3904, -- Milly's Harvest
|
|
3905, -- Grape Manifest
|
|
5261 -- Eagan Peltskinner
|
|
);
|
|
|
|
DELETE FROM `creature_loot_template` WHERE `Item` = 750 AND `Entry` IN (69, 299);
|
|
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Chance`, `QuestRequired`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
|
(69, 750, 80, 1, 1, 1, 'Timber Wolf - Tough Wolf Meat'),
|
|
(299, 750, 80, 1, 1, 1, 'Young Wolf - Tough Wolf Meat');
|
|
|
|
DELETE FROM `creature_questitem` WHERE `CreatureEntry` IN (69, 299);
|
|
INSERT INTO `creature_questitem` (`CreatureEntry`, `Idx`, `ItemId`, `VerifiedBuild`) VALUES
|
|
(69, 0, 750, 0),
|
|
(299, 0, 750, 0);
|
|
|
|
-- Restore Mirror Lake Orchard creatures removed in WotLK
|
|
DELETE FROM `creature` WHERE `guid` IN (80391, 80392, 80393, 80394, 80396, 80397, 80399, 80400, 80401, 80402, 80403, 80404, 80405) AND `id1` IN (116, 94);
|
|
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`) VALUES
|
|
(80391, 116, 0, 0, 0, 0, 0, 1, 1, 1, -9441.48, 469.81, 53.2758, 4.26422, 180, 5, 0, 156, 0, 1, 0, 0, 0, '', 0),
|
|
(80392, 116, 0, 0, 0, 0, 0, 1, 1, 1, -9444.94, 473.775, 52.3257, 4.03171, 180, 5, 0, 156, 0, 1, 0, 0, 0, '', 0),
|
|
(80393, 116, 0, 0, 0, 0, 0, 1, 1, 1, -9437.72, 486.039, 53.3307, 5.58505, 180, 5, 0, 156, 0, 1, 0, 0, 0, '', 0),
|
|
(80394, 116, 0, 0, 0, 0, 0, 1, 1, 1, -9433.15, 482.528, 53.2474, 2.53073, 180, 5, 0, 156, 0, 1, 0, 0, 0, '', 0),
|
|
(80396, 94, 0, 0, 0, 0, 0, 1, 1, 1, -9464.65, 480.308, 53.0385, 3.48143, 180, 5, 0, 102, 0, 1, 0, 0, 0, '', 0),
|
|
(80397, 94, 0, 0, 0, 0, 0, 1, 1, 1, -9453.23, 512.811, 56.3243, 6.18203, 180, 5, 0, 102, 0, 1, 0, 0, 0, '', 0),
|
|
(80399, 116, 0, 0, 0, 0, 0, 1, 1, 1, -9447.86, 462.158, 52.2864, 4.2586, 180, 5, 0, 156, 0, 1, 0, 0, 0, '', 0),
|
|
(80400, 94, 0, 0, 0, 0, 0, 1, 1, 1, -9495.64, 457.065, 52.3032, 2.96413, 180, 5, 0, 102, 0, 1, 0, 0, 0, '', 0),
|
|
(80401, 94, 0, 0, 0, 0, 0, 1, 1, 1, -9479.78, 470.421, 51.6672, 5.18983, 180, 5, 0, 102, 0, 1, 0, 0, 0, '', 0),
|
|
(80402, 94, 0, 0, 0, 0, 0, 1, 1, 1, -9459.9, 426.179, 52.6221, 3.6223, 180, 5, 0, 102, 0, 1, 0, 0, 0, '', 0),
|
|
(80403, 116, 0, 0, 0, 0, 0, 1, 1, 1, -9441.33, 447.532, 52.5032, 3.9619, 180, 5, 0, 156, 0, 1, 0, 0, 0, '', 0),
|
|
(80404, 116, 0, 0, 0, 0, 0, 1, 1, 1, -9445.96, 451.56, 52.6251, 1.93731, 180, 5, 0, 156, 0, 1, 0, 0, 0, '', 0),
|
|
(80405, 94, 0, 0, 0, 0, 0, 1, 1, 1, -9517.96, 494.378, 52.2181, 5.29769, 180, 5, 0, 102, 0, 1, 0, 0, 0, '', 0);
|