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

Материал из Perfect World Develop Wiki
Перейти к: навигация, поиск
м (Automatic page editing by robot)
м (Automatic page editing by robot)
Строка 3: Строка 3:
 
* Опкод: 0x5C
 
* Опкод: 0x5C
 
* Запрашивающий пакет: [[PlayerBaseInfo]]
 
* Запрашивающий пакет: [[PlayerBaseInfo]]
== Структура 1.5.5 ==
 
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
 +
! Версия
 
! Тип данных
 
! Тип данных
 
! Название
 
! Название
|-
+
| rowspan="4" align="center" | 1.5.5| -
| int
+
| retcode
+
| int
+
| roleid
+
| int
+
| localsid
+
| [[GRoleBase]]
+
| player
+
|}
+
== Структура 1.5.4 ==
+
{| class="wikitable" border="1"
+
|-
+
! Тип данных
+
! Название
+
|-
+
| int
+
| retcode
+
| int
+
| roleid
+
| int
+
| localsid
+
| [[GRoleBase]]
+
| player
+
|}
+
== Структура 1.5.1 ==
+
{| class="wikitable" border="1"
+
|-
+
! Тип данных
+
! Название
+
|-
+
| int
+
| retcode
+
| int
+
| roleid
+
| int
+
| localsid
+
 
| [[GRoleBase]]
 
| [[GRoleBase]]
 
| player
 
| player

Версия 12:06, 17 июня 2018

  • Тип: пакет (ProtocolType)
  • Сервис: gdeliveryd
  • Опкод: 0x5C
  • Запрашивающий пакет: PlayerBaseInfo
Версия Тип данных Название 1.5.5| - GRoleBase player