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

Материал из Perfect World Develop Wiki
Перейти к: навигация, поиск
м (Automatic page editing by robot)
м (Automatic page editing by robot)
 
(не показано 9 промежуточных версии этого же участника)
Строка 1: Строка 1:
* Тип: пакет (ProtocolType)
+
* Тип / Type: Пакет / Packet (ProtocolType)
* Сервис: gdeliveryd
+
* Сервис / Service: gdeliveryd
* Опкод: 0xFB3
+
* Опкод / Opcode: 0xFB3
== Структура 1.5.5 ==
+
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Тип данных
+
! colspan="2" align="center" scope="row" | Структура / Declaration
! Название
+
 
|-
 
|-
| int
+
! colspan="2" align="center" scope="row" | 1.1.6 v6 — 1.5.5 v156
| tid
+
| int
+
| roleid1
+
| byte
+
| need_readDB1
+
| int
+
| roleid2
+
| byte
+
| need_readDB2
+
|}
+
== Структура 1.5.4 ==
+
{| class="wikitable" border="1"
+
 
|-
 
|-
! Тип данных
+
! Тип / Type
! Название
+
! Название / Name
 
|-
 
|-
 
| int
 
| int
 
| tid
 
| tid
 +
|-
 
| int
 
| int
 
| roleid1
 
| roleid1
 +
|-
 
| byte
 
| byte
 
| need_readDB1
 
| need_readDB1
 +
|-
 
| int
 
| int
 
| roleid2
 
| roleid2
| byte
 
| need_readDB2
 
|}
 
== Структура 1.5.1 ==
 
{| class="wikitable" border="1"
 
 
|-
 
|-
! Тип данных
 
! Название
 
|-
 
| int
 
| tid
 
| int
 
| roleid1
 
| byte
 
| need_readDB1
 
| int
 
| roleid2
 
 
| byte
 
| byte
 
| need_readDB2
 
| need_readDB2

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

  • Тип / Type: Пакет / Packet (ProtocolType)
  • Сервис / Service: gdeliveryd
  • Опкод / Opcode: 0xFB3
Структура / Declaration
1.1.6 v6 — 1.5.5 v156
Тип / Type Название / Name
int tid
int roleid1
byte need_readDB1
int roleid2
byte need_readDB2