Jump to content
  • 0

[Help] Can someone tell me whats wrong to this??


Question

Posted

Hello guys...i have one problem.Lethal strike when happened dont kill at all player.I mean it make player hp at 0 but he is still alive.Whats wrong?

 

<skill id="410" levels="3" name="Mortal Strike">

  <!-- This skill UP chance to make Lethal -->

  <table name="#mpConsume2"> 27 31 34 </table>

  <table name="#lethalRate"> 1.3 1.6 1.9 </table>

  <set name="mpConsume2" val="#mpConsume2"/>

  <set name="weaponsAllowed" val="16"/>

  <set name="reuseDelay" val="300000"/>

  <set name="hitTime" val="2000"/>

  <set name="target" val="TARGET_SELF"/>

  <set name="skillType" val="BUFF"/>

  <set name="operateType" val="OP_ACTIVE"/>

  <set name="castRange" val="-1"/>

  <for>

    <effect count="1" name="Buff" time="120" val="0">

      <mul stat="lethalRate" val="#lethalRate" order="0x40"/>

      <mul stat="blowRate" val="1.4" order="0x50"/>

    </effect>

2 answers to this question

Recommended Posts

  • 0
Posted

Thats how it needs to work.Lethal have 2 types.Half kill damage directly to hp and it gives you the half of your life as damage.Lethal strike its full hp lethal you get directly to hp damage and you have 1 hp after it so need another hit to kill.

  • 0
Posted

aa so it dont need to change smth???Because when lethal strike catch player then he looks like he die (like fake death)but actually he dont he want one more hit.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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