ThyroDree
New member
How can I make Charge Attack, Body Relocation,Back Sliding, Flying Side Kick, High Jump, Shadow Jump fail when they are trapped in Spider Web and Ankle Snare?
I tried on body relocation by adding this lines, The anklesnare skill fail when body reloacating works but the spider web skill fail wont work. I can still body reloc.
// Block skill usage while you have SC_SPIDERWEB AND ANKLESNARE status
if(sc && (sc->data[SC_SPIDERWEB] || sc->data[SC_ANKLESNARE]))
break;
Also How can i make the Spider Web works like Ankle snare trap by placing on floors not casting on player.
I tried on body relocation by adding this lines, The anklesnare skill fail when body reloacating works but the spider web skill fail wont work. I can still body reloc.
// Block skill usage while you have SC_SPIDERWEB AND ANKLESNARE status
if(sc && (sc->data[SC_SPIDERWEB] || sc->data[SC_ANKLESNARE]))
break;
Also How can i make the Spider Web works like Ankle snare trap by placing on floors not casting on player.