From 8f6c2225607159da72f26b0356ecfeaf79a1ebf9 Mon Sep 17 00:00:00 2001
From: malyelfik <malyelfik@users.noreply.github.com>
Date: Sun, 9 Sep 2012 10:37:52 +0000
Subject: [PATCH] BETA: Underground Coliseum NPCs

---
 .../html/{teleporter => default}/32377-1.htm  |   0
 .../dist/game/data/html/default/32377-2.htm   |   9 +
 .../html/{teleporter => default}/32377-3.htm  |   0
 .../html/{teleporter => default}/32377-4.htm  |   0
 .../dist/game/data/html/default/32377.htm     |   9 +
 .../dist/game/data/html/default/32513-1.htm   |   3 +
 .../dist/game/data/html/default/32513-2.htm   |   9 +
 .../dist/game/data/html/default/32513-3.htm   |   6 +
 .../dist/game/data/html/default/32513-4.htm   |   3 +
 .../dist/game/data/html/default/32513.htm     |   9 +
 .../dist/game/data/html/default/32514-1.htm   |   3 +
 .../dist/game/data/html/default/32514-2.htm   |   9 +
 .../dist/game/data/html/default/32514-3.htm   |   6 +
 .../dist/game/data/html/default/32514-4.htm   |   3 +
 .../dist/game/data/html/default/32514.htm     |   9 +
 .../dist/game/data/html/default/32515-1.htm   |   3 +
 .../dist/game/data/html/default/32515-2.htm   |   9 +
 .../dist/game/data/html/default/32515-3.htm   |   6 +
 .../dist/game/data/html/default/32515-4.htm   |   3 +
 .../dist/game/data/html/default/32515.htm     |   9 +
 .../dist/game/data/html/default/32516-1.htm   |   3 +
 .../dist/game/data/html/default/32516-2.htm   |   9 +
 .../dist/game/data/html/default/32516-3.htm   |   6 +
 .../dist/game/data/html/default/32516-4.htm   |   3 +
 .../dist/game/data/html/default/32516.htm     |   9 +
 .../game/data/html/teleporter/32377-2.htm     |   9 -
 .../dist/game/data/html/teleporter/32377.htm  |   9 -
 .../dist/game/data/html/teleporter/32378.htm  |   2 +-
 L2J_DataPack_BETA/dist/game/data/scripts.cfg  |   1 +
 .../TeleportToUndergroundColiseum/32491-1.htm |   6 +
 .../TeleportToUndergroundColiseum/32491-2.htm |   8 +
 .../TeleportToUndergroundColiseum/32491.htm   |   6 +
 .../TeleportToUndergroundColiseum.java        | 137 +++++
 L2J_DataPack_BETA/dist/sql/game/npc.sql       |   2 +-
 L2J_DataPack_BETA/dist/sql/game/spawnlist.sql | 519 +++++++++---------
 L2J_DataPack_BETA/dist/sql/game/teleport.sql  |   2 -
 36 files changed, 561 insertions(+), 278 deletions(-)
 rename L2J_DataPack_BETA/dist/game/data/html/{teleporter => default}/32377-1.htm (100%)
 create mode 100644 L2J_DataPack_BETA/dist/game/data/html/default/32377-2.htm
 rename L2J_DataPack_BETA/dist/game/data/html/{teleporter => default}/32377-3.htm (100%)
 rename L2J_DataPack_BETA/dist/game/data/html/{teleporter => default}/32377-4.htm (100%)
 create mode 100644 L2J_DataPack_BETA/dist/game/data/html/default/32377.htm
 create mode 100644 L2J_DataPack_BETA/dist/game/data/html/default/32513-1.htm
 create mode 100644 L2J_DataPack_BETA/dist/game/data/html/default/32513-2.htm
 create mode 100644 L2J_DataPack_BETA/dist/game/data/html/default/32513-3.htm
 create mode 100644 L2J_DataPack_BETA/dist/game/data/html/default/32513-4.htm
 create mode 100644 L2J_DataPack_BETA/dist/game/data/html/default/32513.htm
 create mode 100644 L2J_DataPack_BETA/dist/game/data/html/default/32514-1.htm
 create mode 100644 L2J_DataPack_BETA/dist/game/data/html/default/32514-2.htm
 create mode 100644 L2J_DataPack_BETA/dist/game/data/html/default/32514-3.htm
 create mode 100644 L2J_DataPack_BETA/dist/game/data/html/default/32514-4.htm
 create mode 100644 L2J_DataPack_BETA/dist/game/data/html/default/32514.htm
 create mode 100644 L2J_DataPack_BETA/dist/game/data/html/default/32515-1.htm
 create mode 100644 L2J_DataPack_BETA/dist/game/data/html/default/32515-2.htm
 create mode 100644 L2J_DataPack_BETA/dist/game/data/html/default/32515-3.htm
 create mode 100644 L2J_DataPack_BETA/dist/game/data/html/default/32515-4.htm
 create mode 100644 L2J_DataPack_BETA/dist/game/data/html/default/32515.htm
 create mode 100644 L2J_DataPack_BETA/dist/game/data/html/default/32516-1.htm
 create mode 100644 L2J_DataPack_BETA/dist/game/data/html/default/32516-2.htm
 create mode 100644 L2J_DataPack_BETA/dist/game/data/html/default/32516-3.htm
 create mode 100644 L2J_DataPack_BETA/dist/game/data/html/default/32516-4.htm
 create mode 100644 L2J_DataPack_BETA/dist/game/data/html/default/32516.htm
 delete mode 100644 L2J_DataPack_BETA/dist/game/data/html/teleporter/32377-2.htm
 delete mode 100644 L2J_DataPack_BETA/dist/game/data/html/teleporter/32377.htm
 create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/ai/npc/Teleports/TeleportToUndergroundColiseum/32491-1.htm
 create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/ai/npc/Teleports/TeleportToUndergroundColiseum/32491-2.htm
 create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/ai/npc/Teleports/TeleportToUndergroundColiseum/32491.htm
 create mode 100644 L2J_DataPack_BETA/dist/game/data/scripts/ai/npc/Teleports/TeleportToUndergroundColiseum/TeleportToUndergroundColiseum.java

