how to make these skills stop being reflected by items and other skills? I try change in battle.c this:
if( sc->data[SC_REFLECTSHIELD]&& skill_id != WS_CARTTERMINATION && skill_id != GS_DESPERADO
&&!(d_bl &&!(wd->flag&BF_SKILL))// It should not be a basic attack if the target is under devotion&&!(d_bl && sce_d &&!check_distance_bl(target, d_bl, sce_d->val3))// It should not be out of range if the target is under devotion){
for this:
if( sc->data[SC_REFLECTSHIELD]&&!(d_bl &&!(wd->flag&BF_SKILL))// It should not be a basic attack if the target is under devotion&&!(d_bl && sce_d &&!check_distance_bl(target, d_bl, sce_d->val3))// It should not be out of range if the target is under devotion){
but not work, could someone help me?
I apologize for my English, I'm using a translator.
how to make these skills stop being reflected by items and other skills?
I try change in battle.c
this:
for this:
but not work, could someone help me?
I apologize for my English, I'm using a translator.
Share this post
Link to post
Share on other sites