Hello,
My Arcanist sleeping skill is working but never ends, i know this is a known bug and i know people fix it using CHS_STUN but i want to do it the official way by fixing it properly.
This is my MoverActEvent.cpp on my world server source
is there something wrong with it this is the only file with CHS_SLEEPING in, is there any other files it needs to be in for it to work.Code:#ifdef __3RD_LEGEND16 if( nAdjParam & CHS_SLEEPING ) // ½ºÅÏ»óÅ·Î... { if( pTarget->SetStun( TRUE, dwSkillTime ) == FALSE ) return FALSE; pTarget->m_wStunCnt = 0; } else #endif // __3RD_LEGEND16
Also for some reason my Psyhic wall keeps disconnecting the whole server when it is used, does anyone else know why this happens?



![[Source] Need help with Sleeping/Physic wall skill fix](http://ragezone.com/hyper728.png)


