GossipItem

Client Version 1.12

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/gossip/smsg_gossip_message.wowm:1.

struct GossipItem {
    u32 id;
    u8 item_icon;
    Bool coded;
    CString message;
}

Body

OffsetSize / EndiannessTypeNameComment
0x004 / Littleu32idvmangos: sets to loop index
0x041 / -u8item_icon
0x051 / -Boolcodedvmangos: makes pop up box password
0x06- / -CStringmessage

Used in:

Client Version 2.0.3, Client Version 2.1, Client Version 2.2, Client Version 2.3, Client Version 2.4, Client Version 3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/gossip/smsg_gossip_message.wowm:27.

struct GossipItem {
    u32 id;
    u8 item_icon;
    Bool coded;
    Gold money_required;
    CString message;
    CString accept_text;
}

Body

OffsetSize / EndiannessTypeNameComment
0x004 / Littleu32idvmangos: sets to loop index
0x041 / -u8item_icon
0x051 / -Boolcodedvmangos: makes pop up box password
0x064 / LittleGoldmoney_requiredmangosone: 2.0.3
0x0A- / -CStringmessage
-- / -CStringaccept_textmangosone: related to money pop up box, 2.0.3, max 0x800

Used in: