Jump to content
RN1986

panu gawin ung sa ifrit set? sa sonic blow?

Recommended Posts

I thik, that depends on your delayrate in conf/battle/skill.conf ? or wear 3 kiel d-01 cards. just an assumption by the way.

Link to comment
Share on other sites

On your trunk/db/re/skill_cast_db.txt.

Find these :

//-- AS_SONICBLOW
136,0,1000,2000,0,5000,0

Change to this :

//-- AS_SONICBLOW
136,0,0,2000,0,5000,0

If you're using pre-renewal settings then the .txt file should be located @ trunk/db/re/skill_cast_db.txt.

Link to comment
Share on other sites

On your trunk/db/re/skill_cast_db.txt.

Find these :

//-- AS_SONICBLOW
136,0,1000,2000,0,5000,0

Change to this :

//-- AS_SONICBLOW
136,0,0,2000,0,5000,0

If you're using pre-renewal settings then the .txt file should be located @ trunk/db/re/skill_cast_db.txt.

Just an additional info, doing this will also remove/cut down the aftercast action delay when doing normal sonic blow.

Link to comment
Share on other sites

comment these lines in your skill.c

       	 if (skill == AS_SONICBLOW)
               pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking.

Link to comment
Share on other sites

if (skill == AS_SONICBLOW)

// pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking.

should this be disable?

thanks for this!! its working!!

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
Reply to this topic...

×   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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.