Jump to content
  • 0
Sign in to follow this  
testconta

(Question) fix damage

Question

Hello to all friends in the community, I would like to know if it is possible to change the card formula Samurai Incantation (4263 ID) to fix damage independent of defense or racial resistance, I found an interesting dynamics for PvP.
Thank you all for the attention and who can answer me. 

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

what? are you asking for a true damage that always hits 999 or something what?

 

because im not here everyday i will provide you with what i can make sense of what you say 

 

go to skil.c

find TF_THROWSTONE

it will be above this

skill->attack(BF_MISC,src,src,bl,skill_id,skill_lv,tick,flag);

add your skill over this

make sure in skill DB in your pre/re folder your skill is set to MISC type damage not magic or physical or w/e

then go to battle.c

find

    case TF_THROWSTONE:
        md.damage=50;
        break;

add your skill with its new damage,

 

if you are editing old skill go back in battle.c and delete all other traces of it unless its something super specific and not damage related (probably wont)

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.