As I said the second one you have to make yourself. It's the easiest thing ever as the template uses the exact same names as the column names in the item.scp. So:
Code:
[Item] Type PriceSell
[Item] is the item id which in my case was 1459 so you fill in.
Code:
[Item] Type PriceSell
1459
Then the Type you look at 'enum TYPE Type' and it'll state 'Epaulet - IDT_CLOK (17)' so what you fill in will then be
Code:
[Item] Type PriceSell
1459 @IDT_CLOK
And PriceSell can be found at 'uint32 PriceSell'
Code:
[Item] Type PriceSell
1459 @IDT_CLOK 0
Now just follow that for all the columns.
Greetz,
Speedy