Bronze Key Captain:
+There are three types of Earth Wyrm attacks. First, it attacks by slapping down its body, you can dodge to the side to avoid this type of attack. Secondly, it attacks by soaring and chopping at those around it. When that happens, you'll want to be as far away from it as possible. Lastly, it attacks by calling down waves of power from above. When this happens, it doesn't matter if your close or far away. You'll die instantly if you don't evade it well.
+Ah, one more thing! The Earth Wyrm's tail is its weakest point, so whenever it makes an odd action, quickly attack its tail.
+
\ No newline at end of file
diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/html/default/33502.htm b/L2J_Mobius_1.0_Ertheia/dist/game/data/html/default/33502.htm
new file mode 100644
index 0000000000..f42a72bc05
--- /dev/null
+++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/html/default/33502.htm
@@ -0,0 +1,5 @@
+Bronze Key Captain:
+The Bronze Key Guild has been trying to fight Earth Wyrm Trasken, but we were barely able to scratch it. I dread to think where it gets its power from.
+Still, we are able to find out some potentially useful information about how it fights, which I'm happy to share with you.
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/html/default/33505-1.htm b/L2J_Mobius_1.0_Ertheia/dist/game/data/html/default/33505-1.htm
new file mode 100644
index 0000000000..51d597791e
--- /dev/null
+++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/html/default/33505-1.htm
@@ -0,0 +1,3 @@
+Black Anvil Medic:
+Well, there are three types of egg: Red, Yellow, and Blue. You must use a repellent in a matching color on each type of egg. Not to brag, but the Black Anvil have a new repellant that has proven most effective... against the eggs, at least. The worm itself is another story.
+
\ No newline at end of file
diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/html/default/33505.htm b/L2J_Mobius_1.0_Ertheia/dist/game/data/html/default/33505.htm
new file mode 100644
index 0000000000..83fe094839
--- /dev/null
+++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/html/default/33505.htm
@@ -0,0 +1,4 @@
+Black Anvil Medic:
+Well, it looks like that blasted Earth Wyrm is too powerful for the dwarf teams we sent out. Swain Ken Orwen, the Lord of Shuttgart, is worried. We can't expect help from Rune... At least we now know how to defeat the Earth Wyrm Eggs. It's a start, but perhaps we need a hero to help us.
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/html/default/33506.htm b/L2J_Mobius_1.0_Ertheia/dist/game/data/html/default/33506.htm
new file mode 100644
index 0000000000..44a96b1674
--- /dev/null
+++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/html/default/33506.htm
@@ -0,0 +1,3 @@
+Shade of Chaos Troop Captain:
+If you damage the Earth Wyrm enough, you will distract it enough to get inside and attack the heart. Destroy the heart, and you'll be able to destroy the whole--but be careful of the stomach acid. Get rid of it before it reaches you, or you'll be in trouble.
+
\ No newline at end of file
diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/html/default/33513.htm b/L2J_Mobius_1.0_Ertheia/dist/game/data/html/default/33513.htm
new file mode 100644
index 0000000000..b9a6825ad8
--- /dev/null
+++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/html/default/33513.htm
@@ -0,0 +1,4 @@
+Teleport Device:
+This is a teleport device made to move to the ground.
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/instances/Bosses/EarthWyrmCave.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/instances/Bosses/EarthWyrmCave.xml
index 75b2972ee8..13567871bb 100644
--- a/L2J_Mobius_1.0_Ertheia/dist/game/data/instances/Bosses/EarthWyrmCave.xml
+++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/instances/Bosses/EarthWyrmCave.xml
@@ -39,11 +39,8 @@
-
-
-
-
-
-
-
-
-
diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/bosses/Trasken/EarthWyrmCave.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/bosses/Trasken/EarthWyrmCave.java
index c7c425b360..2b5a53ba95 100644
--- a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/bosses/Trasken/EarthWyrmCave.java
+++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/bosses/Trasken/EarthWyrmCave.java
@@ -61,7 +61,16 @@ public final class EarthWyrmCave extends AbstractInstance
case "enterInstance":
{
enterInstance(player, npc, TEMPLATE_ID);
- startQuestTimer("OPEN_DOOR", OPEN_DOOR * 60 * 1000, null, player, false);
+ startQuestTimer("OPEN_DOOR", OPEN_DOOR * 60 * 1000, null, player);
+ break;
+ }
+ case "exitInstance":
+ {
+ if (player.getInstanceId() == 0)
+ {
+ return null;
+ }
+ player.getInstanceWorld().ejectPlayer(player);
break;
}
case "OPEN_DOOR":
@@ -73,8 +82,8 @@ public final class EarthWyrmCave extends AbstractInstance
final Instance world = player.getInstanceWorld();
world.openCloseDoor(DOOR_ID, true);
world.broadcastPacket(new ExShowScreenMessage(NpcStringId.ELIMINATE_THOSE_WHO_PROTECT_THE_HEART_OF_THE_EARTH_WYRM, ExShowScreenMessage.TOP_CENTER, 7000));
- startQuestTimer("CLOSE_DOOR", 60000, null, player, false); // close door after a minute
- startQuestTimer("WAIT_TO_CLEAR_MONSTERS", 5000, null, player, false);
+ startQuestTimer("CLOSE_DOOR", 60000, null, player); // close door after a minute
+ startQuestTimer("WAIT_TO_CLEAR_MONSTERS", 5000, null, player);
break;
}
case "CLOSE_DOOR":
@@ -97,12 +106,11 @@ public final class EarthWyrmCave extends AbstractInstance
if (world.getAliveNpcs(L2MonsterInstance.class).isEmpty())
{
addSpawn(TRASKEN, TRASKEN_SPAWN_LOC, false, 0, false, player.getInstanceId());
-
world.broadcastPacket(new ExShowScreenMessage(NpcStringId.FIND_THE_EARTH_WYRM_S_WEAKNESS_TO_DEFEAT_IT, ExShowScreenMessage.TOP_CENTER, 5000));
}
else
{
- startQuestTimer("WAIT_TO_CLEAR_MONSTERS", 5000, null, player, false);
+ startQuestTimer("WAIT_TO_CLEAR_MONSTERS", 5000, null, player);
}
return null;
}
diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/npcs/33100-33199.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/npcs/33100-33199.xml
index 4d41baedba..22799c2afd 100644
--- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/npcs/33100-33199.xml
+++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/npcs/33100-33199.xml
@@ -1959,7 +1959,7 @@
-
+
diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/npcs/33500-33599.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/npcs/33500-33599.xml
index 53087cce0f..abe4f1b8e3 100644
--- a/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/npcs/33500-33599.xml
+++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/stats/npcs/33500-33599.xml
@@ -126,7 +126,7 @@
-
+
@@ -160,13 +160,13 @@
-
+
-
+
@@ -263,7 +263,7 @@
-
+
diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/html/default/33502-1.htm b/L2J_Mobius_2.5_Underground/dist/game/data/html/default/33502-1.htm
new file mode 100644
index 0000000000..b1f9628147
--- /dev/null
+++ b/L2J_Mobius_2.5_Underground/dist/game/data/html/default/33502-1.htm
@@ -0,0 +1,4 @@
+Bronze Key Captain:
+There are three types of Earth Wyrm attacks. First, it attacks by slapping down its body, you can dodge to the side to avoid this type of attack. Secondly, it attacks by soaring and chopping at those around it. When that happens, you'll want to be as far away from it as possible. Lastly, it attacks by calling down waves of power from above. When this happens, it doesn't matter if your close or far away. You'll die instantly if you don't evade it well.
+Ah, one more thing! The Earth Wyrm's tail is its weakest point, so whenever it makes an odd action, quickly attack its tail.
+
\ No newline at end of file
diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/html/default/33502.htm b/L2J_Mobius_2.5_Underground/dist/game/data/html/default/33502.htm
new file mode 100644
index 0000000000..f42a72bc05
--- /dev/null
+++ b/L2J_Mobius_2.5_Underground/dist/game/data/html/default/33502.htm
@@ -0,0 +1,5 @@
+Bronze Key Captain:
+The Bronze Key Guild has been trying to fight Earth Wyrm Trasken, but we were barely able to scratch it. I dread to think where it gets its power from.
+Still, we are able to find out some potentially useful information about how it fights, which I'm happy to share with you.
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/html/default/33505-1.htm b/L2J_Mobius_2.5_Underground/dist/game/data/html/default/33505-1.htm
new file mode 100644
index 0000000000..51d597791e
--- /dev/null
+++ b/L2J_Mobius_2.5_Underground/dist/game/data/html/default/33505-1.htm
@@ -0,0 +1,3 @@
+Black Anvil Medic:
+Well, there are three types of egg: Red, Yellow, and Blue. You must use a repellent in a matching color on each type of egg. Not to brag, but the Black Anvil have a new repellant that has proven most effective... against the eggs, at least. The worm itself is another story.
+
\ No newline at end of file
diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/html/default/33505.htm b/L2J_Mobius_2.5_Underground/dist/game/data/html/default/33505.htm
new file mode 100644
index 0000000000..83fe094839
--- /dev/null
+++ b/L2J_Mobius_2.5_Underground/dist/game/data/html/default/33505.htm
@@ -0,0 +1,4 @@
+Black Anvil Medic:
+Well, it looks like that blasted Earth Wyrm is too powerful for the dwarf teams we sent out. Swain Ken Orwen, the Lord of Shuttgart, is worried. We can't expect help from Rune... At least we now know how to defeat the Earth Wyrm Eggs. It's a start, but perhaps we need a hero to help us.
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/html/default/33506.htm b/L2J_Mobius_2.5_Underground/dist/game/data/html/default/33506.htm
new file mode 100644
index 0000000000..44a96b1674
--- /dev/null
+++ b/L2J_Mobius_2.5_Underground/dist/game/data/html/default/33506.htm
@@ -0,0 +1,3 @@
+Shade of Chaos Troop Captain:
+If you damage the Earth Wyrm enough, you will distract it enough to get inside and attack the heart. Destroy the heart, and you'll be able to destroy the whole--but be careful of the stomach acid. Get rid of it before it reaches you, or you'll be in trouble.
+
\ No newline at end of file
diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/html/default/33513.htm b/L2J_Mobius_2.5_Underground/dist/game/data/html/default/33513.htm
new file mode 100644
index 0000000000..b9a6825ad8
--- /dev/null
+++ b/L2J_Mobius_2.5_Underground/dist/game/data/html/default/33513.htm
@@ -0,0 +1,4 @@
+Teleport Device:
+This is a teleport device made to move to the ground.
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/instances/Bosses/EarthWyrmCave.xml b/L2J_Mobius_2.5_Underground/dist/game/data/instances/Bosses/EarthWyrmCave.xml
index 75b2972ee8..13567871bb 100644
--- a/L2J_Mobius_2.5_Underground/dist/game/data/instances/Bosses/EarthWyrmCave.xml
+++ b/L2J_Mobius_2.5_Underground/dist/game/data/instances/Bosses/EarthWyrmCave.xml
@@ -39,11 +39,8 @@
-
-
-
-
-
-
-
-
-
diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/ai/bosses/Trasken/EarthWyrmCave.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/ai/bosses/Trasken/EarthWyrmCave.java
index c7c425b360..2b5a53ba95 100644
--- a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/ai/bosses/Trasken/EarthWyrmCave.java
+++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/ai/bosses/Trasken/EarthWyrmCave.java
@@ -61,7 +61,16 @@ public final class EarthWyrmCave extends AbstractInstance
case "enterInstance":
{
enterInstance(player, npc, TEMPLATE_ID);
- startQuestTimer("OPEN_DOOR", OPEN_DOOR * 60 * 1000, null, player, false);
+ startQuestTimer("OPEN_DOOR", OPEN_DOOR * 60 * 1000, null, player);
+ break;
+ }
+ case "exitInstance":
+ {
+ if (player.getInstanceId() == 0)
+ {
+ return null;
+ }
+ player.getInstanceWorld().ejectPlayer(player);
break;
}
case "OPEN_DOOR":
@@ -73,8 +82,8 @@ public final class EarthWyrmCave extends AbstractInstance
final Instance world = player.getInstanceWorld();
world.openCloseDoor(DOOR_ID, true);
world.broadcastPacket(new ExShowScreenMessage(NpcStringId.ELIMINATE_THOSE_WHO_PROTECT_THE_HEART_OF_THE_EARTH_WYRM, ExShowScreenMessage.TOP_CENTER, 7000));
- startQuestTimer("CLOSE_DOOR", 60000, null, player, false); // close door after a minute
- startQuestTimer("WAIT_TO_CLEAR_MONSTERS", 5000, null, player, false);
+ startQuestTimer("CLOSE_DOOR", 60000, null, player); // close door after a minute
+ startQuestTimer("WAIT_TO_CLEAR_MONSTERS", 5000, null, player);
break;
}
case "CLOSE_DOOR":
@@ -97,12 +106,11 @@ public final class EarthWyrmCave extends AbstractInstance
if (world.getAliveNpcs(L2MonsterInstance.class).isEmpty())
{
addSpawn(TRASKEN, TRASKEN_SPAWN_LOC, false, 0, false, player.getInstanceId());
-
world.broadcastPacket(new ExShowScreenMessage(NpcStringId.FIND_THE_EARTH_WYRM_S_WEAKNESS_TO_DEFEAT_IT, ExShowScreenMessage.TOP_CENTER, 5000));
}
else
{
- startQuestTimer("WAIT_TO_CLEAR_MONSTERS", 5000, null, player, false);
+ startQuestTimer("WAIT_TO_CLEAR_MONSTERS", 5000, null, player);
}
return null;
}
diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/npcs/33100-33199.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/npcs/33100-33199.xml
index f516e0d5fc..e88867b111 100644
--- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/npcs/33100-33199.xml
+++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/npcs/33100-33199.xml
@@ -1959,7 +1959,7 @@
-
+
diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/stats/npcs/33500-33599.xml b/L2J_Mobius_2.5_Underground/dist/game/data/stats/npcs/33500-33599.xml
index 00a4c4642d..78f96940cd 100644
--- a/L2J_Mobius_2.5_Underground/dist/game/data/stats/npcs/33500-33599.xml
+++ b/L2J_Mobius_2.5_Underground/dist/game/data/stats/npcs/33500-33599.xml
@@ -126,7 +126,7 @@
-
+
@@ -160,13 +160,13 @@
-
+
-
+
@@ -263,7 +263,7 @@
-
+
diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/html/default/33502-1.htm b/L2J_Mobius_3.0_Helios/dist/game/data/html/default/33502-1.htm
new file mode 100644
index 0000000000..b1f9628147
--- /dev/null
+++ b/L2J_Mobius_3.0_Helios/dist/game/data/html/default/33502-1.htm
@@ -0,0 +1,4 @@
+Bronze Key Captain:
+There are three types of Earth Wyrm attacks. First, it attacks by slapping down its body, you can dodge to the side to avoid this type of attack. Secondly, it attacks by soaring and chopping at those around it. When that happens, you'll want to be as far away from it as possible. Lastly, it attacks by calling down waves of power from above. When this happens, it doesn't matter if your close or far away. You'll die instantly if you don't evade it well.
+Ah, one more thing! The Earth Wyrm's tail is its weakest point, so whenever it makes an odd action, quickly attack its tail.
+
\ No newline at end of file
diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/html/default/33502.htm b/L2J_Mobius_3.0_Helios/dist/game/data/html/default/33502.htm
new file mode 100644
index 0000000000..f42a72bc05
--- /dev/null
+++ b/L2J_Mobius_3.0_Helios/dist/game/data/html/default/33502.htm
@@ -0,0 +1,5 @@
+Bronze Key Captain:
+The Bronze Key Guild has been trying to fight Earth Wyrm Trasken, but we were barely able to scratch it. I dread to think where it gets its power from.
+Still, we are able to find out some potentially useful information about how it fights, which I'm happy to share with you.
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/html/default/33505-1.htm b/L2J_Mobius_3.0_Helios/dist/game/data/html/default/33505-1.htm
new file mode 100644
index 0000000000..51d597791e
--- /dev/null
+++ b/L2J_Mobius_3.0_Helios/dist/game/data/html/default/33505-1.htm
@@ -0,0 +1,3 @@
+Black Anvil Medic:
+Well, there are three types of egg: Red, Yellow, and Blue. You must use a repellent in a matching color on each type of egg. Not to brag, but the Black Anvil have a new repellant that has proven most effective... against the eggs, at least. The worm itself is another story.
+
\ No newline at end of file
diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/html/default/33505.htm b/L2J_Mobius_3.0_Helios/dist/game/data/html/default/33505.htm
new file mode 100644
index 0000000000..83fe094839
--- /dev/null
+++ b/L2J_Mobius_3.0_Helios/dist/game/data/html/default/33505.htm
@@ -0,0 +1,4 @@
+Black Anvil Medic:
+Well, it looks like that blasted Earth Wyrm is too powerful for the dwarf teams we sent out. Swain Ken Orwen, the Lord of Shuttgart, is worried. We can't expect help from Rune... At least we now know how to defeat the Earth Wyrm Eggs. It's a start, but perhaps we need a hero to help us.
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/html/default/33506.htm b/L2J_Mobius_3.0_Helios/dist/game/data/html/default/33506.htm
new file mode 100644
index 0000000000..44a96b1674
--- /dev/null
+++ b/L2J_Mobius_3.0_Helios/dist/game/data/html/default/33506.htm
@@ -0,0 +1,3 @@
+Shade of Chaos Troop Captain:
+If you damage the Earth Wyrm enough, you will distract it enough to get inside and attack the heart. Destroy the heart, and you'll be able to destroy the whole--but be careful of the stomach acid. Get rid of it before it reaches you, or you'll be in trouble.
+
\ No newline at end of file
diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/html/default/33513.htm b/L2J_Mobius_3.0_Helios/dist/game/data/html/default/33513.htm
new file mode 100644
index 0000000000..b9a6825ad8
--- /dev/null
+++ b/L2J_Mobius_3.0_Helios/dist/game/data/html/default/33513.htm
@@ -0,0 +1,4 @@
+Teleport Device:
+This is a teleport device made to move to the ground.
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/instances/Bosses/EarthWyrmCave.xml b/L2J_Mobius_3.0_Helios/dist/game/data/instances/Bosses/EarthWyrmCave.xml
index ef2948f5fa..dc5fa29fda 100644
--- a/L2J_Mobius_3.0_Helios/dist/game/data/instances/Bosses/EarthWyrmCave.xml
+++ b/L2J_Mobius_3.0_Helios/dist/game/data/instances/Bosses/EarthWyrmCave.xml
@@ -39,11 +39,8 @@
-
-
-
-
-
-
-
-
-
diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/bosses/Trasken/EarthWyrmCave.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/bosses/Trasken/EarthWyrmCave.java
index ec834bffe2..0ba8a84e1c 100644
--- a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/bosses/Trasken/EarthWyrmCave.java
+++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/bosses/Trasken/EarthWyrmCave.java
@@ -61,7 +61,16 @@ public final class EarthWyrmCave extends AbstractInstance
case "enterInstance":
{
enterInstance(player, npc, TEMPLATE_ID);
- startQuestTimer("OPEN_DOOR", OPEN_DOOR * 60 * 1000, null, player, false);
+ startQuestTimer("OPEN_DOOR", OPEN_DOOR * 60 * 1000, null, player);
+ break;
+ }
+ case "exitInstance":
+ {
+ if (player.getInstanceId() == 0)
+ {
+ return null;
+ }
+ player.getInstanceWorld().ejectPlayer(player);
break;
}
case "OPEN_DOOR":
@@ -73,8 +82,8 @@ public final class EarthWyrmCave extends AbstractInstance
final Instance world = player.getInstanceWorld();
world.openCloseDoor(DOOR_ID, true);
world.broadcastPacket(new ExShowScreenMessage(NpcStringId.ELIMINATE_THOSE_WHO_PROTECT_THE_HEART_OF_THE_EARTH_WYRM, ExShowScreenMessage.TOP_CENTER, 7000));
- startQuestTimer("CLOSE_DOOR", 60000, null, player, false); // close door after a minute
- startQuestTimer("WAIT_TO_CLEAR_MONSTERS", 5000, null, player, false);
+ startQuestTimer("CLOSE_DOOR", 60000, null, player); // close door after a minute
+ startQuestTimer("WAIT_TO_CLEAR_MONSTERS", 5000, null, player);
break;
}
case "CLOSE_DOOR":
@@ -97,12 +106,11 @@ public final class EarthWyrmCave extends AbstractInstance
if (world.getAliveNpcs(L2MonsterInstance.class).isEmpty())
{
addSpawn(TRASKEN, TRASKEN_SPAWN_LOC, false, 0, false, player.getInstanceId());
-
world.broadcastPacket(new ExShowScreenMessage(NpcStringId.FIND_THE_EARTH_WYRM_S_WEAKNESS_TO_DEFEAT_IT, ExShowScreenMessage.TOP_CENTER, 5000));
}
else
{
- startQuestTimer("WAIT_TO_CLEAR_MONSTERS", 5000, null, player, false);
+ startQuestTimer("WAIT_TO_CLEAR_MONSTERS", 5000, null, player);
}
return null;
}
diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/npcs/33100-33199.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/npcs/33100-33199.xml
index f516e0d5fc..e88867b111 100644
--- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/npcs/33100-33199.xml
+++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/npcs/33100-33199.xml
@@ -1959,7 +1959,7 @@
-
+
diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/stats/npcs/33500-33599.xml b/L2J_Mobius_3.0_Helios/dist/game/data/stats/npcs/33500-33599.xml
index 00a4c4642d..78f96940cd 100644
--- a/L2J_Mobius_3.0_Helios/dist/game/data/stats/npcs/33500-33599.xml
+++ b/L2J_Mobius_3.0_Helios/dist/game/data/stats/npcs/33500-33599.xml
@@ -126,7 +126,7 @@
-
+
@@ -160,13 +160,13 @@
-
+
-
+
@@ -263,7 +263,7 @@
-
+