Question about the MK song.
Question about the MK song.
I woud like to hear the MK song rather then the other songs. If i delete the other songs will the MK song always run without any errors? Thanks in advance.
Er, yeah, sorry...
What you need to do is open up this file
Find these 3 lines of code
And just remove the bottom 2 lines to only play the Mortal Combat song. =)
What you need to do is open up this file
Code: Select all
\World of Warcraft\Interface\AddOns\MKombat\MK.lua
Code: Select all
-- COMBAT MUSIC, add or remove your music preferences
table.insert( MK_Pack["MKOMBAT_COMBAT"], soundPath .. "mkedit.mp3" );
table.insert( MK_Pack["MKOMBAT_COMBAT"], soundPath .. "matrix.mp3" );
table.insert( MK_Pack["MKOMBAT_COMBAT"], soundPath .. "blade.mp3" );
phpbb:phpinfo()
ThanksRollie wrote:Er, yeah, sorry...
What you need to do is open up this file
Find these 3 lines of codeCode: Select all
\World of Warcraft\Interface\AddOns\MKombat\MK.lua
And just remove the bottom 2 lines to only play the Mortal Combat song. =)Code: Select all
-- COMBAT MUSIC, add or remove your music preferences table.insert( MK_Pack["MKOMBAT_COMBAT"], soundPath .. "mkedit.mp3" ); table.insert( MK_Pack["MKOMBAT_COMBAT"], soundPath .. "matrix.mp3" ); table.insert( MK_Pack["MKOMBAT_COMBAT"], soundPath .. "blade.mp3" );