Jump to content

Question

4 answers to this question

Recommended Posts

  • 0
Posted
1 hour ago, chadness said:

hello anybody have some idea how to disable body reloc when the player is under in close confine skill by rogue thanks in advance , i already added it in the src but its still not working
thanks in advance
 

closeconf.PNG

add it before if(unit

then compile your server

  • 0
Posted
22 hours ago, chadness said:

hello thanks for your reply can you send a example

    case MO_BODYRELOCATION:
        if(sd && (sd->sc.data[SC_SPIDERWEB] || sd->sc.data[SC_CLOSECONFINE2] || sc->data[SC_ANKLE]))
        if (unit_movepos(src, x, y, 2, 1)) {
        break;
 

  • Upvote 2
  • 0
Posted
On 5/16/2021 at 7:27 AM, Loke said:

    case MO_BODYRELOCATION:
        if(sd && (sd->sc.data[SC_SPIDERWEB] || sd->sc.data[SC_CLOSECONFINE2] || sc->data[SC_ANKLE]))
        if (unit_movepos(src, x, y, 2, 1)) {
        break;
 

thanks men

 

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...