DemonChuck Posted September 20, 2013 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 61 Reputation: 0 Joined: 10/14/12 Last Seen: April 23, 2022 Share Posted September 20, 2013 How To remove Delay of Auto SonicBlow... Quote Link to comment Share on other sites More sharing options...
iraciz Posted September 20, 2013 Group: Members Topic Count: 140 Topics Per Day: 0.03 Content Count: 562 Reputation: 111 Joined: 10/05/12 Last Seen: February 12, 2024 Share Posted September 20, 2013 you can't! if you are planning to use it in combination with the ring of flame lord you better remove the skill from the item script. In orther to remove the delay you have to modify the skill_cast_db but tha measure will affect every sonic blow skill, not only the autocast Quote Link to comment Share on other sites More sharing options...
chowking Posted September 20, 2013 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 178 Reputation: 17 Joined: 06/25/12 Last Seen: September 22, 2022 Share Posted September 20, 2013 if you're talking about the AS_SONICBLOW auto stop attack , it can only be disabled in source Quote Link to comment Share on other sites More sharing options...
Patskie Posted September 21, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 16 hours ago Share Posted September 21, 2013 Comment out src/map/skill.c#L1567 : Disable this lines : 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...
Question
DemonChuck
How To remove Delay of Auto SonicBlow...
Link to comment
Share on other sites
3 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.