hello good afternoon everyone i want to disable the used of body reloc when the champion is in trap, web and in close confined space, i already tried this but i got errors im using the latest rathena
Quote
case MO_BODYRELOCATION:
if ( map_count_oncell(src->m,x,y,BL_NPC,0) ) {
clif_skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0);
return 0;
}
// Block skill usage while you have SC_SPIDERWEB status
if(sc&& sc->data[SC_ANKLE])
break;
Question
Sallycantdance
hello good afternoon everyone i want to disable the used of body reloc when the champion is in trap, web and in close confined space, i already tried this but i got errors im using the latest rathena
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.