Looking4Group / L4G_Core

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

Quest: The Fate of Kagrosh #1212

Open Xadras opened 8 years ago

Xadras commented 8 years ago

Originally reported by: Anonymous


Can't acquire Kagrosh's Pack from Kagrosh as horde.


Xadras commented 8 years ago

http://db.hellfire-tbc.com/?quest=10601, http://db.hellfire-tbc.com/?item=30659

http://www.wowhead.com/quest=10601/the-fate-of-kagrosh By Potente (1,390 – 9·10) on 2007/02/18 (Patch 2.0.8)
Just to clarify the above comments, there's a cavern on the bottom with lava, and a tunnel on the top with Demons. If you're in the cavern, go back to the entrance and follow the ramp up to the tunnel. Pass the Demons until you reach the Dormant Elementals. It is just before the last pair of Dormant Elementals that you will find Korgash's body (which can be looted for his backpack).

#!sql

-- Kagrosh Deathstate
--  Eventually you'll find his corpse, near a door frame into a dead end room. 
UPDATE `creature` SET `curhealth`='0',`curmana`='0',`DeathState`='0' WHERE `id` = 21725;
UPDATE `creature_template` SET `unit_flags`='6',`dynamicflags`='32' WHERE `entry` = 21725;
UPDATE `creature_template_addon` SET `bytes1`='7',`emote`='0' WHERE `entry` = 21725;

-- dublicate
DELETE FROM `creature` WHERE `guid` = 86870;

http://de.wowhead.com/npc=21725/kagrosh#english-comments , http://www.wowhead.com/npc=22315/deathforge-mine , https://www.youtube.com/watch?v=e-0tiidk0Ck

does he have npcflag?