Jump to content
  • 0

I Have A Question


lukson

Question

6 answers to this question

Recommended Posts

  • 0

High five Emurt rev 10

Try this skill with your IDs and edits

 

 

 

<skill id="YOUR_ID" levels="1" name="YOUR_SKILL_NAME">

 

  <set name="hitTime" val="15000" />

  <set name="icon" val="icon.skillYOUR_ID" />

  <set name="isMagic" val="2" /> <!-- Static Skill -->

  <set name="itemConsumeCount" val="10" /><!-- Consumes 10 adena-->

  <set name="itemConsumeId" val="57" /> <!-- 57 = ADENA ID-->

  <set name="magicLvl" val="52" />

  <set name="mpConsume" val="122" />

  <set name="operateType" val="A1" />

  <set name="reuseDelay" val="75000" /> <!-- Reuse-->

  <set name="rideState" val="NONE" />

  <set name="targetType" val="SELF" />

  <for>

   <effect name="SummonNpc">

    <param npcId="YOUR_NPC_ID" npcCount="1" despawnDelay="180000" /> <!-- DESPAWN DELAY = 3 MINUTES-->

   </effect>

  </for>

</skill>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...