AinsLord Posted August 10, 2023 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: March 23 Share Posted August 10, 2023 so i tried this src mod seems different on my part #ifndef RENEWAL else if (skill == AS_SONICBLOW) pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking. #endif i cant seem to find this line if (skill == AS_SONICBLOW) pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking. quite diff from the rA files im using im using 2022 client i did remove the line #ifndef RENEWAL else if (skill == AS_SONICBLOW) pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking. #endif still using injustice card sonic blow stops any thoughts or help thanks Quote Link to comment Share on other sites More sharing options...
0 imat1 Posted August 10, 2023 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 100 Reputation: 20 Joined: 05/01/12 Last Seen: Wednesday at 08:49 PM Share Posted August 10, 2023 1 hour ago, AinsLord said: any thoughts or help thanks https://github.com/rathena/rathena/blob/b3ddb4511c6904ab775789db304042e727cb2853/db/pre-re/skill_db.yml#L4772 Set to 0. Or you want to do it with injustice card only? Quote Link to comment Share on other sites More sharing options...
0 AinsLord Posted August 11, 2023 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: March 23 Author Share Posted August 11, 2023 12 hours ago, imat1 said: https://github.com/rathena/rathena/blob/b3ddb4511c6904ab775789db304042e727cb2853/db/pre-re/skill_db.yml#L4772 Set to 0. Or you want to do it with injustice card only? this was already set to 0 and anything including ifrit rings Quote Link to comment Share on other sites More sharing options...
0 Chaos92 Posted August 11, 2023 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1821 Reputation: 288 Joined: 08/03/12 Last Seen: 2 hours ago Share Posted August 11, 2023 1 hour ago, AinsLord said: this was already set to 0 and anything including ifrit rings Ive tried commented the skill.cpp lines and it works. Dont forget to recompile. Quote Link to comment Share on other sites More sharing options...
0 AinsLord Posted August 11, 2023 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: March 23 Author Share Posted August 11, 2023 (edited) 12 minutes ago, Chaos92 said: Ive tried commented the skill.cpp lines and it works. Dont forget to recompile. is this using latest rathena git? coz i am using latest rathena git i tried remove/commenting recompile multiple times i also tried 2018 client still it stops then continue attacking i know this lines tells if renewal is enable but as i can seee i cant fine this line exact line if (skill == AS_SONICBLOW) pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking. Edited August 11, 2023 by AinsLord Quote Link to comment Share on other sites More sharing options...
0 Chaos92 Posted August 11, 2023 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1821 Reputation: 288 Joined: 08/03/12 Last Seen: 2 hours ago Share Posted August 11, 2023 2 hours ago, AinsLord said: is this using latest rathena git? coz i am using latest rathena git i tried remove/commenting recompile multiple times i also tried 2018 client still it stops then continue attacking i know this lines tells if renewal is enable but as i can seee i cant fine this line exact line if (skill == AS_SONICBLOW) pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking. yes I tried on pre-re server, it works. 1 Quote Link to comment Share on other sites More sharing options...
0 Rynbef Posted August 11, 2023 Group: Forum Moderator Topic Count: 47 Topics Per Day: 0.01 Content Count: 937 Reputation: 124 Joined: 05/23/12 Last Seen: Yesterday at 01:31 PM Share Posted August 11, 2023 Here u go on skill.cpp https://github.com/rathena/rathena/blob/master/src/map/skill.cpp#L2355 Rynbef~ Quote Link to comment Share on other sites More sharing options...
0 AinsLord Posted August 12, 2023 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: March 23 Author Share Posted August 12, 2023 On 8/12/2023 at 12:18 AM, Chaos92 said: yes I tried on pre-re server, it works. yea this is exactly what is happening on my part it stops and continue so im doing it right so its not the old type or characteristics of sonic blow thanks for this i thought im doing it wrong Quote Link to comment Share on other sites More sharing options...
0 Chaos92 Posted August 13, 2023 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1821 Reputation: 288 Joined: 08/03/12 Last Seen: 2 hours ago Share Posted August 13, 2023 15 hours ago, AinsLord said: yea this is exactly what is happening on my part it stops and continue so im doing it right so its not the old type or characteristics of sonic blow thanks for this i thought im doing it wrong u can edit the sonic blow actdelay or anything else depends on you. 1 Quote Link to comment Share on other sites More sharing options...
0 AinsLord Posted August 13, 2023 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: March 23 Author Share Posted August 13, 2023 6 hours ago, Chaos92 said: u can edit the sonic blow actdelay or anything else depends on you. this means editing the act sprite it self? or just in skill db Quote Link to comment Share on other sites More sharing options...
0 Rynbef Posted August 13, 2023 Group: Forum Moderator Topic Count: 47 Topics Per Day: 0.01 Content Count: 937 Reputation: 124 Joined: 05/23/12 Last Seen: Yesterday at 01:31 PM Share Posted August 13, 2023 (edited) Comment out by insert // before the line pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking. At line 2356 on skill.cpp It could fix it. But I'm not sure. The PC stop only appears on renewal and as u said on pre-re it works fine. Rynbef~ Edited August 13, 2023 by Rynbef More information Quote Link to comment Share on other sites More sharing options...
0 Bruteleenandrane Posted August 28, 2023 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 1 Joined: 08/28/23 Last Seen: September 5, 2023 Share Posted August 28, 2023 (edited) Ive tried commented the skill.cpp lines and it works. Hubspot partner agency Edited September 5, 2023 by Bruteleenandrane 1 Quote Link to comment Share on other sites More sharing options...
Question
AinsLord
so i tried this src mod
seems different on my part
i cant seem to find this line
quite diff from the rA files im using
im using 2022 client
i did remove the line
still using injustice card sonic blow stops
any thoughts or help thanks
Link to comment
Share on other sites
11 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.