Hello guys,
today I'll show you how to load the new Item.tcd
go in TChart.cpp
search for the Method InitTITEMTEMP
go in the FOR Loop and create a New local Variable with the name bla as Byte:
then Post between >> pTITEM->m_bDestoryProb and >> pTITEM->m_bCanGrade
this:
and between >> pTITEM->m_bUseType and >> pTITEM->m_bWeaponID
delete the
after >> pTITEM->m_bCanColor
at least insert after >> pTITEM->m_bCanColor
compile and done have fun
today I'll show you how to load the new Item.tcd
go in TChart.cpp
search for the Method InitTITEMTEMP
go in the FOR Loop and create a New local Variable with the name bla as Byte:
Code:
BYTE bla = 0;
this:
Code:
>> bla >> bla
Code:
>> bla
Code:
;
at least insert after >> pTITEM->m_bCanColor
Code:
>> bla1 >> bla >> bla >> bla >> bla;