I have tried to add this to prevent players from using moving skills while in fiberlock, ankle snare, close confine. case TF_BACKSLIDING: //This is the correct implementation as per packet logging information. [skotlex] if( sd->sc.data[sC_CLOSECONFINE2] || sd->sc.data[sC_ANKLE] || sd->sc.data[sC_SPIDERWEB] ) { clif_skill_fail(sd,sd->menuskill_id,0,0); break; } and case MO_BODYRELOCATION: if( sc && sc->data[sC_CLOSECONFINE2] || sc->data[sC_ANKLE] || s