lukson Posted May 15, 2017 Posted May 15, 2017 can i do something that every player have skill summoning npc buffer ???? Quote
0 Solomun Posted May 15, 2017 Posted May 15, 2017 Yes, it is possible. What pack are you using? Quote
0 lukson Posted May 15, 2017 Author Posted May 15, 2017 i want to have buffer summon in skill , can you help me? Quote
0 Solomun Posted May 15, 2017 Posted May 15, 2017 i want to have buffer summon in skill , can you help me? Yes, it is possible. What pack are you using? Quote
0 Solomun Posted May 16, 2017 Posted May 16, 2017 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> Quote
Question
lukson
can i do something that every player have skill summoning npc buffer ????
6 answers to this question
Recommended Posts
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.