Jump to content
  • 0

Question

Posted

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

  • 0
Posted

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%

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...