diff --git a/L2J_DataPack_BETA/dist/game/data/html/teleporter/32377-1.htm b/L2J_DataPack_BETA/dist/game/data/html/default/32377-1.htm
similarity index 100%
rename from L2J_DataPack_BETA/dist/game/data/html/teleporter/32377-1.htm
rename to L2J_DataPack_BETA/dist/game/data/html/default/32377-1.htm
diff --git a/L2J_DataPack_BETA/dist/game/data/html/default/32377-2.htm b/L2J_DataPack_BETA/dist/game/data/html/default/32377-2.htm
new file mode 100644
index 0000000000..a2cece138f
--- /dev/null
+++ b/L2J_DataPack_BETA/dist/game/data/html/default/32377-2.htm
@@ -0,0 +1,9 @@
+<html><body>Arena Manager:<br>
+This is a list of the teams planning to participate in this match. Impressive, aren't they? But don't be intimidated. Knowing your opponents and their capabilities is good strategy in fact.<br><br>
+=== List of Participating Teams ===<br>
+1. (Participating Team: <font color=00ffff></font> Team)<br>
+2. (Participating Team: <font color=00ffff></font> Team)<br>
+3. (Participating Team: <font color=00ffff></font> Team)<br>
+4. (Participating Team: <font color=00ffff></font> Team)<br>
+5. (Participating Team: <font color=00ffff></font> Team)
+</body></html>
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/game/data/html/teleporter/32377-3.htm b/L2J_DataPack_BETA/dist/game/data/html/default/32377-3.htm
similarity index 100%
rename from L2J_DataPack_BETA/dist/game/data/html/teleporter/32377-3.htm
rename to L2J_DataPack_BETA/dist/game/data/html/default/32377-3.htm
diff --git a/L2J_DataPack_BETA/dist/game/data/html/teleporter/32377-4.htm b/L2J_DataPack_BETA/dist/game/data/html/default/32377-4.htm
similarity index 100%
rename from L2J_DataPack_BETA/dist/game/data/html/teleporter/32377-4.htm
rename to L2J_DataPack_BETA/dist/game/data/html/default/32377-4.htm
diff --git a/L2J_DataPack_BETA/dist/game/data/html/default/32377.htm b/L2J_DataPack_BETA/dist/game/data/html/default/32377.htm
new file mode 100644
index 0000000000..00272176e9
--- /dev/null
+++ b/L2J_DataPack_BETA/dist/game/data/html/default/32377.htm
@@ -0,0 +1,9 @@
+<html><body>Arena Manager:<br>
+This arena is open to all characters. Only the victors survive! Are you confident enough to accept the challenge?<br>
+<a action="bypass -h npc_%objectId%_Chat 1">Register team.</a><br>
+<a action="bypass -h npc_%objectId%_Chat 0">Cancel team registration.</a><br>
+<a action="bypass -h npc_%objectId%_Chat 2">View participating teams.</a><br>
+<a action="bypass -h npc_%objectId%_Chat 3">View game rules.</a><br>
+<a action="bypass -h npc_%objectId%_Chat 4">View team with the most wins.</a><br>
+<a action="bypass -h npc_%objectId%_Quest TeleportToUndergroundColiseum">Move to Fantasy Isle.</a>
+</body></html>
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/game/data/html/default/32513-1.htm b/L2J_DataPack_BETA/dist/game/data/html/default/32513-1.htm
new file mode 100644
index 0000000000..0b8acd4664
--- /dev/null
+++ b/L2J_DataPack_BETA/dist/game/data/html/default/32513-1.htm
@@ -0,0 +1,3 @@
+<html><body>Arena Manager:<br>
+What's that? You want to enter by yourself? Sorry, kid -- it doesn't work that way. If you want to participate, go find yourself a team.
+</body></html>
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/game/data/html/default/32513-2.htm b/L2J_DataPack_BETA/dist/game/data/html/default/32513-2.htm
new file mode 100644
index 0000000000..a2cece138f
--- /dev/null
+++ b/L2J_DataPack_BETA/dist/game/data/html/default/32513-2.htm
@@ -0,0 +1,9 @@
+<html><body>Arena Manager:<br>
+This is a list of the teams planning to participate in this match. Impressive, aren't they? But don't be intimidated. Knowing your opponents and their capabilities is good strategy in fact.<br><br>
+=== List of Participating Teams ===<br>
+1. (Participating Team: <font color=00ffff></font> Team)<br>
+2. (Participating Team: <font color=00ffff></font> Team)<br>
+3. (Participating Team: <font color=00ffff></font> Team)<br>
+4. (Participating Team: <font color=00ffff></font> Team)<br>
+5. (Participating Team: <font color=00ffff></font> Team)
+</body></html>
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/game/data/html/default/32513-3.htm b/L2J_DataPack_BETA/dist/game/data/html/default/32513-3.htm
new file mode 100644
index 0000000000..dda0eb1fa0
--- /dev/null
+++ b/L2J_DataPack_BETA/dist/game/data/html/default/32513-3.htm
@@ -0,0 +1,6 @@
+<html><body>Arena Manager:<br>
+Only parties with more than 7 members can participate in the game and, if they win, keep playing. You can also only participate in the arena reserved for your level.<br>
+When you enter the arena, you will see a Tower of Resurrection for each team. Until you destroy your opponents' tower, it will continue to resurrect them. Take a look around the arena to understand how it will affect the battle. This is about more than simple combat, you know...<br>
+Remember also that any buff applied to the team will be negated if one of the members does not meet its level requirements. Another bit of advice: consider stationing the team member who is best at solo matches on the front line.<br>
+Now, then -- ready to prove just how good you really are?
+</body></html>
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/game/data/html/default/32513-4.htm b/L2J_DataPack_BETA/dist/game/data/html/default/32513-4.htm
new file mode 100644
index 0000000000..1f50fd518b
--- /dev/null
+++ b/L2J_DataPack_BETA/dist/game/data/html/default/32513-4.htm
@@ -0,0 +1,3 @@
+<html><body>Arena Manager:<br>
+No team currently has consecutive wins. Just goes to show you how hard it is to find a really skilled team these days...
+</body></html>
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/game/data/html/default/32513.htm b/L2J_DataPack_BETA/dist/game/data/html/default/32513.htm
new file mode 100644
index 0000000000..c0d3420262
--- /dev/null
+++ b/L2J_DataPack_BETA/dist/game/data/html/default/32513.htm
@@ -0,0 +1,9 @@
+<html><body>Arena Manager:<br>
+This arena is reserved for characters who are level 40-49. Only the victors survive! Are you confident enough to accept the challenge?<br>
+<a action="bypass -h npc_%objectId%_Chat 1">Register team.</a><br>
+<a action="bypass -h npc_%objectId%_Chat 0">Cancel team registration.</a><br>
+<a action="bypass -h npc_%objectId%_Chat 2">View participating teams.</a><br>
+<a action="bypass -h npc_%objectId%_Chat 3">View game rules.</a><br>
+<a action="bypass -h npc_%objectId%_Chat 4">View team with the most wins.</a><br>
+<a action="bypass -h npc_%objectId%_Quest TeleportToUndergroundColiseum">Move to Fantasy Isle.</a>
+</body></html>
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/game/data/html/default/32514-1.htm b/L2J_DataPack_BETA/dist/game/data/html/default/32514-1.htm
new file mode 100644
index 0000000000..0b8acd4664
--- /dev/null
+++ b/L2J_DataPack_BETA/dist/game/data/html/default/32514-1.htm
@@ -0,0 +1,3 @@
+<html><body>Arena Manager:<br>
+What's that? You want to enter by yourself? Sorry, kid -- it doesn't work that way. If you want to participate, go find yourself a team.
+</body></html>
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/game/data/html/default/32514-2.htm b/L2J_DataPack_BETA/dist/game/data/html/default/32514-2.htm
new file mode 100644
index 0000000000..a2cece138f
--- /dev/null
+++ b/L2J_DataPack_BETA/dist/game/data/html/default/32514-2.htm
@@ -0,0 +1,9 @@
+<html><body>Arena Manager:<br>
+This is a list of the teams planning to participate in this match. Impressive, aren't they? But don't be intimidated. Knowing your opponents and their capabilities is good strategy in fact.<br><br>
+=== List of Participating Teams ===<br>
+1. (Participating Team: <font color=00ffff></font> Team)<br>
+2. (Participating Team: <font color=00ffff></font> Team)<br>
+3. (Participating Team: <font color=00ffff></font> Team)<br>
+4. (Participating Team: <font color=00ffff></font> Team)<br>
+5. (Participating Team: <font color=00ffff></font> Team)
+</body></html>
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/game/data/html/default/32514-3.htm b/L2J_DataPack_BETA/dist/game/data/html/default/32514-3.htm
new file mode 100644
index 0000000000..dda0eb1fa0
--- /dev/null
+++ b/L2J_DataPack_BETA/dist/game/data/html/default/32514-3.htm
@@ -0,0 +1,6 @@
+<html><body>Arena Manager:<br>
+Only parties with more than 7 members can participate in the game and, if they win, keep playing. You can also only participate in the arena reserved for your level.<br>
+When you enter the arena, you will see a Tower of Resurrection for each team. Until you destroy your opponents' tower, it will continue to resurrect them. Take a look around the arena to understand how it will affect the battle. This is about more than simple combat, you know...<br>
+Remember also that any buff applied to the team will be negated if one of the members does not meet its level requirements. Another bit of advice: consider stationing the team member who is best at solo matches on the front line.<br>
+Now, then -- ready to prove just how good you really are?
+</body></html>
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/game/data/html/default/32514-4.htm b/L2J_DataPack_BETA/dist/game/data/html/default/32514-4.htm
new file mode 100644
index 0000000000..1f50fd518b
--- /dev/null
+++ b/L2J_DataPack_BETA/dist/game/data/html/default/32514-4.htm
@@ -0,0 +1,3 @@
+<html><body>Arena Manager:<br>
+No team currently has consecutive wins. Just goes to show you how hard it is to find a really skilled team these days...
+</body></html>
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/game/data/html/default/32514.htm b/L2J_DataPack_BETA/dist/game/data/html/default/32514.htm
new file mode 100644
index 0000000000..271846643b
--- /dev/null
+++ b/L2J_DataPack_BETA/dist/game/data/html/default/32514.htm
@@ -0,0 +1,9 @@
+<html><body>Arena Manager:<br>
+This arena is reserved for characters who are level 70-79. Only the victors survive! Are you confident enough to accept the challenge?<br>
+<a action="bypass -h npc_%objectId%_Chat 1">Register team.</a><br>
+<a action="bypass -h npc_%objectId%_Chat 0">Cancel team registration.</a><br>
+<a action="bypass -h npc_%objectId%_Chat 2">View participating teams.</a><br>
+<a action="bypass -h npc_%objectId%_Chat 3">View game rules.</a><br>
+<a action="bypass -h npc_%objectId%_Chat 4">View team with the most wins.</a><br>
+<a action="bypass -h npc_%objectId%_Quest TeleportToUndergroundColiseum">Move to Fantasy Isle.</a>
+</body></html>
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/game/data/html/default/32515-1.htm b/L2J_DataPack_BETA/dist/game/data/html/default/32515-1.htm
new file mode 100644
index 0000000000..0b8acd4664
--- /dev/null
+++ b/L2J_DataPack_BETA/dist/game/data/html/default/32515-1.htm
@@ -0,0 +1,3 @@
+<html><body>Arena Manager:<br>
+What's that? You want to enter by yourself? Sorry, kid -- it doesn't work that way. If you want to participate, go find yourself a team.
+</body></html>
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/game/data/html/default/32515-2.htm b/L2J_DataPack_BETA/dist/game/data/html/default/32515-2.htm
new file mode 100644
index 0000000000..a2cece138f
--- /dev/null
+++ b/L2J_DataPack_BETA/dist/game/data/html/default/32515-2.htm
@@ -0,0 +1,9 @@
+<html><body>Arena Manager:<br>
+This is a list of the teams planning to participate in this match. Impressive, aren't they? But don't be intimidated. Knowing your opponents and their capabilities is good strategy in fact.<br><br>
+=== List of Participating Teams ===<br>
+1. (Participating Team: <font color=00ffff></font> Team)<br>
+2. (Participating Team: <font color=00ffff></font> Team)<br>
+3. (Participating Team: <font color=00ffff></font> Team)<br>
+4. (Participating Team: <font color=00ffff></font> Team)<br>
+5. (Participating Team: <font color=00ffff></font> Team)
+</body></html>
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/game/data/html/default/32515-3.htm b/L2J_DataPack_BETA/dist/game/data/html/default/32515-3.htm
new file mode 100644
index 0000000000..dda0eb1fa0
--- /dev/null
+++ b/L2J_DataPack_BETA/dist/game/data/html/default/32515-3.htm
@@ -0,0 +1,6 @@
+<html><body>Arena Manager:<br>
+Only parties with more than 7 members can participate in the game and, if they win, keep playing. You can also only participate in the arena reserved for your level.<br>
+When you enter the arena, you will see a Tower of Resurrection for each team. Until you destroy your opponents' tower, it will continue to resurrect them. Take a look around the arena to understand how it will affect the battle. This is about more than simple combat, you know...<br>
+Remember also that any buff applied to the team will be negated if one of the members does not meet its level requirements. Another bit of advice: consider stationing the team member who is best at solo matches on the front line.<br>
+Now, then -- ready to prove just how good you really are?
+</body></html>
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/game/data/html/default/32515-4.htm b/L2J_DataPack_BETA/dist/game/data/html/default/32515-4.htm
new file mode 100644
index 0000000000..1f50fd518b
--- /dev/null
+++ b/L2J_DataPack_BETA/dist/game/data/html/default/32515-4.htm
@@ -0,0 +1,3 @@
+<html><body>Arena Manager:<br>
+No team currently has consecutive wins. Just goes to show you how hard it is to find a really skilled team these days...
+</body></html>
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/game/data/html/default/32515.htm b/L2J_DataPack_BETA/dist/game/data/html/default/32515.htm
new file mode 100644
index 0000000000..557a35cb1b
--- /dev/null
+++ b/L2J_DataPack_BETA/dist/game/data/html/default/32515.htm
@@ -0,0 +1,9 @@
+<html><body>Arena Manager:<br>
+This arena is reserved for characters who are level 60-69. Only the victors survive! Are you confident enough to accept the challenge?<br>
+<a action="bypass -h npc_%objectId%_Chat 1">Register team.</a><br>
+<a action="bypass -h npc_%objectId%_Chat 0">Cancel team registration.</a><br>
+<a action="bypass -h npc_%objectId%_Chat 2">View participating teams.</a><br>
+<a action="bypass -h npc_%objectId%_Chat 3">View game rules.</a><br>
+<a action="bypass -h npc_%objectId%_Chat 4">View team with the most wins.</a><br>
+<a action="bypass -h npc_%objectId%_Quest TeleportToUndergroundColiseum">Move to Fantasy Isle.</a>
+</body></html>
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/game/data/html/default/32516-1.htm b/L2J_DataPack_BETA/dist/game/data/html/default/32516-1.htm
new file mode 100644
index 0000000000..0b8acd4664
--- /dev/null
+++ b/L2J_DataPack_BETA/dist/game/data/html/default/32516-1.htm
@@ -0,0 +1,3 @@
+<html><body>Arena Manager:<br>
+What's that? You want to enter by yourself? Sorry, kid -- it doesn't work that way. If you want to participate, go find yourself a team.
+</body></html>
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/game/data/html/default/32516-2.htm b/L2J_DataPack_BETA/dist/game/data/html/default/32516-2.htm
new file mode 100644
index 0000000000..a2cece138f
--- /dev/null
+++ b/L2J_DataPack_BETA/dist/game/data/html/default/32516-2.htm
@@ -0,0 +1,9 @@
+<html><body>Arena Manager:<br>
+This is a list of the teams planning to participate in this match. Impressive, aren't they? But don't be intimidated. Knowing your opponents and their capabilities is good strategy in fact.<br><br>
+=== List of Participating Teams ===<br>
+1. (Participating Team: <font color=00ffff></font> Team)<br>
+2. (Participating Team: <font color=00ffff></font> Team)<br>
+3. (Participating Team: <font color=00ffff></font> Team)<br>
+4. (Participating Team: <font color=00ffff></font> Team)<br>
+5. (Participating Team: <font color=00ffff></font> Team)
+</body></html>
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/game/data/html/default/32516-3.htm b/L2J_DataPack_BETA/dist/game/data/html/default/32516-3.htm
new file mode 100644
index 0000000000..dda0eb1fa0
--- /dev/null
+++ b/L2J_DataPack_BETA/dist/game/data/html/default/32516-3.htm
@@ -0,0 +1,6 @@
+<html><body>Arena Manager:<br>
+Only parties with more than 7 members can participate in the game and, if they win, keep playing. You can also only participate in the arena reserved for your level.<br>
+When you enter the arena, you will see a Tower of Resurrection for each team. Until you destroy your opponents' tower, it will continue to resurrect them. Take a look around the arena to understand how it will affect the battle. This is about more than simple combat, you know...<br>
+Remember also that any buff applied to the team will be negated if one of the members does not meet its level requirements. Another bit of advice: consider stationing the team member who is best at solo matches on the front line.<br>
+Now, then -- ready to prove just how good you really are?
+</body></html>
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/game/data/html/default/32516-4.htm b/L2J_DataPack_BETA/dist/game/data/html/default/32516-4.htm
new file mode 100644
index 0000000000..1f50fd518b
--- /dev/null
+++ b/L2J_DataPack_BETA/dist/game/data/html/default/32516-4.htm
@@ -0,0 +1,3 @@
+<html><body>Arena Manager:<br>
+No team currently has consecutive wins. Just goes to show you how hard it is to find a really skilled team these days...
+</body></html>
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/game/data/html/default/32516.htm b/L2J_DataPack_BETA/dist/game/data/html/default/32516.htm
new file mode 100644
index 0000000000..6ddefdc3b1
--- /dev/null
+++ b/L2J_DataPack_BETA/dist/game/data/html/default/32516.htm
@@ -0,0 +1,9 @@
+<html><body>Arena Manager:<br>
+This arena is reserved for characters who are level 50-59. Only the victors survive! Are you confident enough to accept the challenge?<br>
+<a action="bypass -h npc_%objectId%_Chat 1">Register team.</a><br>
+<a action="bypass -h npc_%objectId%_Chat 0">Cancel team registration.</a><br>
+<a action="bypass -h npc_%objectId%_Chat 2">View participating teams.</a><br>
+<a action="bypass -h npc_%objectId%_Chat 3">View game rules.</a><br>
+<a action="bypass -h npc_%objectId%_Chat 4">View team with the most wins.</a><br>
+<a action="bypass -h npc_%objectId%_Quest TeleportToUndergroundColiseum">Move to Fantasy Isle.</a>
+</body></html>
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/game/data/html/teleporter/32377-2.htm b/L2J_DataPack_BETA/dist/game/data/html/teleporter/32377-2.htm
deleted file mode 100644
index 713de4db2d..0000000000
--- a/L2J_DataPack_BETA/dist/game/data/html/teleporter/32377-2.htm
+++ /dev/null
@@ -1,9 +0,0 @@
-<html><body>Arena Manager:<br>
-This is a list of the teams planning to participate in this match. Impressive, aren't they? But don't be intimidated. Knowing your opponents and their capabilities is good strategy in fact.<br><br>
-=== List of Participating Teams ===<br>
-1. (Participating Team: <FONT color=00ffff></FONT> Team)<br>
-2. (Participating Team: <FONT color=00ffff></FONT> Team)<br>
-3. (Participating Team: <FONT color=00ffff></FONT> Team)<br>
-4. (Participating Team: <FONT color=00ffff></FONT> Team)<br>
-5. (Participating Team: <FONT color=00ffff></FONT> Team)
-</body></html>
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/game/data/html/teleporter/32377.htm b/L2J_DataPack_BETA/dist/game/data/html/teleporter/32377.htm
deleted file mode 100644
index 480221b46a..0000000000
--- a/L2J_DataPack_BETA/dist/game/data/html/teleporter/32377.htm
+++ /dev/null
@@ -1,9 +0,0 @@
-<html><body>Arena Manager:<br>
-This arena is open to all characters. Only the winner will survive, so only challenge if you feel confident!<br>
-<a action="bypass -h npc_%objectId%_Chat 1">Register team.</a><br>
-<a action="bypass -h npc_%objectId%_Chat 0">Cancel registration.</a><br>
-<a action="bypass -h npc_%objectId%_Chat 2">View participating teams.</a><br>
-<a action="bypass -h npc_%objectId%_Chat 3">View the game rules.</a><br>
-<a action="bypass -h npc_%objectId%_Chat 4">View the team with the most consecutive wins.</a><br>
-<a action="bypass -h npc_%objectId%_goto 12059">Move to Fantasy Isle.</a>
-</body></html>
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/game/data/html/teleporter/32378.htm b/L2J_DataPack_BETA/dist/game/data/html/teleporter/32378.htm
index 79869d29ce..2f7678dfeb 100644
--- a/L2J_DataPack_BETA/dist/game/data/html/teleporter/32378.htm
+++ b/L2J_DataPack_BETA/dist/game/data/html/teleporter/32378.htm
@@ -3,7 +3,7 @@ Welcome to Fantasy Isle. Click, click. I am the keeper of this island.<br>
 All movement here is made possible through me. Enjoy all that we have to offer!<br>
 You can earn <font color="LEVEL">Fantasy Isle Coins</font> by undertaking different activities in the isle; bring them back to me and I'll exchange them for other items.<br>
 <a action="bypass -h npc_%objectId%_Quest TeleportToFantasy" msg="2282">Return to previous town.</a><br>
-<a action="bypass -h npc_%objectId%_goto 12060">Move to the Underground Coliseum.</a><br>
+<a action="bypass -h npc_%objectId%_Quest TeleportToUndergroundColiseum">Move to the Underground Coliseum.</a><br>
 <a action="bypass -h npc_%objectId%_goto 12108">Move to Kratei's Cube.</a><br>
 <a action="bypass -h npc_%objectId%_goto 12121">Move to Handy's Block Checker Arena.</a><br>
 <a action="bypass -h npc_%objectId%_multisell 323780001">Exchange Fantasy Isle Coins.</a><br>
diff --git a/L2J_DataPack_BETA/dist/game/data/scripts.cfg b/L2J_DataPack_BETA/dist/game/data/scripts.cfg
index bccfdbb557..6b8dd15bdd 100644
--- a/L2J_DataPack_BETA/dist/game/data/scripts.cfg
+++ b/L2J_DataPack_BETA/dist/game/data/scripts.cfg
@@ -34,6 +34,7 @@ ai/npc/Teleports/StrongholdsTeleports/StrongholdsTeleports.java
 ai/npc/Teleports/Survivor/Survivor.java
 ai/npc/Teleports/TeleportToFantasy/TeleportToFantasy.java
 ai/npc/Teleports/TeleportToRaceTrack/TeleportToRaceTrack.java
+ai/npc/Teleports/TeleportToUndergroundColiseum/TeleportToUndergroundColiseum.java
 ai/npc/Teleports/TeleportWithCharm/TeleportWithCharm.java
 ai/npc/Teleports/ToIVortex/ToIVortex.java
 ai/npc/Teleports/Warpgate/Warpgate.java
diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/ai/npc/Teleports/TeleportToUndergroundColiseum/32491-1.htm b/L2J_DataPack_BETA/dist/game/data/scripts/ai/npc/Teleports/TeleportToUndergroundColiseum/32491-1.htm
new file mode 100644
index 0000000000..dda0eb1fa0
--- /dev/null
+++ b/L2J_DataPack_BETA/dist/game/data/scripts/ai/npc/Teleports/TeleportToUndergroundColiseum/32491-1.htm
@@ -0,0 +1,6 @@
+<html><body>Arena Manager:<br>
+Only parties with more than 7 members can participate in the game and, if they win, keep playing. You can also only participate in the arena reserved for your level.<br>
+When you enter the arena, you will see a Tower of Resurrection for each team. Until you destroy your opponents' tower, it will continue to resurrect them. Take a look around the arena to understand how it will affect the battle. This is about more than simple combat, you know...<br>
+Remember also that any buff applied to the team will be negated if one of the members does not meet its level requirements. Another bit of advice: consider stationing the team member who is best at solo matches on the front line.<br>
+Now, then -- ready to prove just how good you really are?
+</body></html>
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/ai/npc/Teleports/TeleportToUndergroundColiseum/32491-2.htm b/L2J_DataPack_BETA/dist/game/data/scripts/ai/npc/Teleports/TeleportToUndergroundColiseum/32491-2.htm
new file mode 100644
index 0000000000..39ba8368f4
--- /dev/null
+++ b/L2J_DataPack_BETA/dist/game/data/scripts/ai/npc/Teleports/TeleportToUndergroundColiseum/32491-2.htm
@@ -0,0 +1,8 @@
+<html><body>Stadium Manager:<br>
+Select the stadium appropriate for your level.<br>
+<a action="bypass -h Quest TeleportToUndergroundColiseum 1">Level 40-49</a><br>
+<a action="bypass -h Quest TeleportToUndergroundColiseum 2">Level 50-59</a><br>
+<a action="bypass -h Quest TeleportToUndergroundColiseum 3">Level 60-69</a><br>
+<a action="bypass -h Quest TeleportToUndergroundColiseum 4">Level 70-79</a><br>
+<a action="bypass -h Quest TeleportToUndergroundColiseum 5">No level limit</a>
+</body></html>
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/ai/npc/Teleports/TeleportToUndergroundColiseum/32491.htm b/L2J_DataPack_BETA/dist/game/data/scripts/ai/npc/Teleports/TeleportToUndergroundColiseum/32491.htm
new file mode 100644
index 0000000000..6839d3730d
--- /dev/null
+++ b/L2J_DataPack_BETA/dist/game/data/scripts/ai/npc/Teleports/TeleportToUndergroundColiseum/32491.htm
@@ -0,0 +1,6 @@
+<html><body>Stadium Manager:<br>
+What would you like to do?<br>
+<a action="bypass -h Quest TeleportToUndergroundColiseum 32491-1.htm">Hear about the game.</a><br>
+<a action="bypass -h Quest TeleportToUndergroundColiseum 32491-2.htm">Move to the stadium.</a><br>
+<a action="bypass -h Quest TeleportToUndergroundColiseum return">Move to Fantasy Isle.</a>
+</body></html>
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/ai/npc/Teleports/TeleportToUndergroundColiseum/TeleportToUndergroundColiseum.java b/L2J_DataPack_BETA/dist/game/data/scripts/ai/npc/Teleports/TeleportToUndergroundColiseum/TeleportToUndergroundColiseum.java
new file mode 100644
index 0000000000..12146dcc8d
--- /dev/null
+++ b/L2J_DataPack_BETA/dist/game/data/scripts/ai/npc/Teleports/TeleportToUndergroundColiseum/TeleportToUndergroundColiseum.java
@@ -0,0 +1,137 @@
+/*
+ * This program is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later
+ * version.
+ * 
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
+ * details.
+ * 
+ * You should have received a copy of the GNU General Public License along with
+ * this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+package ai.npc.Teleports.TeleportToUndergroundColiseum;
+
+import ai.npc.AbstractNpcAI;
+
+import com.l2jserver.gameserver.model.Location;
+import com.l2jserver.gameserver.model.actor.L2Npc;
+import com.l2jserver.gameserver.model.actor.instance.L2PcInstance;
+import com.l2jserver.gameserver.util.Util;
+
+/**
+ * Underground Coliseum teleport AI
+ * @author malyelfik
+ */
+public class TeleportToUndergroundColiseum extends AbstractNpcAI
+{
+	// NPCs
+	private static final int COLISEUM_HELPER = 32491;
+	private static final int PADDIES = 32378;
+	private static final int[] MANAGERS =
+	{
+		32377,
+		32513,
+		32514,
+		32515,
+		32516
+	};
+	
+	// Locations
+	private static final Location[] COLISEUM_LOCS =
+	{
+		new Location(-81896, -49589, -10352),
+		new Location(-82271, -49196, -10352),
+		new Location(-81886, -48784, -10352),
+		new Location(-81490, -49167, -10352)
+	};
+	
+	private static final Location[] RETURN_LOCS =
+	{
+		new Location(-59161, -56954, -2036),
+		new Location(-59155, -56831, -2036),
+		new Location(-59299, -56955, -2036),
+		new Location(-59224, -56837, -2036),
+		new Location(-59134, -56899, -2036)
+	};
+	
+	private static final Location[][] MANAGERS_LOCS =
+	{
+		{
+			new Location(-84451, -45452, -10728),
+			new Location(-84580, -45587, -10728)
+		},
+		{
+			new Location(-86154, -50429, -10728),
+			new Location(-86118, -50624, -10728)
+		},
+		{
+			new Location(-82009, -53652, -10728),
+			new Location(-81802, -53665, -10728)
+		},
+		{
+			new Location(-77603, -50673, -10728),
+			new Location(-77586, -50503, -10728)
+		},
+		{
+			new Location(-79186, -45644, -10728),
+			new Location(-79309, -45561, -10728)
+		}
+	};
+	
+	@Override
+	public String onAdvEvent(String event, L2Npc npc, L2PcInstance player)
+	{
+		if (event.endsWith(".htm"))
+		{
+			return event;
+		}
+		else if (event.equals("return"))
+		{
+			player.teleToLocation(RETURN_LOCS[getRandom(RETURN_LOCS.length)], false);
+		}
+		else if (Util.isDigit(event))
+		{
+			int val = Integer.parseInt(event) - 1;
+			player.teleToLocation(MANAGERS_LOCS[val][getRandom(MANAGERS_LOCS[val].length)], false);
+		}
+		return null;
+	}
+	
+	@Override
+	public String onTalk(L2Npc npc, L2PcInstance player)
+	{
+		if (Util.contains(MANAGERS, npc.getNpcId()))
+		{
+			player.teleToLocation(RETURN_LOCS[getRandom(RETURN_LOCS.length)], false);
+		}
+		else
+		{
+			player.teleToLocation(COLISEUM_LOCS[getRandom(COLISEUM_LOCS.length)], false);
+		}
+		return null;
+	}
+	
+	@Override
+	public String onFirstTalk(L2Npc npc, L2PcInstance player)
+	{
+		return "32491.htm";
+	}
+	
+	public TeleportToUndergroundColiseum(String name, String descr)
+	{
+		super(name, descr);
+		addStartNpc(MANAGERS);
+		addStartNpc(COLISEUM_HELPER, PADDIES);
+		addFirstTalkId(COLISEUM_HELPER);
+		addTalkId(MANAGERS);
+		addTalkId(COLISEUM_HELPER, PADDIES);
+	}
+	
+	public static void main(String[] args)
+	{
+		new TeleportToUndergroundColiseum(TeleportToUndergroundColiseum.class.getSimpleName(), "ai/npc/Teleports/");
+	}
+}
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/sql/game/npc.sql b/L2J_DataPack_BETA/dist/sql/game/npc.sql
index 4fc616deb1..a465386bf2 100644
--- a/L2J_DataPack_BETA/dist/sql/game/npc.sql
+++ b/L2J_DataPack_BETA/dist/sql/game/npc.sql
@@ -8417,7 +8417,7 @@ INSERT INTO `npc` VALUES
 (32374, 32374, "Teleportation Cubic", 0, "", 0, "LineageNPC.teleport_cube", 30, 65, 70, "etc", "L2Npc", 40, 2444.46819, 1345.8, 7.5, 2.7, 40, 43, 30, 21, 20, 20, 0, 0, 688.86373, 295.91597, 470.40463, 216.53847, 253, 4, 333, 0, 0, 0, 50, 1, 0, 1), 
 (32375, 32375, "Teleportation Cubic", 0, "", 0, "LineageNPC.teleport_cube", 30, 65, 70, "etc", "L2Npc", 40, 2444.46819, 1345.8, 7.5, 2.7, 40, 43, 30, 21, 20, 20, 0, 0, 688.86373, 295.91597, 470.40463, 216.53847, 253, 4, 333, 0, 0, 0, 50, 1, 0, 1), 
 (32376, 32376, "Teleportation Cubic", 0, "", 0, "LineageNPC.teleport_cube", 30, 65, 70, "etc", "L2Npc", 40, 2444.46819, 1345.8, 7.5, 2.7, 40, 43, 30, 21, 20, 20, 0, 0, 688.86373, 295.91597, 470.40463, 216.53847, 253, 4, 333, 0, 0, 0, 50, 1, 0, 1), 
-(32377, 32377, "Kuram", 0, "Coordinator", 0, "LineageNPC2.TP_battlezone_staff", 7.8, 17.29, 70, "male", "L2Teleporter", 40, 2444.46819, 1345.8, 7.5, 2.7, 40, 43, 30, 21, 20, 20, 0, 0, 688.86373, 295.91597, 470.40463, 216.53847, 253, 4, 333, 0, 0, 0, 60, 60, 0, 1), 
+(32377, 32377, "Kuram", 0, "Coordinator", 0, "LineageNPC2.TP_battlezone_staff", 7.8, 17.29, 70, "male", "L2Npc", 40, 2444.46819, 1345.8, 7.5, 2.7, 40, 43, 30, 21, 20, 20, 0, 0, 688.86373, 295.91597, 470.40463, 216.53847, 253, 4, 333, 0, 0, 0, 60, 60, 0, 1), 
 (32378, 32378, "Fantasy Isle Paddies", 0, "Gatekeeper", 0, "LineageNPC.e_teleporter_FDwarf", 8, 21.3, 70, "female", "L2Teleporter", 40, 2444.46819, 1345.8, 7.5, 2.7, 40, 43, 30, 21, 20, 20, 0, 0, 688.86373, 295.91597, 470.40463, 216.53847, 253, 4, 333, 0, 0, 0, 50, 100, 0, 1), 
 (32379, 32379, "", 0, "", 0, "LineageNPC2.TP_flag", 0.01, 12.5, 70, "male", "L2Npc", 40, 2444.46819, 1345.8, 7.5, 2.7, 40, 43, 30, 21, 20, 20, 0, 0, 688.86373, 295.91597, 470.40463, 216.53847, 253, 4, 333, 0, 0, 0, 40, 40, 0, 1), 
 (32380, 32380, "", 0, "", 0, "LineageNPC2.TP_trumpet", 0.01, 12.5, 70, "male", "L2Npc", 40, 2444.46819, 1345.8, 7.5, 2.7, 40, 43, 30, 21, 20, 20, 0, 0, 688.86373, 295.91597, 470.40463, 216.53847, 253, 4, 333, 0, 0, 0, 40, 40, 0, 1), 
diff --git a/L2J_DataPack_BETA/dist/sql/game/spawnlist.sql b/L2J_DataPack_BETA/dist/sql/game/spawnlist.sql
index 2386242d01..4cbee44259 100644
--- a/L2J_DataPack_BETA/dist/sql/game/spawnlist.sql
+++ b/L2J_DataPack_BETA/dist/sql/game/spawnlist.sql
@@ -2485,10 +2485,17 @@ INSERT INTO `spawnlist` VALUES
 -- [17_16]
 
 -- Kuram
-("undgrndColiseum", 1, 32377, -77408, -50656, -10728, 0, 0, 29664, 60, 0, 0),
-("undgrndColiseum", 1, 32377, -81904, -53904, -10728, 0, 0, 17044, 60, 0, 0),
-("undgrndColiseum", 1, 32377, -86359, -50593, -10728, 0, 0, 3704, 60, 0, 0),
-("undgrndColiseum", 1, 32377, -84640, -45360, -10728, 0, 0, 56156, 60, 0, 0),
+("Underground Coliseum", 1, 32377, -79120, -45440, -10683, 0, 0, -23248, 60, 0, 0),
+-- Underground Coliseum Helper
+("Underground Coliseum", 1, 32491, -82168, -49167, -10321, 0, 0, 32084, 60, 0, 0),
+-- Kun
+("Underground Coliseum", 1, 32513, -84640, -45360, -10683, 0, 0, -9380, 60, 0, 0),
+-- Tarion
+("Underground Coliseum", 1, 32514, -77408, -50656, -10683, 0, 0, 29664, 60, 0, 0),
+-- Leo
+("Underground Coliseum", 1, 32515, -81904, -53904, -10683, 0, 0, 17044, 60, 0, 0),
+-- Candice
+("Underground Coliseum", 1, 32516, -86359, -50593, -10679, 0, 0, 3704, 60, 0, 0),
 
 -- [17_17]
 
@@ -4702,10 +4709,10 @@ INSERT INTO `spawnlist` VALUES
 -- Gigant Raider
 ("HereticsCatacomb", 1, 21193, -47294, -239956, -7903, 0, 0, 34240, 120, 0, 0),
 ("HereticsCatacomb", 1, 21193, -47202, -241723, -7903, 0, 0, 53120, 120, 0, 0),
-("HereticsCatacomb", 1, 21193, -47138, -244396, -7903, 0, 0, 17977, 120, 0, 0),
-("HereticsCatacomb", 1, 21193, -47049, -242762, -7935, 0, 0, 51130, 120, 0, 0),
-("HereticsCatacomb", 1, 21193, -45830, -239748, -7905, 0, 0, 62075, 120, 0, 0);
+("HereticsCatacomb", 1, 21193, -47138, -244396, -7903, 0, 0, 17977, 120, 0, 0);
 INSERT INTO `spawnlist` VALUES
+("HereticsCatacomb", 1, 21193, -47049, -242762, -7935, 0, 0, 51130, 120, 0, 0),
+("HereticsCatacomb", 1, 21193, -45830, -239748, -7905, 0, 0, 62075, 120, 0, 0),
 ("HereticsCatacomb", 1, 21193, -44890, -239986, -7903, 0, 0, 35256, 120, 0, 0),
 ("HereticsCatacomb", 1, 21193, -44885, -244738, -7905, 0, 0, 25030, 120, 0, 0),
 ("HereticsCatacomb", 1, 21193, -44818, -244444, -7935, 0, 0, 1723, 120, 0, 0),
@@ -6949,10 +6956,10 @@ INSERT INTO `spawnlist` VALUES
 ("gludio36_1823_01", 1, 21012, -55840, 176228, -3368, 0, 0, 0, 25, 0, 0),
 ("gludio36_1823_01", 1, 21012, -53473, 179975, -3212, 0, 0, 31549, 25, 0, 0),
 ("gludio36_1823_01", 1, 21012, -52485, 171820, -3722, 0, 0, 56891, 25, 0, 0),
-("gludio36_1823_01", 1, 21012, -52529, 174226, -3702, 0, 0, 14230, 25, 0, 0),
-("gludio36_1823_01", 1, 21012, -50858, 176817, -3653, 0, 0, 6640, 25, 0, 0),
-("gludio36_1823_01", 1, 21012, -56234, 180432, -3072, 0, 0, 0, 25, 0, 0);
+("gludio36_1823_01", 1, 21012, -52529, 174226, -3702, 0, 0, 14230, 25, 0, 0);
 INSERT INTO `spawnlist` VALUES
+("gludio36_1823_01", 1, 21012, -50858, 176817, -3653, 0, 0, 6640, 25, 0, 0),
+("gludio36_1823_01", 1, 21012, -56234, 180432, -3072, 0, 0, 0, 25, 0, 0),
 ("gludio36_1823_01", 1, 21012, -56033, 180432, -3072, 0, 0, 0, 25, 0, 0),
 ("gludio36_1823_01", 1, 21012, -48588, 180680, -3352, 0, 0, 0, 25, 0, 0),
 ("gludio36_1823_01", 1, 21012, -48891, 181926, -3352, 0, 0, 0, 25, 0, 0),
@@ -9157,10 +9164,10 @@ INSERT INTO `spawnlist` VALUES
 ("Dark_Elf_Village", 1, 20007, -8131, 8515, -3168, 0, 0, 5990, 20, 0, 0),
 ("Dark_Elf_Village", 1, 20007, -8291, 10114, -3000, 0, 0, 8101, 20, 0, 0),
 ("Dark_Elf_Village", 1, 20007, -9485, 7486, -3424, 0, 0, 44505, 20, 0, 0),
-("Dark_Elf_Village", 1, 20007, -11425, 6030, -3472, 0, 0, 48044, 20, 0, 0),
-("Dark_Elf_Village", 1, 20007, -11723, 9471, -3576, 0, 0, 12213, 20, 0, 0),
-("Dark_Elf_Village", 1, 20007, -17874, 20888, -3720, 0, 0, 22375, 20, 0, 0);
+("Dark_Elf_Village", 1, 20007, -11425, 6030, -3472, 0, 0, 48044, 20, 0, 0);
 INSERT INTO `spawnlist` VALUES
+("Dark_Elf_Village", 1, 20007, -11723, 9471, -3576, 0, 0, 12213, 20, 0, 0),
+("Dark_Elf_Village", 1, 20007, -17874, 20888, -3720, 0, 0, 22375, 20, 0, 0),
 ("Dark_Elf_Village", 1, 20007, -18614, 23106, -3704, 0, 0, 50364, 20, 0, 0),
 ("Dark_Elf_Village", 1, 20007, -19166, 24281, -3440, 0, 0, 4680, 20, 0, 0),
 ("Dark_Elf_Village", 1, 20007, -21830, 23214, -3640, 0, 0, 27540, 20, 0, 0),
@@ -11382,10 +11389,10 @@ INSERT INTO `spawnlist` VALUES
 ("dion03_2121_01", 1, 20063, -11662, 162335, -2447, 0, 0, 62099, 60, 0, 0),
 -- Ol Mahum Captain
 ("gludio40_1922_03", 1, 20066, -26801, 159255, -2821, 0, 0, 0, 20, 0, 0),
-("gludio40_1922_03", 1, 20066, -26349, 161217, -2468, 0, 0, 61704, 20, 0, 0),
-("gludio40_1922_03", 1, 20066, -29639, 162288, -2778, 0, 0, 37082, 20, 0, 0),
-("gludio40_1922_03", 1, 20066, -27923, 162919, -2692, 0, 0, 42373, 20, 0, 0);
+("gludio40_1922_03", 1, 20066, -26349, 161217, -2468, 0, 0, 61704, 20, 0, 0);
 INSERT INTO `spawnlist` VALUES
