Realm
Protocol Version 2, Protocol Version 3
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/login/cmd_realm/server.wowm:44
.
struct Realm {
(u32)RealmType realm_type;
RealmFlag flag;
CString name;
CString address;
Population population;
u8 number_of_characters_on_realm;
RealmCategory category;
u8 realm_id;
}
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x00 | 4 / - | RealmType | realm_type | |
0x04 | 1 / - | RealmFlag | flag | |
0x05 | - / - | CString | name | |
- | - / - | CString | address | |
- | 4 / Little | Population | population | |
- | 1 / - | u8 | number_of_characters_on_realm | |
- | 1 / - | RealmCategory | category | |
- | 1 / - | u8 | realm_id |
Used in:
Protocol Version 5, Protocol Version 6, Protocol Version 7
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/login/cmd_realm/server.wowm:67
.
struct Realm {
RealmType realm_type;
Bool locked;
RealmFlag flag;
CString name;
CString address;
Population population;
u8 number_of_characters_on_realm;
RealmCategory category;
u8 realm_id;
}
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x00 | 1 / - | RealmType | realm_type | |
0x01 | 1 / - | Bool | locked | |
0x02 | 1 / - | RealmFlag | flag | |
0x03 | - / - | CString | name | |
- | - / - | CString | address | |
- | 4 / Little | Population | population | |
- | 1 / - | u8 | number_of_characters_on_realm | |
- | 1 / - | RealmCategory | category | |
- | 1 / - | u8 | realm_id |
Used in:
Protocol Version 8
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/login/cmd_realm/server.wowm:283
.
struct Realm {
RealmType realm_type;
Bool locked;
RealmFlag flag;
CString name;
CString address;
Population population;
u8 number_of_characters_on_realm;
RealmCategory category;
u8 realm_id;
if (flag & SPECIFY_BUILD) {
Version version;
}
}
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x00 | 1 / - | RealmType | realm_type | vmangos: this is the second column in Cfg_Configs.dbc |
0x01 | 1 / - | Bool | locked | |
0x02 | 1 / - | RealmFlag | flag | |
0x03 | - / - | CString | name | |
- | - / - | CString | address | |
- | 4 / Little | Population | population | |
- | 1 / - | u8 | number_of_characters_on_realm | |
- | 1 / - | RealmCategory | category | |
- | 1 / - | u8 | realm_id |
If flag contains SPECIFY_BUILD
:
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
- | 5 / - | Version | version |
Used in: