Lookchange help

06/09/2020 16:04 VirusAtwar#1
Hey there,
Did stumble across this annoying thing. I've been trying to solve this on my own but i still can't find the small error. Did try the trace back method but either i'm blind or missing something.
The Item appearance is correct except within this window.

[Only registered and activated users can see links. Click Here To Register...]

Primary item is the same as the new appearance one, even though the Sacrificial item should be displayed there.

Would love some help or even a hint.
06/09/2020 16:56 Knusper02#2
or you just change the text "New Appearance" to "Result Item" for example, cause it shows the result with added lookchange text in description

otherwise look in WndGold.cpp/WndField.cpp or wherever you added this system
this part here it should be:
Code:
if( m_pItemDest && m_pItemSource )
	{
		CTexture *pTex = m_pItemDest->GetTexture();
		if( pTex )
			pTex->Render( p2DRender, m_pRectResult->TopLeft() + CPoint( 6, 6 ) );
	}