From 58ab0ea3907ca8cd6158c66048f662c34f9969dd Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Fri, 17 Oct 2025 15:43:06 +0200 Subject: [PATCH] Hide TBC quests and update gameobject scripts Added conditions to hide specific TBC quests and updated gameobject scripts. --- optional/sql/world/zz_optional_vanilla_phasing.sql | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/optional/sql/world/zz_optional_vanilla_phasing.sql b/optional/sql/world/zz_optional_vanilla_phasing.sql index e60a77a..2741923 100644 --- a/optional/sql/world/zz_optional_vanilla_phasing.sql +++ b/optional/sql/world/zz_optional_vanilla_phasing.sql @@ -95,6 +95,13 @@ UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_wotlk' WHERE `entry` IN ( 31725 -- Sky-Captain LaFontaine, Zep ); +-- 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 (