-
Enthusiast
Quest NPC
Hi Doe's Someone know to let the Monsters not Respawn at Boss
like me 1v1 with boss and npc dont Respawn if i killed
-
-
Apprentice
Re: Quest NPC
scenario.xml -> remove any npcset_array from boss's special scenario section and restart server
-
Enthusiast
Re: Quest NPC
What do i need to remove?
MAP dice="1" key_sector="102" key_npc="16" boss="true" >
<NPCSET_ARRAY>G61</NPCSET_ARRAY>
<JACO count="2" tick="5" min_npc="0" max_npc="13">
<NPC npcid="11" rate="0.2" />
<NPC npcid="12" rate="0.3" />
<NPC npcid="13" rate="0.2" />
<NPC npcid="14" rate="0.2" />
<NPC npcid="15" rate="0.1" />
</JACO>
</MAP>
-
Enthusiast
Re: Quest NPC
i did this
MAP dice="1" key_sector="102" key_npc="16" boss="true" >
<NPCSET_ARRAY>G61</NPCSET_ARRAY>
</MAP>
good or bad lol?
-
Banned
Re: Quest NPC
Not sure but try this
MAP dice="1" key_sector="102" key_npc="1" boss="true" >
<NPCSET_ARRAY>G61</NPCSET_ARRAY>
</MAP>