Jump to content

panu gawin ung sa ifrit set? sa sonic blow?


Recommended Posts


  • Group:  Members
  • Topic Count:  153
  • Topics Per Day:  0.03
  • Content Count:  439
  • Reputation:   2
  • Joined:  05/04/12
  • Last Seen:  

panu gawin ung sa ifrit set? sa sonic blow? ung hindi titigil ang atake kapag nag auto sonic blow?

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  08/16/12
  • Last Seen:  

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

  • 4 months later...

  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  439
  • Reputation:   29
  • Joined:  12/08/11
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  210
  • Reputation:   10
  • Joined:  11/20/11
  • Last Seen:  

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

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  145
  • Topics Per Day:  0.03
  • Content Count:  455
  • Reputation:   3
  • Joined:  06/19/12
  • Last Seen:  

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