diff options
author | ModoX <moardox@gmail.com> | 2024-05-26 20:24:42 +0200 |
---|---|---|
committer | ModoX <moardox@gmail.com> | 2024-05-26 20:25:30 +0200 |
commit | b54d6ec55894000208e079be6648f15f964a2606 (patch) | |
tree | f4106d5f8319c705290670292e1ff7e8761844ba | |
parent | b64ea58db555b099e9f92af6093e9aa119a355ea (diff) |
DB/Drustvar: Added FX Stalker Dread Vessel in Ulfars Den
* part of Kul Tiran unlock questline
-rw-r--r-- | sql/updates/world/master/2024_05_26_05_world.sql | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_05_26_05_world.sql b/sql/updates/world/master/2024_05_26_05_world.sql new file mode 100644 index 00000000000..8ef5647bce6 --- /dev/null +++ b/sql/updates/world/master/2024_05_26_05_world.sql @@ -0,0 +1,21 @@ +SET @CGUID := 7000562; + +DELETE FROM `phase_name` WHERE `ID`=12646; +INSERT INTO `phase_name` (`ID`, `Name`) VALUES +(12646, 'Cosmetic: Kul Tiran Unlock Questline - FX Stalker Dread Vessel in Ulfars Den'); + +DELETE FROM `phase_area` WHERE `PhaseId`=12646; +INSERT INTO `phase_area` (`AreaId`, `PhaseId`, `Comment`) VALUES +(9965, 12646, 'Cosmetic: Kul Tiran Unlock Questline - FX Stalker Dread Vessel - Ulfars Den'); + +DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 26) AND (`SourceGroup` IN (12646)); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `ConditionStringValue1`, `NegativeCondition`, `Comment`) VALUES +(26, 12646, 0, 0, 0, 48, 0, 388256, 0, 1, '', 0, 'Player have quest objective 388256 == 1'); + +DELETE FROM `creature` WHERE `guid`=@CGUID+0; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curHealthPct`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 149374, 1643, 8721, 9965, '0', 12646, 0, 0, 0, -488.498260498046875, 2723.901123046875, 280.91302490234375, 0, 120, 0, 0, 100, 0, NULL, NULL, NULL, NULL, 54847); -- FX Stalker (Area: Ulfar's Den - Difficulty: 0) CreateObject1 (Auras: 289631 - [DNT] Drust Vessel FX) + +DELETE FROM `creature_addon` WHERE `guid`=@CGUID+0; +INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(@CGUID+0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '289631'); -- FX Stalker - 289631 - [DNT] Drust Vessel FX |