Jump to content
  • 0
Idlaz

Star Gladiator Soul Link

Question

Hi! Can someone help me to enable Lv. 10 Parrying, Lv. 10 LOV and Increase damage on Boss monster and Holy monster by 100% in Star Gladiator when soul linked? I already searched for it but got no luck finding the one that will fit the latest trunk. I cannot find the skill_require_db in the latest trunk of Hercules too but I'm still finding for a solution until now.

Thanks.

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Hercules skill db is all in one - skill_db.conf. You need to edit src for this.

For lv10 LOV, check BUILDIN(skill) in script.c for an example of how to add a skill for a char.
You will need to add the code when status SL_STAR starts, and disable when SL_STAR ends.

So places to edit are status_change_start and status_change_end_
Just search or add case SC_SOULLINK: in these functions with val2 == SL_STAR

Can't help you anymore.

Edited by Myriad

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

×
×
  • Create New...

Important Information

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