ThyroDree 3 Posted February 26, 2014 Increase Holy Light Damage by 200% when Linked Quote Share this post Link to post Share on other sites
0 AnnieRuru 957 Posted February 26, 2014 battle.c case AL_HOLYLIGHT: skillratio += 25; if (sc && sc->data[SC_SOULLINK] && sc->data[SC_SOULLINK]->val2 == SL_PRIEST) skillratio *= 5; //Does 5x damage include bonuses from other skills? break;officially ... priest soul link will grant 5x damageso ... you want to reduce it ? just change *=5 into *=2 ... Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted February 26, 2014 maybe he want twice what it is now, so change 5 to 10 Quote Share this post Link to post Share on other sites
Increase Holy Light Damage by 200% when Linked
Share this post
Link to post
Share on other sites