A macro for Warlocks

M

mylamber

Guest
/cast Death Coil
/script PlaySoundFile("Sound\\Creature\\CThun\\CThunYouAreAlready.wav")


:angel:
 

Lebuff

Huge, throbbing Member
May 1, 2007
1,302
I prefer to say it myself, while I adjust my hair in a satisfactory manner.
 

Ded

is Ded
Mar 4, 2007
587
yeah, or if you use Death Coil against friends in duels, it should be:

/cast Death Coil
/script PlaySoundFile("Sound\\Creature\\CThun\\CThunYourFriends.wav")

(thanks btw XD didn't know you could macro sounds from ingame!)
 

Neema

Well-Known Member
May 8, 2007
218
There's quite a few cool sounds to be played that way, made a little list awhile ago:

Grandmaster Vorpil
/script PlaySoundFile("Sound\\Creature\\GrandmasterVorpil\\Auch_Vorpil_Aggro01.wav")
/script PlaySoundFile("Sound\\Creature\\GrandmasterVorpil\\Auch_Vorpil_Aggro02.wav")
/script PlaySoundFile("Sound\\Creature\\GrandmasterVorpil\\Auch_Vorpil_Aggro03.wav")
/script PlaySoundFile("Sound\\Creature\\GrandmasterVorpil\\Auch_Vorpil_Slay01.wav")
/script PlaySoundFile("Sound\\Creature\\GrandmasterVorpil\\Auch_Vorpil_Slay02.wav")
/script PlaySoundFile("Sound\\Creature\\GrandmasterVorpil\\Auch_Vorpil_Help01.wav")
/script PlaySoundFile("Sound\\Creature\\GrandmasterVorpil\\Auch_Vorpil_Intro01.wav")
/script PlaySoundFile("Sound\\Creature\\GrandmasterVorpil\\Auch_Vorpil_Death01.wav")

Vael
/script PlaySoundFile("Sound\\Creature\\Vaelastrasz\\VaelastraszLine1.wav")
/script PlaySoundFile("Sound\\Creature\\Vaelastrasz\\VaelastraszLine2.wav")
/script PlaySoundFile("Sound\\Creature\\Vaelastrasz\\VaelastraszLine3.wav")

Closer...come closer...AND BURN!
/script PlaySoundFile("Sound\\Creature\\KelidanTheBreaker\\HELL_Keli_Burn01.wav")

and the best one:
Sindorei - Lady Sylvanas Song
/script PlaySoundFile("Sound\\Music\\GlueScreenMusic\\BCCredits_Lament_of_the_Highborne.mp3")
 

Ayu

You need help.
Staff member
Aug 26, 2005
15,256
Gif sound macros for Instructor Razovious and Anub'something in Naxx (Shh, it will all be over soon :D)
 

Bigglesworth

Well-Known Member
Apr 29, 2007
102
Razuvious
/script PlaySoundFile("Sound\\Creature\\Razuvious\\RAZ_NAXX_AGGRO01.wav")
/script PlaySoundFile("Sound\\Creature\\Razuvious\\RAZ_NAXX_AGGRO02.wav")
/script PlaySoundFile("Sound\\Creature\\Razuvious\\RAZ_NAXX_AGGRO03.wav")
/script PlaySoundFile("Sound\\Creature\\Razuvious\\RAZ_NAXX_CMMND01.wav")
/script PlaySoundFile("Sound\\Creature\\Razuvious\\RAZ_NAXX_CMMND02.wav")
/script PlaySoundFile("Sound\\Creature\\Razuvious\\RAZ_NAXX_CMMND03.wav")
/script PlaySoundFile("Sound\\Creature\\Razuvious\\RAZ_NAXX_CMMND04.wav")
/script PlaySoundFile("Sound\\Creature\\Razuvious\\RAZ_NAXX_DEATH.wav")
/script PlaySoundFile("Sound\\Creature\\Razuvious\\RAZ_NAXX_JOKE.wav")
/script PlaySoundFile("Sound\\Creature\\Razuvious\\RAZ_NAXX_SLAY01.wav")
/script PlaySoundFile("Sound\\Creature\\Razuvious\\RAZ_NAXX_SLAY02.wav")

Anub'Rekhan
/script PlaySoundFile("Sound\\Creature\\Anubrekhan\\ANU_NAXX_AGGRO01.wav")
/script PlaySoundFile("Sound\\Creature\\Anubrekhan\\ANU_NAXX_AGGRO02.wav")
/script PlaySoundFile("Sound\\Creature\\Anubrekhan\\ANU_NAXX_AGGRO03.wav")
/script PlaySoundFile("Sound\\Creature\\Anubrekhan\\ANU_NAXX_GREET.wav")
/script PlaySoundFile("Sound\\Creature\\Anubrekhan\\ANU_NAXX_SLAY.wav")
/script PlaySoundFile("Sound\\Creature\\Anubrekhan\\ANU_NAXX_TAUNT01.wav")
/script PlaySoundFile("Sound\\Creature\\Anubrekhan\\ANU_NAXX_TAUNT02.wav")
/script PlaySoundFile("Sound\\Creature\\Anubrekhan\\ANU_NAXX_TAUNT03.wav")
/script PlaySoundFile("Sound\\Creature\\Anubrekhan\\ANU_NAXX_TAUNT04.wav")

http://files.filefront.com//;7839469;;/ for the whole list.
 

Ded

is Ded
Mar 4, 2007
587
http://www.zezula.net/ Click on the Downloads link there, and there's an MPQ editor. You can extract all the sound files (or even, ANY data file in the game.. sound ones are the most fun tho, lol) from WoW .mpqs :D