Welcome to the RaGEZONE - MMORPG development forums.

Structure of shielDItem.dat

This is a discussion on Structure of shielDItem.dat within the RF Online forums, part of the MMO and MMORPG Developments category; Hi! i need the structure of shielDItem.dat Thansk in advance...

Results 1 to 5 of 5
  1. #1
    Hardcore Member
    Rank
    Member
    Join Date
    Jan 2012
    Location
    Dominican rep.
    Posts
    144
    Liked
    59
    Steam ID: Bombillo011

    sad Structure of shielDItem.dat

    Click
    Hi! i need the structure of shielDItem.dat
    Thansk in advance

  2. #2
    Gamma
    Rank
    Gamma
    Join Date
    Oct 2006
    Location
    Jolly England
    Posts
    4,081
    Liked
    2050

    Re: Structure of shielDItem.dat

    I found this in the Dump:

    Code:
    [filemask="LowerItem.dat;UpperItem.dat;HelmetItem.dat;GauntletItem.dat;ShoeItem.dat;ShieldItem.dat"]
    
    
    struct ArmorItemFile
    {
    u32 nBlocks;
    u32 nColumns;
    u32 nSize;
    child ArmorItemBlock [count=nBlocks];
    }
    
    struct ArmorItemBlock [preload=1]
    {
    u32 [tag="index"];
    cstr [len=64] Code;
    i32 m_bExist;
    cstr [len=64] Model;
    i32 m_nIconIDX;
    cstr [len=64] Name;
    i32 KindClt;
    i32 ItemGrade;
    i32 FixPart;
    i32 HelmetClass;
    cstr [len=64] Civil;
    i32 LevelLim;
    i32 UpLevelLim;
    i32 ClassGradeLim;
    i32 ExpertID1;
    i32 ExpertLim1;
    i32 ExpertID2;
    i32 ExpertLim2;
    i32 Money;
    i32 StdPrice;
    i32 StdPoint;
    i32 StoragePrice;
    i32 Abr;
    i32 DurUnit;
    float EquipSpeed;
    i32 Repair;
    i32 RepPrice;
    i32 EffState;
    i32 GASpd;
    i32 Property;
    float FireTol;
    float WaterTol;
    float SoilTol;
    float WindTol;
    float DefFc;
    i32 Defence_DP;
    i32 MaxDP;
    float DefGap;
    float DefFacing;
    repeat 4
    {
    i32 EffCode;
    float EffUnit;
    }
    i32 Duration;
    i32 Sell;
    i32 Exchange;
    i32 Ground;
    i32 StoragePossible;
    i32 UseableNormalAcc;
    i32 Upgrade;
    cstr [len=64] TooltipIndex;
    i32 DefEffType;
    i32 IsTime;
    }
    Quote Originally Posted by MentaL View Post
    This is the only time I'm saying this but my dog jumped on me and his dick touched my mouth :-(

  3. #3
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Apr 2009
    Posts
    210
    Liked
    3
    Steam ID: Lwdmaster2

    Re: Structure of shielDItem.dat

    its all mestup

  4. #4
    Hardcore Member
    Rank
    Member
    Join Date
    Jan 2012
    Location
    Dominican rep.
    Posts
    144
    Liked
    59
    Steam ID: Bombillo011

    Re: Structure of shielDItem.dat

    you can give me for the version 2.2.3.2?
    Thanks ! in advance

  5. #5
    FortuneTeller
    Rank
    Member +
    Join Date
    Feb 2010
    Posts
    525
    Liked
    67

    Re: Structure of shielDItem.dat

    please stop askibg for strs, theres already a guide how to create one

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •