it does work consume the fragment but when reflected back to the caster the damage missess but i want to be the damage would miss and it could bypass it at the same time
//Spirit of Wizard blocks Kaite's reflection if( type == 2 && tsc && tsc->data[SC_SPIRIT] && tsc->data[SC_SPIRIT]->val2 == SL_WIZARD )
i did try this one i remove the type ==2
it does work consume the fragment but when reflected back to the caster the damage missess but i want to be the damage would miss and it could bypass it
at the same time//Spirit of Wizard blocks Kaite's reflection if( type == 2 && tsc && tsc->data[SC_SPIRIT] && tsc->data[SC_SPIRIT]->val2 == SL_WIZARD )
Edited by kalabasaLink to comment
Share on other sites