Skip to content

Want to contribute to the code, but where do I start? #28971

Answered by mdX7
HuangStomach asked this question in Q&A
Discussion options

You must be logged in to vote

The first problem I encountered when trying to develop on the Master branch was that the quest dialog would not close automatically after completing a quest

This is likely caused by a missing packet which currently isn't sent to the client after it clicked "complete quest".
To grab the data i'd suggest using a sniffer (we provide https://github.com/trinitycore/ymir ) on retail servers, then parse the sniff using WowPacketParser (wpp): https://github.com/trinitycore/wowpacketparser. Then you can also enable packet log for your local worldserver in worldserver.conf with the field PacketLogFile and do the exact same quest stuff, to be as close as possible to the thing you just did on retai…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@HuangStomach
Comment options

Answer selected by HuangStomach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants