From a959181532ae4da6b600b612096b7a78557f49d5 Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Mon, 10 Feb 2020 11:15:30 +0000 Subject: [PATCH] Addition of Ancient Pirates Tomb spawns. --- .../game/data/mapregion/giran_castle_town.xml | 1 + .../dist/game/data/mapregion/orc_town.xml | 1 - .../LimitedZones/AncientPiratesTomb.xml | 181 ++++++++++++++++++ .../dist/game/data/stats/npcs/21900-21999.xml | 40 ++++ .../sessionzones/ExTimedHuntingZoneEnter.java | 2 +- 5 files changed, 223 insertions(+), 2 deletions(-) create mode 100644 L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/spawns/LimitedZones/AncientPiratesTomb.xml diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/mapregion/giran_castle_town.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/mapregion/giran_castle_town.xml index 627aa0141d..3dc9c9fd15 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/mapregion/giran_castle_town.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/mapregion/giran_castle_town.xml @@ -44,5 +44,6 @@ + \ No newline at end of file diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/mapregion/orc_town.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/mapregion/orc_town.xml index 139198ee0e..83e5bdd923 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/mapregion/orc_town.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/mapregion/orc_town.xml @@ -38,7 +38,6 @@ - diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/spawns/LimitedZones/AncientPiratesTomb.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/spawns/LimitedZones/AncientPiratesTomb.xml new file mode 100644 index 0000000000..6c972a4af4 --- /dev/null +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/spawns/LimitedZones/AncientPiratesTomb.xml @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/npcs/21900-21999.xml b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/npcs/21900-21999.xml index 957e72dcb5..862669c940 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/npcs/21900-21999.xml +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/stats/npcs/21900-21999.xml @@ -1191,6 +1191,11 @@ + + + APT + + UNDEAD @@ -1219,6 +1224,11 @@ + + + APT + + UNDEAD @@ -1248,6 +1258,11 @@ + + + APT + + UNDEAD @@ -1276,6 +1291,11 @@ + + + APT + + UNDEAD @@ -1305,6 +1325,11 @@ + + + APT + + UNDEAD @@ -1334,6 +1359,11 @@ + + + APT + + UNDEAD @@ -1362,6 +1392,11 @@ + + + APT + + UNDEAD @@ -1391,6 +1426,11 @@ + + + APT + + diff --git a/L2J_Mobius_Classic_3.0_TheKamael/java/org/l2jmobius/gameserver/network/clientpackets/sessionzones/ExTimedHuntingZoneEnter.java b/L2J_Mobius_Classic_3.0_TheKamael/java/org/l2jmobius/gameserver/network/clientpackets/sessionzones/ExTimedHuntingZoneEnter.java index a86bf725b9..5af79ed562 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/java/org/l2jmobius/gameserver/network/clientpackets/sessionzones/ExTimedHuntingZoneEnter.java +++ b/L2J_Mobius_Classic_3.0_TheKamael/java/org/l2jmobius/gameserver/network/clientpackets/sessionzones/ExTimedHuntingZoneEnter.java @@ -101,7 +101,7 @@ public class ExTimedHuntingZoneEnter implements IClientIncomingPacket { case 2: // Ancient Pirates' Tomb { - player.teleToLocation(13181, -78651, -5977); + player.teleToLocation(17613, -76862, -6265); break; } }