Skip to content

RMC Ops Service

michal-kapala edited this page Apr 11, 2024 · 3 revisions

Custom RMC service for ops management.

The original method/data field names for this service are unavailable. Only the request calls actually used by GRO had associated names.

Method ID Method Name
1 Unknown
2 Unknown
3 Unknown
4 Unknown
5 Unknown
6 Unknown
7 Unknown
8 SetAccountsEffectiveTime
9 Unknown
10 Unknown
11 MuteChatChannel
12 Unknown
13 Unknown
14 Unknown
15 Unknown
16 Unknown
17 Unknown
18 Unknown
19 GetAllOperatorVariables
20 Unknown
21 Unknown
22 Unknown
23 GetAllPriorityBroadcasts
24 Unknown
25 Unknown
26 Unknown

(1) Unknown

Request

Type Name

Response

Type Name

(2) Unknown

Request

Type Name

Response

Type Name

(3) Unknown

Request

Type Name

Response

Type Name

(4) Unknown

Request

Type Name

Response

Type Name

(5) Unknown

Request

Type Name

Response

Type Name

(6) Unknown

Request

Type Name

Response

Type Name

(7) Unknown

Request

Type Name

Response

Type Name

(8) SetAccountsEffectiveTime

Request

Type Name
List<GROPS_AccountEffectiveTime> accEffectiveTimeVec

Response

Empty response.

(9) Unknown

Request

Type Name

Response

Type Name

(10) Unknown

Request

Type Name

Response

Type Name

(11) MuteChatChannel

Request

Type Name
List<GROPS_ChatMuteUser> userMutes

Response

Empty response.

(12) Unknown

Request

Type Name

Response

Type Name

(13) Unknown

Request

Type Name

Response

Type Name

(14) Unknown

Request

Type Name

Response

Type Name

(15) Unknown

Request

Type Name

Response

Type Name

(16) Unknown

Request

Type Name

Response

Type Name

(17) Unknown

Request

Type Name

Response

Type Name

(18) Unknown

Request

Type Name

Response

Type Name

(19) GetAllOperatorVariables

Request

Empty request.

Response

Type Name
List<GR5_OperatorVariable> opVars

(20) Unknown

Request

Type Name

Response

Type Name

(21) Unknown

Request

Type Name

Response

Type Name

(22) Unknown

Request

Type Name

Response

Type Name

(23) GetAllPriorityBroadcasts

Request

Empty request.

Response

Type Name
List<GR5_PriorityBroadcast> prioBroadcasts

(24) Unknown

Request

Type Name

Response

Type Name

(25) Unknown

Request

Type Name

Response

Type Name

(26) Unknown

Request

Type Name

Response

Type Name

Types

GROPS_AccountEffectiveTime

Type Name
Uint32 unkUint1
Uint32 unkUint2
String unkStr

GROPS_ChatMuteUser

Type Name
Uint32 unk1
Uint32 unk2
Uint32 unk3
Uint32 unk4

GR5_OperatorVariable

Type Name
Uint32 m_Id
String m_Value

GR5_PriorityBroadcast

Type Name
Uint32 unkUint1
String unkStr
Uint32 unkUint2
Uint32 unkUint3
Clone this wiki locally