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

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

×
×
  • Create New...

Important Information

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