[Release] Loading new Item.tcd

04/06/2014 17:16 stotterer09#1
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:
Code:
BYTE bla = 0;
then Post between >> pTITEM->m_bDestoryProb and >> pTITEM->m_bCanGrade
this:
Code:
>> bla
>> bla
and between >> pTITEM->m_bUseType and >> pTITEM->m_bWeaponID
Code:
>> bla
delete the
Code:
;
after >> pTITEM->m_bCanColor
at least insert after >> pTITEM->m_bCanColor
Code:
>> bla1 
			>> bla
			>> bla
			>> bla
			>> bla;
compile and done have fun