Looking4Group / L4G_Core

Looking4Group Core
http://looking4group.eu
GNU General Public License v2.0
37 stars 69 forks source link

Quest The Dread Relic missing #3798

Closed Quinzy closed 7 years ago

Quinzy commented 7 years ago

I'm unable to pick the quest The Dread Relic

http://db.hellfire-tbc.com/?quest=10877 http://wowwiki.wikia.com/wiki/Quest:The_Dread_Relic http://www.wowhead.com/quest=10877/the-dread-relic

Starts at Oakun

It doesn't have a prequest and should be available for every one with the required lvl or higher. So this quest is either missing or not available for Alliance.

AnonXS commented 7 years ago

You are probably missing a prequest, or its related to faction.


SELECT * FROM `quest_template` WHERE `entry` = 10877;
Quinzy commented 7 years ago

There is no prequest for it. Both factions should be able to do this quest, as it's for the Sha'tar As stated in all 3 sources

Nor upon asking did I found an (Alliance) player that did complete it

AnonXS commented 7 years ago

It was deleted out here: https://github.com/Looking4Group/L4G_Core/issues/2035


DELETE FROM `creature_questrelation` WHERE `quest` = 10877;
INSERT INTO `creature_questrelation` VALUES (22456, 10877);

-- Massive Treasure Chest Quest 10877
UPDATE `gameobject` SET `spawntimesecs`='301' WHERE `guid` = 26109;
UPDATE `gameobject_template` SET `data2`='300',`data3`='1' WHERE `entry` = 185220;

-- Dread Relic Thrall
UPDATE `creature_template` SET `minlevel`='66',`maxlevel`='69',`armor`='4200',`speed`='1.20',`mindmg`='100',`maxdmg`='200',`AIName`='EventAI' WHERE `entry` = 22369;
DELETE FROM `creature_ai_scripts` WHERE `entryOrGUID` = 22369;
INSERT INTO `creature_ai_scripts` VALUES
('2236901','22369','1','0','100','1','29000','31000','0','0','41','0','0','0','0','0','0','0','0','0','0','0','Dread Relic Thrall - Despawn OOC');
AnonXS commented 7 years ago

https://github.com/Looking4Group/L4G_Core/pull/3755/commits/d9628c255045e4a7d0d8292a32c94b5f7a16f5dd