New struct
Posted: Tue Jun 20, 2017 8:24 pm
I am trying to create a new struct for opcode 793 in opcodes i have
i added a new struct in worldstructs
but when i open the packet in the packet analyzer it does not see the struct, it says no packet struct found
also shows log data version 63136
select Opcode 793(19-03)
selected opcoe version range 63136-63136
struct client version is blank
what am i missing
Code: Select all
id version_range1 version_range2 name opcode table_data_version
21313 63136 63136 OP_EquipmentSets 793 1Code: Select all
<Struct Name="WS_EquipmentSets" ClientVersion="63136" OpcodeName="OP_EquipmentSets">
<Data ElementName="category" Type="EQ2_16Bit_String" Size="1" />
</Struct>also shows log data version 63136
select Opcode 793(19-03)
selected opcoe version range 63136-63136
struct client version is blank
what am i missing