-
Account Upgraded | Title Enabled!
Unlimited NPC spawn at boss
I'm stuck here. When at boss stage (Custom Quest), 26 NPCs are spawned and they won't spawn after I killed 25 (excluded Boss). How do I fix this to unlimited NPC spawn like in Goblin King.
-
-
In Progress... FFXIV...
Re: Unlimited NPC spawn at boss
Just look at the XML code in the quest and scenario of Goblin King even the NPC.xml that is in the server files.
-
Account Upgraded | Title Enabled!
Re: Unlimited NPC spawn at boss
I found it. Under <NPCSET_ARRAY>NR01</NPCSET_ARRAY> you need to put the JACO code, like:
<JACO count="2" tick="5" min_npc="0" max_npc="12">
<NPC npcid="200" rate="1.0" />
</JACO>
Thanks.