Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

L2J [Guide]How to make a Monster Pet

Initiate Mage
Joined
Oct 9, 2008
Messages
2
Reaction score
0
Hey man, I succefully added a Yeti as Pet, but I don't see a Summoning skill. Where is problem?
 
Skilled Illusionist
Joined
Jun 3, 2007
Messages
315
Reaction score
9
nm fixed it.

Use this instead...

<skill id="PUT A NEW SPELL ID HERE" levels="1" name="YOUR PETS NAME HERE">
<table name="#itemConsumeCount"> 8 </table>
<set name="itemConsumeId" val="1458"/>
<set name="mpConsume" val="3"/>
<set name="itemConsumeSteps" val="0"/>
<set name="summonTotalLifeTime" val="1200000"/>
<set name="summonTimeLostIdle" val="500"/>
<set name="summonTimeLostActive" val="1000"/>
<set name="power" val="0.0"/>
<set name="target" val="TARGET_SELF"/>
<set name="itemConsumeCount" val="#itemConsumeCount"/>
<set name="reuseDelay" val="1860"/>
<set name="hitTime" val="4000"/>
<set name="skillType" val="SUMMON"/>
<set name="isMagic" val="true"/>
<set name="operateType" val="OP_ACTIVE"/>
<set name="castRange" val="-1"/>
<set name="effectRange" val="-1"/>
<!-- Summon-specific -->
<set name="npcId" val="ID NUMBER OF YOUR PET FROM NAVICAT HERE"/>
<set name="expPenalty" val="0.3"/>
<set name="isCubic" val="false"/>
<for>
</for>
</skill>





This still does not fix the invisible skill icon however...nor the need to summon a "real" pet first then dismiss it..
 
Last edited:
Skilled Illusionist
Joined
Jun 3, 2007
Messages
315
Reaction score
9
You can always bind an item to that skill, so you don't have to give them that skill and just use the item, like happens with flautes and tuff like that...

With small client mod you can add the buttons you want to that new pet too...

Droppo.-

Nice idea.....If you have know how...would you be so kind as to make a guide for that for the rest of us whom are ..well...a bit lost.

This thread is a novelty idea...but I (and Im sure Im not alone ) would really appreciate some serious help in getting summons bound to an item and have that summons able to use skills when in battle via buttons (like what U mentioned Droppo.) I appreciate any consideration in this matter.


Hoping for a positive reply.
 
Last edited:
Back
Top