client_packet.cpp
Code:
void Client::Handle_OP_SetTitle(const EQApplicationPacket *app) {
// m_pp.title[0] = '\0';
//TODO: send some sort of update struct to everybody.
}
void Client::Handle_OP_RequestTitles(const EQApplicationPacket *app) {
//zero length request
//TODO: get the titles from somewhere, and ship em off
}
and
titles.cpp
Code:
TitleManager::TitleManager() {
}
I don't think the server's side is done. I'm more of a code tweaker, I don't have a clue where to start with something like this. Also when you open your titles window you get
Code:
[Debug] Unable to convert EQ opcode 0x5eba to an Application opcode.
[Debug] [CLIENT__NET_ERR] Death: Unhandled incoming opcode: [OpCode OP_Unknown (
0x5eba) Size=0]
Dax