Merged with released L2J-Unity files.
This commit is contained in:
53
trunk/dist/game/data/instances/MuseumDungeon.xml
vendored
53
trunk/dist/game/data/instances/MuseumDungeon.xml
vendored
@@ -1,18 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<instance name="Museum Dungeon" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
|
||||
<allowSummon val="false" />
|
||||
<emptyDestroyTime val="5" />
|
||||
<exitPoint x="-114711" y="243911" z="-7968" />
|
||||
<spawnlist>
|
||||
<group name="desks">
|
||||
<spawn npcId="33126" x="-113744" y="244686" z="-7952" heading="0" respawn="0" />
|
||||
<spawn npcId="33126" x="-114713" y="245760" z="-7952" heading="0" respawn="0" />
|
||||
<spawn npcId="33126" x="-115684" y="244677" z="-7952" heading="0" respawn="0" />
|
||||
<spawn npcId="33126" x="-114717" y="243602" z="-7952" heading="0" respawn="0" />
|
||||
</group>
|
||||
<group name="thiefs">
|
||||
<spawn npcId="23121" x="-114865" y="244942" z="-7984" heading="0" respawn="0" />
|
||||
<spawn npcId="23121" x="-114576" y="244952" z="-7976" heading="0" respawn="0" />
|
||||
</group>
|
||||
</spawnlist>
|
||||
</instance>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Museum Dungeon -->
|
||||
<instance id="182" maxWorlds="80" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
|
||||
<time duration="30" empty="0" />
|
||||
<locations>
|
||||
<enter type="FIXED">
|
||||
<location x="-114711" y="243911" z="-7968" />
|
||||
</enter>
|
||||
<exit type="FIXED">
|
||||
<location x="-114359" y="260120" z="-1192" />
|
||||
</exit>
|
||||
</locations>
|
||||
<conditions>
|
||||
<condition type="Level">
|
||||
<param name="max" value="20" />
|
||||
</condition>
|
||||
<!-- <quest id="10327" state="STARTED" /> -->
|
||||
</conditions>
|
||||
<spawnlist>
|
||||
<group>
|
||||
<!-- Desk -->
|
||||
<npc id="33126" x="-113744" y="244686" z="-7952" heading="0" />
|
||||
<npc id="33126" x="-114713" y="245760" z="-7952" heading="0" />
|
||||
<npc id="33126" x="-115684" y="244677" z="-7952" heading="0" />
|
||||
<npc id="33126" x="-114717" y="243602" z="-7952" heading="0" />
|
||||
<!-- Toyron -->
|
||||
<npc id="33004" x="-114707" y="245428" z="-7968" heading="0" />
|
||||
</group>
|
||||
<group name="thiefs" spawnByDefault="false">
|
||||
<!-- Thief -->
|
||||
<npc id="23121" x="-114865" y="244942" z="-7984" heading="0" />
|
||||
<npc id="23121" x="-114576" y="244952" z="-7976" heading="0" />
|
||||
</group>
|
||||
</spawnlist>
|
||||
</instance>
|
||||
|
||||
Reference in New Issue
Block a user