Managing new Valakas door ids.

This commit is contained in:
MobiusDev 2018-04-15 20:19:25 +00:00
parent b07192e91a
commit 7ab7a3a5f4
8 changed files with 68 additions and 17 deletions

View File

@ -17265,4 +17265,43 @@
<status showHp="false" />
<openStatus default="close" />
</door>
<door id="25140004" name="Godad_Dragoncave_S.1F_UP.Godad_DC_door">
<!-- AUTO GENERATED DOOR -->
<nodes nodeZ="-1630">
<node x="190891" y="-115627" />
<node x="190944" y="-115628" />
<node x="190945" y="-115430" />
<node x="190892" y="-115430" />
</nodes>
<location x="190918" y="-115529" z="-1529" />
<stats basePDef="644" baseMDef="518" baseHpMax="169710" />
<status showHp="false" />
<openStatus default="close" closeTime="3600" />
</door>
<door id="25140005" name="Godad_Dragoncave_S.1F_UP.Godad_DC_door">
<!-- AUTO GENERATED DOOR -->
<nodes nodeZ="-1068">
<node x="189571" y="-108551" />
<node x="189580" y="-108510" />
<node x="189388" y="-108473" />
<node x="189380" y="-108507" />
</nodes>
<location x="189480" y="-108511" z="-964" />
<stats basePDef="644" baseMDef="518" baseHpMax="169710" />
<status showHp="false" />
<openStatus default="close" closeTime="3600" />
</door>
<door id="25140006" name="Godad_Dragoncave_S.1F_UP.Godad_DC_door">
<!-- AUTO GENERATED DOOR -->
<nodes nodeZ="-1066">
<node x="191357" y="-108120" />
<node x="191369" y="-108154" />
<node x="191558" y="-108095" />
<node x="191549" y="-108058" />
</nodes>
<location x="191458" y="-108107" z="-962" />
<stats basePDef="644" baseMDef="518" baseHpMax="169710" />
<status showHp="false" />
<openStatus default="close" closeTime="3600" />
</door>
</list>

View File

@ -136,16 +136,19 @@ public final class GrandBossTeleporters extends AbstractNpcAI
case 31384:
{
DoorData.getInstance().getDoor(24210004).openMe();
DoorData.getInstance().getDoor(25140004).openMe(); // new?
break;
}
case 31686:
{
DoorData.getInstance().getDoor(24210006).openMe();
DoorData.getInstance().getDoor(24210005).openMe();
DoorData.getInstance().getDoor(25140005).openMe(); // new?
break;
}
case 31687:
{
DoorData.getInstance().getDoor(24210005).openMe();
DoorData.getInstance().getDoor(24210006).openMe();
DoorData.getInstance().getDoor(25140006).openMe(); // new?
break;
}
case 31540:

View File

@ -18199,7 +18199,7 @@
<location x="190918" y="-115529" z="-1529" />
<stats basePDef="644" baseMDef="518" baseHpMax="169710" />
<status showHp="false" />
<openStatus default="close" />
<openStatus default="close" closeTime="3600" />
</door>
<door id="25140005" name="Godad_Dragoncave_S.1F_UP.Godad_DC_door">
<!-- AUTO GENERATED DOOR -->
@ -18212,7 +18212,7 @@
<location x="189480" y="-108511" z="-964" />
<stats basePDef="644" baseMDef="518" baseHpMax="169710" />
<status showHp="false" />
<openStatus default="close" />
<openStatus default="close" closeTime="3600" />
</door>
<door id="25140006" name="Godad_Dragoncave_S.1F_UP.Godad_DC_door">
<!-- AUTO GENERATED DOOR -->
@ -18225,7 +18225,7 @@
<location x="191458" y="-108107" z="-962" />
<stats basePDef="644" baseMDef="518" baseHpMax="169710" />
<status showHp="false" />
<openStatus default="close" />
<openStatus default="close" closeTime="3600" />
</door>
<door id="26150108" name="Schtgart_castle_S.sch_godad_Scastle_ID04">
<!-- AUTO GENERATED DOOR -->

View File

