Jump to content
  • 0

Body Relocation I Close Confine


GM Winter

Question


  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

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

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  398
  • Reputation:   246
  • Joined:  07/04/19
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

3 minutes ago, BeWan said:

add it before if(unit

then compile your server

hello thanks for your reply can you send a example

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  174
  • Reputation:   6
  • Joined:  12/20/11
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

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

 

Link to comment
Share on other sites

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.

×
×
  • Create New...