Hi,
I have tried to copy
from another source, and I ended up with a crashing client on lv.15.
Any idea how I can debug client crashes and see what's missing?
I think it's about this code:
But not sure why it crashes if compilation success.
I have tried to copy
PHP Code:
#define __FASTJOBCHANGE //ระบบเปลี่ยนอาชีพออโต้
Any idea how I can debug client crashes and see what's missing?
I think it's about this code:
PHP Code:
#ifdef __FASTJOBCHANGE
if (GetLevel() == MAX_JOB_LEVEL || GetLevel() == (MAX_JOB_LEVEL + MAX_EXP_LEVEL) || GetLevel() == MAX_LEGEND_LEVEL)
{
SAFE_DELETE(g_WndMng.m_pJobChangeEx);
g_WndMng.m_pJobChangeEx = new CWndJobChangeEx;
g_WndMng.m_pJobChangeEx->Initialize();
}
#endif//__FASTJOBCHANGE