Jump to content
  • 0

How To Make Nobless Passive Skill


exstacy

Question

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

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

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>
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...