Thread Tools Display Modes
05-15-24, 01:52 AM   #1
Hubb777
A Flamescale Wyrmkin
 
Hubb777's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2024
Posts: 122
Sound ID

Hi all. Some NPCs have phrases.
For example, Myrrit has the phrase “I don’t smell anything.”
I went to Wowhead and went to the “sounds” section of this NPC, but this voice acting is not there. How can I find out the ID of this voiceover? Maybe there is a tool that will help you select a given moment from the game?
  Reply With Quote
05-15-24, 07:19 PM   #2
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,334
Depends if the sound is triggered from C code or originates from the UI system. Creature sounds are often the former, in which there's no way to hook it.
__________________
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
05-15-24, 08:52 PM   #3
Hubb777
A Flamescale Wyrmkin
 
Hubb777's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2024
Posts: 122
Originally Posted by SDPhantom View Post
Depends if the sound is triggered from C code or originates from the UI system. Creature sounds are often the former, in which there's no way to hook it.
That is, find the sound file on Wowhead? Or is there no way to find out the ID of this phrase?
  Reply With Quote
05-16-24, 03:58 AM   #4
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,334
Not from the game itself.
__________________
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
05-16-24, 04:52 AM   #5
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,953
As SDPhantom said there is likely nothing we can do to access that part of the system.

But .. we do have these chat related events

CHAT_MSG_MONSTER_EMOTE: CHAT_MSG
CHAT_MSG_MONSTER_PARTY: CHAT_MSG
CHAT_MSG_MONSTER_SAY: CHAT_MSG
CHAT_MSG_MONSTER_WHISPER: CHAT_MSG
CHAT_MSG_MONSTER_YELL: CHAT_MSG

With the Yell version having this information available

CHAT_MSG_MONSTER_YELL: text, playerName, languageName, channelName, playerName2, specialFlags, zoneChannelID, channelIndex, channelBaseName, languageID, lineID, guid, bnSenderID, isMobile, isSubtitle, hideSenderInLetterbox, supressRaidIcons

Unfortunately nothing relating to the sound itself.

This event probably triggers in the UI for addons to utilise whilst the voice over is triggered behind the scenes in the C code we don't have access to.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
  Reply With Quote
05-17-24, 10:51 AM   #6
Hubb777
A Flamescale Wyrmkin
 
Hubb777's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2024
Posts: 122
Thank you very much. This gave me an idea and I found the right sound.

https://www.wowhead.com/sound=223582...-myrrit-239179
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Sound ID


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