-
Notifications
You must be signed in to change notification settings - Fork 7
RMC Mission Service
michal-kapala edited this page Apr 9, 2024
·
2 revisions
Custom RMC service for player mission management.
| Method ID | Method Name |
|---|---|
| 1 | GetPersonasCurrentMissions |
| 2 | MissionCompleted |
| 3 | GetPersonaMissions |
| 4 | GetAllMissionTemplate |
| 5 | GetMissionSeed |
| 6 | AcceptMission |
| 7 | CancelMission |
| 8 | GetDailyMissionTime |
| 9 | DebugAcceptMission |
| Type | Name |
|---|---|
| List<Uint32> | _PersonaId |
| Type | Name |
|---|---|
| Map<Uint32, List<Uint32>> | _outPersonaMissionMap |
| Type | Name |
|---|---|
| Map<Uint32, List<Uint32>> | _MissionCompleted |
Empty response.
Empty request.
| Type | Name |
|---|---|
| List<GR5_PersonaMission> | _outPersonaMission |
| Uint32 | _outMissionSeed |
| Uint32 | _outTodayDailyMissionDateTime |
| Uint32 | _outNextDailyMissionDateTime |
Empty request.
| Type | Name |
|---|---|
| List<GR5_Mission> | _outMission |
| List<GR5_MissionArc> | _outMissionArc |
| List<GR5_MissionSequence> | _outMissionSequence |
Empty request.
| Type | Name |
|---|---|
| Uint32 | _outMissionSeed |
| Type | Name |
|---|---|
| Uint32 | _MissionSequenceId |
| Type | Name |
|---|---|
| GR5_PersonaMission | _PersonaMission |
| Uint32 | _outMissionSeed |
| Type | Name |
|---|---|
| Uint32 | _MissionSequenceId |
Empty response.
Empty request.
| Type | Name |
|---|---|
| Uint32 | _outTodayDailyMissionDateTime |
| Uint32 | _outNextDailyMissionDateTime |
| Type | Name |
|---|---|
| Uint32 | _MissionSequenceId |
| Type | Name |
|---|---|
| GR5_PersonaMission | _PersonaMission |
| Uint32 | _outMissionSeed |
| Type | Name |
|---|---|
| Uint32 | mMissionSequenceId |
| Uint8 | mMissionStatus |
| Uint32 | mStartDateTime |
| Type | Name |
|---|---|
| Uint32 | mID |
| String | mCriteria |
| Uint32 | mOasisName |
| Uint32 | mOasisDescription |
| Uint32 | mOasisRequirement |
| Uint32 | mOasisDebrief |
| Uint8 | mMinLevel |
| Uint8 | mMaxLevel |
| Uint8 | mMinParty |
| Uint8 | mCommandoRequired |
| Uint8 | mReconRequired |
| Uint8 | mSpecialistRequired |
| Uint8 | mFlags |
| Uint32 | mAssetId |
| Type | Name |
|---|---|
| Uint32 | mID |
| Uint32 | mOasisName |
| Uint32 | mOasisDescriptionID |
| Int32 | mClassRequired |
| Uint8 | mFlags |
| Uint8 | mIsLoop |
| Uint8 | mCategory |
| Uint8 | mIsAutoAccept |
| Type | Name |
|---|---|
| Uint32 | mID |
| Uint32 | mMissionArcId |
| Uint32 | mMissionId |
| Uint32 | mOrder |
| Uint8 | mCompleteRequired |
| Uint32 | mStartTime |
| Uint32 | mEndTime |
| Uint32 | mTimeLimit |
| Uint32 | mSKUId |