Ukiram Posted November 3, 2019 Posted November 3, 2019 Hi, Is there anyone know how to fix bugs on Body Relocation, because Body Relocation can escaped on Spider Web and Ankle Snare. Is there anyone know how to fix this? Thank you if you will answer! Quote
4 Functor Posted November 3, 2019 Posted November 3, 2019 Hello! You have already asked about "Body Relocation + Spider Web" and got the solution: https://rathena.org/board/topic/118958-block-body-relocation-while-spider-web/ But it is without checking the status of "Ankle Snare". The final solution: Open ../src/map/skill.cpp and in the function skill_castend_pos2 after: case MO_BODYRELOCATION: if (unit_movepos(src, x, y, 2, 1)) { add: if(sc && (sc->data[SC_SPIDERWEB] || sc->data[SC_ANKLE])) break; 7 Quote
0 Ukiram Posted November 4, 2019 Author Posted November 4, 2019 9 hours ago, Functor said: Hello! You have already asked about "Body Relocation + Spider Web" and got the solution: https://rathena.org/board/topic/118958-block-body-relocation-while-spider-web/ But it is without checking the status of "Ankle Snare". The final solution: Open ../src/map/skill.cpp and in the function skill_castend_pos2 after: case MO_BODYRELOCATION: if (unit_movepos(src, x, y, 2, 1)) { add: if(sc && (sc->data[SC_SPIDERWEB] || sc->data[SC_ANKLE])) break; Thank you, very much appreciated. Quote
0 cutekram Posted January 1, 2023 Posted January 1, 2023 On 11/4/2019 at 6:00 AM, Functor said: Hello! You have already asked about "Body Relocation + Spider Web" and got the solution: https://rathena.org/board/topic/118958-block-body-relocation-while-spider-web/ But it is without checking the status of "Ankle Snare". The final solution: Open ../src/map/skill.cpp and in the function skill_castend_pos2 after: case MO_BODYRELOCATION: if (unit_movepos(src, x, y, 2, 1)) { add: if(sc && (sc->data[SC_SPIDERWEB] || sc->data[SC_ANKLE])) break; THANK YOU!! Quote
Question
Ukiram
Hi,
Is there anyone know how to fix bugs on Body Relocation, because Body Relocation can escaped on Spider Web and Ankle Snare. Is there anyone know how to fix this?
Thank you if you will answer!
3 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.