+("gludio40_1922_03", 1, 20066, -29639, 162288, -2778, 0, 0, 37082, 20, 0, 0),
+("gludio40_1922_03", 1, 20066, -27923, 162919, -2692, 0, 0, 42373, 20, 0, 0),
 ("gludio40_1922_03", 1, 20066, -19215, 161966, -1712, 0, 0, 0, 20, 0, 0),
 ("gludio40_1922_03", 1, 20066, -19214, 160898, -1712, 0, 0, 0, 20, 0, 0),
 ("gludio40_1922_03", 1, 20066, -16938, 163746, -2531, 0, 0, 61215, 20, 0, 0),
@@ -13543,10 +13550,10 @@ INSERT INTO `spawnlist` VALUES
 ("CatacombOfTheForbiddenPath", 1, 21186, 21639, -248545, -9584, 0, 0, 22361, 120, 0, 0),
 ("CatacombOfTheForbiddenPath", 1, 21186, 21664, -244065, -9586, 0, 0, 29053, 120, 0, 0),
 ("CatacombOfTheForbiddenPath", 1, 21186, 23092, -248625, -9586, 0, 0, 21657, 120, 0, 0),
-("CatacombOfTheForbiddenPath", 1, 21186, 23103, -245933, -9586, 0, 0, 23058, 120, 0, 0),
-("CatacombOfTheForbiddenPath", 1, 21186, 23117, -244060, -9586, 0, 0, 40685, 120, 0, 0),
-("CatacombOfTheForbiddenPath", 1, 21186, 23434, -246636, -9586, 0, 0, 29202, 120, 0, 0);
+("CatacombOfTheForbiddenPath", 1, 21186, 23103, -245933, -9586, 0, 0, 23058, 120, 0, 0);
 INSERT INTO `spawnlist` VALUES
+("CatacombOfTheForbiddenPath", 1, 21186, 23117, -244060, -9586, 0, 0, 40685, 120, 0, 0),
+("CatacombOfTheForbiddenPath", 1, 21186, 23434, -246636, -9586, 0, 0, 29202, 120, 0, 0),
 -- Nephilim Cardinal
 ("CatacombOfTheForbiddenPath", 1, 21206, 12957, -245884, -9607, 0, 0, 3578, 120, 0, 0),
 ("CatacombOfTheForbiddenPath", 1, 21206, 13243, -243874, -9584, 0, 0, 64485, 120, 0, 0),
@@ -15781,10 +15788,10 @@ INSERT INTO `spawnlist` VALUES
 ("Elven_Village", 1, 20466, 5156, 80730, -3632, 0, 0, 0, 15, 0, 0),
 ("Elven_Village", 1, 20466, 5350, 81831, -3584, 0, 0, 0, 15, 0, 0),
 ("Elven_Village", 1, 20466, 4962, 81831, -3560, 0, 0, 0, 15, 0, 0),
-("Elven_Village", 1, 20466, 5544, 79629, -3624, 0, 0, 0, 15, 0, 0),
-("Elven_Village", 1, 20466, 4096, 77854, -3584, 0, 0, 0, 15, 0, 0),
-("Elven_Village", 1, 20466, 4194, 77226, -3584, 0, 0, 0, 15, 0, 0);
+("Elven_Village", 1, 20466, 5544, 79629, -3624, 0, 0, 0, 15, 0, 0);
 INSERT INTO `spawnlist` VALUES
+("Elven_Village", 1, 20466, 4096, 77854, -3584, 0, 0, 0, 15, 0, 0),
+("Elven_Village", 1, 20466, 4194, 77226, -3584, 0, 0, 0, 15, 0, 0),
 ("Elven_Village", 1, 20466, 5174, 75813, -3600, 0, 0, 0, 15, 0, 0),
 ("Elven_Village", 1, 20466, 4452, 74072, -3688, 0, 0, 0, 15, 0, 0),
 ("Elven_Village", 1, 20466, 4977, 75296, -3648, 0, 0, 0, 15, 0, 0),
@@ -18039,10 +18046,10 @@ INSERT INTO `spawnlist` VALUES
 -- Labyrinth Captain
 ("base_tower_1st_floor", 1, 22368, 12985, 281482, -9696, 0, 0, 0, 300, 0, 0),
 ("base_tower_1st_floor", 1, 22368, 14217, 281021, -9696, 0, 0, 0, 300, 0, 0),
-("base_tower_1st_floor", 1, 22368, 13115, 279770, -9696, 0, 0, 0, 300, 0, 0),
-("base_tower_1st_floor", 1, 22368, 14092, 279534, -9696, 0, 0, 0, 300, 0, 0),
-("base_tower_1st_floor", 1, 22368, 13046, 278802, -9700, 0, 0, 0, 120, 0, 0);
+("base_tower_1st_floor", 1, 22368, 13115, 279770, -9696, 0, 0, 0, 300, 0, 0);
 INSERT INTO `spawnlist` VALUES
+("base_tower_1st_floor", 1, 22368, 14092, 279534, -9696, 0, 0, 0, 300, 0, 0),
+("base_tower_1st_floor", 1, 22368, 13046, 278802, -9700, 0, 0, 0, 120, 0, 0),
 ("base_tower_1st_floor", 1, 22368, 12899, 277883, -9700, 0, 0, 0, 120, 0, 0),
 ("base_tower_1st_floor", 1, 22368, 12859, 277376, -9700, 0, 0, 0, 120, 0, 0),
 ("base_tower_1st_floor", 1, 22368, 13428, 277369, -9700, 0, 0, 0, 120, 0, 0),
@@ -20315,10 +20322,10 @@ INSERT INTO `spawnlist` VALUES
 ("Elven_Village", 1, 20469, 55363, 62979, -3528, 0, 0, 0, 15, 0, 0),
 ("Elven_Village", 1, 20469, 56575, 62875, -3400, 0, 0, 0, 15, 0, 0),
 ("Elven_Village", 1, 20469, 33649, 45172, -3696, 0, 0, 0, 15, 0, 0),
-("Elven_Village", 1, 20469, 34637, 46948, -3680, 0, 0, 0, 15, 0, 0),
-("Elven_Village", 1, 20469, 34884, 46652, -3672, 0, 0, 0, 15, 0, 0),
-("Elven_Village", 1, 20469, 37804, 45080, -3624, 0, 0, 0, 15, 0, 0);
+("Elven_Village", 1, 20469, 34637, 46948, -3680, 0, 0, 0, 15, 0, 0);
 INSERT INTO `spawnlist` VALUES
+("Elven_Village", 1, 20469, 34884, 46652, -3672, 0, 0, 0, 15, 0, 0),
+("Elven_Village", 1, 20469, 37804, 45080, -3624, 0, 0, 0, 15, 0, 0),
 ("Elven_Village", 1, 20469, 38419, 46616, -3584, 0, 0, 0, 15, 0, 0),
 ("Elven_Village", 1, 20469, 38937, 47542, -3592, 0, 0, 338, 15, 0, 0),
 ("Elven_Village", 1, 20469, 39412, 50990, -3448, 0, 0, 23901, 15, 0, 0),
@@ -22523,10 +22530,10 @@ INSERT INTO `spawnlist` VALUES
 ("giran08_2124_001", 1, 20832, 45956, 208015, -3732, 0, 0, 0, 55, 0, 0),
 ("giran08_2124_001", 1, 20832, 48382, 206227, -3517, 0, 0, 64686, 55, 0, 0),
 ("giran08_2124_001", 1, 20832, 48186, 206243, -3517, 0, 0, 25573, 55, 0, 0),
-("giran08_2124_001", 1, 20832, 48527, 206731, -3556, 0, 0, 0, 55, 0, 0),
-("giran08_2124_001", 1, 20832, 48023, 206909, -3556, 0, 0, 0, 55, 0, 0),
-("giran08_2124_001", 1, 20832, 48224, 207621, -3556, 0, 0, 0, 55, 0, 0);
+("giran08_2124_001", 1, 20832, 48527, 206731, -3556, 0, 0, 0, 55, 0, 0);
 INSERT INTO `spawnlist` VALUES
+("giran08_2124_001", 1, 20832, 48023, 206909, -3556, 0, 0, 0, 55, 0, 0),
+("giran08_2124_001", 1, 20832, 48224, 207621, -3556, 0, 0, 0, 55, 0, 0),
 ("giran08_2124_001", 1, 20832, 48655, 206012, -3520, 0, 0, 0, 55, 0, 0),
 -- Zaken's Archer
 ("giran08_2124_001", 1, 20833, 38004, 197058, -4657, 0, 0, 30376, 55, 0, 0),
@@ -24750,10 +24757,10 @@ INSERT INTO `spawnlist` VALUES
 ("rune08_2215_46", 1, 21535, 95398, -90850, -2802, 0, 0, 50899, 48, 0, 0),
 ("rune08_2215_46", 1, 21535, 95941, -88969, -2834, 0, 0, 0, 48, 0, 0),
 -- Crown of Splendor
-("rune08_2215_46", 1, 21536, 80748, -92375, -3117, 0, 0, 39764, 48, 0, 0),
-("rune08_2215_46", 1, 21536, 82751, -90950, -2958, 0, 0, 2500, 48, 0, 0),
-("rune08_2215_46", 1, 21536, 83554, -89739, -2759, 0, 0, 49349, 48, 0, 0);
+("rune08_2215_46", 1, 21536, 80748, -92375, -3117, 0, 0, 39764, 48, 0, 0);
 INSERT INTO `spawnlist` VALUES
+("rune08_2215_46", 1, 21536, 82751, -90950, -2958, 0, 0, 2500, 48, 0, 0),
+("rune08_2215_46", 1, 21536, 83554, -89739, -2759, 0, 0, 49349, 48, 0, 0),
 ("rune08_2215_46", 1, 21536, 85813, -90123, -2759, 0, 0, 52079, 48, 0, 0),
 ("rune08_2215_46", 1, 21536, 86767, -88858, -2756, 0, 0, 988, 48, 0, 0),
 ("rune08_2215_46", 1, 21536, 88867, -91875, -2843, 0, 0, 0, 48, 0, 0),
@@ -26918,10 +26925,10 @@ INSERT INTO `spawnlist` VALUES
 ("oren28_2219_01", 1, 20588, 67267, 56367, -3710, 0, 0, 31350, 40, 0, 0),
 ("oren28_2219_01", 1, 20588, 69512, 57287, -3656, 0, 0, 35003, 40, 0, 0),
 -- Timak Orc Troop Leader
-("oren28_2219_p01", 1, 20767, 71123, 36354, -3187, 0, 0, 60566, 40, 0, 0),
-("oren28_2219_p01", 1, 20767, 71170, 38508, -3355, 0, 0, 26099, 40, 0, 0),
-("oren28_2219_p01", 1, 20767, 69127, 38435, -3574, 0, 0, 27762, 40, 0, 0);
+("oren28_2219_p01", 1, 20767, 71123, 36354, -3187, 0, 0, 60566, 40, 0, 0);
 INSERT INTO `spawnlist` VALUES
+("oren28_2219_p01", 1, 20767, 71170, 38508, -3355, 0, 0, 26099, 40, 0, 0),
+("oren28_2219_p01", 1, 20767, 69127, 38435, -3574, 0, 0, 27762, 40, 0, 0),
 ("oren28_2219_p01", 1, 20767, 67180, 36564, -3638, 0, 0, 0, 40, 0, 0),
 ("oren28_2219_p01", 1, 20767, 66395, 41284, -3736, 0, 0, 0, 40, 0, 0),
 ("oren28_2219_p01", 1, 20767, 68049, 41006, -3686, 0, 0, 61624, 40, 0, 0),
@@ -29072,10 +29079,10 @@ INSERT INTO `spawnlist` VALUES
 ("Breka_Str_Gorg_Garden", 1, 18269, 94618, 130968, -3472, 0, 0, 0, 60, 0, 0),
 -- Cave Maiden
 ("death_pass", 1, 20134, 75599, 108193, -2624, 0, 0, 34263, 60, 0, 0),
-("death_pass", 1, 20134, 76944, 108355, -2760, 0, 0, 4791, 60, 0, 0),
-("death_pass", 1, 20134, 77527, 107065, -2960, 0, 0, 8052, 60, 0, 0),
-("death_pass", 1, 20134, 78432, 104475, -3384, 0, 0, 1566, 60, 0, 0);
+("death_pass", 1, 20134, 76944, 108355, -2760, 0, 0, 4791, 60, 0, 0);
 INSERT INTO `spawnlist` VALUES
+("death_pass", 1, 20134, 77527, 107065, -2960, 0, 0, 8052, 60, 0, 0),
+("death_pass", 1, 20134, 78432, 104475, -3384, 0, 0, 1566, 60, 0, 0),
 ("death_pass", 1, 20134, 78680, 104613, -3368, 0, 0, 52913, 60, 0, 0),
 ("death_pass", 1, 20134, 78714, 106288, -3024, 0, 0, 31078, 60, 0, 0),
 ("death_pass", 1, 20134, 79265, 106250, -3064, 0, 0, 42291, 60, 0, 0),
@@ -31287,11 +31294,11 @@ INSERT INTO `spawnlist` VALUES
 ("Reedfield", 1, 22658, 84476, 224648, -3760, 0, 0, 1270, 60, 0, 0),
 ("Reedfield", 1, 22658, 84256, 224066, -3760, 0, 0, 31821, 60, 0, 0),
 ("Reedfield", 1, 22658, 82982, 224491, -3760, 0, 0, 45398, 60, 0, 0),
-("Reedfield", 1, 22658, 82765, 225324, -3760, 0, 0, 47010, 60, 0, 0),
+("Reedfield", 1, 22658, 82765, 225324, -3760, 0, 0, 47010, 60, 0, 0);
+INSERT INTO `spawnlist` VALUES
 -- Guardian Waterspirit
 ("Reedfield", 1, 22659, 73448, 216887, -3664, 0, 0, 0, 60, 0, 0),
-("Reedfield", 1, 22659, 72287, 218774, -3760, 0, 0, 11250, 60, 0, 0);
-INSERT INTO `spawnlist` VALUES
+("Reedfield", 1, 22659, 72287, 218774, -3760, 0, 0, 11250, 60, 0, 0),
 ("Reedfield", 1, 22659, 72007, 218436, -3760, 0, 0, 18784, 60, 0, 0),
 ("Reedfield", 1, 22659, 72004, 219787, -3680, 0, 0, 0, 60, 0, 0),
 ("Reedfield", 1, 22659, 74170, 219787, -3560, 0, 0, 0, 60, 0, 0),
@@ -33509,10 +33516,10 @@ INSERT INTO `spawnlist` VALUES
 ("godard28_2316_29", 1, 21361, 120160, -59060, -2372, 0, 0, 0, 109, 0, 0),
 ("godard28_2316_29", 1, 21361, 119253, -58170, -2372, 0, 0, 0, 109, 0, 0),
 ("godard28_2316_29", 1, 21361, 120865, -58526, -2372, 0, 0, 0, 109, 0, 0),
-("godard28_2316_29", 1, 21361, 120342, -58191, -2083, 0, 0, 63996, 109, 0, 0),
-("godard28_2316_29", 1, 21361, 120361, -59060, -2372, 0, 0, 0, 109, 0, 0),
-("godard28_2316_29", 1, 21361, 120685, -56061, -2227, 0, 0, 43985, 109, 0, 0);
+("godard28_2316_29", 1, 21361, 120342, -58191, -2083, 0, 0, 63996, 109, 0, 0);
 INSERT INTO `spawnlist` VALUES
+("godard28_2316_29", 1, 21361, 120361, -59060, -2372, 0, 0, 0, 109, 0, 0),
+("godard28_2316_29", 1, 21361, 120685, -56061, -2227, 0, 0, 43985, 109, 0, 0),
 ("godard28_2316_29", 1, 21361, 118387, -57490, -2112, 0, 0, 44893, 109, 0, 0),
 ("godard28_2316_29", 1, 21361, 119487, -57866, -2568, 0, 0, 0, 109, 0, 0),
 ("godard28_2316_29", 1, 21361, 119564, -55259, -2275, 0, 0, 43678, 109, 0, 0),
