Jump to content
  • 0

Question

6 answers to this question

Recommended Posts

  • 0
Posted

i want to have buffer summon in skill , can you help me?

 

Yes, it is possible. What pack are you using?

  • 0
Posted

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>

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.

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...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock