Yaziid91 Posted January 8 Group: Members Topic Count: 21 Topics Per Day: 0.01 Content Count: 66 Reputation: 0 Joined: 04/20/19 Last Seen: Thursday at 07:55 PM Share 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 Link to comment Share on other sites More sharing options...
0 _Terra Posted January 9 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 168 Reputation: 55 Joined: 07/15/13 Last Seen: 16 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 Yaziid91 Posted January 12 Group: Members Topic Count: 21 Topics Per Day: 0.01 Content Count: 66 Reputation: 0 Joined: 04/20/19 Last Seen: Thursday at 07:55 PM Author Share 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 Link to comment Share on other sites More sharing options...
0 _Terra Posted January 17 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 168 Reputation: 55 Joined: 07/15/13 Last Seen: 16 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 Yaziid91 Posted January 18 Group: Members Topic Count: 21 Topics Per Day: 0.01 Content Count: 66 Reputation: 0 Joined: 04/20/19 Last Seen: Thursday at 07:55 PM Author Share Posted January 18 23 hours ago, _Terra said: Did you recompile? Sure Quote Link to comment Share on other sites More sharing options...
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.
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.