exstacy Posted October 24, 2013 Share Posted October 24, 2013 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 Quote Link to comment Share on other sites More sharing options...
0 freedy Posted October 24, 2013 Share Posted October 24, 2013 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> Quote Link to comment Share on other sites More sharing options...
Question
exstacy
Hello MXC
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.