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>

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..