From The Mana World
(document when it is sent. This is important.)
Line 1: Line 1:
{{packet
{{packet
|nicename=Update Host
|id=0x0063
|id=0x0063
|mode={{{mode}}}
|mode={{{mode}}}
Line 13: Line 14:


|description=
|description=
Sent as part of the reply to [[Packet:0x0064]]
Sent as part of the reply to [[Packet:0x0064|Login Register]].


This packet gives the client the location of the update server URL, such as http://updates.themanaworld.org
This packet gives the client the location of the update server URL, such as http://updates.themanaworld.org

Revision as of 07:23, 1 February 2013

< Back

Update Host

Packet ID:0x0063
Packet Length:-1
Client Defined:SMSG_UPDATE_HOST
Sent Location(s):src/login/login.cpp
Parsed Location(s):src/net/tmwa/loginhandler.cpp:103


Fields

Offset Length Contents
0 2 packet ID
2 2 packet length
4 -1 update URL


Description

Sent as part of the reply to Login Register.

This packet gives the client the location of the update server URL, such as http://updates.themanaworld.org

It is only sent if an update host is specified for the server (there is one in the default configuration) and the client identifies as accepting an update host (which all supported clients do).