Im creating a skill for a Npc Spawning... I want to make it Random so it dont just spawn 1... i have "The skill is for a Item/ thats the only way i know how to create a spawning npc item =.="
This same guy contacted me some months ago, "trying" to buy one web design from me, after asking alot of nonsense questions (nothing related of what I sell/offer) somehow he had the conclusion that I wasn't "experienced" enough xd
Hello i have problem.I have Agathions and make like Pets.
https://ibb.co/8r9D87R
But when him very hungry and im not give food him remove.
https://ibb.co/c3sRPw6
And remove item.
How i can fix? When pets removed need not removed item.
Question
owen
Im creating a skill for a Npc Spawning... I want to make it Random so it dont just spawn 1... i have "The skill is for a Item/ thats the only way i know how to create a spawning npc item =.="
<skill id="999000" levels="1" name="Summon ">
<set name="itemConsumeId" val="6673" />
<set name="mpConsume" val="0" />
<set name="itemConsumeSteps" val="0" />
<set name="summonTotalLifeTime" val="1200000" />
<set name="summonTimeLostIdle" val="500" />
<set name="summonTimeLostActive" val="1000" />
<set name="target" val="TARGET_SELF" />
<set name="itemConsumeCount" val="2500" />
<set name="reuseDelay" val="4000" />
<set name="hitTime" val="4000" />
<set name="skillType" val="SPAWN" />
<set name="isMagic" val="true" />
<set name="operateType" val="OP_ACTIVE" />
<!-- Summon-specific -->
<set name="npcId" val="22214" />
</skill>
It wont work if i put
<set name="npcId" val="22214,22215,22216" />
or
<set name="npcId" val="22214;22215;22216" />
or
<set name="npcId" val="22214-22215-22216" />
or...
<set name="npcId" val="22214" />
<set name="npcId" val="22215" />
can you help me :???
Link to comment
Share on other sites
0 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.