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 =.="
Both are in-game bots. I'm looking for an out-of-game bot ((one that doesn’t require the L2 client).
Hmm, never heard about this bot. Will check, thank you
🎉 L2Mid is back!
After a 3-year pause, we’re launching a new Interlude server based on the original Interlude client (old school 😉).
What to expect
• The classic Interlude spirit
• Old friends, rival clans, and returning legends
• A season focused on pure nostalgia
This may be our final Interlude server. (maybe 😉)
🗓️ Opening: December 5, 2025 at 20:00 (GMT+2)
https://l2mid.com
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 :???
0 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now