Jump to content
  • 0
Sign in to follow this  
ThyroDree

Priest Soul Link

Question

2 answers to this question

Recommended Posts

  • 0

battle.c

				case AL_HOLYLIGHT:					skillratio += 25;					if (sc && sc->data[SC_SOULLINK] && sc->data[SC_SOULLINK]->val2 == SL_PRIEST)						skillratio *= 5; //Does 5x damage include bonuses from other skills?					break;
officially ... priest soul link will grant 5x damage

so ... you want to reduce it ?

just change *=5 into *=2 ...

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.