-
Notifications
You must be signed in to change notification settings - Fork 7
Notifications
michal-kapala edited this page Feb 26, 2021
·
25 revisions
Notification Processor Locations
Notifications are send from the backend to the game via a rmc request packet, the payload for such a packet is structured as following:
DWORD SourceDWORD TypeDWORD Param1DWORD Param2char* ParamStringDWORD Param3
Note: Type is a combined field, the value is create as following: type * 1000 + subtype.
The string parameter is stored as following:
WORD size //including /0 terminatorCHAR[] string; //including /0 terminator
- 4
- 6
- 1001
- Chat Manager
- Party Manager
- 1002
- AMM Matchmaking
- News Manager (empty)
- 1003
- 1004
- Chat Manager
- 1005
- 1006
- 1007
- 1009
- 1010
- 1011
- 1013
- Armor Manager
- 1014
- 1015
- 1016
- 1018
- Pve Archetype Manager (empty)
- 1019
- 1022