@@ -35746,14 +35753,14 @@ INSERT INTO `spawnlist` VALUES
 -- Metar
 ("aden14_npc2320_125", 1, 32887, 117410, 75082, -2648, 0, 0, 15377, 60, 0, 0),
 -- Manor Manager
-("aden14_npc2320_119", 1, 35277, 116780, 75504, -2727, 0, 0, 20000, 60, 0, 0),
+("aden14_npc2320_119", 1, 35277, 116780, 75504, -2727, 0, 0, 20000, 60, 0, 0);
+INSERT INTO `spawnlist` VALUES
 
 -- [23_21]
 
 -- Treasure Chest
 ("Breka_Str_Gorg_Garden", 1, 18269, 118479, 130712, -3472, 0, 0, 0, 60, 0, 0),
-("Breka_Str_Gorg_Garden", 1, 18269, 122952, 129126, -3224, 0, 0, 0, 60, 0, 0);
-INSERT INTO `spawnlist` VALUES
+("Breka_Str_Gorg_Garden", 1, 18269, 122952, 129126, -3224, 0, 0, 0, 60, 0, 0),
 -- Medusa
 ("Breka_Str_Gorg_Garden", 1, 20158, 117211, 127356, -2512, 0, 0, 0, 27, 0, 0),
 ("Breka_Str_Gorg_Garden", 1, 20158, 118162, 128472, -2904, 0, 0, 0, 27, 0, 0),
@@ -38031,12 +38038,12 @@ INSERT INTO `spawnlist` VALUES
 -- Jeremy
 ("godard05_npc2414_01", 1, 31521, 149520, -112704, -2065, 0, 0, 10000, 60, 0, 0),
 -- Pulin
-("godard05_npc2414_03", 1, 31543, 157648, -115360, -1904, 0, 0, 33000, 60, 0, 0),
+("godard05_npc2414_03", 1, 31543, 157648, -115360, -1904, 0, 0, 33000, 60, 0, 0);
+INSERT INTO `spawnlist` VALUES
 -- Naff
 ("godard05_npc2414_04", 1, 31544, 155616, -105696, -2755, 0, 0, 49000, 60, 0, 0),
 -- Crocus
-("godard05_npc2414_05", 1, 31545, 140656, -105488, -3632, 0, 0, 49000, 60, 0, 0);
-INSERT INTO `spawnlist` VALUES
+("godard05_npc2414_05", 1, 31545, 140656, -105488, -3632, 0, 0, 49000, 60, 0, 0),
 -- Kuber
 ("godard05_npc2414_06", 1, 31546, 141632, -109424, -3591, 0, 0, 0, 60, 0, 0),
 -- Beolin
@@ -40268,10 +40275,10 @@ INSERT INTO `spawnlist` VALUES
 ("aden27_2418_17", 1, 20664, 158136, 2768, -4288, 0, 0, 0, 23, 0, 0),
 ("aden27_2418_17", 1, 20664, 158640, 3302, -4408, 0, 0, 0, 23, 0, 0),
 ("aden27_2418_17", 1, 20664, 157633, 3302, -4376, 0, 0, 0, 23, 0, 0),
-("aden27_2418_17", 1, 20664, 158842, 4014, -4504, 0, 0, 0, 23, 0, 0),
-("aden27_2418_17", 1, 20664, 155335, 5867, -4432, 0, 0, 12807, 23, 0, 0),
-("aden27_2418_17", 1, 20664, 155406, 7165, -4432, 0, 0, 19955, 23, 0, 0);
+("aden27_2418_17", 1, 20664, 158842, 4014, -4504, 0, 0, 0, 23, 0, 0);
 INSERT INTO `spawnlist` VALUES
+("aden27_2418_17", 1, 20664, 155335, 5867, -4432, 0, 0, 12807, 23, 0, 0),
+("aden27_2418_17", 1, 20664, 155406, 7165, -4432, 0, 0, 19955, 23, 0, 0),
 ("aden27_2418_17", 1, 20664, 156027, 9382, -4299, 0, 0, 8066, 23, 0, 0),
 ("aden27_2418_17", 1, 20664, 155241, 8547, -4304, 0, 0, 24543, 23, 0, 0),
 ("aden27_2418_17", 1, 20664, 159688, 10412, -4148, 0, 0, 0, 23, 0, 0),
@@ -42502,10 +42509,10 @@ INSERT INTO `spawnlist` VALUES
 ("Isle_of_Prayer", 1, 22259, 150995, 190324, -3752, 0, 0, 27812, 60, 0, 0),
 ("Isle_of_Prayer", 1, 22259, 147597, 188553, -3760, 0, 0, 48090, 60, 0, 0),
 ("Isle_of_Prayer", 1, 22259, 148443, 188579, -3752, 0, 0, 33914, 60, 0, 0),
-("Isle_of_Prayer", 1, 22259, 149626, 189378, -3736, 0, 0, 45498, 60, 0, 0),
-("Isle_of_Prayer", 1, 22259, 151799, 188640, -3760, 0, 0, 16382, 60, 0, 0),
-("Isle_of_Prayer", 1, 22259, 153278, 188392, -3720, 0, 0, 36546, 60, 0, 0);
+("Isle_of_Prayer", 1, 22259, 149626, 189378, -3736, 0, 0, 45498, 60, 0, 0);
 INSERT INTO `spawnlist` VALUES
+("Isle_of_Prayer", 1, 22259, 151799, 188640, -3760, 0, 0, 16382, 60, 0, 0),
+("Isle_of_Prayer", 1, 22259, 153278, 188392, -3720, 0, 0, 36546, 60, 0, 0),
 ("Isle_of_Prayer", 1, 22259, 153847, 189056, -3728, 0, 0, 42725, 60, 0, 0),
 ("Isle_of_Prayer", 1, 22259, 154095, 192271, -3788, 0, 0, 58326, 60, 0, 0),
 ("Isle_of_Prayer", 1, 22259, 155176, 190963, -3728, 0, 0, 29694, 60, 0, 0),
@@ -44641,12 +44648,12 @@ INSERT INTO `spawnlist` VALUES
 -- Count's Hall Gatekeeper
 ("4Sepulchers", 1, 31927, 186298, -85393, -7218, 0, 0, 32768, 60, 0, 0),
 -- Marquis' Hall Gatekeeper
-("4Sepulchers", 1, 31928, 188109, -85393, -7218, 0, 0, 32768, 60, 0, 0),
+("4Sepulchers", 1, 31928, 188109, -85393, -7218, 0, 0, 32768, 60, 0, 0);
+INSERT INTO `spawnlist` VALUES
 -- Duke's Hall Gatekeeper
 ("4Sepulchers", 1, 31929, 189922, -85393, -7218, 0, 0, 32768, 60, 0, 0),
 -- Baron's Hall Gatekeeper
-("4Sepulchers", 1, 31930, 180989, -88793, -7218, 0, 0, 32768, 60, 0, 0);
-INSERT INTO `spawnlist` VALUES
+("4Sepulchers", 1, 31930, 180989, -88793, -7218, 0, 0, 32768, 60, 0, 0),
 -- Viscount's Hall Gatekeeper
 ("4Sepulchers", 1, 31931, 182779, -88793, -7218, 0, 0, 32768, 60, 0, 0),
 -- Count's Hall Gatekeeper
@@ -46796,10 +46803,10 @@ INSERT INTO `spawnlist` VALUES
 ("aden22_2519_11", 1, 21019, 180707, 37497, -4790, 0, 0, 2670, 27, 0, 0),
 ("aden22_2519_11", 1, 21019, 183925, 38418, -3837, 0, 0, 49786, 27, 0, 0),
 ("aden22_2519_11", 1, 21019, 182385, 35435, -4005, 0, 0, 43526, 27, 0, 0),
-("aden22_2519_11", 1, 21019, 181153, 42452, -3708, 0, 0, 61479, 27, 0, 0),
-("aden22_2519_11", 1, 21019, 181195, 40605, -3647, 0, 0, 36595, 27, 0, 0),
-("aden22_2519_11", 1, 21019, 181293, 39492, -3884, 0, 0, 0, 27, 0, 0);
+("aden22_2519_11", 1, 21019, 181153, 42452, -3708, 0, 0, 61479, 27, 0, 0);
 INSERT INTO `spawnlist` VALUES
+("aden22_2519_11", 1, 21019, 181195, 40605, -3647, 0, 0, 36595, 27, 0, 0),
+("aden22_2519_11", 1, 21019, 181293, 39492, -3884, 0, 0, 0, 27, 0, 0),
 ("aden22_2519_11", 1, 21019, 181795, 38958, -3884, 0, 0, 0, 27, 0, 0),
 -- Fallen Orc Shaman
 ("aden22_2519_11", 1, 21020, 166582, 52110, -4272, 0, 0, 0, 27, 0, 0),
@@ -47101,44 +47108,41 @@ INSERT INTO `spawnlist` VALUES
 ("giants_cave", 1, 22673, 177422, 54465, -3969, 0, 0, 53724, 60, 0, 0),
 ("giants_cave", 1, 22673, 194048, 52543, -4368, 0, 0, 36299, 60, 0, 0),
 ("giants_cave", 1, 22673, 194210, 52643, -4368, 0, 0, 50377, 60, 0, 0),
-("giants_cave", 1, 22673, 190658, 50992, -4368, 0, 0, 24724, 60, 0, 0),
-("giants_cave", 1, 22673, 180477, 59216, -3992, 0, 0, 0, 60, 0, 0),
-("giants_cave", 1, 22673, 186015, 48671, -4368, 0, 0, 26371, 60, 0, 0),
-("giants_cave", 1, 22673, 185630, 48235, -4360, 0, 0, 39985, 60, 0, 0),
-("giants_cave", 1, 22673, 185413, 48453, -4360, 0, 0, 1918, 60, 0, 0),
-("giants_cave", 1, 22673, 173857, 54558, -4346, 0, 0, 35048, 60, 0, 0),
-("giants_cave", 1, 22673, 193865, 53100, -4368, 0, 0, 35477, 60, 0, 0),
-("giants_cave", 1, 22673, 175040, 56268, -4346, 0, 0, 56870, 60, 0, 0),
-("giants_cave", 1, 22673, 192068, 52323, -4368, 0, 0, 31978, 60, 0, 0),
-("giants_cave", 1, 22673, 192298, 52746, -4368, 0, 0, 49666, 60, 0, 0),
-("giants_cave", 1, 22673, 191853, 51614, -4368, 0, 0, 34582, 60, 0, 0),
-("giants_cave", 1, 22673, 191456, 52781, -4368, 0, 0, 18775, 60, 0, 0),
-("giants_cave", 1, 22673, 191843, 51868, -4368, 0, 0, 49587, 60, 0, 0),
-("giants_cave", 1, 22673, 193549, 52941, -4368, 0, 0, 7274, 60, 0, 0),
-("giants_cave", 1, 22673, 190379, 52404, -4368, 0, 0, 6574, 60, 0, 0),
-("giants_cave", 1, 22673, 189656, 53085, -4368, 0, 0, 4515, 60, 0, 0),
-("giants_cave", 1, 22673, 190074, 53820, -4368, 0, 0, 54437, 60, 0, 0),
-("giants_cave", 1, 22673, 191017, 53249, -4368, 0, 0, 4056, 60, 0, 0),
-("giants_cave", 1, 22673, 190755, 52413, -4368, 0, 0, 33914, 60, 0, 0),
+("giants_cave", 1, 22673, 179117, 55423, -3968, 0, 0, 64101, 60, 0, 0),
+("giants_cave", 1, 22673, 178917, 54764, -3992, 0, 0, 38379, 60, 0, 0),
+("giants_cave", 1, 22673, 189806, 54526, -4368, 0, 0, 39139, 60, 0, 0),
+("giants_cave", 1, 22673, 189868, 53976, -4368, 0, 0, 21418, 60, 0, 0),
+("giants_cave", 1, 22673, 193510, 51951, -4368, 0, 0, 16938, 60, 0, 0),
+("giants_cave", 1, 22673, 193494, 53080, -4368, 0, 0, 31900, 60, 0, 0),
 ("giants_cave", 1, 22673, 179571, 53599, -3969, 0, 0, 49764, 60, 0, 0),
-("giants_cave", 1, 22673, 193487, 52495, -4368, 0, 0, 31264, 60, 0, 0),
-("giants_cave", 1, 22673, 192676, 52145, -4368, 0, 0, 14496, 60, 0, 0),
-("giants_cave", 1, 22673, 193584, 52698, -4368, 0, 0, 7812, 60, 0, 0),
-("giants_cave", 1, 22673, 186135, 47567, -4344, 0, 0, 6469, 60, 0, 0),
-("giants_cave", 1, 22673, 178909, 59446, -3994, 0, 0, 56014, 60, 0, 0),
+("giants_cave", 1, 22673, 181863, 59256, -3992, 0, 0, 18411, 60, 0, 0),
+("giants_cave", 1, 22673, 191856, 50361, -4368, 0, 0, 40627, 60, 0, 0),
 ("giants_cave", 1, 22673, 180406, 59833, -3991, 0, 0, 33184, 60, 0, 0),
+("giants_cave", 1, 22673, 178909, 59446, -3994, 0, 0, 56014, 60, 0, 0),
+("giants_cave", 1, 22673, 186135, 47567, -4344, 0, 0, 6469, 60, 0, 0),
+("giants_cave", 1, 22673, 193584, 52698, -4368, 0, 0, 7812, 60, 0, 0),
+("giants_cave", 1, 22673, 192676, 52145, -4368, 0, 0, 14496, 60, 0, 0),
+("giants_cave", 1, 22673, 193487, 52495, -4368, 0, 0, 31264, 60, 0, 0),
+("giants_cave", 1, 22673, 190755, 52413, -4368, 0, 0, 33914, 60, 0, 0),
+("giants_cave", 1, 22673, 191017, 53249, -4368, 0, 0, 4056, 60, 0, 0),
+("giants_cave", 1, 22673, 190074, 53820, -4368, 0, 0, 54437, 60, 0, 0),
+("giants_cave", 1, 22673, 184917, 49101, -4344, 0, 0, 20833, 60, 0, 0),
 ("giants_cave", 1, 22673, 190129, 52015, -4368, 0, 0, 0, 60, 0, 0),
-("giants_cave", 1, 22673, 190487, 53026, -4368, 0, 0, 49100, 60, 0, 0),
-("giants_cave", 1, 22673, 182475, 59685, -3992, 0, 0, 58614, 60, 0, 0),
-("giants_cave", 1, 22673, 182020, 60087, -3992, 0, 0, 39120, 60, 0, 0),
-("giants_cave", 1, 22673, 192146, 52749, -4368, 0, 0, 0, 60, 0, 0),
-("giants_cave", 1, 22673, 193984, 52089, -4368, 0, 0, 46330, 60, 0, 0),
-("giants_cave", 1, 22673, 182462, 62402, -3991, 0, 0, 52135, 60, 0, 0),
-("giants_cave", 1, 22673, 182631, 62220, -3991, 0, 0, 40216, 60, 0, 0),
-("giants_cave", 1, 22673, 181661, 62184, -3994, 0, 0, 51947, 60, 0, 0),
 ("giants_cave", 1, 22673, 179259, 60224, -3991, 0, 0, 60161, 60, 0, 0),
