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

Материал из Perfect World Develop Wiki
Перейти к: навигация, поиск
м (Automatic page editing by robot)
м (Automatic page editing by robot)
 
(не показаны 4 промежуточные версии этого же участника)
Строка 1: Строка 1:
* Тип: пакет (CallID)
+
* Тип / Type: Пакет / Packet (CallID)
* Сервис: gdeliveryd
+
* Сервис / Service: gdeliveryd
* Опкод: 0x361
+
* Опкод / Opcode: 0x361
* Ответный пакет: [[DBBattleChallengeRes]]
+
* Ответный пакет / Response Packet: [[DBBattleChallengeRes]]
== Структура 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.4.5 v63 — 1.5.5 v156
| roleid
+
| short
+
| cityid
+
| int
+
| factionid
+
| int
+
| deposit
+
| int
+
| maxbonus
+
| int
+
| challenge_time
+
| [[GMailSyncData]]
+
| syncdata
+
|}
+
== Структура 1.5.4 ==
+
{| class="wikitable" border="1"
+
 
|-
 
|-
! Тип данных
+
! Тип / Type
! Название
+
! Название / Name
 
|-
 
|-
 
| int
 
| int
 
| roleid
 
| roleid
 +
|-
 
| short
 
| short
 
| cityid
 
| cityid
 +
|-
 
| int
 
| int
 
| factionid
 
| factionid
 +
|-
 
| int
 
| int
 
| deposit
 
| deposit
 +
|-
 
| int
 
| int
 
| maxbonus
 
| maxbonus
 +
|-
 
| int
 
| int
 
| challenge_time
 
| challenge_time
 +
|-
 
| [[GMailSyncData]]
 
| [[GMailSyncData]]
 
| syncdata
 
| syncdata
|}
 
== Структура 1.5.1 ==
 
{| class="wikitable" border="1"
 
 
|-
 
|-
! Тип данных
+
! colspan="2" align="center" scope="row" | 1.1.6 v6 — 1.4.2 v29
! Название
+
|-
 +
! Тип / Type
 +
! Название / Name
 
|-
 
|-
 
| int
 
| int
 
| roleid
 
| roleid
 +
|-
 
| short
 
| short
 
| cityid
 
| cityid
 +
|-
 
| int
 
| int
 
| factionid
 
| factionid
 +
|-
 
| int
 
| int
 
| deposit
 
| deposit
 +
|-
 
| int
 
| int
 
| maxbonus
 
| maxbonus
| int
+
|-
| challenge_time
+
 
| [[GMailSyncData]]
 
| [[GMailSyncData]]
 
| syncdata
 
| syncdata

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

  • Тип / Type: Пакет / Packet (CallID)
  • Сервис / Service: gdeliveryd
  • Опкод / Opcode: 0x361
  • Ответный пакет / Response Packet: DBBattleChallengeRes
Структура / Declaration
1.4.5 v63 — 1.5.5 v156
Тип / Type Название / Name
int roleid
short cityid
int factionid
int deposit
int maxbonus
int challenge_time
GMailSyncData syncdata
1.1.6 v6 — 1.4.2 v29
Тип / Type Название / Name
int roleid
short cityid
int factionid
int deposit
int maxbonus
GMailSyncData syncdata