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
-
You can implement voice chat in version 3.3.5?, Anyone could tell me how?
Google translate is my friend
-
there are certain addons for this?
-
there are certain addons for this?
I did not understand your question correctly: S, at what supplements you mean?
-
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.
-
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.
-
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;)