PetitionShowlist
Client Version 1
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/guild/smsg_petition_showlist.wowm:17
.
struct PetitionShowlist {
u32 index;
u32 charter_entry;
u32 charter_display_id;
u32 guild_charter_cost;
u32 unknown1;
}
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x00 | 4 / Little | u32 | index | |
0x04 | 4 / Little | u32 | charter_entry | cmangos/vmangos/mangoszero: statically sets to guild charter item id (5863) and arena charter ids. |
0x08 | 4 / Little | u32 | charter_display_id | cmangos/vmangos/mangoszero: statically sets to guild charter display id (16161) and arena charter ids. |
0x0C | 4 / Little | u32 | guild_charter_cost | cmangos/vmangos/mangoszero: statically set to 1000 (10 silver) for guild charters and the cost of arena charters for that. |
0x10 | 4 / Little | u32 | unknown1 | cmangos/vmangos/mangoszero: statically set to 1 |
Used in:
Client Version 2.4.3, Client Version 3
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/guild/smsg_petition_showlist.wowm:1
.
struct PetitionShowlist {
u32 index;
u32 charter_entry;
u32 charter_display_id;
u32 guild_charter_cost;
u32 unknown1;
u32 signatures_required;
}
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x00 | 4 / Little | u32 | index | |
0x04 | 4 / Little | u32 | charter_entry | cmangos/vmangos/mangoszero: statically sets to guild charter item id (5863). |
0x08 | 4 / Little | u32 | charter_display_id | cmangos/vmangos/mangoszero: statically sets to guild charter display id (16161). |
0x0C | 4 / Little | u32 | guild_charter_cost | cmangos/vmangos/mangoszero: statically set to 1000 (10 silver). |
0x10 | 4 / Little | u32 | unknown1 | cmangos/vmangos/mangoszero: statically set to 1 arcemu: charter type? seems to be 0x0 for guilds and 0x1 for arena charters |
0x14 | 4 / Little | u32 | signatures_required |
Used in: