-
Notifications
You must be signed in to change notification settings - Fork 7
RMC Avatar Service
michal-kapala edited this page Apr 9, 2024
·
3 revisions
- 0x1 = GetAvatarDecoratorList (cached)
- 0x2 = GetAvatarPortraitList (cached)
Custom RMC service for player avatars.
| Method ID | Method Name |
|---|---|
| 1 | GetAvatarDecoratorList |
| 2 | GetAvatarPortraitList |
Empty request.
| Type | Name |
|---|---|
| List<GR5_AvatarDecorator> | _outDecoratorList |
| List<Uint32> | _outDefaultDecoratorList |
| Type | Name |
|---|---|
| Type | Name |
|---|---|
| List<GR5_AvatarPortrait> | _outPortraitList |
| List<Uint32> | _outDefaultPortraitList |
| Type | Name |
|---|---|
| Uint32 | mItemID |
| Uint32 | mDecoratorID |
| Type | Name |
|---|---|
| Uint32 | mItemID |
| Uint32 | mPortraitID |