Jump to content
  • 0

Skills Problem.


ncg667

Question

Hi i want to set all magic skills can Absorbs 30% of damage .

And i add this "<set name="absorbPart" val="0.3" />  <!-- absorbs 30% of damage -->"

To other magic skills (such as Skills number :1220 Blaze for Human)

but its not work.

any one can help me?

 

    <skill id="1220" levels="8" name="Blaze">
        <table name="#mpInitialConsume"> 4 4 5 5 5 6 6 6 </table>
        <table name="#mpConsume"> 14 16 17 18 20 21 23 24 </table>
        <table name="#magicLvl"> 17 20 23 25 28 30 33 35 </table>
        <table name="#power"> 23 26 29 32 35 38 42 44 </table>
        <set name="mpInitialConsume" val="#mpInitialConsume" />
        <set name="mpConsume" val="#mpConsume" />
        <set name="magicLvl" val="#magicLvl" />
        <set name="power" val="#power" />
        <set name="target" val="TARGET_ONE" />
        <set name="element" val="0" /> <!-- Fire -->
        <set name="elementPower" val="20" />
        <set name="reuseDelay" val="1000" />
        <set name="hitTime" val="4000" />
        <set name="skillType" val="MDAM" />
        <set name="isMagic" val="1" /> <!-- Magic Skill -->
        <set name="operateType" val="A1" />
        <set name="castRange" val="750" />
        <set name="effectRange" val="1250" />
        <set name="absorbPart" val="0.3" />
    </skill>

 

Its use L2JTW Tauti Version

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

You must change skillType too. Try to copy the value from vampiric claw or any other absorbing HP skill.

Thanks. Done.

 

But How about Skill use for bow.

 

I change skilltype but not work.

Link to comment
Share on other sites

  • 0

Thanks. Done.

 

But How about Skill use for bow.

 

I change skilltype but not work.

 

What exactly you wanna do? if you be more specific maybe i can help you.

Link to comment
Share on other sites

  • 0

Thanks. Done.

 

But How about Skill use for bow.

 

I change skilltype but not work.

Go to double shot or any other archer skill and copy the condition.

Link to comment
Share on other sites

  • 0

I want to let all the skill like Vampiric Claw Can  Absorbs  the damage as HP

 

Look ABSORP type skills are M.dam class skills you can take a look to the Drain Health skill of dark avenger for example its an active magical skill ABSORP type if you make it p.dam simply it wont work, or maybe i can do something to make it work i have to test it and tell you tomorrow.

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