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>

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..