Jump to content
  • 0
Sign in to follow this  
prism

Sage Soul Link

Question

How can I modify this link to increase the skill level cast by auto spell by one? Normally this link makes it autocast level equal to the user's learned level but with some with a custom item of ours that improves autospell this would be seriously OP.

 

 //Max chance, no skill_lv reduction. [skotlex]

 

This comment is near the part in the source from battle.c that seems to affect this.

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

This thread can be closed. After further investigation I found the answer I was looking for.

 

Skill.c 

 

else if(skill_id==MG_COLDBOLT || skill_id==MG_FIREBOLT || skill_id==MG_LIGHTNINGBOLT){
if (sd->sc.data[sC_SOULLINK] && sd->sc.data[sC_SOULLINK]->val2 == SL_SAGE)
maxlv =10; //Soul Linker bonus. [skotlex]
 
change the maxlvl = 10 to whatever level desired.

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.