JocysCom / TextToSpeech

Jocys.com Text To Speech Monitor and WoW Addon - Reads quests and chat messages with text-to-speech voices.
https://www.jocys.com/TTS
GNU Lesser General Public License v3.0
28 stars 11 forks source link

Chat [Party Leader] no TTS #45

Closed wobbo closed 3 years ago

wobbo commented 3 years ago

I can hear the whole Party Members except for the Party Leader.

VJocys commented 3 years ago

Thank you for reporting the problem. Added missing lines for party leader "CHAT_MSG_PARTY_LEADER" event in LUA file:

name = JocysCom_RemoveRealmName(playerName)
sex = select(5, GetPlayerInfoByGUID(guid))

I hope, this will fix the issue.

wobbo commented 3 years ago

I see! It's the only one missing that. I haven't tried it yet but it seems to solve the problem.

wobbo commented 3 years ago

Problem solved! Thanks!