From The Mana World
Line 1: Line 1:
__TOC__
[[Archive:TmwAthena Packets|TmwAthena Packets (outdated)]]<br>
[[Archive:TmwAthena Packets|TmwAthena Packets (outdated)]]<br>
[https://github.com/HerculesWS/Hercules/wiki/Packets| Herc Packets (vanilla)]<br>
[https://github.com/HerculesWS/Hercules/wiki/Packets| Herc Packets (vanilla)]<br>
[[Dev:How_to_Develop|HowTo: Server (Herc/TMWA)]]
[[Dev:How_to_Develop|HowTo: Server (Herc/TMWA)]]
=TMWA=
  P.=Packet
  -1=len is in shiped offset[2:4]
  P.Content(url) = a link to description about the packet
{| border="1" cellspacing="0" cellpadding="3" style="width:100%"
!P.ID
!P.IDint
!P.len
!STATIC P.NAME
!P.Content(url)
|-
|0x7530||30000 ||2  ||CMSG_SERVER_VERSION_REQUEST ||
|-
|0x7531||30001 ||10  ||SMSG_SERVER_VERSION_RESPONSE ||
|-
|0x0064||100  ||55  ||CMSG_LOGIN_REGISTER ||
|-
|0x0063||99    ||-1  ||SMSG_UPDATE_HOST ||
|-
|0x0069||105  ||-1  ||SMSG_LOGIN_DATA ||
|-
|0x006b||107  ||-1  ||SMSG_CHAR_LOGIN ||
|-
|0x0066||102  ||3  ||CMSG_CHAR_SELECT ||
|-
|0x0071||113  ||28  ||SMSG_CHAR_MAP_INFO ||
|-
|0x0072||114  ||19  ||CMSG_MAP_SERVER_CONNECT ||
|-
|0x0080||128  ||7(?)||SMSG_BEING_REMOVE ||
|-
|0x0073||115  ||11  ||SMSG_MAP_LOGIN_SUCCESS ||
|-
|}
=EVOL2/HERC=
  P.=Packet
  -1=len is in shiped offset[2:4]
  P.Content(url) = a link to description about the packet
{| border="1" cellspacing="0" cellpadding="3" style="width:100%"
!P.ID
!P.IDint
!P.len
!STATIC P.NAME
!P.Content(url)
|-
| || || || ||
|}

Revision as of 13:19, 10 April 2021

TmwAthena Packets (outdated)
Herc Packets (vanilla)
HowTo: Server (Herc/TMWA)

TMWA

 P.=Packet
 -1=len is in shiped offset[2:4]
 P.Content(url) = a link to description about the packet
P.ID P.IDint P.len STATIC P.NAME P.Content(url)
0x7530 30000 2 CMSG_SERVER_VERSION_REQUEST
0x7531 30001 10 SMSG_SERVER_VERSION_RESPONSE
0x0064 100 55 CMSG_LOGIN_REGISTER
0x0063 99 -1 SMSG_UPDATE_HOST
0x0069 105 -1 SMSG_LOGIN_DATA
0x006b 107 -1 SMSG_CHAR_LOGIN
0x0066 102 3 CMSG_CHAR_SELECT
0x0071 113 28 SMSG_CHAR_MAP_INFO
0x0072 114 19 CMSG_MAP_SERVER_CONNECT
0x0080 128 7(?) SMSG_BEING_REMOVE
0x0073 115 11 SMSG_MAP_LOGIN_SUCCESS

EVOL2/HERC

 P.=Packet
 -1=len is in shiped offset[2:4]
 P.Content(url) = a link to description about the packet
P.ID P.IDint P.len STATIC P.NAME P.Content(url)