MsgItemInfoEx
This message is sent by the game server to the client to display an item with additional details for a game feature (like marketplace booths). For the most part, this message resembles MsgItemInfo with the addition of price, extended action type, and optional string (seems unused in Conquer Online).
Table of Contents
Patch 4267
Message Definition
☑️ Assumed (Soul)
Pos | Type | Name | Description | Example |
---|---|---|---|---|
0 | UInt16 | MsgSize | Size of the message | 37 |
2 | UInt16 | MsgType | Type of message | 1108 |
4 | UInt32 | ID | Unique identifier for the item | 10 |
8 | UInt32 | Owner ID | Unique identifier for the target player | 1000000 |
12 | UInt32 | Price | Cost of the item if vending | 100 |
16 | UInt32 | Item Type | Identifies the type of item | 730001 |
20 | UInt16 | Amount | Current durability or amount of the item | 10000 |
22 | UInt16 | Max Amount | Total durability or amount the item can have | 10000 |
24 | Byte | Action | How item info is extended | 1 |
25 | Byte | Status | Condition bit flags on the item | 0 |
26 | Byte | Position | Position where the item appears | 0 |
27 | Byte | Socket 1 | The gem in the first socket position | 0 |
28 | Byte | Socket 2 | The gem in the second socket position | 0 |
29 | Byte | Magic 1 | Reserved for rebirth magic effect | 0 |
30 | Byte | Magic 2 | Reserved for an unknown purpose | 0 |
31 | Byte | Magic 3 | Reserved for magical plus rating | 0 |
32 | UInt32 | Data | Additional attributes for the item | 0 |
36 | NetStringPacker | Strings | Group of length prefixed strings |
Action Type
☑️ Assumed (Soul)
Val | Name | Description | Strings |
---|---|---|---|
1 | BOOTH | Vending at a player booth | |
2 | EQUIPMENT | Updates equipment info window |