jezuz Posted July 1, 2009 Posted July 1, 2009 How can i fix lvl 81-83 skills? coz when players reach lvl 81-83 they dont get any new skills ? for example this skills </skill> <skill id="918" levels="1" name="Maximum Focus Force"> <set name="mpConsume" val="20"/> <set name="hpConsume" val="20"/> <set name="target" val="TARGET_SELF"/> <set name="skillType" val="BUFF"/> <set name="operateType" val="OP_ACTIVE"/> <set name="numCharges" val="8"/> <set name="maxCharges" val="8"/> <set name="hitTime" val="900"/> <set name="reuseDelay" val="75000"/> or this one </skill> <skill id="2529" levels="1" name="Shadow Step"> <set name="itemConsumeId" val="12771"/> <set name="itemConsumeCount" val="1"/> <set name="target" val="TARGET_SELF"/> <set name="skillType" val="LEARN_SKILL"/> <set name="learnSkillId" val="821"/> <set name="operateType" val="OP_ACTIVE"/> <set name="hitTime" val="1500"/> <set name="staticHitTime" val="true"/> <cond msgId="113" addName="1"> <and> <player class_id_restriction="8, 93, 23, 101, 36, 108"/> <player level="72"/> </and> </cond> Quote
0 =Legend= Posted July 1, 2009 Posted July 1, 2009 open navicat----> l2jdb----->skill_trees go to the end and add this to an empty collum class id skill id lvl name sp lvl 7 821 1 Shadow Step 500000 72 close rr server and it works I just tried it Quote
0 neptun444 Posted July 1, 2009 Posted July 1, 2009 here try thet .... http://www.maxcheaters.com/forum/index.php?topic=66751.0 Quote
Question
jezuz
How can i fix lvl 81-83 skills? coz when players reach lvl 81-83 they dont get any new skills ?
for example this skills
</skill>
<skill id="918" levels="1" name="Maximum Focus Force">
<set name="mpConsume" val="20"/>
<set name="hpConsume" val="20"/>
<set name="target" val="TARGET_SELF"/>
<set name="skillType" val="BUFF"/>
<set name="operateType" val="OP_ACTIVE"/>
<set name="numCharges" val="8"/>
<set name="maxCharges" val="8"/>
<set name="hitTime" val="900"/>
<set name="reuseDelay" val="75000"/>
or this one
</skill>
<skill id="2529" levels="1" name="Shadow Step">
<set name="itemConsumeId" val="12771"/>
<set name="itemConsumeCount" val="1"/>
<set name="target" val="TARGET_SELF"/>
<set name="skillType" val="LEARN_SKILL"/>
<set name="learnSkillId" val="821"/>
<set name="operateType" val="OP_ACTIVE"/>
<set name="hitTime" val="1500"/>
<set name="staticHitTime" val="true"/>
<cond msgId="113" addName="1">
<and>
<player class_id_restriction="8, 93, 23, 101, 36, 108"/>
<player level="72"/>
</and>
</cond>
3 answers 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.
Note: Your post will require moderator approval before it will be visible.