Yaziid91 Posted January 8 Posted January 8 Hello, could someone explain to me how to disable Cart Termination and Desperado Reflect on the latest version of rAthena, please? I’ve tried everything I could find on the forums, but nothing works, probably because the solutions are for older versions. Thanks for ur help. Quote
0 _Terra Posted January 9 Posted January 9 Go to src/map/battle.cpp Search: if ( (skill_get_inf2(skill_id, INF2_ISTRAP) || !status_reflect) && tsd && tsd->bonus.short_weapon_damage_return ) { add after short_weapon_damage_return if ( (skill_get_inf2(skill_id, INF2_ISTRAP) || !status_reflect) && tsd && tsd->bonus.short_weapon_damage_return && skill_id != WS_CARTTERMINATION && skill_id != GS_DESPERADO ) { Quote
0 Yaziid91 Posted January 12 Author Posted January 12 On 1/9/2025 at 8:34 AM, _Terra said: Go to src/map/battle.cpp Search: if ( (skill_get_inf2(skill_id, INF2_ISTRAP) || !status_reflect) && tsd && tsd->bonus.short_weapon_damage_return ) { add after short_weapon_damage_return if ( (skill_get_inf2(skill_id, INF2_ISTRAP) || !status_reflect) && tsd && tsd->bonus.short_weapon_damage_return && skill_id != WS_CARTTERMINATION && skill_id != GS_DESPERADO ) { Thanks for your answer, but it doesn't work. Quote
0 _Terra Posted January 17 Posted January 17 On 1/12/2025 at 9:43 AM, Yaziid91 said: Thanks for your answer, but it doesn't work. Did you recompile? Quote
0 Yaziid91 Posted January 18 Author Posted January 18 23 hours ago, _Terra said: Did you recompile? Sure Quote
Question
Yaziid91
Hello, could someone explain to me how to disable Cart Termination and Desperado Reflect on the latest version of rAthena, please?
I’ve tried everything I could find on the forums, but nothing works, probably because the solutions are for older versions.
Thanks for ur help.
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.