Jump to content
  • 0
Sign in to follow this  
ThyroDree

Star Gladiator Soul Link

Question

help me with this

Star Gladiator - Allowing to use Lvl 10 Lord of Vermillion, Lvl 10 Parrying. Increase damage on Boss monster and Holy monster by 100%. perfect dodge + 10

and when i attack monsters lose HP<<< (Please How to remove this)

Edited by venomxxvii

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

up? i solved my own problem but only the skills. how to make parrying can be used by star gladiator? i still need help with this Increase damage on Boss monster and Holy monster by 100%. perfect dodge + 10

Share this post


Link to post
Share on other sites
  • 0

Line 3069

 

if(sc && sc->data[SC_SOULLINK] && sc->data[SC_SOULLINK]->val2 == SL_STAR) {		sd->right_weapon.addrace[RC_BOSS] += 100;		sd->left_weapon.addrace[RC_BOSS] += 100;		sd->right_weapon.addele[ELE_HOLY] += 100;		sd->left_weapon.addele[ELE_HOLY] += 100;}

 

Line 4821

 

if(sc->data[SC_SOULLINK] && sc->data[SC_SOULLINK]->val2 == SL_STAR)	 flee2 += 10;

 

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.