Hi Epvpers i have a problem with my teleport. my flyff is now online my problem is my players was crash when teleport in the other place or any dungeon sometimes even though i add the fix feature. im using v15 source and files.
i add this code but its not working
#ifdef __PET_PORTBUG_RH
if( pObj->GetIndex() != NULL ) // check obj is valid
delete pObj;
#else // __PET_PORTBUG_RH
SAFE_DELETE( pObj );
#endif // __PET_PORTBUG_RH
there is any solution in this problem? my test server no problem this. but when i online and players got crash sometimes.,,., thanks for your answer