Jump to content
  • 0
Sign in to follow this  
skenywitdafer

EDP skill

Question

can anyone know how to fix this skill:

Enchant Deadly Poison Skill:

Sinx Soul Breaker normal status no edp, the damage was 6-7k
Sinx Soul Breaker uses EDP skill, the damage was 6-7k

why its no effect at all?

 

even though without items its still the same damage.

 

but when i use curse water/lightning converter it doubles now the damage of Soul Breaker.

 

could anyone help on fixing and balancing it?

 

I'm gonna go crazy already haha biggrin.png

Edited by skenywitdafer

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

By default, EDP doesn't affect soul destroyer | soul breaker. If you want then you have to edit your source 

 

On your src/map/battle.c. Find : 

case ASC_BREAKER:					skillratio += 100*skill_lv-100;

Then add a check if a character uses EDP : 

if(sc && sc->data[SC_EDP])	skillratio *= 2;

 

Will add 100% damage on soul breaker when he or she uses EDP. Didn't test though

Edited by Patskie

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.