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

Материал из Perfect World Develop Wiki
Перейти к: навигация, поиск
м (Automatic page editing by robot)
м (Automatic page editing by robot)
 
(не показано 8 промежуточных версии этого же участника)
Строка 1: Строка 1:
* Тип: пакет (ProtocolType)
+
* Тип / Type: Пакет / Packet (ProtocolType)
* Сервис: gdeliveryd
+
* Сервис / Service: gdeliveryd
* Опкод: 0x363
+
* Опкод / Opcode: 0x363
* Запрашивающий пакет: [[BattleStatus]]
+
* Запрашивающий пакет / Request Packet: [[BattleStatus]]
== Структура 1.5.5 ==
+
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Тип данных
+
! colspan="2" align="center" scope="row" | Структура / Declaration
! Название
+
 
|-
 
|-
| short
+
! colspan="2" align="center" scope="row" | 1.1.6 v6 — 1.5.5 v156
| retcode
+
| vector<char,std::allocator<char>>
+
| cities
+
| int
+
| localsid
+
|}
+
== Структура 1.5.4 ==
+
{| class="wikitable" border="1"
+
 
|-
 
|-
! Тип данных
+
! Тип / Type
! Название
+
! Название / Name
 
|-
 
|-
 
| short
 
| short
 
| retcode
 
| retcode
| vector<char,std::allocator<char>>
 
| cities
 
| int
 
| localsid
 
|}
 
== Структура 1.5.1 ==
 
{| class="wikitable" border="1"
 
 
|-
 
|-
! Тип данных
+
| [[CUInt]]
! Название
+
| cities_size
 
|-
 
|-
| short
+
| byte[]
| retcode
+
| vector<char,std::allocator<char>>
+
 
| cities
 
| cities
 +
|-
 
| int
 
| int
 
| localsid
 
| localsid

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

  • Тип / Type: Пакет / Packet (ProtocolType)
  • Сервис / Service: gdeliveryd
  • Опкод / Opcode: 0x363
  • Запрашивающий пакет / Request Packet: BattleStatus
Структура / Declaration
1.1.6 v6 — 1.5.5 v156
Тип / Type Название / Name
short retcode
CUInt cities_size
byte[] cities
int localsid