-("giants_cave", 1, 22673, 191856, 50361, -4368, 0, 0, 40627, 60, 0, 0),
-("giants_cave", 1, 22673, 184917, 49101, -4344, 0, 0, 20833, 60, 0, 0),
+("giants_cave", 1, 22673, 181661, 62184, -3994, 0, 0, 51947, 60, 0, 0),
+("giants_cave", 1, 22673, 182631, 62220, -3991, 0, 0, 40216, 60, 0, 0),
+("giants_cave", 1, 22673, 182462, 62402, -3991, 0, 0, 52135, 60, 0, 0),
+("giants_cave", 1, 22673, 193984, 52089, -4368, 0, 0, 46330, 60, 0, 0),
+("giants_cave", 1, 22673, 192146, 52749, -4368, 0, 0, 0, 60, 0, 0),
+("giants_cave", 1, 22673, 182020, 60087, -3992, 0, 0, 39120, 60, 0, 0),
+("giants_cave", 1, 22673, 182475, 59685, -3992, 0, 0, 58614, 60, 0, 0),
+("giants_cave", 1, 22673, 190487, 53026, -4368, 0, 0, 49100, 60, 0, 0),
+("giants_cave", 1, 22673, 189656, 53085, -4368, 0, 0, 4515, 60, 0, 0),
+("giants_cave", 1, 22673, 190379, 52404, -4368, 0, 0, 6574, 60, 0, 0),
+("giants_cave", 1, 22673, 193549, 52941, -4368, 0, 0, 7274, 60, 0, 0),
+("giants_cave", 1, 22673, 186015, 48671, -4368, 0, 0, 26371, 60, 0, 0),
+("giants_cave", 1, 22673, 180477, 59216, -3992, 0, 0, 0, 60, 0, 0),
+("giants_cave", 1, 22673, 190658, 50992, -4368, 0, 0, 24724, 60, 0, 0),
 ("giants_cave", 1, 22673, 186284, 47602, -4344, 0, 0, 51428, 60, 0, 0),
 ("giants_cave", 1, 22673, 194281, 52031, -4368, 0, 0, 47094, 60, 0, 0),
 ("giants_cave", 1, 22673, 192674, 52482, -4368, 0, 0, 0, 60, 0, 0),
@@ -47146,29 +47150,34 @@ INSERT INTO `spawnlist` VALUES
 ("giants_cave", 1, 22673, 191552, 51948, -4368, 0, 0, 0, 60, 0, 0),
 ("giants_cave", 1, 22673, 181491, 62075, -3992, 0, 0, 51385, 60, 0, 0),
 ("giants_cave", 1, 22673, 182455, 61507, -3992, 0, 0, 64161, 60, 0, 0),
-("giants_cave", 1, 22673, 181863, 59256, -3992, 0, 0, 18411, 60, 0, 0),
-("giants_cave", 1, 22673, 179117, 55423, -3968, 0, 0, 64101, 60, 0, 0),
-("giants_cave", 1, 22673, 178917, 54764, -3992, 0, 0, 38379, 60, 0, 0),
-("giants_cave", 1, 22673, 189806, 54526, -4368, 0, 0, 39139, 60, 0, 0),
-("giants_cave", 1, 22673, 189868, 53976, -4368, 0, 0, 21418, 60, 0, 0),
-("giants_cave", 1, 22673, 193510, 51951, -4368, 0, 0, 16938, 60, 0, 0),
-("giants_cave", 1, 22673, 193494, 53080, -4368, 0, 0, 31900, 60, 0, 0),
+("giants_cave", 1, 22673, 185630, 48235, -4360, 0, 0, 39985, 60, 0, 0),
+("giants_cave", 1, 22673, 185413, 48453, -4360, 0, 0, 1918, 60, 0, 0),
+("giants_cave", 1, 22673, 191843, 51868, -4368, 0, 0, 49587, 60, 0, 0),
+("giants_cave", 1, 22673, 191853, 51614, -4368, 0, 0, 34582, 60, 0, 0),
+("giants_cave", 1, 22673, 192298, 52746, -4368, 0, 0, 49666, 60, 0, 0),
+("giants_cave", 1, 22673, 192068, 52323, -4368, 0, 0, 31978, 60, 0, 0),
+("giants_cave", 1, 22673, 175040, 56268, -4346, 0, 0, 56870, 60, 0, 0),
+("giants_cave", 1, 22673, 191456, 52781, -4368, 0, 0, 18775, 60, 0, 0),
+("giants_cave", 1, 22673, 193865, 53100, -4368, 0, 0, 35477, 60, 0, 0),
+("giants_cave", 1, 22673, 173857, 54558, -4346, 0, 0, 35048, 60, 0, 0),
 -- Imagro
-("giants_cave", 1, 22674, 179749, 60244, -3992, 0, 0, 44622, 60, 0, 0),
-("giants_cave", 1, 22674, 181113, 59594, -3992, 0, 0, 50551, 60, 0, 0),
-("giants_cave", 1, 22674, 184753, 49327, -4344, 0, 0, 60458, 60, 0, 0),
-("giants_cave", 1, 22674, 190689, 52589, -4368, 0, 0, 35337, 60, 0, 0),
-("giants_cave", 1, 22674, 186579, 48114, -4352, 0, 0, 3355, 60, 0, 0),
-("giants_cave", 1, 22674, 182155, 62698, -3991, 0, 0, 49991, 60, 0, 0),
-("giants_cave", 1, 22674, 174804, 54595, -4346, 0, 0, 64797, 60, 0, 0),
+("giants_cave", 1, 22674, 181599, 58721, -3992, 0, 0, 0, 60, 0, 0),
+("giants_cave", 1, 22674, 190323, 52907, -4368, 0, 0, 8399, 60, 0, 0),
+("giants_cave", 1, 22674, 189655, 54197, -4368, 0, 0, 1623, 60, 0, 0),
+("giants_cave", 1, 22674, 189928, 53756, -4368, 0, 0, 37303, 60, 0, 0),
+("giants_cave", 1, 22674, 175410, 61955, -4371, 0, 0, 44840, 60, 0, 0),
+("giants_cave", 1, 22674, 186285, 48261, -4368, 0, 0, 7776, 60, 0, 0),
+("giants_cave", 1, 22674, 181542, 62468, -3991, 0, 0, 51128, 60, 0, 0),
+("giants_cave", 1, 22674, 182232, 58680, -3991, 0, 0, 16784, 60, 0, 0),
+("giants_cave", 1, 22674, 178743, 54627, -3992, 0, 0, 51298, 60, 0, 0),
+("giants_cave", 1, 22674, 189972, 51776, -4368, 0, 0, 39616, 60, 0, 0),
+("giants_cave", 1, 22674, 191533, 50018, -4368, 0, 0, 44783, 60, 0, 0),
+("giants_cave", 1, 22674, 191925, 50118, -4368, 0, 0, 12171, 60, 0, 0),
+("giants_cave", 1, 22674, 180612, 58750, -3991, 0, 0, 64234, 60, 0, 0),
 ("giants_cave", 1, 22674, 174321, 62809, -4368, 0, 0, 50780, 60, 0, 0),
-("giants_cave", 1, 22674, 175323, 61508, -4368, 0, 0, 9717, 60, 0, 0),
-("giants_cave", 1, 22674, 173459, 61683, -4368, 0, 0, 32412, 60, 0, 0),
-("giants_cave", 1, 22674, 174055, 61523, -4368, 0, 0, 57418, 60, 0, 0),
-("giants_cave", 1, 22674, 178263, 55416, -3976, 0, 0, 35767, 60, 0, 0),
-("giants_cave", 1, 22674, 173196, 54550, -4344, 0, 0, 9765, 60, 0, 0),
-("giants_cave", 1, 22674, 181008, 60197, -3991, 0, 0, 55863, 60, 0, 0),
-("giants_cave", 1, 22674, 173800, 62851, -4368, 0, 0, 48981, 60, 0, 0),
+("giants_cave", 1, 22674, 173933, 62108, -4371, 0, 0, 45902, 60, 0, 0),
+("giants_cave", 1, 22674, 174082, 60942, -4368, 0, 0, 37852, 60, 0, 0),
+("giants_cave", 1, 22674, 179749, 60244, -3992, 0, 0, 44622, 60, 0, 0),
 ("giants_cave", 1, 22674, 179916, 59216, -3992, 0, 0, 0, 60, 0, 0),
 ("giants_cave", 1, 22674, 179355, 60008, -3992, 0, 0, 0, 60, 0, 0),
 ("giants_cave", 1, 22674, 179917, 55104, -3969, 0, 0, 59615, 60, 0, 0),
@@ -47179,22 +47188,21 @@ INSERT INTO `spawnlist` VALUES
 ("giants_cave", 1, 22674, 174939, 55588, -4368, 0, 0, 11686, 60, 0, 0),
 ("giants_cave", 1, 22674, 181903, 61920, -3991, 0, 0, 39163, 60, 0, 0),
 ("giants_cave", 1, 22674, 191502, 49504, -4368, 0, 0, 4820, 60, 0, 0),
+("giants_cave", 1, 22674, 173800, 62851, -4368, 0, 0, 48981, 60, 0, 0),
+("giants_cave", 1, 22674, 181008, 60197, -3991, 0, 0, 55863, 60, 0, 0),
+("giants_cave", 1, 22674, 173196, 54550, -4344, 0, 0, 9765, 60, 0, 0),
+("giants_cave", 1, 22674, 181113, 59594, -3992, 0, 0, 50551, 60, 0, 0),
+("giants_cave", 1, 22674, 184753, 49327, -4344, 0, 0, 60458, 60, 0, 0),
+("giants_cave", 1, 22674, 190689, 52589, -4368, 0, 0, 35337, 60, 0, 0),
+("giants_cave", 1, 22674, 186579, 48114, -4352, 0, 0, 3355, 60, 0, 0),
+("giants_cave", 1, 22674, 182155, 62698, -3991, 0, 0, 49991, 60, 0, 0),
+("giants_cave", 1, 22674, 174804, 54595, -4346, 0, 0, 64797, 60, 0, 0),
+("giants_cave", 1, 22674, 175323, 61508, -4368, 0, 0, 9717, 60, 0, 0),
+("giants_cave", 1, 22674, 173459, 61683, -4368, 0, 0, 32412, 60, 0, 0),
+("giants_cave", 1, 22674, 174055, 61523, -4368, 0, 0, 57418, 60, 0, 0),
+("giants_cave", 1, 22674, 178263, 55416, -3976, 0, 0, 35767, 60, 0, 0),
 ("giants_cave", 1, 22674, 178742, 53996, -3968, 0, 0, 7448, 60, 0, 0),
 ("giants_cave", 1, 22674, 175997, 61306, -4371, 0, 0, 23801, 60, 0, 0),
-("giants_cave", 1, 22674, 180612, 58750, -3991, 0, 0, 64234, 60, 0, 0),
-("giants_cave", 1, 22674, 180283, 58729, -3991, 0, 0, 64811, 60, 0, 0),
-("giants_cave", 1, 22674, 180469, 59135, -3992, 0, 0, 50767, 60, 0, 0),
-("giants_cave", 1, 22674, 179321, 59471, -3992, 0, 0, 24959, 60, 0, 0),
-("giants_cave", 1, 22674, 185495, 50107, -4344, 0, 0, 12963, 60, 0, 0),
-("giants_cave", 1, 22674, 185877, 49444, -4368, 0, 0, 45783, 60, 0, 0),
-("giants_cave", 1, 22674, 186059, 48802, -4368, 0, 0, 44393, 60, 0, 0),
-("giants_cave", 1, 22674, 173288, 55471, -4346, 0, 0, 50920, 60, 0, 0),
-("giants_cave", 1, 22674, 184942, 48964, -4344, 0, 0, 8602, 60, 0, 0),
-("giants_cave", 1, 22674, 185840, 50239, -4344, 0, 0, 39481, 60, 0, 0),
-("giants_cave", 1, 22674, 179791, 59663, -3994, 0, 0, 51308, 60, 0, 0),
-("giants_cave", 1, 22674, 180126, 59053, -3992, 0, 0, 6520, 60, 0, 0),
-("giants_cave", 1, 22674, 178966, 59195, -3991, 0, 0, 63960, 60, 0, 0),
-("giants_cave", 1, 22674, 190216, 54406, -4368, 0, 0, 15818, 60, 0, 0),
 ("giants_cave", 1, 22674, 184797, 49130, -4344, 0, 0, 2719, 60, 0, 0),
 ("giants_cave", 1, 22674, 182730, 61902, -3992, 0, 0, 21233, 60, 0, 0),
 ("giants_cave", 1, 22674, 182209, 61419, -3992, 0, 0, 18665, 60, 0, 0),
@@ -47206,92 +47214,87 @@ INSERT INTO `spawnlist` VALUES
 ("giants_cave", 1, 22674, 180604, 59124, -3992, 0, 0, 57800, 60, 0, 0),
 ("giants_cave", 1, 22674, 181096, 58944, -3992, 0, 0, 6571, 60, 0, 0),
 ("giants_cave", 1, 22674, 176301, 61074, -4368, 0, 0, 36358, 60, 0, 0),
-("giants_cave", 1, 22674, 174082, 60942, -4368, 0, 0, 37852, 60, 0, 0),
-("giants_cave", 1, 22674, 173933, 62108, -4371, 0, 0, 45902, 60, 0, 0),
-("giants_cave", 1, 22674, 186285, 48261, -4368, 0, 0, 7776, 60, 0, 0),
-("giants_cave", 1, 22674, 175410, 61955, -4371, 0, 0, 44840, 60, 0, 0),
-("giants_cave", 1, 22674, 189928, 53756, -4368, 0, 0, 37303, 60, 0, 0),
-("giants_cave", 1, 22674, 189655, 54197, -4368, 0, 0, 1623, 60, 0, 0),
-("giants_cave", 1, 22674, 190323, 52907, -4368, 0, 0, 8399, 60, 0, 0),
-("giants_cave", 1, 22674, 181599, 58721, -3992, 0, 0, 0, 60, 0, 0),
-("giants_cave", 1, 22674, 181542, 62468, -3991, 0, 0, 51128, 60, 0, 0),
-("giants_cave", 1, 22674, 182232, 58680, -3991, 0, 0, 16784, 60, 0, 0),
-("giants_cave", 1, 22674, 178743, 54627, -3992, 0, 0, 51298, 60, 0, 0),
-("giants_cave", 1, 22674, 189972, 51776, -4368, 0, 0, 39616, 60, 0, 0),
-("giants_cave", 1, 22674, 191533, 50018, -4368, 0, 0, 44783, 60, 0, 0),
-("giants_cave", 1, 22674, 191925, 50118, -4368, 0, 0, 12171, 60, 0, 0),
+("giants_cave", 1, 22674, 190216, 54406, -4368, 0, 0, 15818, 60, 0, 0),
+("giants_cave", 1, 22674, 178966, 59195, -3991, 0, 0, 63960, 60, 0, 0),
+("giants_cave", 1, 22674, 180283, 58729, -3991, 0, 0, 64811, 60, 0, 0),
+("giants_cave", 1, 22674, 180469, 59135, -3992, 0, 0, 50767, 60, 0, 0),
+("giants_cave", 1, 22674, 179321, 59471, -3992, 0, 0, 24959, 60, 0, 0),
+("giants_cave", 1, 22674, 185495, 50107, -4344, 0, 0, 12963, 60, 0, 0),
+("giants_cave", 1, 22674, 185877, 49444, -4368, 0, 0, 45783, 60, 0, 0),
+("giants_cave", 1, 22674, 186059, 48802, -4368, 0, 0, 44393, 60, 0, 0),
+("giants_cave", 1, 22674, 173288, 55471, -4346, 0, 0, 50920, 60, 0, 0),
+("giants_cave", 1, 22674, 184942, 48964, -4344, 0, 0, 8602, 60, 0, 0),
+("giants_cave", 1, 22674, 185840, 50239, -4344, 0, 0, 39481, 60, 0, 0),
+("giants_cave", 1, 22674, 179791, 59663, -3994, 0, 0, 51308, 60, 0, 0),
+("giants_cave", 1, 22674, 180126, 59053, -3992, 0, 0, 6520, 60, 0, 0),
 -- Palit
