Jump to content
  • 0

Q> About Acid demonstration skill


Question

Posted

Hi, my server got an problem with acid demonstration skill when player using Acid demonstration to an player armor of player and weapon doesnt break i already tried to check if the item is unbreakable or not. still the same.

here is my skill.c 

    case CR_ACIDDEMONSTRATION:
        skill_break_equip(src,bl, EQP_WEAPON|EQP_ARMOR, 100*skill_lv, BCT_ENEMY);
        break;

 

 

is there anything wrong ? :(

7 answers to this question

Recommended Posts

  • 0
Posted (edited)

You tried to change

100*skill_lv

exm: 200*skill_lv = 20% break weapon/armor. 

Only to see if AD works.

Edited by Scanty
  • 0
Posted
6 hours ago, Scanty said:

You tried to change


100*skill_lv

exm: 200*skill_lv = 20% break weapon/armor. 

Only to see if AD works.

i already tried 500* and test still same :( not working not breaking

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.   Paste as plain text instead

  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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...