RMC Overlord RPNE Service - zeroKilo/GROBackendWV GitHub Wiki
Custom RMC service for RPNE subscription/event management (Overlord integration).
Method ID | Method Name |
---|---|
1 | SendEvent |
2 | GetSubscriptions |
3 | SetSubscriptions |
4 | RequestInteractiveEvents |
5 | UpdateInteractiveEvents |
(1) SendEvent
Request
Type | Name |
---|---|
String | unkStr |
List<ProtoEventData> | eventData |
Response
Empty response.
(2) GetSubscriptions
Request
Empty request.
Response
Type | Name |
---|---|
List<ProtoSubscription> | subs |
(3) SetSubscriptions
Request
Type | Name |
---|---|
List<ProtoSubscription> | subs |
Response
Empty response.
(4) RequestInteractiveEvents
Request
Empty request.
Response
Type | Name |
---|---|
List<#ProtoEventContent> | events |
(5) UpdateInteractiveEvents
Request
Type | Name |
---|---|
List<#ProtoEventContent> | events |
Response
Empty response.
Types
ProtoSubscriptionState
Type | Name |
---|---|
String | unkStr |
Uint32 | unkUint |
Uint8 | unkByte |
ProtoEventData
Type name assumed.
Type | Name |
---|---|
String | unkStr |
Variant | variant |
ProtoSubscription
Type name assumed.
Type | Name |
---|---|
String | unkStr |
List<#ProtoSubscriptionState> | subStates |
ProtoEventContent
Type | Name |
---|---|
String | unkStr1 |
String | unkStr2 |
String | unkStr3 |
Uint32 | unkUint1 |
DateTime | date1 |
DateTime | date2 |
Uint32 | unkUint2 |