-("giants_cave", 1, 22675, 174123, 61368, -4368, 0, 0, 38662, 60, 0, 0),
-("giants_cave", 1, 22675, 185774, 49909, -4352, 0, 0, 56550, 60, 0, 0),
-("giants_cave", 1, 22675, 174484, 55084, -4368, 0, 0, 15985, 60, 0, 0),
-("giants_cave", 1, 22675, 180162, 54571, -3969, 0, 0, 44399, 60, 0, 0),
-("giants_cave", 1, 22675, 174360, 60732, -4371, 0, 0, 33723, 60, 0, 0),
-("giants_cave", 1, 22675, 179810, 54503, -3976, 0, 0, 16391, 60, 0, 0),
-("giants_cave", 1, 22675, 175445, 55678, -4344, 0, 0, 62306, 60, 0, 0),
-("giants_cave", 1, 22675, 175729, 54989, -4344, 0, 0, 32384, 60, 0, 0),
-("giants_cave", 1, 22675, 178285, 53971, -3968, 0, 0, 2074, 60, 0, 0),
-("giants_cave", 1, 22675, 178936, 53720, -3968, 0, 0, 30870, 60, 0, 0),
-("giants_cave", 1, 22675, 177663, 55022, -3969, 0, 0, 50191, 60, 0, 0),
-("giants_cave", 1, 22675, 185312, 47948, -4344, 0, 0, 37023, 60, 0, 0),
-("giants_cave", 1, 22675, 173770, 54833, -4355, 0, 0, 34538, 60, 0, 0),
-("giants_cave", 1, 22675, 178211, 54175, -3972, 0, 0, 32047, 60, 0, 0),
-("giants_cave", 1, 22675, 175403, 61466, -4368, 0, 0, 57045, 60, 0, 0),
-("giants_cave", 1, 22675, 174459, 61234, -4368, 0, 0, 57113, 60, 0, 0),
-("giants_cave", 1, 22675, 176070, 60805, -4368, 0, 0, 32972, 60, 0, 0),
-("giants_cave", 1, 22675, 174861, 54971, -4360, 0, 0, 20927, 60, 0, 0),
-("giants_cave", 1, 22675, 174148, 54697, -4346, 0, 0, 34384, 60, 0, 0),
-("giants_cave", 1, 22675, 175218, 54652, -4346, 0, 0, 5088, 60, 0, 0),
-("giants_cave", 1, 22675, 178134, 55398, -3968, 0, 0, 26087, 60, 0, 0),
-("giants_cave", 1, 22675, 174672, 62147, -4368, 0, 0, 48758, 60, 0, 0),
-("giants_cave", 1, 22675, 174470, 61604, -4368, 0, 0, 20715, 60, 0, 0),
-("giants_cave", 1, 22675, 173335, 61601, -4368, 0, 0, 320, 60, 0, 0),
-("giants_cave", 1, 22675, 173442, 55055, -4344, 0, 0, 24185, 60, 0, 0),
+("giants_cave", 1, 22675, 185380, 49747, -4344, 0, 0, 10070, 60, 0, 0),
+("giants_cave", 1, 22675, 186086, 49323, -4360, 0, 0, 38426, 60, 0, 0),
+("giants_cave", 1, 22675, 185149, 49758, -4344, 0, 0, 16085, 60, 0, 0),
+("giants_cave", 1, 22675, 174884, 56033, -4351, 0, 0, 1071, 60, 0, 0),
+("giants_cave", 1, 22675, 186142, 47532, -4344, 0, 0, 50157, 60, 0, 0),
 ("giants_cave", 1, 22675, 185518, 48090, -4344, 0, 0, 14818, 60, 0, 0),
+("giants_cave", 1, 22675, 173442, 55055, -4344, 0, 0, 24185, 60, 0, 0),
+("giants_cave", 1, 22675, 173335, 61601, -4368, 0, 0, 320, 60, 0, 0),
+("giants_cave", 1, 22675, 174470, 61604, -4368, 0, 0, 20715, 60, 0, 0),
+("giants_cave", 1, 22675, 174672, 62147, -4368, 0, 0, 48758, 60, 0, 0),
+("giants_cave", 1, 22675, 178134, 55398, -3968, 0, 0, 26087, 60, 0, 0),
+("giants_cave", 1, 22675, 175218, 54652, -4346, 0, 0, 5088, 60, 0, 0),
+("giants_cave", 1, 22675, 174148, 54697, -4346, 0, 0, 34384, 60, 0, 0),
 ("giants_cave", 1, 22675, 179354, 54637, -3991, 0, 0, 41508, 60, 0, 0),
 ("giants_cave", 1, 22675, 179455, 54982, -3980, 0, 0, 60488, 60, 0, 0),
-("giants_cave", 1, 22675, 186119, 47756, -4344, 0, 0, 21857, 60, 0, 0),
-("giants_cave", 1, 22675, 185676, 49183, -4368, 0, 0, 5901, 60, 0, 0),
-("giants_cave", 1, 22675, 186337, 49631, -4344, 0, 0, 50177, 60, 0, 0),
-("giants_cave", 1, 22675, 175396, 55123, -4353, 0, 0, 53852, 60, 0, 0),
-("giants_cave", 1, 22675, 175934, 62317, -4371, 0, 0, 41611, 60, 0, 0),
-("giants_cave", 1, 22675, 175139, 60738, -4368, 0, 0, 63192, 60, 0, 0),
-("giants_cave", 1, 22675, 186997, 48351, -4344, 0, 0, 0, 60, 0, 0),
 ("giants_cave", 1, 22675, 185665, 47391, -4344, 0, 0, 0, 60, 0, 0),
-("giants_cave", 1, 22675, 186142, 47532, -4344, 0, 0, 50157, 60, 0, 0),
+("giants_cave", 1, 22675, 186997, 48351, -4344, 0, 0, 0, 60, 0, 0),
+("giants_cave", 1, 22675, 175139, 60738, -4368, 0, 0, 63192, 60, 0, 0),
+("giants_cave", 1, 22675, 175934, 62317, -4371, 0, 0, 41611, 60, 0, 0),
+("giants_cave", 1, 22675, 175396, 55123, -4353, 0, 0, 53852, 60, 0, 0),
+("giants_cave", 1, 22675, 186337, 49631, -4344, 0, 0, 50177, 60, 0, 0),
+("giants_cave", 1, 22675, 185676, 49183, -4368, 0, 0, 5901, 60, 0, 0),
+("giants_cave", 1, 22675, 186119, 47756, -4344, 0, 0, 21857, 60, 0, 0),
+("giants_cave", 1, 22675, 174861, 54971, -4360, 0, 0, 20927, 60, 0, 0),
+("giants_cave", 1, 22675, 176070, 60805, -4368, 0, 0, 32972, 60, 0, 0),
+("giants_cave", 1, 22675, 174459, 61234, -4368, 0, 0, 57113, 60, 0, 0),
+("giants_cave", 1, 22675, 174360, 60732, -4371, 0, 0, 33723, 60, 0, 0),
+("giants_cave", 1, 22675, 180162, 54571, -3969, 0, 0, 44399, 60, 0, 0),
+("giants_cave", 1, 22675, 174484, 55084, -4368, 0, 0, 15985, 60, 0, 0),
+("giants_cave", 1, 22675, 185774, 49909, -4352, 0, 0, 56550, 60, 0, 0),
+("giants_cave", 1, 22675, 174123, 61368, -4368, 0, 0, 38662, 60, 0, 0),
 ("giants_cave", 1, 22675, 179790, 53993, -3968, 0, 0, 61656, 60, 0, 0),
 ("giants_cave", 1, 22675, 173896, 55321, -4368, 0, 0, 53936, 60, 0, 0),
 ("giants_cave", 1, 22675, 175239, 56154, -4346, 0, 0, 58985, 60, 0, 0),
-("giants_cave", 1, 22675, 174884, 56033, -4351, 0, 0, 1071, 60, 0, 0),
-("giants_cave", 1, 22675, 185149, 49758, -4344, 0, 0, 16085, 60, 0, 0),
-("giants_cave", 1, 22675, 186086, 49323, -4360, 0, 0, 38426, 60, 0, 0),
-("giants_cave", 1, 22675, 185380, 49747, -4344, 0, 0, 10070, 60, 0, 0),
+("giants_cave", 1, 22675, 179810, 54503, -3976, 0, 0, 16391, 60, 0, 0),
+("giants_cave", 1, 22675, 175445, 55678, -4344, 0, 0, 62306, 60, 0, 0),
+("giants_cave", 1, 22675, 175729, 54989, -4344, 0, 0, 32384, 60, 0, 0),
+("giants_cave", 1, 22675, 178211, 54175, -3972, 0, 0, 32047, 60, 0, 0),
+("giants_cave", 1, 22675, 173770, 54833, -4355, 0, 0, 34538, 60, 0, 0),
+("giants_cave", 1, 22675, 175403, 61466, -4368, 0, 0, 57045, 60, 0, 0),
+("giants_cave", 1, 22675, 185312, 47948, -4344, 0, 0, 37023, 60, 0, 0),
+("giants_cave", 1, 22675, 177663, 55022, -3969, 0, 0, 50191, 60, 0, 0),
+("giants_cave", 1, 22675, 178936, 53720, -3968, 0, 0, 30870, 60, 0, 0),
+("giants_cave", 1, 22675, 178285, 53971, -3968, 0, 0, 2074, 60, 0, 0),
 -- Hamlet
-("giants_cave", 1, 22676, 190017, 54103, -4368, 0, 0, 45954, 60, 0, 0),
-("giants_cave", 1, 22676, 190559, 54414, -4368, 0, 0, 16193, 60, 0, 0),
-("giants_cave", 1, 22676, 190496, 53674, -4368, 0, 0, 52906, 60, 0, 0),
-("giants_cave", 1, 22676, 189759, 53936, -4368, 0, 0, 28947, 60, 0, 0),
-("giants_cave", 1, 22676, 181894, 58952, -3992, 0, 0, 33884, 60, 0, 0),
-("giants_cave", 1, 22676, 182016, 59398, -3992, 0, 0, 27016, 60, 0, 0),
-("giants_cave", 1, 22676, 189905, 52247, -4368, 0, 0, 31693, 60, 0, 0),
-("giants_cave", 1, 22676, 190167, 53018, -4368, 0, 0, 20900, 60, 0, 0),
-("giants_cave", 1, 22676, 190343, 52239, -4368, 0, 0, 19024, 60, 0, 0),
-("giants_cave", 1, 22676, 189614, 52890, -4368, 0, 0, 57717, 60, 0, 0),
-("giants_cave", 1, 22676, 192316, 52040, -4368, 0, 0, 40258, 60, 0, 0),
-("giants_cave", 1, 22676, 181814, 61694, -3991, 0, 0, 32767, 60, 0, 0),
-("giants_cave", 1, 22676, 181932, 61459, -3992, 0, 0, 26444, 60, 0, 0),
+("giants_cave", 1, 22676, 180671, 60348, -3991, 0, 0, 64504, 60, 0, 0),
+("giants_cave", 1, 22676, 194299, 51681, -4368, 0, 0, 23270, 60, 0, 0),
+("giants_cave", 1, 22676, 194402, 53046, -4368, 0, 0, 25488, 60, 0, 0),
+("giants_cave", 1, 22676, 193670, 52454, -4368, 0, 0, 33049, 60, 0, 0),
+("giants_cave", 1, 22676, 191705, 50839, -4368, 0, 0, 30712, 60, 0, 0),
+("giants_cave", 1, 22676, 190839, 49862, -4371, 0, 0, 17257, 60, 0, 0),
+("giants_cave", 1, 22676, 190886, 50291, -4368, 0, 0, 37145, 60, 0, 0),
+("giants_cave", 1, 22676, 191118, 50607, -4368, 0, 0, 35451, 60, 0, 0),
+("giants_cave", 1, 22676, 181917, 59772, -3997, 0, 0, 13198, 60, 0, 0),
+("giants_cave", 1, 22676, 180040, 59706, -3992, 0, 0, 51960, 60, 0, 0),
+("giants_cave", 1, 22676, 181580, 59541, -3992, 0, 0, 15602, 60, 0, 0),
+("giants_cave", 1, 22676, 192313, 51530, -4368, 0, 0, 52419, 60, 0, 0),
 ("giants_cave", 1, 22676, 180390, 60056, -3992, 0, 0, 20431, 60, 0, 0),
-("giants_cave", 1, 22676, 190787, 52215, -4368, 0, 0, 41451, 60, 0, 0),
-("giants_cave", 1, 22676, 181600, 60185, -3992, 0, 0, 4439, 60, 0, 0),
-("giants_cave", 1, 22676, 175950, 61803, -4371, 0, 0, 643, 60, 0, 0),
-("giants_cave", 1, 22676, 193738, 52242, -4368, 0, 0, 21368, 60, 0, 0),
-("giants_cave", 1, 22676, 193896, 52756, -4368, 0, 0, 32246, 60, 0, 0),
-("giants_cave", 1, 22676, 193156, 53354, -4368, 0, 0, 25685, 60, 0, 0),
+("giants_cave", 1, 22676, 193750, 51993, -4368, 0, 0, 21996, 60, 0, 0),
+("giants_cave", 1, 22676, 180213, 60281, -3991, 0, 0, 55285, 60, 0, 0),
+("giants_cave", 1, 22676, 181074, 58588, -3991, 0, 0, 64032, 60, 0, 0),
+("giants_cave", 1, 22676, 190017, 54103, -4368, 0, 0, 45954, 60, 0, 0),
 ("giants_cave", 1, 22676, 191387, 50992, -4368, 0, 0, 31796, 60, 0, 0),
 ("giants_cave", 1, 22676, 192452, 49658, -4368, 0, 0, 13794, 60, 0, 0),
 ("giants_cave", 1, 22676, 191210, 49282, -4368, 0, 0, 22384, 60, 0, 0),
 ("giants_cave", 1, 22676, 179729, 59315, -3992, 0, 0, 0, 60, 0, 0),
 ("giants_cave", 1, 22676, 190743, 52822, -4368, 0, 0, 40403, 60, 0, 0),
-("giants_cave", 1, 22676, 190463, 51860, -4368, 0, 0, 51490, 60, 0, 0),
 ("giants_cave", 1, 22676, 190676, 52710, -4368, 0, 0, 47177, 60, 0, 0),
 ("giants_cave", 1, 22676, 190588, 53195, -4368, 0, 0, 24206, 60, 0, 0),
 ("giants_cave", 1, 22676, 179340, 60373, -3992, 0, 0, 32593, 60, 0, 0),
@@ -47302,6 +47305,24 @@ INSERT INTO `spawnlist` VALUES
 ("giants_cave", 1, 22676, 191968, 52257, -4368, 0, 0, 57311, 60, 0, 0),
 ("giants_cave", 1, 22676, 193154, 52320, -4368, 0, 0, 34295, 60, 0, 0),
 ("giants_cave", 1, 22676, 192212, 52927, -4368, 0, 0, 0, 60, 0, 0),
+("giants_cave", 1, 22676, 193156, 53354, -4368, 0, 0, 25685, 60, 0, 0),
+("giants_cave", 1, 22676, 193896, 52756, -4368, 0, 0, 32246, 60, 0, 0),
+("giants_cave", 1, 22676, 193738, 52242, -4368, 0, 0, 21368, 60, 0, 0),
+("giants_cave", 1, 22676, 190559, 54414, -4368, 0, 0, 16193, 60, 0, 0),
+("giants_cave", 1, 22676, 190496, 53674, -4368, 0, 0, 52906, 60, 0, 0),
+("giants_cave", 1, 22676, 189759, 53936, -4368, 0, 0, 28947, 60, 0, 0),
+("giants_cave", 1, 22676, 181894, 58952, -3992, 0, 0, 33884, 60, 0, 0),
+("giants_cave", 1, 22676, 182016, 59398, -3992, 0, 0, 27016, 60, 0, 0),
+("giants_cave", 1, 22676, 189905, 52247, -4368, 0, 0, 31693, 60, 0, 0),
+("giants_cave", 1, 22676, 190167, 53018, -4368, 0, 0, 20900, 60, 0, 0),
+("giants_cave", 1, 22676, 190343, 52239, -4368, 0, 0, 19024, 60, 0, 0),
+("giants_cave", 1, 22676, 189614, 52890, -4368, 0, 0, 57717, 60, 0, 0),
+("giants_cave", 1, 22676, 192316, 52040, -4368, 0, 0, 40258, 60, 0, 0),
+("giants_cave", 1, 22676, 181814, 61694, -3991, 0, 0, 32767, 60, 0, 0),
+("giants_cave", 1, 22676, 181932, 61459, -3992, 0, 0, 26444, 60, 0, 0),
+("giants_cave", 1, 22676, 190787, 52215, -4368, 0, 0, 41451, 60, 0, 0),
+("giants_cave", 1, 22676, 181600, 60185, -3992, 0, 0, 4439, 60, 0, 0),
+("giants_cave", 1, 22676, 175950, 61803, -4371, 0, 0, 643, 60, 0, 0),
 ("giants_cave", 1, 22676, 192608, 53016, -4368, 0, 0, 0, 60, 0, 0),
 ("giants_cave", 1, 22676, 192014, 51592, -4368, 0, 0, 0, 60, 0, 0),
 ("giants_cave", 1, 22676, 191647, 51915, -4368, 0, 0, 9337, 60, 0, 0),
