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

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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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