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

Материал из Perfect World Develop Wiki
Перейти к: навигация, поиск
м (Automatic page editing by robot)
м (Automatic page editing by robot)
 
(не показано 8 промежуточных версии этого же участника)
Строка 1: Строка 1:
* Тип: пакет (ProtocolType)
+
* Тип / Type: Пакет / Packet (ProtocolType)
* Сервис: gdeliveryd
+
* Сервис / Service: gdeliveryd
* Опкод: 0xA0
+
* Опкод / Opcode: 0xA0
== Структура 1.5.5 ==
+
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Тип данных
+
! colspan="2" align="center" scope="row" | Структура / Declaration
! Название
+
 
|-
 
|-
| vector<int,std::allocator<int>>
+
! colspan="2" align="center" scope="row" | 1.5.3 v145, 1.5.5 v156
| forbid_ctrl_list
+
| vector<int,std::allocator<int>>
+
| forbid_item_list
+
| vector<int,std::allocator<int>>
+
| forbid_service_list
+
| vector<int,std::allocator<int>>
+
| forbid_task_list
+
| vector<int,std::allocator<int>>
+
| forbid_skill_list
+
| vector<int,std::allocator<int>>
+
| forbid_shopitem_list
+
| vector<int,std::allocator<int>>
+
| forbid_recipe_list
+
|}
+
== Структура 1.5.4 ==
+
{| class="wikitable" border="1"
+
 
|-
 
|-
! Тип данных
+
! Тип / Type
! Название
+
! Название / Name
 
|-
 
|-
| vector<int,std::allocator<int>>
+
| [[CUInt]]
 +
| forbid_ctrl_list_size
 +
|-
 +
| int[]
 
| forbid_ctrl_list
 
| forbid_ctrl_list
| vector<int,std::allocator<int>>
+
|-
 +
| [[CUInt]]
 +
| forbid_item_list_size
 +
|-
 +
| int[]
 
| forbid_item_list
 
| forbid_item_list
| vector<int,std::allocator<int>>
+
|-
 +
| [[CUInt]]
 +
| forbid_service_list_size
 +
|-
 +
| int[]
 
| forbid_service_list
 
| forbid_service_list
| vector<int,std::allocator<int>>
+
|-
 +
| [[CUInt]]
 +
| forbid_task_list_size
 +
|-
 +
| int[]
 
| forbid_task_list
 
| forbid_task_list
| vector<int,std::allocator<int>>
+
|-
 +
| [[CUInt]]
 +
| forbid_skill_list_size
 +
|-
 +
| int[]
 
| forbid_skill_list
 
| forbid_skill_list
| vector<int,std::allocator<int>>
+
|-
 +
| [[CUInt]]
 +
| forbid_shopitem_list_size
 +
|-
 +
| int[]
 
| forbid_shopitem_list
 
| forbid_shopitem_list
| vector<int,std::allocator<int>>
+
|-
 +
| [[CUInt]]
 +
| forbid_recipe_list_size
 +
|-
 +
| int[]
 
| forbid_recipe_list
 
| forbid_recipe_list
 
|}
 
|}

Текущая версия на 12:07, 19 июня 2018

  • Тип / Type: Пакет / Packet (ProtocolType)
  • Сервис / Service: gdeliveryd
  • Опкод / Opcode: 0xA0
Структура / Declaration
1.5.3 v145, 1.5.5 v156
Тип / Type Название / Name
CUInt forbid_ctrl_list_size
int[] forbid_ctrl_list
CUInt forbid_item_list_size
int[] forbid_item_list
CUInt forbid_service_list_size
int[] forbid_service_list
CUInt forbid_task_list_size
int[] forbid_task_list
CUInt forbid_skill_list_size
int[] forbid_skill_list
CUInt forbid_shopitem_list_size
int[] forbid_shopitem_list
CUInt forbid_recipe_list_size
int[] forbid_recipe_list