Sallycantdance Posted May 14, 2021 Group: Members Topic Count: 224 Topics Per Day: 0.14 Content Count: 796 Reputation: 12 Joined: 12/04/20 Last Seen: 9 hours ago Share Posted May 14, 2021 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 Quote Link to comment Share on other sites More sharing options...
0 BeWan Posted May 15, 2021 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 403 Reputation: 249 Joined: 07/04/19 Last Seen: 17 hours ago Share Posted May 15, 2021 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 add it before if(unit then compile your server Quote Link to comment Share on other sites More sharing options...
0 Sallycantdance Posted May 15, 2021 Group: Members Topic Count: 224 Topics Per Day: 0.14 Content Count: 796 Reputation: 12 Joined: 12/04/20 Last Seen: 9 hours ago Author Share Posted May 15, 2021 3 minutes ago, BeWan said: add it before if(unit then compile your server hello thanks for your reply can you send a example Quote Link to comment Share on other sites More sharing options...
0 Loke Posted May 15, 2021 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 174 Reputation: 6 Joined: 12/20/11 Last Seen: July 20, 2024 Share Posted May 15, 2021 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; 2 Quote Link to comment Share on other sites More sharing options...
0 Sallycantdance Posted May 18, 2021 Group: Members Topic Count: 224 Topics Per Day: 0.14 Content Count: 796 Reputation: 12 Joined: 12/04/20 Last Seen: 9 hours ago Author Share Posted May 18, 2021 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 Quote Link to comment Share on other sites More sharing options...
Question
Sallycantdance
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
Link to comment
Share on other sites
4 answers 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.