nobukadnezar Posted November 9, 2013 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 163 Reputation: 7 Joined: 01/07/12 Last Seen: March 7, 2017 Share Posted November 9, 2013 Hello rathena, How to modify autoguard skills so it doesn't reflect damage when autoguard skill take effect. Like asura-ing paladin with autoguard still got reflect. Thank you in advance Quote Link to comment Share on other sites More sharing options...
Akinari Posted November 14, 2013 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 247 Reputation: 207 Joined: 10/23/12 Last Seen: March 2, 2022 Share Posted November 14, 2013 Oh, you're on SVN. You should move to GIT to get the latest source, or GIT's SVN link even. Quote Link to comment Share on other sites More sharing options...
nobukadnezar Posted November 10, 2013 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 163 Reputation: 7 Joined: 01/07/12 Last Seen: March 7, 2017 Author Share Posted November 10, 2013 anyone? Quote Link to comment Share on other sites More sharing options...
Zeiyan Posted November 10, 2013 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 275 Reputation: 23 Joined: 01/06/13 Last Seen: September 1, 2024 Share Posted November 10, 2013 (edited) bump for this. also on the case of safetywall and parrying Edited November 10, 2013 by ZeiyanRO Quote Link to comment Share on other sites More sharing options...
nobukadnezar Posted November 11, 2013 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 163 Reputation: 7 Joined: 01/07/12 Last Seen: March 7, 2017 Author Share Posted November 11, 2013 bump Quote Link to comment Share on other sites More sharing options...
Zeiyan Posted November 11, 2013 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 275 Reputation: 23 Joined: 01/06/13 Last Seen: September 1, 2024 Share Posted November 11, 2013 bump Quote Link to comment Share on other sites More sharing options...
QQfoolsorellina Posted November 11, 2013 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Share Posted November 11, 2013 As far as I know ,autoguard does not reflect damage Quote Link to comment Share on other sites More sharing options...
Zeiyan Posted November 11, 2013 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 275 Reputation: 23 Joined: 01/06/13 Last Seen: September 1, 2024 Share Posted November 11, 2013 lol i didn't read that well. maybe what he means is this: reflect shield + auto guard skill = damage blocked by auto guard skill still reflects the damage ( no damage to paladin but deals reflect damage to the attacker) same goes for parry/safetywall and item based reflect damage. Quote Link to comment Share on other sites More sharing options...
nobukadnezar Posted November 12, 2013 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 163 Reputation: 7 Joined: 01/07/12 Last Seen: March 7, 2017 Author Share Posted November 12, 2013 yes, i mean autoguard + reflect shield. When damage blocked it still reflect damage Quote Link to comment Share on other sites More sharing options...
nobukadnezar Posted November 13, 2013 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 163 Reputation: 7 Joined: 01/07/12 Last Seen: March 7, 2017 Author Share Posted November 13, 2013 cmon guys.... Quote Link to comment Share on other sites More sharing options...
Akinari Posted November 13, 2013 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 247 Reputation: 207 Joined: 10/23/12 Last Seen: March 2, 2022 Share Posted November 13, 2013 In battle.c FIND // Calculate skill reflect damage separately if( tsc ) { struct status_data *tstatus = status_get_status_data(target); REPLACE WITH // Calculate skill reflect damage separately if( tsc && wd->dmg_lv != ATK_BLOCK ) { struct status_data *tstatus = status_get_status_data(target); Should work. Let me know. Quote Link to comment Share on other sites More sharing options...
nobukadnezar Posted November 13, 2013 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 163 Reputation: 7 Joined: 01/07/12 Last Seen: March 7, 2017 Author Share Posted November 13, 2013 still no change. btw it should be wd.dmg_lv instead of wd->dmg_lv Quote Link to comment Share on other sites More sharing options...
Akinari Posted November 13, 2013 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 247 Reputation: 207 Joined: 10/23/12 Last Seen: March 2, 2022 Share Posted November 13, 2013 Actually I just tested this on clean source and it's not reflecting any damage after Auto Guard + Reflect Shield for me, even without that change. Quote Link to comment Share on other sites More sharing options...
nobukadnezar Posted November 14, 2013 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 163 Reputation: 7 Joined: 01/07/12 Last Seen: March 7, 2017 Author Share Posted November 14, 2013 that's strange.... i use rev 17421 btw. Could you help us investigate about this? i really have no idea Quote Link to comment Share on other sites More sharing options...
nobukadnezar Posted November 14, 2013 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 163 Reputation: 7 Joined: 01/07/12 Last Seen: March 7, 2017 Author Share Posted November 14, 2013 actually i have add plenty custom src at my own server. I am afraid if i have to change from beginning. So is there a way to fix it without using latest svn from scratch? Quote Link to comment Share on other sites More sharing options...
Zeiyan Posted November 15, 2013 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 275 Reputation: 23 Joined: 01/06/13 Last Seen: September 1, 2024 Share Posted November 15, 2013 nope. i once asked that question before. Quote Link to comment Share on other sites More sharing options...
nobukadnezar Posted November 16, 2013 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 163 Reputation: 7 Joined: 01/07/12 Last Seen: March 7, 2017 Author Share Posted November 16, 2013 okay then i use GIT one and it does not reflect damage Quote Link to comment Share on other sites More sharing options...
Question
nobukadnezar
Hello rathena,
How to modify autoguard skills so it doesn't reflect damage when autoguard skill take effect. Like asura-ing paladin with autoguard still got reflect.
Thank you in advance
Link to comment
Share on other sites
16 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.