Davi Posted November 20, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 28 Reputation: 0 Joined: 10/12/15 Last Seen: March 14, 2018 Share Posted November 20, 2017 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. Quote Link to comment Share on other sites More sharing options...
0 Scanty Posted November 20, 2017 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 90 Reputation: 26 Joined: 11/08/15 Last Seen: Thursday at 06:01 AM Share Posted November 20, 2017 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. 1 1 Quote Link to comment Share on other sites More sharing options...
0 Davi Posted November 22, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 28 Reputation: 0 Joined: 10/12/15 Last Seen: March 14, 2018 Author Share Posted November 22, 2017 So thanks! it worked! i put 0x70, muchas gracias! Quote Link to comment Share on other sites More sharing options...
0 Scanty Posted November 22, 2017 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 90 Reputation: 26 Joined: 11/08/15 Last Seen: Thursday at 06:01 AM Share Posted November 22, 2017 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 Quote Link to comment Share on other sites More sharing options...
0 Davi Posted November 22, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 28 Reputation: 0 Joined: 10/12/15 Last Seen: March 14, 2018 Author Share Posted November 22, 2017 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. Quote Link to comment Share on other sites More sharing options...
Question
Davi
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.