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

Материал из Perfect World Develop Wiki
Перейти к: навигация, поиск
м (Automatic page editing by robot)
м (Automatic page editing by robot)
 
(не показано 12 промежуточных версии этого же участника)
Строка 1: Строка 1:
* Тип: пакет (ProtocolType)
+
* Тип / Type: Пакет / Packet (ProtocolType)
* Сервис: gdeliveryd
+
* Сервис / Service: gdeliveryd
* Опкод: 0x14B5
+
* Опкод / Opcode: 0x14B5
* Ответный пакет: [[CrossChat_Re]]
+
* Ответный пакет / Response Packet: [[CrossChat_Re]]
== Структура 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.5.3 v145, 1.5.5 v156
| sn
+
| int
+
| zoneid
+
| byte
+
| channel
+
| byte
+
| emotion
+
| int
+
| roleid
+
| int
+
| timestamp
+
| Octets
+
| name
+
| Octets
+
| msg
+
| Octets
+
| data
+
|}
+
== Структура 1.5.4 ==
+
{| class="wikitable" border="1"
+
 
|-
 
|-
! Тип данных
+
! Тип / Type
! Название
+
! Название / Name
 
|-
 
|-
 
| int
 
| int
 
| sn
 
| sn
 +
|-
 
| int
 
| int
 
| zoneid
 
| zoneid
 +
|-
 
| byte
 
| byte
 
| channel
 
| channel
 +
|-
 
| byte
 
| byte
 
| emotion
 
| emotion
 +
|-
 
| int
 
| int
 
| roleid
 
| roleid
 +
|-
 
| int
 
| int
 
| timestamp
 
| timestamp
| Octets
+
|-
 +
| [[Octets]]
 
| name
 
| name
| Octets
+
|-
 +
| [[Octets]]
 
| msg
 
| msg
| Octets
+
|-
 +
| [[Octets]]
 
| data
 
| data
 
|}
 
|}

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

  • Тип / Type: Пакет / Packet (ProtocolType)
  • Сервис / Service: gdeliveryd
  • Опкод / Opcode: 0x14B5
  • Ответный пакет / Response Packet: CrossChat_Re
Структура / Declaration
1.5.3 v145, 1.5.5 v156
Тип / Type Название / Name
int sn
int zoneid
byte channel
byte emotion
int roleid
int timestamp
Octets name
Octets msg
Octets data