Jump to content
  • 0

How To Make Nobless Passive Skill


Question

Posted

Hello MXC

 

I made a server on the pack l2jfrozen. And I need to know how can I do Noblesse passive skill. And also how could someone tell me how to do it aly got this skill every player who is Noblesse!!! THX

 

1 answer to this question

Recommended Posts

  • 0
Posted

you change this skill to passive or modify core (there is another topic very similar to this one just talking about not loosing any buffs after death, you will only make there another if (isNobles()){....})

<skill id="1323" levels="1" name="Noblesse Blessing">
<!-- Confirmed CT2.5 -->
<set name="abnormalLvl" val="1" />
<set name="abnormalTime" val="3600" />
<set name="abnormalType" val="preserve_abnormal" />
<set name="aggroPoints" val="1" />
<set name="canBeDispeled" val="false" />
<set name="castRange" val="400" />
<set name="effectRange" val="900" />
<set name="hitTime" val="4000" />
<set name="isMagic" val="1" /> <!-- Magic Skill -->
<set name="itemConsumeCount" val="5" />
<set name="itemConsumeId" val="3031" />
<set name="magicLvl" val="1" />
<set name="mpConsume" val="55" />
<set name="mpInitialConsume" val="14" />
<set name="operateType" val="A2" />
<set name="reuseDelay" val="2000" />
<set name="skillType" val="BUFF" />
<set name="targetType" val="ONE" />
<for>
<effect name="NoblesseBless" abnormalTime="7200" val="0" abnormalLvl="1" abnormalType="preserve_abnormal" />
</for>

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