nobukadnezar Posted November 9, 2013 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
Akinari Posted November 14, 2013 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
Zeiyan Posted November 10, 2013 Posted November 10, 2013 (edited) bump for this. also on the case of safetywall and parrying Edited November 10, 2013 by ZeiyanRO Quote
QQfoolsorellina Posted November 11, 2013 Posted November 11, 2013 As far as I know ,autoguard does not reflect damage Quote
Zeiyan Posted November 11, 2013 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
nobukadnezar Posted November 12, 2013 Author Posted November 12, 2013 yes, i mean autoguard + reflect shield. When damage blocked it still reflect damage Quote
Akinari Posted November 13, 2013 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
nobukadnezar Posted November 13, 2013 Author Posted November 13, 2013 still no change. btw it should be wd.dmg_lv instead of wd->dmg_lv Quote
Akinari Posted November 13, 2013 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
nobukadnezar Posted November 14, 2013 Author 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
nobukadnezar Posted November 14, 2013 Author 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
Zeiyan Posted November 15, 2013 Posted November 15, 2013 nope. i once asked that question before. Quote
nobukadnezar Posted November 16, 2013 Author Posted November 16, 2013 okay then i use GIT one and it does not reflect damage Quote
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
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.