Jamy Posted May 12, 2012 Posted May 12, 2012 How do I when magician with ESP is not reflect when taking Maya to reflect not just Kaite. //Spirit of Wizard blocks Kaite's reflection if( type == 2 && sc && sc->data[sC_SPIRIT] && sc->data[sC_SPIRIT]->val2 == SL_WIZARD ) { //Consume one Fragment per hit of the casted skill? [skotlex] type = tsd?pc_search_inventory (tsd, 7321):0; if (type >= 0) { if ( tsd ) pc_delitem(tsd, type, 1, 0, 1, LOG_TYPE_CONSUME); dmg.damage = dmg.damage2 = 0; dmg.dmg_lv = ATK_MISS; sc->data[sC_SPIRIT]->val3 = skillid; sc->data[sC_SPIRIT]->val4 = dsrc->id; } } Quote
Question
Jamy
How do I when magician with ESP is not reflect when taking Maya to reflect not just Kaite.
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.