Thread Tools Display Modes
02-26-15, 10:33 AM   #1
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Soundfile

I'm looking for a sound file from the game, i need the sound's name when you enchant a weapon.
Maybe someone can help me out with this?
  Reply With Quote
02-26-15, 10:52 AM   #2
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,324
I think I got it with this.
Code:
PlaySoundFile("Sound\\INTERFACE\\PickUp\\PutDownGems.ogg")
Some sound files are reused in other parts of the UI.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote
02-26-15, 11:16 AM   #3
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Originally Posted by SDPhantom View Post
I think I got it with this.
Code:
PlaySoundFile("Sound\\INTERFACE\\PickUp\\PutDownGems.ogg")
Some sound files are reused in other parts of the UI.
I might got the sound wrong. They are pretty similar tho, but i need the sound that plays when you select a song on your jukebox.
  Reply With Quote
02-26-15, 11:34 AM   #4
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Found it!

Lua Code:
  1. PlaySound("ArmorKitSound")
  Reply With Quote
02-26-15, 11:57 AM   #5
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,324
Originally Posted by Resike View Post
I might got the sound wrong. They are pretty similar tho, but i need the sound that plays when you select a song on your jukebox.
Ya, those are different sounds.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Soundfile


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off