This site makes extensive use of JavaScript.
Please
enable JavaScript
in your browser.
Classic Theme
Thottbot Theme
[Bug] Kel'Thuzad missing from the database
Post Reply
Return to board index
Post by
esoterikpunk
Just as the topic says, Kel'thuzad, the last boss in Naxx, is missing from the database. A search for him turns up only the npc in Old Hillsbrad.
Post by
Miyari
This is a known issue and has previously been reported. While we work on a fix, you should still be able to find the missing NPCs here:
http://www.wowhead.com/?npc=15989
http://www.wowhead.com/?npc=15990
Post by
cyborg99
While I'm not sure if this is relevant, but I can't find the Arthas NPC that shows up in Naxx.
PS: if anyone has a pic of him in Naxx, that'd be awesome.
Post by
Knot
While I'm not sure if this is relevant, but I can't find the Arthas NPC that shows up in Naxx.
PS: if anyone has a pic of him in Naxx, that'd be awesome.
The Lich King
?
Post by
Miyari
If I remember the encounter correctly, the Lich King doesn't actually "show up," you simply hear their conversation prior to engaging Kel'thuzad. Sorry I don't have video or anything but I'm sure there's probably fight videos with their exchange documented. In any case, you can paste the following commands (starting with the "/run PlaySoundFile") in your in-game chat log to hear the dialog. :)
Kel'thuzad: "
Our preparations continue as planned, master.
"
/run PlaySoundFile("Sound\\Creature\\Kelthuzad\\KEL_NAXX_DIALOG01.wav");
Lich King: "
It is good that you serve me so faithfully. Soon, all will serve the Lich King and in the end, you shall be rewarded... so long as you do not falter.
"
/run PlaySoundFile("Sound\\Creature\\LichKing\\LICH_NAXX_DIALOG01.wav");
Kel'thuzad: "
I forsee no complications at this... wait... what is this?
"
/run PlaySoundFile("Sound\\Creature\\Kelthuzad\\KEL_NAXX_DIALOG03.wav");
Lich King: "
Your security measures have failed! See to this interruption immediately!
"
/run PlaySoundFile("Sound\\Creature\\LichKing\\LICH_NAXX_DIALOG03.wav");
Kel'thuzad: "
Yes, master.
"
/run PlaySoundFile("Sound\\Creature\\Kelthuzad\\KEL_NAXX_DIALOG04.wav");
and during the fight...
Kel'Thuzad: "
Master! I require aid!
"
/run PlaySoundFile("Sound\\Creature\\Kelthuzad\\KEL_NAXX_HELP.wav");
Lich King: "
Very well... warriors of the frozen wastes, rise up, I command you to fight, kill, and die for your master. Let none survive...
"
/run PlaySoundFile("Sound\\Creature\\LichKing\\LICH_NAXX_SUMMON.wav");
And before anyone posts about it - no, the Lich King does not currently reside in Onyxia's Lair. How he got there - I don't know. Maybe he got jealous of Kel'thuzad having Sapphiron as a pet and tried to steal Onyxia for himself. Who knows. Complicated dragon envy issues I don't want to get into. Just rest assured that I have relocated him and the data will be updated soon. ;P
Post Reply
You are not logged in. Please
log in
to post a reply or
register
if you don't already have an account.