Custom Summon

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
wolfredo
Posts: 3
Joined: Wed Jan 23, 2008 4:22 pm

Custom Summon

Post by wolfredo »

Hi
How can I use a mob as a summon? When I try to do it with an Elpy for example, I can't attack with him, only move, unsummon and stop.
Thanks.

:)
<skill id="7032" levels="1" name="Summon Hunter Gargoyle">
<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="18600000"/>
<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="14838"/>
<set name="expPenalty" val="0.3"/>
<set name="isCubic" val="false"/>
<for>
</for>
</skill>
Image

:(
<skill id="7032" levels="1" name="Summon Hunter Gargoyle">
<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="18600000"/>
<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="18600"/>
<set name="expPenalty" val="0.3"/>
<set name="isCubic" val="false"/>
<for>
</for>
</skill>
Image
Shaigan
Posts: 199
Joined: Thu Jan 11, 2007 4:03 pm
Location: France

Post by Shaigan »

It is hardcoded in client. You can only make your custom pet or summon attack with the macro /summonattack.

If you want the icon, you need client mod, and it is no question to discuss it here.
Image Image
wolfredo
Posts: 3
Joined: Wed Jan 23, 2008 4:22 pm

Post by wolfredo »

d. Please note that L2J is a legal emulator. In order to keep it in this way, we (L2J-Datapack) also, DO NOT support any client modding or distribution of stolen server files or any copyrighted material. Do not ask/post anything related to this. Violation of this rule WILL result in a ban.
Ok, I understand it. Thanks at all ^_^
Post Reply