MsgTitle

Player titles are earned through in-game events, and can be collected, selected, and removed by the player. This message allows players to view and manager their titles. Titles are associated with an ID, defined in the client's Title.ini file.

Table of Contents

Patch 5635

Message Definition

✅ Verified (Client)

PosTypeNameDescriptionExample
0UInt16MsgSizeSize of the message12
2UInt16MsgTypeType of message1130
4UInt32Hero IDUnique identifier for the character1000000
8ByteTitleIDTitle ID as it appears in Title.ini11
9ByteActionHow to process the message4
10ByteAmountNumber of titles to list1
11Byte[]TitlesAn array of titles11

Title Action

✅ Verified (Client)

ValNameDescriptionRecipient
1ADD_TITLEAdds a titleClient
2LOSE_TITLERemoves a titleClient
3SET_TITLESets a title for the playerBoth
4LIST_TITLESGets titles for the playerBoth