Мда... Время идет, а люди не чему не учатся...

Хоть бы уже стр научились нормально переводить или редактировать так, чтобы было понятно как минимум себе!
Код:
[filemask="StoreList.dat",tableview = 1]
struct StoreListFile
{
u32 nBlocks;
u32 nColumns;
u32 nSize;
child StoreListBlock [count=nBlocks];
}
struct StoreListBlock [preload=1]
{
u32 nCount;
cstr [len=64] Code;
cstr [len=64] BindingDummyName;
cstr [len=64] StoreNpcCode;
cstr [len=64] StoreNpcName;
cstr [len=64] StoreMapCode;
i32 [tag="StoreTrade"] DWORD;
i32 [tag="SetNpcAngle"] DWORD;
i32 [tag="StoreNpcAngle"] DWORD;
repeat 10
{
i32 [tag="Button"] DWORD;
}
i32 [tag="StoreListCount"] DWORD;
i32 [tag="LimitListCount"] DWORD;
i32 [tag="LimitItemInitTime"] DWORD;
i32 [tag="PriceSet"] DWORD;
x32 [tag="ItemUpgradeCode"] DWORD;
repeat 200
{
cstr [len=64] Item;
}
repeat 16
{
cstr [len=64] ItemCode;
i32 [tag="MaxCount"] DWORD;
}
}
Да и уже давно в шаре есть куда лучше стр... Было бы желание искать!