MsgServerInfo

This message is sent by the server early in the login sequence, before the ANSWER_OK talk message in MsgTalk. It sets a global server type flag on the client which controls whether the Shopping Mall (Conquer Points) shop is accessible.

Table of Contents

Patch 5517

Verified (Client): Confirmed by reverse engineering the client binary.

Message Definition

PosTypeNameDescriptionExample
0UInt16MsgSizeSize of the message8
2UInt16MsgTypeType of message2079
4UInt32ServerTypeFlagServer type0

Server Type Flag

ValueEffect
0Sets global: g_nServerType = 2000. Shopping Mall shown if player meets eligibility (Level >= 70 || RebirthCount > 0 || EMoney > 0 || BoundEMoney > 0)
1Sets global: g_nServerType = 2001. Shopping Mall disabled.
> 1No effect. g_nServerType will not change.