Managing new Valakas door ids.
This commit is contained in:
@@ -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 -->
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user