Azrael- Posted November 23, 2017 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 23 Reputation: 3 Joined: 11/14/17 Last Seen: June 4, 2018 Share Posted November 23, 2017 I want to Trigger Status Effect on Soul Breaker Skill. That's All. Example : Triggering Stormy Knight Card Effect on Soul Breaker Skill. Quote Link to comment Share on other sites More sharing options...
0 Scanty Posted November 23, 2017 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 94 Reputation: 35 Joined: 11/08/15 Last Seen: Monday at 06:46 PM Share Posted November 23, 2017 (edited) Src/map/skill.cpp Line: 1101 if( sd ) { // These statuses would be applied anyway even if the damage was blocked by some skills. [Inkfish] if( skill_id != WS_CARTTERMINATION && skill_id != AM_DEMONSTRATION && skill_id != CR_REFLECTSHIELD && skill_id != MS_REFLECTSHIELD && skill_id != ASC_BREAKER ) { // Trigger status effects enum sc_type type; uint8 i; unsigned int time = 0; change this line to if( skill_id != WS_CARTTERMINATION && skill_id != AM_DEMONSTRATION && skill_id != CR_REFLECTSHIELD && skill_id != MS_REFLECTSHIELD) { Save and compile your server. Now Soul breaker can stone,freeze,stun,etc players/monsters Edited November 23, 2017 by Scanty 1 Quote Link to comment Share on other sites More sharing options...
Question
Azrael-
I want to Trigger Status Effect on Soul Breaker Skill. That's All.
Example : Triggering Stormy Knight Card Effect on Soul Breaker Skill.
Link to comment
Share on other sites
1 answer 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.