Eros Posted July 23, 2016 Posted July 23, 2016 Can someone help me about this one?1. Old FCP Behavior2. Paladin Link - Increase Shield Chain Damage by 200%3. LK Link - Increase Bowling , Brandish , Spiral Damage by 100%4. SG Link - Parrying , LOV , Increase damage to boss monster by 200% Quote
0 xilence01 Posted July 24, 2016 Posted July 24, 2016 Can someone help me about this one? 1. Old FCP Behavior 2. Paladin Link - Increase Shield Chain Damage by 200% 3. LK Link - Increase Bowling , Brandish , Spiral Damage by 100% 4. SG Link - Parrying , LOV , Increase damage to boss monster by 200% 2. Find this in battle.c case PA_SHIELDCHAIN: skillratio += 30 * skill_lv; break;Replace with: case PA_SHIELDCHAIN: if (sd && sd->sc.data[sC_SPIRIT] && sd->sc.data[sC_SPIRIT]->val2 == SL_CRUSADER) skillratio += 40*skill_lv; else skillratio += 30 * skill_lv; This is 150% to 200% Quote
0 Paroxysm Posted July 24, 2016 Posted July 24, 2016 Star Gladiator Link: https://rathena.org/board/topic/91314-star-gladiator-soul-link-effect/ 1 Quote
0 Eros Posted July 25, 2016 Author Posted July 25, 2016 Thanks. The SG Link is buggy i need to type @reloadskilldb to use LOV and Parrying. Btw does anyone has the old fcp? Quote
0 Paroxysm Posted July 26, 2016 Posted July 26, 2016 For Old FCP. you need just need to revert it to its old effect. Just search for the older revision of rA. 1 Quote
Question
Eros
Can someone help me about this one?
1. Old FCP Behavior
2. Paladin Link - Increase Shield Chain Damage by 200%
3. LK Link - Increase Bowling , Brandish , Spiral Damage by 100%
4. SG Link - Parrying , LOV , Increase damage to boss monster by 200%
4 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.