Myth Posted December 20, 2013 Posted December 20, 2013 how to decrease the effect of Assassin Cross link? Quote
chowking Posted December 20, 2013 Posted December 20, 2013 (edited) assasin soul link gives different benefits, +100% SB damage on non woe and 25% dmage in woe if im not mistaken, please be more specific on what you want to do Edited December 20, 2013 by chowking Quote
chowking Posted December 21, 2013 Posted December 21, 2013 in rathena/src/map/battle.cFind: if (sc->data[SC_SPIRIT]){ if(skill_id == AS_SONICBLOW && sc->data[SC_SPIRIT]->val2 == SL_ASSASIN){ ATK_ADDRATE(wd.damage, wd.damage2, map_flag_gvg(src->m)?25:100); //+25% dmg on woe/+100% dmg on nonwoe #ifdef RENEWAL ATK_ADDRATE(wd.weaponAtk, wd.weaponAtk2, map_flag_gvg(src->m)?25:100); //+25% dmg on woe/+100% dmg on nonwoe #endif } If you're using pre-reReplace: ATK_ADDRATE(wd.damage, wd.damage2, map_flag_gvg(src->m)?25:100); //+25% dmg on woe/+100% dmg on nonwoe with the percentage you want,if using RENEWAL ATK_ADDRATE(wd.weaponAtk, wd.weaponAtk2, map_flag_gvg(src->m)?25:100); //+25% dmg on woe/+100% dmg on nonwoe save and recompile Quote
Question
Myth
how to decrease the effect of Assassin Cross link?
3 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.