Jump to content
  • 0

Dragon Breath Skill effect


Davi

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   0
  • Joined:  10/12/15
  • Last Seen:  

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.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  70
  • Reputation:   21
  • Joined:  11/08/15
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   0
  • Joined:  10/12/15
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  70
  • Reputation:   21
  • Joined:  11/08/15
  • Last Seen:  

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 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   0
  • Joined:  10/12/15
  • Last Seen:  

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.

Link to comment
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.   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.

×
×
  • Create New...