CProject::GetMoverProp out of range

06/26/2013 16:36 raventh1984#1
Hi elitepvpers,

After altering the drops inside PropMoverEx.inc i noticed that what i added doesnt drop. Now i looked at the Error.log file and i noticed these errors

CProject::GetMoverProp out of range. 12 0

Now i have taken an look into the source to see what kind or error it is

PHP Code:
MoverProp*  GetMoverPropint nIndex 
    { 
        if( 
nIndex || nIndex >= m_nMoverPropSize )    
        {
            
LPCTSTR szErr Error"CProject::GetMoverProp out of range. %d %d"nIndexm_nMoverPropSize );
            
TRACEszErr );
            return 
NULL;
        }
        if( 
m_pPropMover[nIndex].dwID )
            return 
m_pPropMover nIndex;
        return 
NULL;
    } 
It looks like its the size of the mob but i didnt changed it.

Anyone can give an tip?

P.s. this is my modified mob


With kind regards.

bump
06/27/2013 23:42 raventh1984#2
bump