Character Data Parse

11/07/2018 02:49 hancook1st#1
i'm trying to parse packet 3013 but i cannot understand items part of code
DaxterSoul from [Only registered and activated users can see links. Click Here To Register...]

item.TypeID1,item.TypeID2,item.TypeID3 how can find this ?
11/07/2018 10:43 DaxterSoul#2
You can use the reference files in [Only registered and activated users can see links. Click Here To Register...] for that.

It only contains the model. You'll have to load the data yourself from \server_dep\silkroad\textdata or database depending on your application.
itemdata.txt or _RefObjCommon + _RefObjItem
characterdata.txt or_RefObjCommon + _RefObjChar
teleportbuilding.txt or _RefObjCommon + _RefObjStruct
11/07/2018 13:20 hancook1st#3
Thanks I will try