Jump to content
  • 0
Sign in to follow this  
koko24

Soul Link FCP Request

Question

Requesting Soul Link Modification for Creator skill FCP

 

When Soul Link

FCP can Cure Strip Status

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Okay,

in skill.c find:
 

sc_start(src, bl, (sc_type)(SC_PROTECTWEAPON + i), 100, skill_lv, skilltime);
s++;
}
 
And replace for this:
 
sc_start(src, bl, (sc_type)(SC_PROTECTWEAPON + i), 100, skill_lv, skilltime);
s++;
}
if( sd->sc.data[sC_SOULLINK] && sd->sc.data[sC_SOULLINK]->val2 == SL_ALCHEMIST ) {
status_change_end(bl, SC_NOEQUIPHELM, INVALID_TIMER);
status_change_end(bl, SC_NOEQUIPARMOR, INVALID_TIMER);
status_change_end(bl, SC_NOEQUIPWEAPON, INVALID_TIMER);
status_change_end(bl, SC_NOEQUIPSHIELD, INVALID_TIMER);
}
 
Recompile and done ~

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.