Jump to content

  •  

Photo

Sage Soul Link


Best Answer prism, 23 February 2015 - 08:27 PM

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.
Go to the full post


  • Please log in to reply
1 reply to this topic

#1 prism

prism

    Advanced Member

  • Members
  • PipPipPip
  • 60 posts

Posted 17 February 2015 - 05:23 PM

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.



#2 prism

prism

    Advanced Member

  • Members
  • PipPipPip
  • 60 posts

Posted 23 February 2015 - 08:27 PM   Best Answer

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.





2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users


This topic has been visited by 28 user(s)