Myth Posted December 20, 2013 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 225 Reputation: 5 Joined: 05/30/12 Last Seen: March 21 Share Posted December 20, 2013 how to decrease the effect of Assassin Cross link? Quote Link to comment Share on other sites More sharing options...
chowking Posted December 20, 2013 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 178 Reputation: 17 Joined: 06/25/12 Last Seen: September 22, 2022 Share 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 Link to comment Share on other sites More sharing options...
Myth Posted December 20, 2013 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 225 Reputation: 5 Joined: 05/30/12 Last Seen: March 21 Author Share Posted December 20, 2013 SB damages Quote Link to comment Share on other sites More sharing options...
chowking Posted December 21, 2013 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 178 Reputation: 17 Joined: 06/25/12 Last Seen: September 22, 2022 Share 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 Link to comment Share on other sites More sharing options...
Question
Myth
how to decrease the effect of Assassin Cross link?
Link to comment
Share on other sites
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.