eolib 0.5.0
A core C library for writing applications related to Endless Online
Loading...
Searching...
No Matches
WelcomeReplyServerPacket Struct Reference

#include <protocol.h>

Data Fields

EoPacket _eo
WelcomeCode welcome_code
union { 
   struct { 
      int32_t   session_id 
      int32_t   character_id 
      int32_t   map_id 
      int32_t   map_rid [2] 
      int32_t   map_file_size 
      int32_t   eif_rid [2] 
      int32_t   eif_length 
      int32_t   enf_rid [2] 
      int32_t   enf_length 
      int32_t   esf_rid [2] 
      int32_t   esf_length 
      int32_t   ecf_rid [2] 
      int32_t   ecf_length 
      char *   name 
      char *   title 
      char *   guild_name 
      char *   guild_rank_name 
      int32_t   class_id 
      char *   guild_tag 
      AdminLevel   admin 
      int32_t   level 
      int32_t   experience 
      int32_t   usage 
      CharacterStatsWelcome   stats 
      EquipmentWelcome   equipment 
      int32_t   guild_rank 
      ServerSettings   settings 
      LoginMessageCode   login_message_code 
   }   select_character
   struct { 
      char *   news [9] 
      Weight   weight 
      size_t   items_length 
      Item *   items 
      size_t   spells_length 
      Spell *   spells 
      NearbyInfo   nearby 
   }   enter_game
} * welcome_code_data

Detailed Description

Reply to selecting a character / entering game

Definition at line 4740 of file protocol.h.

Field Documentation

◆ _eo

EoPacket WelcomeReplyServerPacket::_eo

Definition at line 4741 of file protocol.h.

◆ admin

AdminLevel WelcomeReplyServerPacket::admin

Definition at line 4764 of file protocol.h.

◆ character_id

int32_t WelcomeReplyServerPacket::character_id

Definition at line 4746 of file protocol.h.

◆ class_id

int32_t WelcomeReplyServerPacket::class_id

Definition at line 4762 of file protocol.h.

◆ ecf_length

int32_t WelcomeReplyServerPacket::ecf_length

Definition at line 4757 of file protocol.h.

◆ ecf_rid

int32_t WelcomeReplyServerPacket::ecf_rid[2]

Definition at line 4756 of file protocol.h.

◆ eif_length

int32_t WelcomeReplyServerPacket::eif_length

Definition at line 4751 of file protocol.h.

◆ eif_rid

int32_t WelcomeReplyServerPacket::eif_rid[2]

Definition at line 4750 of file protocol.h.

◆ enf_length

int32_t WelcomeReplyServerPacket::enf_length

Definition at line 4753 of file protocol.h.

◆ enf_rid

int32_t WelcomeReplyServerPacket::enf_rid[2]

Definition at line 4752 of file protocol.h.

◆ [struct]

struct { ... } WelcomeReplyServerPacket::enter_game

◆ equipment

EquipmentWelcome WelcomeReplyServerPacket::equipment

Definition at line 4769 of file protocol.h.

◆ esf_length

int32_t WelcomeReplyServerPacket::esf_length

Definition at line 4755 of file protocol.h.

◆ esf_rid

int32_t WelcomeReplyServerPacket::esf_rid[2]

Definition at line 4754 of file protocol.h.

◆ experience

int32_t WelcomeReplyServerPacket::experience

Definition at line 4766 of file protocol.h.

◆ guild_name

char* WelcomeReplyServerPacket::guild_name

Definition at line 4760 of file protocol.h.

◆ guild_rank

int32_t WelcomeReplyServerPacket::guild_rank

Definition at line 4770 of file protocol.h.

◆ guild_rank_name

char* WelcomeReplyServerPacket::guild_rank_name

Definition at line 4761 of file protocol.h.

◆ guild_tag

char* WelcomeReplyServerPacket::guild_tag

Definition at line 4763 of file protocol.h.

◆ items

Item* WelcomeReplyServerPacket::items

Definition at line 4778 of file protocol.h.

◆ items_length

size_t WelcomeReplyServerPacket::items_length

Definition at line 4777 of file protocol.h.

◆ level

int32_t WelcomeReplyServerPacket::level

Definition at line 4765 of file protocol.h.

◆ login_message_code

LoginMessageCode WelcomeReplyServerPacket::login_message_code

Definition at line 4772 of file protocol.h.

◆ map_file_size

int32_t WelcomeReplyServerPacket::map_file_size

Definition at line 4749 of file protocol.h.

◆ map_id

int32_t WelcomeReplyServerPacket::map_id

Definition at line 4747 of file protocol.h.

◆ map_rid

int32_t WelcomeReplyServerPacket::map_rid[2]

Definition at line 4748 of file protocol.h.

◆ name

char* WelcomeReplyServerPacket::name

Definition at line 4758 of file protocol.h.

◆ nearby

NearbyInfo WelcomeReplyServerPacket::nearby

Definition at line 4781 of file protocol.h.

◆ news

char* WelcomeReplyServerPacket::news[9]

Definition at line 4775 of file protocol.h.

◆ [struct]

struct { ... } WelcomeReplyServerPacket::select_character

◆ session_id

int32_t WelcomeReplyServerPacket::session_id

Definition at line 4745 of file protocol.h.

◆ settings

ServerSettings WelcomeReplyServerPacket::settings

Definition at line 4771 of file protocol.h.

◆ spells

Spell* WelcomeReplyServerPacket::spells

Definition at line 4780 of file protocol.h.

◆ spells_length

size_t WelcomeReplyServerPacket::spells_length

Definition at line 4779 of file protocol.h.

◆ stats

CharacterStatsWelcome WelcomeReplyServerPacket::stats

Definition at line 4768 of file protocol.h.

◆ title

char* WelcomeReplyServerPacket::title

Definition at line 4759 of file protocol.h.

◆ usage

int32_t WelcomeReplyServerPacket::usage

Definition at line 4767 of file protocol.h.

◆ weight

Weight WelcomeReplyServerPacket::weight

Definition at line 4776 of file protocol.h.

◆ welcome_code

WelcomeCode WelcomeReplyServerPacket::welcome_code

Definition at line 4742 of file protocol.h.

◆ [union]

union { ... } * WelcomeReplyServerPacket::welcome_code_data

The documentation for this struct was generated from the following file: