Advertisement
bombillo

TOWNITEM.STRS

Oct 8th, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. // ################################################################
  2. // ## SERVER STRS
  3. // ## Version v2.2.3.2
  4. // ## File : TownItem.strs
  5. // ## Create Date : 01/12/2013
  6. // ################################################################
  7. // ## Copyright© Bombillo - Alejandro Gomez Pujols
  8. // ################################################################
  9.  
  10. [filemask="TownItem.dat"]
  11.  
  12. struct TownItemFile
  13. {
  14. i32 nBlocks;
  15. i32 nColumns;
  16. i32 nBlockSize;
  17. child TownItemBlock [count=nBlocks];
  18. }
  19. struct TownItemBlock [preload=1, tableview=1]
  20. {
  21. u32 nCOunt;
  22. cstr [len=64] ID;
  23. i32 m_bExist;
  24. cstr [len=64] m_strModel;
  25. i32 m_nIconIDX;
  26. cstr [len=64] m_strName;
  27. i32 m_nKindClt;
  28. i32 m_nFixPart;
  29. cstr [len=64] m_strCivil;
  30. cstr [len=64] m_strMapCode;
  31. cstr [len=64] m_strDummyName;
  32. i32 m_nMoney;
  33. i32 m_nStdPrice;
  34. i32 m_nStdPoint;
  35. i32 m_nGoldPoint;
  36. i32 m_nKillPoint;
  37. i32 m_nProcPoint;
  38. i32 m_nStoragePrice;
  39. i32 m_nLV;
  40. i32 m_nUpLevelLim;
  41. i32 m_bSell;
  42. i32 m_bExchange;
  43. i32 m_bGround;
  44. i32 m_bStoragePossible;
  45. i32 m_bUseableNormalAcc;
  46. cstr [len=64] m_strTooltipIndex;
  47. i32 m_bIsCash;
  48. i32 m_nUsePCCash;
  49. i32 m_bIsTime;
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement