Показать сообщение отдельно
Старый 25.04.2014, 22:29  
Alania
Гость
Аватар для Alania
Сообщений: n/a
Благодарностей:
0 всего

kolya.spynu, Держи.
Цитата:
[filemask="StoreList.dat"]

struct StoreListFile
{
u32 nBlocks;
u32 nBlockColumns;
u32 nBlockSize;
child StoreList [count=nBlocks];
}

struct StoreList [preload, tableview]
{
u32 [tag="m_dwIndex"];
cstr [len=64] m_strCode;
cstr [len=64] m_strBinding_DummyName;
cstr [len=64] m_strStore_NPCcode;
cstr [len=64] m_strStore_NPCname;
cstr [len=64] m_strStore_MAPcode;
i32 [tag="m_nStore_trade"];
i32 [tag="m_bSet_NPCangle"];
i32 [tag="m_nStore_NPCangle"];
repeat 10
{
i32 [tag="m_nNpc_Class"];
}
i32 [tag="m_nStore_LISTcount"];
i32 [tag="m_nLimit_Listcount"];
i32 [tag="m_nLimitItem_InitTime"];
i32 [tag="m_nPriceSet"];
//i32 [tag="m_nItemUpCode"];
x32 [tag="m_nItemUpCode"];
repeat 200
{
cstr [len=64] m_strItemlist;
}
repeat 16
{
cstr [len=64] m_strItemCode;
i32 [tag="m_nMaxCount"];
}
nodename (": "+m_strCode);
}
 
Ответить с цитированием