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

Материал из Perfect World Develop Wiki
Перейти к: навигация, поиск
м (Automatic page editing by robot)
м (Automatic page editing by robot)
 
(не показано 8 промежуточных версии этого же участника)
Строка 1: Строка 1:
* Тип: пакет (ProtocolType)
+
* Тип / Type: Пакет / Packet (ProtocolType)
* Сервис: gdeliveryd
+
* Сервис / Service: gdeliveryd
* Опкод: 0x41
+
* Опкод / Opcode: 0x41
* Ответный пакет: [[PlayerLogin_Re]]
+
* Ответный пакет / Response Packet: [[PlayerLogin_Re]]
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Тип данных
+
! colspan="2" align="center" scope="row" | Структура / Declaration
! Название
+
|-
 +
! colspan="2" align="center" scope="row" | 1.4.7 v80 — 1.5.5 v156
 +
|-
 +
! Тип / Type
 +
! Название / Name
 
|-
 
|-
 
| int
 
| int
Строка 16: Строка 20:
 
| int
 
| int
 
| localsid
 
| localsid
 +
|-
 +
| [[CUInt]]
 +
| auth_size
 
|-
 
|-
 
| byte[]
 
| byte[]
Строка 25: Строка 32:
 
| byte
 
| byte
 
| flag
 
| flag
 +
|-
 +
! colspan="2" align="center" scope="row" | 1.4.2 v29 — 1.4.6 v70
 +
|-
 +
! Тип / Type
 +
! Название / Name
 +
|-
 +
| int
 +
| roleid
 +
|-
 +
| int
 +
| provider_link_id
 +
|-
 +
| int
 +
| localsid
 +
|-
 +
| [[CUInt]]
 +
| auth_size
 +
|-
 +
| byte[]
 +
| auth
 +
|-
 +
| byte
 +
| usbbind
 +
|-
 +
! colspan="2" align="center" scope="row" | 1.1.6 v6 — 1.3.1 v10
 +
|-
 +
! Тип / Type
 +
! Название / Name
 +
|-
 +
| int
 +
| roleid
 +
|-
 +
| int
 +
| provider_link_id
 +
|-
 +
| int
 +
| localsid
 +
|-
 +
| [[CUInt]]
 +
| auth_size
 +
|-
 +
| byte[]
 +
| auth
 
|}
 
|}
 +
  
 
[[Категория:Пакеты gdeliveryd]]
 
[[Категория:Пакеты gdeliveryd]]

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

  • Тип / Type: Пакет / Packet (ProtocolType)
  • Сервис / Service: gdeliveryd
  • Опкод / Opcode: 0x41
  • Ответный пакет / Response Packet: PlayerLogin_Re
Структура / Declaration
1.4.7 v80 — 1.5.5 v156
Тип / Type Название / Name
int roleid
int provider_link_id
int localsid
CUInt auth_size
byte[] auth
byte usbbind
byte flag
1.4.2 v29 — 1.4.6 v70
Тип / Type Название / Name
int roleid
int provider_link_id
int localsid
CUInt auth_size
byte[] auth
byte usbbind
1.1.6 v6 — 1.3.1 v10
Тип / Type Название / Name
int roleid
int provider_link_id
int localsid
CUInt auth_size
byte[] auth