RN1986 Posted August 5, 2012 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 439 Reputation: 2 Joined: 05/04/12 Last Seen: June 10, 2013 Share Posted August 5, 2012 panu gawin ung sa ifrit set? sa sonic blow? ung hindi titigil ang atake kapag nag auto sonic blow? Quote Link to comment Share on other sites More sharing options...
Rjhay Posted August 18, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 08/16/12 Last Seen: August 24, 2012 Share Posted August 18, 2012 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. Quote Link to comment Share on other sites More sharing options...
Patskie Posted January 13, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 11 hours ago Share Posted January 13, 2013 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. Quote Link to comment Share on other sites More sharing options...
Magnetix Posted January 16, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 446 Reputation: 30 Joined: 12/08/11 Last Seen: October 13, 2024 Share Posted January 16, 2013 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. Quote Link to comment Share on other sites More sharing options...
quesoph Posted January 17, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 210 Reputation: 10 Joined: 11/20/11 Last Seen: August 23, 2015 Share Posted January 17, 2013 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. Quote Link to comment Share on other sites More sharing options...
Famous Posted February 5, 2013 Group: Members Topic Count: 145 Topics Per Day: 0.03 Content Count: 455 Reputation: 3 Joined: 06/19/12 Last Seen: February 26, 2018 Share Posted February 5, 2013 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!! Quote Link to comment Share on other sites More sharing options...
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.