Hallo epvpers
Ich habe nach langem suchen gefunden was den crash verursacht(So glaube ich)leider weiss ich nicht wie ich den fehler beheben kann, es wäre echt super wenn man mir dabei helfen Könnte.
CItemElem *pPtr = NULL;
for( DWORD dw = 0; dw < m_Inventory.m_dwItemMax; ++dw )
{
if( !m_Inventory.m_apItem[dw].IsEmpty() )
{
pPtr = &m_Inventory.m_apItem[dw];
of << pPtr->m_dwItemId << "," << pPtr->m_nItemNum << "," << pPtr->GetRandomOptItemId() << ",";
of << pPtr->m_nAbilityOption << "," << pPtr->m_bItemResist << "," << pPtr->m_nResistAbilityOption << ",";
of << pPtr->GetPiercingSize() << ",";
for( int i = 0; i < pPtr->GetPiercingSize(); ++i )
of << pPtr->GetPiercingItem(i) << ",";
of << pPtr->GetUltimatePiercingSize() << ",";
for( int i = 0; i < pPtr->GetUltimatePiercingSize(); ++i )
of << pPtr->GetUltimatePiercingItem(i) << ",";
of << pPtr->IsPet() << ",";
if( pPtr->IsPet() )
{
of << pPtr->m_pPet->GetKind() << "," << pPtr->m_pPet->GetExp() << "," << pPtr->m_pPet->GetLife() << ",";
of << pPtr->
Ich Bedanke mich schonmal im vorraus =D






