Nero Posted February 9, 2012 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 194 Reputation: 2 Joined: 12/18/11 Last Seen: April 8, 2020 Share Posted February 9, 2012 please help me to make no delay for sonic blow only in injustice card but not in the Sinx skill is it possible? Quote Link to comment Share on other sites More sharing options...
Petey Pablo Posted February 9, 2012 Group: Members Topic Count: 152 Topics Per Day: 0.03 Content Count: 569 Reputation: 11 Joined: 11/24/11 Last Seen: March 7, 2022 Share Posted February 9, 2012 (edited) try this go to src/map/skill.c find if (skill == AS_SONICBLOW) pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking. change to if (skill == AS_SONICBLOW) remove this line or add comment here pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking. then go to your db/skill_cast_db find //-- AS_SONICBLOW136,0,2000,2000,0,5000 change to //-- AS_SONICBLOW136,0,0,0,0,0 dont forget to recompile Edited February 9, 2012 by WillSuranol Quote Link to comment Share on other sites More sharing options...
Nero Posted February 9, 2012 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 194 Reputation: 2 Joined: 12/18/11 Last Seen: April 8, 2020 Author Share Posted February 9, 2012 · Hidden by Arcenciel, February 9, 2012 - Useless. Hidden by Arcenciel, February 9, 2012 - Useless. dafuq? Link to comment
Emistry Posted February 9, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 8 hours ago Share Posted February 9, 2012 i dont think it is possible for you... perhap some way like "Duplicate" the skill into a new skills and then make it non-delay skill xD Quote Link to comment Share on other sites More sharing options...
Nero Posted February 9, 2012 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 194 Reputation: 2 Joined: 12/18/11 Last Seen: April 8, 2020 Author Share Posted February 9, 2012 oh thank you emistry Quote Link to comment Share on other sites More sharing options...
Question
Nero
please help me to make no delay for sonic blow only in injustice card but not in the Sinx skill
is it possible?
Link to comment
Share on other sites
4 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.