viewing paste Unknown #13750 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217
//===== rAthena Documentation ================================
//= Source Documentation
//===== By: ==================================================
//= rAthena Dev Team
//===== Last Updated: ========================================
//= 20140718
//===== Description: =========================================
//= List of all packet used by login-serv (A), char-serv (H), map-serv (Z)
//= to communicate to each other.
//= See packet_client.txt for communication to client (C) 
//============================================================
 
This file provides information about rAthena's packets, (packet are ordered by number).
This file assume you familiar with packet notation, if note please see packet_struct_notation.txt before
The format of this file is as follows:
    1. Login Packet
    2. Char/Inter Packet
    - 2.1 Char_Login Packet
    - 2.2 Char_Map Packet 
    3. Map packet
 
===============
| 1. Login Packet |
===============
 
0x2712: 
    Type : HA
    Structure : <aid>.L <login_id1>.L <login_id2>.L <sex>.B <ip>.L <request_id>.L
    index : 2,6,10,14,15,19
    len : 23
    parameter :
     - aid : account identification
     - login_id1: unknow @FIXME
     - login_id2: unknow @FIXME
     - sex: the sex of the account
     - ip: the ip of the connection (obsolete)
     - request_id: unknow @FIXME
    desc : 
     - Request from char-server to authenticate an account.
 
0x2713:
    Type: AH
    Structure: <aid>.L <login_id1>.L <login_id2>.L <sex>.B <auth>.B <request_id>.L <version>.L <clienttype>.L
    index: 2,6,10,14,15,16,20,24
    len: 23
    parameter:
     - aid : account identification
     - login_id1: unknow @FIXME
     - login_id2: unknow @FIXME
     - sex: the sex of the account
     - ok : 1=auth failed, 1=ok
     - request_id: unknow @FIXME
     - version: client version, (clientinfo version)
     - clienttype: unknow @FIXME
    desc:
     - Acknowledge the authentification request from char-serv
 
0x2714:
    Type: HA
    Structure:
    index:
    len:
    parameter:
    desc:
 
0x2715:
    Type: HA
    Structure:
    index:
    len:
    parameter:
    desc:
 
0x2716:
    Type: HA
    Structure:
    index:
    len:
    parameter:
    desc:
 
0x2719: 
    Type: HA
    Structure:
    index:
    len:
    parameter:
    desc:
 
0x2722: 
    Type: HA
    Structure:
    index:
    len:
    parameter:
    desc:
 
0x2724: 
    Type: HA
    Structure:
    index:
    len:
    parameter:
    desc:
 
0x2725: 
    Type: HA
    Structure:
    index:
    len:
    parameter:
    desc:
 
0x2727: 
    Type: HA
    Structure:
    index:
    len:
    parameter:
    desc:
 
0x2728: 
    Type: HA
    Structure:
    index:
    len:
    parameter:
    desc:
 
0x272a: 
    Type: HA
    Structure:
    index:
    len:
    parameter:
    desc:
 
0x272b: 
    Type: HA
    Structure:
    index:
    len:
    parameter:
    desc:
 
0x272c: 
    Type: HA
    Structure:
    index:
    len:
    parameter:
    desc:
 
0x272d: 
    Type: HA
    Structure:
    index:
    len:
    parameter:
    desc:
 
0x272e: 
    Type: HA
    Structure:
    index:
    len:
    parameter:
    desc:
 
0x2736: 
    Type: HA
    Structure:
    index:
    len:
    parameter:
    desc:
 
0x2737: 
    Type: HA
    Structure:
    index:
    len:
    parameter:
    desc:
 
0x2738: 
    Type: HA
    Structure:
    index:
    len:
    parameter:
    desc:
 
0x2739: 
    Type: HA
    Structure:
    index:
    len:
    parameter:
    desc:
 
0x2740:
    Type: HA
    Structure:
    index:
    len:
    parameter:
    desc:
 
0x2742:
    Type: HA
    Structure:
    index:
    len:
    parameter:
    desc:
 
Viewed 1513 times, submitted by lighta.