@ -136,16 +136,19 @@ public final class GrandBossTeleporters extends AbstractNpcAI
case 31384:
{
DoorData.getInstance().getDoor(24210004).openMe();
DoorData.getInstance().getDoor(25140004).openMe(); // new?
break;
}
case 31686:
{
DoorData.getInstance().getDoor(24210006).openMe();
DoorData.getInstance().getDoor(24210005).openMe();
DoorData.getInstance().getDoor(25140005).openMe(); // new?
break;
}
case 31687:
{
DoorData.getInstance().getDoor(24210005).openMe();
DoorData.getInstance().getDoor(24210006).openMe();
DoorData.getInstance().getDoor(25140006).openMe(); // new?
break;
}
case 31540:

View File

@ -18199,7 +18199,7 @@
<location x="190918" y="-115529" z="-1529" />
<stats basePDef="644" baseMDef="518" baseHpMax="169710" />
<status showHp="false" />
<openStatus default="close" />
<openStatus default="close" closeTime="3600" />
</door>
<door id="25140005" name="Godad_Dragoncave_S.1F_UP.Godad_DC_door">
<!-- AUTO GENERATED DOOR -->
@ -18212,7 +18212,7 @@
<location x="189480" y="-108511" z="-964" />
<stats basePDef="644" baseMDef="518" baseHpMax="169710" />
<status showHp="false" />
<openStatus default="close" />
<openStatus default="close" closeTime="3600" />
</door>
<door id="25140006" name="Godad_Dragoncave_S.1F_UP.Godad_DC_door">
<!-- AUTO GENERATED DOOR -->
@ -18225,7 +18225,7 @@
<location x="191458" y="-108107" z="-962" />
<stats basePDef="644" baseMDef="518" baseHpMax="169710" />
<status showHp="false" />
<openStatus default="close" />
<openStatus default="close" closeTime="3600" />
</door>
<door id="26150108" name="Schtgart_castle_S.sch_godad_Scastle_ID04">
<!-- AUTO GENERATED DOOR -->

View File

@ -136,16 +136,19 @@ public final class GrandBossTeleporters extends AbstractNpcAI
case 31384:
{
DoorData.getInstance().getDoor(24210004).openMe();
DoorData.getInstance().getDoor(25140004).openMe(); // new?
break;
}
case 31686:
{
DoorData.getInstance().getDoor(24210006).openMe();
DoorData.getInstance().getDoor(24210005).openMe();
DoorData.getInstance().getDoor(25140005).openMe(); // new?
break;
}
case 31687:
{
DoorData.getInstance().getDoor(24210005).openMe();
DoorData.getInstance().getDoor(24210006).openMe();
DoorData.getInstance().getDoor(25140006).openMe(); // new?
break;
}
case 31540:

View File

@ -18199,7 +18199,7 @@
<location x="190918" y="-115529" z="-1529" />
<stats basePDef="644" baseMDef="518" baseHpMax="169710" />
<status showHp="false" />
<openStatus default="close" />
<openStatus default="close" closeTime="3600" />
</door>
<door id="25140005" name="Godad_Dragoncave_S.1F_UP.Godad_DC_door">
<!-- AUTO GENERATED DOOR -->
@ -18212,7 +18212,7 @@
<location x="189480" y="-108511" z="-964" />
<stats basePDef="644" baseMDef="518" baseHpMax="169710" />
<status showHp="false" />
<openStatus default="close" />
<openStatus default="close" closeTime="3600" />
</door>
<door id="25140006" name="Godad_Dragoncave_S.1F_UP.Godad_DC_door">
<!-- AUTO GENERATED DOOR -->
@ -18225,7 +18225,7 @@
<location x="191458" y="-108107" z="-962" />
<stats basePDef="644" baseMDef="518" baseHpMax="169710" />
<status showHp="false" />
<openStatus default="close" />
<openStatus default="close" closeTime="3600" />
</door>
<door id="26150108" name="Schtgart_castle_S.sch_godad_Scastle_ID04">
<!-- AUTO GENERATED DOOR -->

View File

@ -136,16 +136,19 @@ public final class GrandBossTeleporters extends AbstractNpcAI
case 31384:
{
DoorData.getInstance().getDoor(24210004).openMe();
DoorData.getInstance().getDoor(25140004).openMe(); // new?
break;
}
case 31686:
{
DoorData.getInstance().getDoor(24210006).openMe();
DoorData.getInstance().getDoor(24210005).openMe();
DoorData.getInstance().getDoor(25140005).openMe(); // new?
break;
}
case 31687:
{
DoorData.getInstance().getDoor(24210005).openMe();
DoorData.getInstance().getDoor(24210006).openMe();
DoorData.getInstance().getDoor(25140006).openMe(); // new?
break;
}
case 31540: