Jump to content
  • 0

nk "Skill ignore caster's % damage cards" - Not working!


Tanlor

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  50
  • Reputation:   14
  • Joined:  07/23/18
  • Last Seen:  

I know we already have a topic about that, but i think that's on a wrong forum, so I decided to post it here.

On db/(pre-)re/skill_db.txt we have:

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

The 0x08 is not working and it's crucial for pre-renewal formulas, like Cart Termination. Other skills that use that nk:

Soul Destroyer
Bulls Eye
Throw Venom Knife
Wall of Thorns

 

Already tried:

https://github.com/rathena/rathena/issues/2577

But it's still not working for me, and WS, for example, are insanely OP on my server because of that. ?

 

My skill_db.txt CART TERMINATION line:

485,-2,6,1,-1,0x8,0,10,1,no,0,0,0,weapon,0,0x204000,    WS_CARTTERMINATION,Cart Termination

Can you guys help me, please? 

Edit: 

For aditional information, i'm using Latest rAthena version, recompiling with cmake3 on my Linux Centos7 KVM server.

Edited by Tanlor
Aditional information
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  08/09/17
  • Last Seen:  

You can change the skills to "Misc Skills" easily with the Server Database Editor.

Or try to use it's configs.

I tryed to modify some skills directly in the files, but it went wrong sometimes...

Never had a big problem with the SDE.

image.png

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  50
  • Reputation:   14
  • Joined:  07/23/18
  • Last Seen:  

I know about SDE, thank you @Sofia! =D

But that's really a bug, was confirmed on a git issue I opened.

 

https://github.com/rathena/rathena/issues/3871

Already tried to change the skill type to Misc, but still bugs. ;/

Edited by Tanlor
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...