Jump to content
  • 0

HP drain status condition


grvl

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  1
  • Reputation:   0
  • Joined:  02/12/16
  • Last Seen:  

Hello,

I'm trying to make a status condition (I used SC_STRIKING for testing) that grants 20% HP drain for all attacks and skills for a certain duration. I tried using the NPC_BLOODDRAIN script, but I can't seem to make it work for splash skills or basic attacks. I also tried using an item script that worked if the status condition was active, but it would not last for the appropriate duration and it looked exploitable to me. Is there another way I could go about this?

Edited by grvl
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  748
  • Reputation:   47
  • Joined:  03/12/14
  • Last Seen:  

Add a 5% chance of gaining 20% of the damage inflicted on an enemy as HP with each attack.
Item Script
{ bonus2 bHpDrainRate,50,20;
Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   344
  • Joined:  10/17/12
  • Last Seen:  

On 12/25/2016 at 3:56 AM, Bringer said:
Add a 5% chance of gaining 20% of the damage inflicted on an enemy as HP with each attack.
Item Script
{ bonus2 bHpDrainRate,50,20;

He would actually want to combine this with an autobonus similar to how atroce card is to get the effect he is looking for but +1 anyways

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