• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Hello! Need help with RF 2.1.6

Status
Not open for further replies.
Newbie Spellweaver
Joined
Feb 12, 2009
Messages
15
Reaction score
0
Can u say if this is corect class.strs for 2.1.6?
its aint giving any errors when open, but maybe i still miss something in it?

Code:
[filemask="Class.dat"]


struct ClassFile
{
u32 nBlocks;
u32 nColumns;
u32 nSize;
child ClassBlock [count=nBlocks];
}

struct ClassBlock [preload=1]
{
i32 m_nRaceCode;
i32 m_nClass;
i32 m_nIconIDX;
i32 m_nGrade;
i32 m_nUpGradeLv;

repeat 8
{
cstr [len=64] m_strCh_Class;
}
cstr [len=64] m_strTemp;
cstr [len=64] m_strKorName;
cstr [len=64] m_strEngName;
i32 m_nConLim;

repeat 10
{
cstr [len=64] m_strLinkClassSkill;
}
i32 m_bUnitUsable;
i32 m_bAnimusUsable;
i32 m_bLauncherUsable;
i32 m_bWMKToolUsable;
i32 m_bDMKToolUnitUsable;
i32 m_bBMKToolUnitUsable;
i32 m_nMakeTrapMaxNum;
i32 m_nBnsForHP;
i32 m_nBnsForFP;
i32 m_nBnsForSP;
i32 m_nUpValueDefMastery;
i32 m_nLevel;
i32 m_bSelectRewardItem;

repeat 9
{
cstr [len=64] strDefaultItem;
i32 nAmount;
}

}
 
Upvote 0
Status
Not open for further replies.
Back
Top