Kelsidavis-WoWee/include
Kelsi eb288d2064 Implement NPC greeting voice lines
Added NPC voice manager that plays greeting sounds when clicking on NPCs:

Features:
- Voice line library with multiple race/gender voice types (Human, Dwarf,
  Night Elf, etc.)
- 3D positional audio - voice comes from NPC location
- Cooldown system prevents spam clicking same NPC
- Randomized pitch/volume for variety
- Loads greeting sounds from character voice files in MPQ
- Generic fallback voices for NPCs without specific voice types

Voice lines trigger automatically when gossip window opens (SMSG_GOSSIP_MESSAGE).
Uses same audio system as other sound effects with ma_sound_set_position.
2026-02-09 01:29:44 -08:00
..
audio Implement NPC greeting voice lines 2026-02-09 01:29:44 -08:00
auth Use auth username for world connection 2026-02-05 18:18:15 -08:00
core Add dynamic memory-based asset caching and aggressive loading 2026-02-08 23:15:26 -08:00
game Implement NPC greeting voice lines 2026-02-09 01:29:44 -08:00
network Fix online mode creature spawning and packet parsing 2026-02-05 21:55:52 -08:00
pipeline Add dynamic memory-based asset caching and aggressive loading 2026-02-08 23:15:26 -08:00
platform Fix hair/vendor/loot bugs, revamp spellbook with tabs and icons, clean up action bar, add talent placeholder 2026-02-06 16:04:25 -08:00
rendering Implement NPC greeting voice lines 2026-02-09 01:29:44 -08:00
ui Disable minimap rotation by default and fix settings checkbox 2026-02-09 01:13:56 -08:00