I don't have the game anymore, but what I need are sounds exported from the game. What I'm looking for are sounds from Deathwing, the Death Knights, and Teron Gorefiend (wow?) - basically anyone who sounds like they did in Warcraft II.
I'd like Teron/Death Knight's sounds from WoW but I don't know how to export them. Teron's can be played using these commands:
/run PlaySoundFile("Sound\Creature\TeronGorefiend\BLCKTMPLE_TeronGor_Aggro01.wav");
/run PlaySoundFile("Sound\Creature\TeronGorefiend\BLCKTMPLE_TeronGor_Death01.wav");
/run PlaySoundFile("Sound\Creature\TeronGorefiend\BLCKTMPLE_TeronGor_DethCoil01.wav");
/run PlaySoundFile("Sound\Creature\TeronGorefiend\BLCKTMPLE_TeronGor_DethDcay01.wav");
/run PlaySoundFile("Sound\Creature\TeronGorefiend\BLCKTMPLE_TeronGor_Enrage01.wav");
/run PlaySoundFile("Sound\Creature\TeronGorefiend\BLCKTMPLE_TeronGor_Intro01.wav");
/run PlaySoundFile("Sound\Creature\TeronGorefiend\BLCKTMPLE_TeronGor_Slay01.wav");
/run PlaySoundFile("Sound\Creature\TeronGorefiend\BLCKTMPLE_TeronGor_Slay02.wav");
/run PlaySoundFile("Sound\Creature\TeronGorefiend\BLCKTMPLE_TeronGor_Special01.wav");
/run PlaySoundFile("Sound\Creature\TeronGorefiend\BLCKTMPLE_TeronGor_Special02.wav");
I would prefer the sounds not be "re-recorded" at all costs, that reduces some of sound quality. An export is highly, highly preferred.