Jump to content
  • 0

Active skills (song&dance&Toggle) in Passive


MrIncognito

Question

1 answer to this question

Recommended Posts

  • 0

Passive skills don't have a duration, a hittime, reuse, a radius and mp consumption.

Copy over a simple passive skill xml in the place of the song and make it give 25% P.def, you're done.

 

It's not as easy to give you a copy+paste solution because I don't know how your packs XMLs are structured, but it seems like if you change this skill into a passive +25%, there is no guarantee that another Song of Earth version (if such exists on your server?) can also be used as buff and both would stack.

 

If I made Song of Earth into a passive, this is how it would look like in my default L2J pack:

 

    <skill id="264" levels="1" name="Song of Earth">
        <set name="target" val="TARGET_SELF" />
        <set name="skillType" val="BUFF" />
        <set name="operateType" val="OP_PASSIVE" />
        <for>
            <mul order="0x30" stat="pDef" val="1.25" />
        </for>
    </skill>

 

You also have the skill icon here, so maybe paste "<set name="icon" val="icon.skill0264" />" to it as well.

 

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