Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: rivax on May 25, 2013, 05:42:38 pm

Title: Chat voice [Help]
Post by: rivax on May 25, 2013, 05:42:38 pm
You can implement voice chat in version 3.3.5?, Anyone could tell me how?

Google translate is my friend
Title: Re: Chat voice [Help]
Post by: axel0099 on May 25, 2013, 06:45:08 pm
there are certain addons for this?
Title: Re: Chat voice [Help]
Post by: rivax on May 25, 2013, 07:57:53 pm
Quote from: "axel0099"
there are certain addons for this?
I did not understand your question correctly: S, at what supplements you mean?
Title: Re: Chat voice [Help]
Post by: stoneharry on May 25, 2013, 10:02:33 pm
ArcEmu does not have any code to handle voice chat. There was a separate voice chat server that I never tested back in the days of Ascent.

I do not know about Mangos and TrinityCore, but a quick key word search of the emulator source code would tell you.
Title: Re: Chat voice [Help]
Post by: Ascathos on May 26, 2013, 12:59:17 pm
Quote from: "stoneharry"
ArcEmu does not have any code to handle voice chat. There was a separate voice chat server that I never tested back in the days of Ascent.

I do not know about Mangos and TrinityCore, but a quick key word search of the emulator source code would tell you.
Mango itself doesn't exist anymore. Not sure what is with the repo, but the webpage no longer exists and my last update on this matter is, that the repo was hacked and unaccessible.

cMangos still exists though.



About Trinity, I don't remember it containing code about a voice chat application.
Title: Re: Chat voice [Help]
Post by: osler on May 26, 2013, 02:18:30 pm
All what I have found about voice chat on TrinityCore repo is this:
https://github.com/TrinityCore/TrinityC ... ?source=cc (https://github.com/TrinityCore/TrinityCore/issues/4241?source=cc" onclick="window.open(this.href);return false;) (In this issue a Dev says that trinity doesn´t support it)
And this header file https://github.com/TrinityCore/TrinityC ... ?source=cc (https://github.com/TrinityCore/TrinityCore/blob/master/src/server/game/Handlers/VoiceChatHandler.cpp?source=cc" onclick="window.open(this.href);return false;)

Edit:
This are Ascent voicechat server files https://github.com/SkyFire/ascent_class ... -voicechat (https://github.com/SkyFire/ascent_classic/tree/master/src/ascent-voicechat" onclick="window.open(this.href);return false;)