Jamy Posted May 12, 2012 Group: Members Topic Count: 23 Topics Per Day: 0.00 Content Count: 54 Reputation: 0 Joined: 02/14/12 Last Seen: September 6, 2013 Share 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 Link to comment Share on other sites More sharing options...
letstry Posted June 23, 2012 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Share Posted June 23, 2012 Bump too Quote Link to comment Share on other sites More sharing options...
Question
Jamy
How do I when magician with ESP is not reflect when taking Maya to reflect not just Kaite.
Link to comment
Share on other sites
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.