Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
No edit summary
Line 10: Line 10:
 
:* If you'd like, you can adjust the width of the box if they get too wide. <nowiki>|width=30em</nowiki> usually does the trick for me.
 
:* If you'd like, you can adjust the width of the box if they get too wide. <nowiki>|width=30em</nowiki> usually does the trick for me.
 
:Good work though! -[[User:Howbizr|Howbizr]] ([[User talk:Howbizr|talk]]) 22:58, 5 March 2009 (UTC)
 
:Good work though! -[[User:Howbizr|Howbizr]] ([[User talk:Howbizr|talk]]) 22:58, 5 March 2009 (UTC)
 
==Patch 3.1 Sounds==
 
 
===Algalon the Observer===
 
<code>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Adds01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Adds02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Aggro01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Attack01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Attack02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Attack03.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Attack04.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Attack05.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Attack06.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Berserk02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Berzerk01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_BHole01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Death01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Death02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Death03.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Slay01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Slay02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Space01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Special01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Special02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Summon01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Summon02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Summon03.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Timer01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Timer02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Timer03.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Wound01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Wound02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Wound03.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Wound04.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Wound05.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Wound06.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Wound07.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_Wound08.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_WoundCrit01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_WoundCrit02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_WoundCrit03.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_WoundCrit04.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_WoundCrit05.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\AlgalonTheObserver\\UR_Algalon_WoundCrit06.wav")<br>
 
</code>
 
===The Archivum===
 
<code>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_FreyaAnalysis01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_FreyaAnalysis02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_FreyaAnalysis03.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_FreyaAnalysis04.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_FreyaAnalysis05.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_FreyaAnalysis06.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_FreyaAnalysis07.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_HodirAnalysis01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_HodirAnalysis02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_HodirAnalysis03.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_HodirAnalysis04.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_HodirAnalysis05.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_MimironAnalysis01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_MimironAnalysis02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_MimironAnalysis03.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_MimironAnalysis04.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_MimironSD00.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_MimironSD01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_MimironSD02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_MimironSD03.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_MimironSD04.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_MimironSD05.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_MimironSD06.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_MimironSD07.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_MimironSD08.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_MimironSD09.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_MimironSD10.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_MimironSDEnd01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_MimironSDStart01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_Planetarium01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_Planetarium02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_Planetarium03.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_Planetarium04.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_Planetarium05.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_Planetarium06.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_System01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_System02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_System03.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_System04.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_System05.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_System06.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_System07.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_System08.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_System09.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_System10.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_ThorimAnalysis01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_ThorimAnalysis02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_ThorimAnalysis03.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_ThorimAnalysis04.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_ValanyrAnalysis01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_ValanyrAnalysis02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_ValanyrAnalysis03.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_ValanyrAnalysis04.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_ValanyrAnalysis05.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ArchivumSystem\\UR_Archivum_ValanyrAnalysis06.wav")<br>
 
</code>
 
===Auriaya===
 
<code>
 
/script PlaySoundFile ("Sound\\Creature\\Auriaya\\UR_Auriaya_Aggro01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Auriaya\\UR_Auriaya_Attack01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Auriaya\\UR_Auriaya_Attack02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Auriaya\\UR_Auriaya_Attack03.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Auriaya\\UR_Auriaya_Attack04.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Auriaya\\UR_Auriaya_Attack05.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Auriaya\\UR_Auriaya_Berserk01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Auriaya\\UR_Auriaya_Death01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Auriaya\\UR_Auriaya_Slay01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Auriaya\\UR_Auriaya_Slay02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Auriaya\\UR_Auriaya_Wound01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Auriaya\\UR_Auriaya_Wound02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Auriaya\\UR_Auriaya_Wound03.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Auriaya\\UR_Auriaya_Wound04.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Auriaya\\UR_Auriaya_Wound05.wav")<br>
 
</code>
 
===Brann Bronzebeard===
 
<code>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_Algalon01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_AlgalonSummoned01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_AlgalonSummoned02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_Archivum01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_Archivum02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_Archivum03.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_Archivum04.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_Archivum05.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_Archivum06.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_Archivum07.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_Archivum08.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_Archivum09.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_Archivum10.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_Dalaran01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_ICDefeat.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_Planetarium01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_Planetarium02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_Planetarium03.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_Planetarium04.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_Planetarium05.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_Radio01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_Radio02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_Radio03.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_Radio04.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_Radio05.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_Radio06.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_Radio07.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_Radio08.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_Radio09.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_Radio10.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_Radio11.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_Radio12.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\Brann\\UR_Brann_RadioStart01.wav")<br>
 
</code>
 
===Elder Brightleaf===
 
<code>
 
/script PlaySoundFile ("Sound\\Creature\\ElderBrightleaf\\UR_Brightleaf_Aggro01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderBrightleaf\\UR_Brightleaf_Attack01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderBrightleaf\\UR_Brightleaf_Attack02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderBrightleaf\\UR_Brightleaf_Attack03.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderBrightleaf\\UR_Brightleaf_Attack04.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderBrightleaf\\UR_Brightleaf_Attack05.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderBrightleaf\\UR_Brightleaf_Death01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderBrightleaf\\UR_Brightleaf_Slay01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderBrightleaf\\UR_Brightleaf_Slay02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderBrightleaf\\UR_Brightleaf_Wound01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderBrightleaf\\UR_Brightleaf_Wound02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderBrightleaf\\UR_Brightleaf_Wound03.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderBrightleaf\\UR_Brightleaf_Wound04.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderBrightleaf\\UR_Brightleaf_WoundCrit01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderBrightleaf\\UR_Brightleaf_WoundCrit02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderBrightleaf\\UR_Brightleaf_WoundCrit03.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderBrightleaf\\UR_Brightleaf_WoundCrit04.wav")<br>
 
</code>
 
===Elder Ironbranch===
 
<code>
 
/script PlaySoundFile ("Sound\\Creature\\ElderIronbranch\\UR_Ironbranch_Aggro01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderIronbranch\\UR_Ironbranch_Attack01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderIronbranch\\UR_Ironbranch_Attack02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderIronbranch\\UR_Ironbranch_Attack03.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderIronbranch\\UR_Ironbranch_Attack04.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderIronbranch\\UR_Ironbranch_Attack05.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderIronbranch\\UR_Ironbranch_Attack06.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderIronbranch\\UR_Ironbranch_Attack07.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderIronbranch\\UR_Ironbranch_Attack08.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderIronbranch\\UR_Ironbranch_Attack09.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderIronbranch\\UR_Ironbranch_Death01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderIronbranch\\UR_Ironbranch_Slay01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderIronbranch\\UR_Ironbranch_Slay02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderIronbranch\\UR_Ironbranch_Wound01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderIronbranch\\UR_Ironbranch_Wound02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderIronbranch\\UR_Ironbranch_Wound03.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderIronbranch\\UR_Ironbranch_Wound04.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderIronbranch\\UR_Ironbranch_Wound05.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderIronbranch\\UR_Ironbranch_Wound06.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderIronbranch\\UR_Ironbranch_WoundCrit01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderIronbranch\\UR_Ironbranch_WoundCrit02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderIronbranch\\UR_Ironbranch_WoundCrit03.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderIronbranch\\UR_Ironbranch_WoundCrit04.wav")<br>
 
</code>
 
===Elder Stonebark===
 
<code>
 
/script PlaySoundFile ("Sound\\Creature\\ElderStonebark\\UR_Stonebark_Aggro01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderStonebark\\UR_Stonebark_Attack01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderStonebark\\UR_Stonebark_Attack02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderStonebark\\UR_Stonebark_Attack03.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderStonebark\\UR_Stonebark_Attack04.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderStonebark\\UR_Stonebark_Attack05.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderStonebark\\UR_Stonebark_Attack06.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderStonebark\\UR_Stonebark_Attack07.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderStonebark\\UR_Stonebark_Attack08.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderStonebark\\UR_Stonebark_Attack09.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderStonebark\\UR_Stonebark_Death01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderStonebark\\UR_Stonebark_Slay01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderStonebark\\UR_Stonebark_Slay02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderStonebark\\UR_Stonebark_Wound01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderStonebark\\UR_Stonebark_Wound02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderStonebark\\UR_Stonebark_Wound03.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderStonebark\\UR_Stonebark_Wound04.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderStonebark\\UR_Stonebark_Wound05.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderStonebark\\UR_Stonebark_Wound06.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\ElderStonebark\\UR_Stonebark_Wound07.wav")<br>
 
</code>
 
 
===Flame Leviathan===
 
<code>
 
/script PlaySoundFile ("Sound\\Creature\\FlameLeviathan\\UR_Leviathan_Aggro01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\FlameLeviathan\\UR_Leviathan_Death01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\FlameLeviathan\\UR_Leviathan_HardmodeOn.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\FlameLeviathan\\UR_Leviathan_Overload01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\FlameLeviathan\\UR_Leviathan_Overload02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\FlameLeviathan\\UR_Leviathan_Overload03.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\FlameLeviathan\\UR_Leviathan_PlayerRiding.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\FlameLeviathan\\UR_Leviathan_Slay01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\FlameLeviathan\\UR_Leviathan_Target01.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\FlameLeviathan\\UR_Leviathan_Target02.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\FlameLeviathan\\UR_Leviathan_Target03.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\FlameLeviathan\\UR_Leviathan_TowerEnergy.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\FlameLeviathan\\UR_Leviathan_TowerFire.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\FlameLeviathan\\UR_Leviathan_TowerFrost.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\FlameLeviathan\\UR_Leviathan_TowerNature.wav")<br>
 
/script PlaySoundFile ("Sound\\Creature\\FlameLeviathan\\UR_Leviathan_TowerNone.wav")<br>
 
</code>
 
===Freya===
 
 
===General Vezax===
 
 
===Hodir===
 
 
===Ignis the Fire Master===
 
 
===Kologarn===
 
 
===Mimiron===
 
 
===Assembly of Iron===
 
 
===Thorim===
 
 
===XT002-Deconstructor===
 
 
===Yogg-Saron===
 

Revision as of 18:09, 17 April 2009

Chef de Cuisine

Sadly, there are only 161 recipes - I double checked again. Just letting you know I updated the Chef de Cuisine#Notes section if you were interested. And you've serious been on WoWWiki for 3 years and no one has welcomed you? You want a tag? Smiley -Howbizr (talk) 15:50, 23 January 2009 (UTC)

Ability warrior defensivestance [Defense of the Ancients]

Check out this page you authored - I fixed the external links so it supports the alliance and horde links, but in a nicer format. -Howbizr (talk) 22:50, 5 March 2009 (UTC)

I also peeked at other achievements you've authored.
  • Watch for copy paste errors - a bunch that I found had {{arg|}} when they should have had {{{arg|}}}.
  • Don't bother with an identical criteria and description. Just leave the description.
  • Remove |disambig= if there isn't one.
  • If you'd like, you can adjust the width of the box if they get too wide. |width=30em usually does the trick for me.
Good work though! -Howbizr (talk) 22:58, 5 March 2009 (UTC)