hello elitepvpers,have no idea how to edit Setitem.sdata,can anyone share their knowledge?I would be very grateful,thanks
07/31/2016 05:55castor4878#2
SetItem.sdata structure:
uint32 countOfItemSets
-- repeated countOfItemSets times
uint16 index
StrASC name
-- repeated 13 times
uint16 category -- item's type
uint16 ident -- item's typeID
-- end block
-- repeated 13 times
StrASC bonus -- description of bonus
-- end block
-- end block
where:
StrASC: ASCII string prefixed by its length coded as an int32; for instance "test\0" is coded 05000000 7465737400
Note that the actually applied bonus (the characteristics on which it is applied and its intensity) are NOT defined in this file.
05/22/2017 17:21dpunkz09#3
Quote:
Originally Posted by castor4878
Note that the actually applied bonus (the characteristics on which it is applied and its intensity) are NOT defined in this file.