PlayerSendMassMail — различия между версиями

Материал из Perfect World Develop Wiki
Перейти к: навигация, поиск
м (Automatic page editing by robot)
м (Automatic page editing by robot)
Строка 7: Строка 7:
 
! Тип данных
 
! Тип данных
 
! Название
 
! Название
 +
|-
 +
| rowspan="12" align="center" | 1.5.5 v156<br/>1.5.3 v145
 +
| byte
 +
| mass_type
 +
|-
 +
| int
 +
| roleid
 +
|-
 +
| int
 +
| localsid
 +
|-
 +
| Octets
 +
| title
 +
|-
 +
| Octets
 +
| context
 +
|-
 +
| Octets
 +
| sender_name
 +
|-
 +
| vector&lt;int,std::allocator&lt;int&gt;>
 +
| receiver_list
 +
|-
 +
| int
 +
| cost_obj_id
 +
|-
 +
| int
 +
| cost_obj_num
 +
|-
 +
| int
 +
| cost_obj_pos
 +
|-
 +
| int
 +
| cost_money
 +
|-
 +
| Octets
 +
| syncdata
 
|}
 
|}
  
  
 
[[Категория:Пакеты gdeliveryd]]
 
[[Категория:Пакеты gdeliveryd]]

Версия 18:26, 17 июня 2018

  • Тип: пакет (ProtocolType)
  • Сервис: gdeliveryd
  • Опкод: 0x1079
Версия Тип данных Название
1.5.5 v156
1.5.3 v145
byte mass_type
int roleid
int localsid
Octets title
Octets context
Octets sender_name
vector<int,std::allocator<int>> receiver_list
int cost_obj_id
int cost_obj_num
int cost_obj_pos
int cost_money
Octets syncdata