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

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.