Jump to content
  • 0

Dragon Breath Skill effect


Question

Posted

Hello guyz !!

If i use Dragon breath equiped with ice pick, the piercing effect does OP Damage !!

How can i do to this skill not be affected by ice pick (piercing) effect ?

Thanks.

4 answers to this question

Recommended Posts

  • 0
Posted

Go to db/pre or re/skill_db.txt

// 06 nk (skill damage properties):
//    0x01 - No damage skill
//    0x02 - Has splash area
//    0x04 - Damage should be split among targets
//    0x08 - Skill ignores caster's % damage cards (misc type always ignores)
//    0x10 - Skill ignores elemental adjustments
//    0x20 - Skill ignores target's defense (misc type always ignores)
//    0x40 - Skill ignores target's flee (magic type always ignores)
//    0x80 - Skill ignores target's def cards

Search Skill id: 2008

2008,9,6,2,3,0x42,1:1:1:2:2:2:3:3:4:4,10,1,no,0,0x40000,0,weapon,0,0x0,	RK_DRAGONBREATH,Dragon Breath

0x42 = 0x40 + 0x02. For your purpose i will change to : 0x62 = 0x40+0x20+0x20. 

Dragon Breath in this case don't ignore caster's % damage cards, like hydra, etc. Change to 0x70 if you want.

Save and reload skilldb.

 

  • Upvote 1
  • Like 1
  • 0
Posted
2 minutes ago, Davi said:

So thanks! it worked! i put 0x70,  muchas gracias!

PogChamp. De nada, es raro leer a alguien escribiendo en español 

  • 0
Posted
23 minutes ago, Scanty said:

PogChamp. De nada, es raro leer a alguien escribiendo en español 

haha, soy brasileño. entiendo un poco de su idioma.

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...