Any compatible IP Interceptor for this release? :)
Any compatible IP Interceptor for this release? :)
How to compile this source code.![]()
http://forum.ragezone.com/f444/guide...e-code-930345/ next time use search button ! :)
Thanks
GLCrowRenList.h
Code:namespace CROWCOLOR { const DWORD MOB_COLOR_GRAY = D3DCOLOR_ARGB(255,184,184,184); const DWORD MOB_COLOR_1 = D3DCOLOR_ARGB(255,165,255,40); const DWORD MOB_COLOR_2 = D3DCOLOR_ARGB(255,255,255,45); const DWORD MOB_COLOR_3 = D3DCOLOR_ARGB(255,255,500,50); const DWORD MOB_COLOR_4 = D3DCOLOR_ARGB(255,255,132,56); const DWORD MOB_COLOR_5 = D3DCOLOR_ARGB(255,255,52,45); const DWORD MOB_COLOR_6 = D3DCOLOR_ARGB(255,255,12,218); const DWORD MOB_COLOR_7 = D3DCOLOR_ARGB(255,176,20,255); const DWORD MOB_COLOR_8 = D3DCOLOR_ARGB(255,30,187,255); const DWORD MOB_COLOR_GREEN = D3DCOLOR_ARGB(210,39,207,102); const DWORD MOB_COLOR_RED = D3DCOLOR_ARGB(255,255,0,0); const DWORD MOB_COLOR_0 = D3DCOLOR_ARGB(255,255,251,198); const DWORD MOB_COLOR_X = D3DCOLOR_ARGB(255,145,247,255); };
I've changed to be the same ... but on GLCrowRenList.cpp I'm a little confused ....
look at this, what should I change:
{
EMCROW emCROW = pCROW->GETCROW();
if ( emCROW == CROW_NPC ) m_dwCOLOR = CROWCOLOR::MOB_COLOR_X; //NS_UITEXTCOLOR::ORANGE;
//add mobschoolreq
else if ( !(pCROW->m_pCrowData->m_sAction.dwMobReqSchool & index2school(pMYCHAR->GETSCHOOL()) ) )
{
m_dwCOLOR = CROWCOLOR::MOB_COLOR_RED;
}
else
{
WORD wMY_LEVEL = pMYCHAR->GETLEVEL();
WORD wMOB_LEVEL = pCROW->m_pCrowData->m_wLevel;
float fEXP_RATE = GLCONST_CHAR::GETEXP_RATE ( wMY_LEVEL, wMOB_LEVEL );
if ( fEXP_RATE==0 ) m_dwCOLOR = CROWCOLOR::MOB_COLOR_GRAY;
//else m_dwCOLOR = CROWCOLOR::MOB_COLOR_RED;
else if ( wMOB_LEVEL-wMY_LEVEL >= GLCONST_CHAR::wMOB_COLOR_8) m_dwCOLOR = CROWCOLOR::MOB_COLOR_8;
else if ( wMOB_LEVEL-wMY_LEVEL >= GLCONST_CHAR::wMOB_COLOR_7) m_dwCOLOR = CROWCOLOR::MOB_COLOR_7;
else if ( wMOB_LEVEL-wMY_LEVEL >= GLCONST_CHAR::wMOB_COLOR_6) m_dwCOLOR = CROWCOLOR::MOB_COLOR_6;
else if ( wMOB_LEVEL-wMY_LEVEL >= GLCONST_CHAR::wMOB_COLOR_5) m_dwCOLOR = CROWCOLOR::MOB_COLOR_5;
else if ( wMOB_LEVEL-wMY_LEVEL >= GLCONST_CHAR::wMOB_COLOR_4) m_dwCOLOR = CROWCOLOR::MOB_COLOR_4;
else if ( wMOB_LEVEL-wMY_LEVEL >= GLCONST_CHAR::wMOB_COLOR_3) m_dwCOLOR = CROWCOLOR::MOB_COLOR_3;
else if ( wMOB_LEVEL-wMY_LEVEL >= GLCONST_CHAR::wMOB_COLOR_2) m_dwCOLOR = CROWCOLOR::MOB_COLOR_2;
else if ( wMOB_LEVEL-wMY_LEVEL >= GLCONST_CHAR::wMOB_COLOR_1) m_dwCOLOR = CROWCOLOR::MOB_COLOR_1;
else m_dwCOLOR = CROWCOLOR::MOB_COLOR_0;
}
Last edited by AsenDURE; 18-07-13 at 01:12 PM.
six_team@yahoo.co.id YM of email
i try this client.. the items had missing files if you can put or wear on its invisible :) , WING / ASSASSIN WEAPON / SETS