Quote:
Originally Posted by Ecrypter
where we can find the buff effect color?
can you spcify what i search and what i change? thanks and advance
|
When i am back Home i edit this Post ^^
Go in -> WndManager.cpp
Search :
dwItemColor[FIRST_TC].dwAwakening = D3DCOLOR_XRGB( 0, 0, 255 );
and change -> D3DCOLOR_XRGB( 0, 0, 255 ); to D3DCOLOR_XRGB( 255, 255, 255 );.