The structure of the SMSG_QUESTGIVER_QUEST_DETAILS packet is wrong. You can see here that the emotes are not included at all: https://github.com/mangoszero/server/blob/d0a4af096e528533044e7029446d1c5c9e98a16c/src/game/WorldHandlers/GossipDef.cpp#L422 These are the emotes that are played by the quest giver when he offers you a quest. DetailsEmotes do exist in vanilla, so the structure of the packet must be fixed to send the emotes.
Some examples:
https://youtu.be/jTSyexUNN9E?t=1m21s
Kaltunk does a talk emote when offering the quest.
https://youtu.be/jTSyexUNN9E?t=27m47s
Gar'thok does a yell emote when offering the quest.
https://youtu.be/YcEqpVfrE7U?t=42m28s
Misha Tor'kren does a cry emote when offering the quest.
Here is how SendQuestGiverQuestDetails looks on Elysium, the emotes are fixed there: https://github.com/elysium-project/server/blob/2e0826ef90686e431b8fcc00bac3d445f986ce37/src/game/GossipDef.cpp#L438
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now