Jump to content
  • 0

Continues injustice card in normal attack


AinsLord

Question


  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

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

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  99
  • Reputation:   19
  • Joined:  05/01/12
  • Last Seen:  

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?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

12 hours ago, imat1 said:

this was already set to 0

and anything including ifrit rings

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1540
  • Reputation:   238
  • Joined:  08/03/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

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

 

image.thumb.png.5c6583b02ba9101247e4c99d7a349ada.png

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 by AinsLord
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1540
  • Reputation:   238
  • Joined:  08/03/12
  • Last Seen:  

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

 

image.thumb.png.5c6583b02ba9101247e4c99d7a349ada.png

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.

 

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  898
  • Reputation:   119
  • Joined:  05/23/12
  • Last Seen:  

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1540
  • Reputation:   238
  • Joined:  08/03/12
  • Last Seen:  

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.

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  898
  • Reputation:   119
  • Joined:  05/23/12
  • Last Seen:  

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 by Rynbef
More information
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   1
  • Joined:  08/28/23
  • Last Seen:  

Ive tried commented the skill.cpp lines and it works.

Hubspot partner agency
 

Edited by Bruteleenandrane
  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...