@@ -47313,42 +47334,28 @@ INSERT INTO `spawnlist` VALUES
 ("giants_cave", 1, 22676, 182674, 62490, -3991, 0, 0, 42560, 60, 0, 0),
 ("giants_cave", 1, 22676, 182364, 59380, -3991, 0, 0, 21462, 60, 0, 0),
 ("giants_cave", 1, 22676, 182256, 61796, -3991, 0, 0, 34211, 60, 0, 0),
-("giants_cave", 1, 22676, 191577, 51537, -4368, 0, 0, 41128, 60, 0, 0),
-("giants_cave", 1, 22676, 175732, 62826, -4368, 0, 0, 43904, 60, 0, 0),
-("giants_cave", 1, 22676, 189649, 52875, -4368, 0, 0, 0, 60, 0, 0),
-("giants_cave", 1, 22676, 192427, 52397, -4371, 0, 0, 27603, 60, 0, 0),
 ("giants_cave", 1, 22676, 182790, 61563, -3991, 0, 0, 25171, 60, 0, 0),
-("giants_cave", 1, 22676, 181074, 58588, -3991, 0, 0, 64032, 60, 0, 0),
-("giants_cave", 1, 22676, 180213, 60281, -3991, 0, 0, 55285, 60, 0, 0),
-("giants_cave", 1, 22676, 180671, 60348, -3991, 0, 0, 64504, 60, 0, 0),
-("giants_cave", 1, 22676, 193750, 51993, -4368, 0, 0, 21996, 60, 0, 0),
-("giants_cave", 1, 22676, 194299, 51681, -4368, 0, 0, 23270, 60, 0, 0),
-("giants_cave", 1, 22676, 194402, 53046, -4368, 0, 0, 25488, 60, 0, 0),
-("giants_cave", 1, 22676, 193670, 52454, -4368, 0, 0, 33049, 60, 0, 0),
-("giants_cave", 1, 22676, 191705, 50839, -4368, 0, 0, 30712, 60, 0, 0),
-("giants_cave", 1, 22676, 190839, 49862, -4371, 0, 0, 17257, 60, 0, 0),
-("giants_cave", 1, 22676, 190886, 50291, -4368, 0, 0, 37145, 60, 0, 0),
-("giants_cave", 1, 22676, 191118, 50607, -4368, 0, 0, 35451, 60, 0, 0),
-("giants_cave", 1, 22676, 181917, 59772, -3997, 0, 0, 13198, 60, 0, 0),
-("giants_cave", 1, 22676, 180040, 59706, -3992, 0, 0, 51960, 60, 0, 0),
-("giants_cave", 1, 22676, 181580, 59541, -3992, 0, 0, 15602, 60, 0, 0),
-("giants_cave", 1, 22676, 192313, 51530, -4368, 0, 0, 52419, 60, 0, 0),
+("giants_cave", 1, 22676, 192427, 52397, -4371, 0, 0, 27603, 60, 0, 0),
+("giants_cave", 1, 22676, 189649, 52875, -4368, 0, 0, 0, 60, 0, 0),
+("giants_cave", 1, 22676, 175732, 62826, -4368, 0, 0, 43904, 60, 0, 0),
+("giants_cave", 1, 22676, 191577, 51537, -4368, 0, 0, 41128, 60, 0, 0),
+("giants_cave", 1, 22676, 190463, 51860, -4368, 0, 0, 51490, 60, 0, 0),
 -- Klennot
 ("giants_cave", 1, 22677, 192115, 57233, -4759, 0, 0, 18310, 60, 0, 0),
 ("giants_cave", 1, 22677, 192005, 55266, -4571, 0, 0, 48903, 60, 0, 0),
 ("giants_cave", 1, 22677, 179619, 61699, -4248, 0, 0, 34702, 60, 0, 0),
 ("giants_cave", 1, 22677, 178050, 61767, -4403, 0, 0, 40430, 60, 0, 0),
-("giants_cave", 1, 22677, 178620, 61797, -4349, 0, 0, 37955, 60, 0, 0),
-("giants_cave", 1, 22677, 192117, 55819, -4623, 0, 0, 14758, 60, 0, 0),
-("giants_cave", 1, 22677, 191916, 55736, -4615, 0, 0, 13780, 60, 0, 0),
-("giants_cave", 1, 22677, 192103, 56686, -4707, 0, 0, 25171, 60, 0, 0),
-("giants_cave", 1, 22677, 191937, 57487, -4784, 0, 0, 14433, 60, 0, 0),
-("giants_cave", 1, 22677, 180327, 61798, -4184, 0, 0, 34026, 60, 0, 0),
-("giants_cave", 1, 22677, 191932, 56783, -4716, 0, 0, 14861, 60, 0, 0),
-("giants_cave", 1, 22677, 178630, 61580, -4348, 0, 0, 24122, 60, 0, 0),
-("giants_cave", 1, 22677, 191895, 56337, -4672, 0, 0, 62221, 60, 0, 0),
 ("giants_cave", 1, 22677, 180091, 61554, -4208, 0, 0, 35584, 60, 0, 0),
+("giants_cave", 1, 22677, 191895, 56337, -4672, 0, 0, 62221, 60, 0, 0),
+("giants_cave", 1, 22677, 178630, 61580, -4348, 0, 0, 24122, 60, 0, 0),
+("giants_cave", 1, 22677, 191932, 56783, -4716, 0, 0, 14861, 60, 0, 0),
 ("giants_cave", 1, 22677, 179255, 61780, -4287, 0, 0, 33981, 60, 0, 0),
+("giants_cave", 1, 22677, 180327, 61798, -4184, 0, 0, 34026, 60, 0, 0),
+("giants_cave", 1, 22677, 191937, 57487, -4784, 0, 0, 14433, 60, 0, 0),
+("giants_cave", 1, 22677, 192103, 56686, -4707, 0, 0, 25171, 60, 0, 0),
+("giants_cave", 1, 22677, 191916, 55736, -4615, 0, 0, 13780, 60, 0, 0),
+("giants_cave", 1, 22677, 192117, 55819, -4623, 0, 0, 14758, 60, 0, 0),
+("giants_cave", 1, 22677, 178620, 61797, -4349, 0, 0, 37955, 60, 0, 0),
 -- Fallen Chieftain Vegus
 ("Forsaken Plains", 1, 27316, 171715, 44028, -4904, 0, 0, 0, 21600, 0, 0),
 -- Sobling
@@ -47365,45 +47372,45 @@ INSERT INTO `spawnlist` VALUES
 -- Treasure Chest
 ("giran03_tb2221_46", 1, 18275, 164910, 66078, -3713, 0, 0, 916, 60, 0, 0),
 -- Treasure Chest
+("giran03_tb2321_06", 1, 18276, 165082, 69164, -3173, 0, 0, 56912, 60, 0, 0),
 ("giran03_tb2321_06", 1, 18276, 165293, 70226, -3115, 0, 0, 57723, 60, 0, 0),
 ("giran03_tb2321_06", 1, 18276, 165185, 73168, -3133, 0, 0, 48122, 60, 0, 0),
 ("giran03_tb2321_06", 1, 18276, 165285, 74451, -3013, 0, 0, 44389, 60, 0, 0),
-("giran03_tb2321_06", 1, 18276, 165082, 69164, -3173, 0, 0, 56912, 60, 0, 0),
 -- Harit Lizardman
-("aden10_2420_18", 1, 20640, 164467, 66487, -3723, 0, 0, 2737, 23, 0, 0),
-("aden10_2420_18", 1, 20640, 165474, 72040, -3146, 0, 0, 12919, 23, 0, 0),
-("aden10_2420_18", 1, 20640, 164298, 68344, -3255, 0, 0, 51389, 23, 0, 0),
 ("aden10_2420_18", 1, 20640, 166008, 65819, -3723, 0, 0, 770, 23, 0, 0),
+("aden10_2420_18", 1, 20640, 164298, 68344, -3255, 0, 0, 51389, 23, 0, 0),
+("aden10_2420_18", 1, 20640, 165474, 72040, -3146, 0, 0, 12919, 23, 0, 0),
+("aden10_2420_18", 1, 20640, 164467, 66487, -3723, 0, 0, 2737, 23, 0, 0),
 -- Harit Lizardman Grunt
 ("aden10_2420_18", 1, 20641, 167600, 66829, -3723, 0, 0, 5162, 23, 0, 0),
 ("aden10_2420_18", 1, 20641, 165573, 66445, -3722, 0, 0, 32349, 23, 0, 0),
 ("aden10_2420_18", 1, 20641, 164952, 71974, -3176, 0, 0, 45630, 23, 0, 0),
 -- Harit Lizardman Archer
-("aden10_2420_18", 1, 20642, 165009, 70853, -3142, 0, 0, 50466, 23, 0, 0),
-("aden10_2420_18", 1, 20642, 164644, 65659, -3671, 0, 0, 459, 23, 0, 0),
 ("aden10_2420_18", 1, 20642, 164101, 67418, -3456, 0, 0, 0, 23, 0, 0),
+("aden10_2420_18", 1, 20642, 164644, 65659, -3671, 0, 0, 459, 23, 0, 0),
+("aden10_2420_18", 1, 20642, 165009, 70853, -3142, 0, 0, 50466, 23, 0, 0),
 -- Harit Lizardman Warrior
-("aden10_2420_20", 1, 20643, 163879, 84827, -2370, 0, 0, 14028, 23, 0, 0),
+("aden10_2420_20", 1, 20643, 164158, 86826, -2800, 0, 0, 0, 23, 0, 0),
+("aden10_2420_20", 1, 20643, 165850, 74798, -3164, 0, 0, 0, 23, 0, 0),
 ("aden10_2420_20", 1, 20643, 166551, 84996, -2088, 0, 0, 19354, 23, 0, 0),
-("aden10_2420_20", 1, 20643, 164290, 79580, -2370, 0, 0, 50632, 23, 0, 0),
-("aden10_2420_20", 1, 20643, 164984, 73806, -3088, 0, 0, 11287, 23, 0, 0),
 ("aden10_2420_20", 1, 20643, 164350, 80632, -2370, 0, 0, 41790, 23, 0, 0),
-("aden10_2420_20", 1, 20643, 165850, 74798, -3164, 0, 0, 0, 23, 0, 0),
-("aden10_2420_20", 1, 20643, 164158, 86826, -2800, 0, 0, 0, 23, 0, 0),
+("aden10_2420_20", 1, 20643, 164984, 73806, -3088, 0, 0, 11287, 23, 0, 0),
+("aden10_2420_20", 1, 20643, 164290, 79580, -2370, 0, 0, 50632, 23, 0, 0),
+("aden10_2420_20", 1, 20643, 163879, 84827, -2370, 0, 0, 14028, 23, 0, 0),
 -- Harit Lizardman Shaman
-("aden10_2420_20", 1, 20644, 166096, 83463, -2024, 0, 0, 44723, 23, 0, 0),
-("aden10_2420_20", 1, 20644, 165029, 74953, -2872, 0, 0, 46128, 23, 0, 0),
-("aden10_2420_20", 1, 20644, 165027, 75640, -2799, 0, 0, 16864, 23, 0, 0),
-("aden10_2420_20", 1, 20644, 166031, 86913, -2255, 0, 0, 49253, 23, 0, 0),
-("aden10_2420_20", 1, 20644, 165185, 80125, -2315, 0, 0, 5080, 23, 0, 0),
-("aden10_2420_20", 1, 20644, 165713, 82231, -2017, 0, 0, 2707, 23, 0, 0),
-("aden10_2420_20", 1, 20644, 165671, 72947, -3072, 0, 0, 32976, 23, 0, 0),
-("aden10_2420_20", 1, 20644, 165213, 87702, -2472, 0, 0, 0, 23, 0, 0),
 ("aden10_2420_20", 1, 20644, 164460, 87004, -2800, 0, 0, 0, 23, 0, 0),
+("aden10_2420_20", 1, 20644, 165213, 87702, -2472, 0, 0, 0, 23, 0, 0),
+("aden10_2420_20", 1, 20644, 165671, 72947, -3072, 0, 0, 32976, 23, 0, 0),
+("aden10_2420_20", 1, 20644, 165713, 82231, -2017, 0, 0, 2707, 23, 0, 0),
+("aden10_2420_20", 1, 20644, 165185, 80125, -2315, 0, 0, 5080, 23, 0, 0),
+("aden10_2420_20", 1, 20644, 166031, 86913, -2255, 0, 0, 49253, 23, 0, 0),
+("aden10_2420_20", 1, 20644, 165027, 75640, -2799, 0, 0, 16864, 23, 0, 0),
+("aden10_2420_20", 1, 20644, 165029, 74953, -2872, 0, 0, 46128, 23, 0, 0),
+("aden10_2420_20", 1, 20644, 166096, 83463, -2024, 0, 0, 44723, 23, 0, 0),
 -- Harit Lizardman Matriarch
-("aden10_2420_20", 1, 20645, 165993, 88314, -2370, 0, 0, 12693, 23, 0, 0),
-("aden10_2420_20", 1, 20645, 167421, 86382, -2004, 0, 0, 56452, 23, 0, 0),
-("aden10_2420_20", 1, 20645, 165796, 81166, -2046, 0, 0, 10525, 23, 0, 0),
-("aden10_2420_20", 1, 20645, 164615, 73136, -3108, 0, 0, 31985, 23, 0, 0),
+("aden10_2420_20", 1, 20645, 165376, 87033, -2370, 0, 0, 7788, 23, 0, 0),
 ("aden10_2420_20", 1, 20645, 165342, 74219, -3016, 0, 0, 0, 23, 0, 0),
-("aden10_2420_20", 1, 20645, 165376, 87033, -2370, 0, 0, 7788, 23, 0, 0);
\ No newline at end of file
+("aden10_2420_20", 1, 20645, 164615, 73136, -3108, 0, 0, 31985, 23, 0, 0),
+("aden10_2420_20", 1, 20645, 165796, 81166, -2046, 0, 0, 10525, 23, 0, 0),
+("aden10_2420_20", 1, 20645, 167421, 86382, -2004, 0, 0, 56452, 23, 0, 0),
+("aden10_2420_20", 1, 20645, 165993, 88314, -2370, 0, 0, 12693, 23, 0, 0);
\ No newline at end of file
diff --git a/L2J_DataPack_BETA/dist/sql/game/teleport.sql b/L2J_DataPack_BETA/dist/sql/game/teleport.sql
index f4a365302d..539f903d74 100644
--- a/L2J_DataPack_BETA/dist/sql/game/teleport.sql
+++ b/L2J_DataPack_BETA/dist/sql/game/teleport.sql
@@ -616,8 +616,6 @@ INSERT INTO `teleport` VALUES
 ('Dwarven Village -> Kamael Village',12056,-117251,46771,360,32000,0,57),
 ('Soul Harbor -> Nornil\'s Garden',12057,-119534,87176,-12593,0,0,57),
 ('Nornil\'s Garden -> Soul Harbor',12058,-73494,53507,-3680,0,0,57),
-('Underground Coliseum -> Fantasy Isle',12059,-59224,-56837,-2032,0,0,57),
-('Fantasy Isle -> Underground Coliseum',12060,-81490,-49167,-10352,0,0,57),
 ('Fantasy Isle -> Krateis Cube',12108,-70293,-71029,-1416,0,0,57),
 ('Krateis Cube -> Fantasy Isle',12109,-59224,-56837,-2032,0,0,57),
 ('Gludio -> Airship dock',12118,-149406,255247,-80,0,0,57),
-- 
GitLab