itemtimer client side and itemcombine client side 2232

Results 1 to 3 of 3
  1. #1
    Account Upgraded | Title Enabled! msd18 is offline
    MemberRank
    Jul 2009 Join Date
    273Posts

    itemtimer client side and itemcombine client side 2232

    can anyone share these to strs for 2232 please :D would be greatly appreciated


  2. #2
    ☆Dying Dawn☆ Bombillo is offline
    MemberRank
    Jan 2012 Join Date
    ValhallaLocation
    977Posts

    Re: itemtimer client side and itemcombine client side 2232

    TimerItem
    [filemask="ItemTimer.DAT"]

    struct TimerItemFile
    {
    u32 TimerItemBlocks;
    u32 TimerItemBlockSize;
    child TimerItemBlock [count=TimerItemBlocks];
    }

    struct TimerItemBlock [preload=1, tableview=1]
    {
    u32 [tag="index"] DWORD;
    x32 [tag="Timer ID"] DWORD;
    u32 [tag="ID Type"] DWORD;
    x32 [tag="ID subject"] DWORD;
    u32 [tag="type of time"] DWORD;
    u32 [tag="Lasts"] DWORD;
    }
    ItemCombine
    [filemask="ItemCombine.dat"]

    struct ItemCombineFile
    {
    u32 CombineTableBlocks;
    u32 CombineTableSize;
    seek (8+CombineTableBlocks*CombineTableSize);
    u32 LinkedStuffBlocks;
    u32 LinkedStuffSize;

    child CombineTable [group="CombineTable I", offset=(8), count=60375];
    child CombineTable [group="CombineTable II", offset=(8+60375*CombineTableSize), count=(CombineTableBlocks-60375)];
    child LinkedStuff [group="LinkedStuff", offset=(16+CombineTableBlocks*CombineTableSize), count=LinkedStuffBlocks];
    }

    struct CombineTable [preload]
    {
    u32 [tag="??????"];
    u32 [tag="???????"];
    u32 [tag="???? ??????"];
    u8 [tag="BM"];
    u8 [tag="BF"];
    u8 [tag="CM"];
    u8 [tag="CF"];
    u8 [tag="A"];
    cstr [len=3, hidden];
    repeat 5
    {
    i8 [tag="ID ????"];
    cstr [len=3, hidden];
    u32 [tag="LinkedStuff ??????"];
    x32 [tag="ID ????????"];
    u32 [tag="???-??"];
    x32 [tag="????? ? ????????"];
    }
    u32 [tag="???-?? ????????? ? ???????"];
    }

    struct LinkedStuff [preload]
    {
    u32 [tag="??????"];
    u32 [tag="???-??"];
    repeat 100
    {
    u32 [tag="??? ????"];
    u32 [tag="?--"];
    x32 [tag="ID ????"];
    }
    }

  3. #3
    Account Upgraded | Title Enabled! msd18 is offline
    MemberRank
    Jul 2009 Join Date
    273Posts

    Re: itemtimer client side and itemcombine client side 2232

    thnks bro



Advertisement