Jump to content

Question

Posted

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;

        if (unit_movepos(src, x, y, 2, 1)) {

 

 

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...