Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ################################################################
- // ## SERVER STRS
- // ## Version v2.2.3.2
- // ## File : TownItem.strs
- // ## Create Date : 01/12/2013
- // ################################################################
- // ## Copyright© Bombillo - Alejandro Gomez Pujols
- // ################################################################
- [filemask="TownItem.dat"]
- struct TownItemFile
- {
- i32 nBlocks;
- i32 nColumns;
- i32 nBlockSize;
- child TownItemBlock [count=nBlocks];
- }
- struct TownItemBlock [preload=1, tableview=1]
- {
- u32 nCOunt;
- cstr [len=64] ID;
- i32 m_bExist;
- cstr [len=64] m_strModel;
- i32 m_nIconIDX;
- cstr [len=64] m_strName;
- i32 m_nKindClt;
- i32 m_nFixPart;
- cstr [len=64] m_strCivil;
- cstr [len=64] m_strMapCode;
- cstr [len=64] m_strDummyName;
- i32 m_nMoney;
- i32 m_nStdPrice;
- i32 m_nStdPoint;
- i32 m_nGoldPoint;
- i32 m_nKillPoint;
- i32 m_nProcPoint;
- i32 m_nStoragePrice;
- i32 m_nLV;
- i32 m_nUpLevelLim;
- i32 m_bSell;
- i32 m_bExchange;
- i32 m_bGround;
- i32 m_bStoragePossible;
- i32 m_bUseableNormalAcc;
- cstr [len=64] m_strTooltipIndex;
- i32 m_bIsCash;
- i32 m_nUsePCCash;
- i32 m_bIsTime;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement