diff --git a/scripts/zones/Alzadaal_Undersea_Ruins/mobs/Cookieduster_Lipiroon.lua b/scripts/zones/Alzadaal_Undersea_Ruins/mobs/Cookieduster_Lipiroon.lua index ea52e253b42..39a59a59608 100644 --- a/scripts/zones/Alzadaal_Undersea_Ruins/mobs/Cookieduster_Lipiroon.lua +++ b/scripts/zones/Alzadaal_Undersea_Ruins/mobs/Cookieduster_Lipiroon.lua @@ -14,8 +14,8 @@ entity.spawnPoints = entity.phList = { - [ID.mob.COOKIEDUSTER_LIPIROON - 8] = ID.mob.COOKIEDUSTER_LIPIROON, - [ID.mob.COOKIEDUSTER_LIPIROON - 6] = ID.mob.COOKIEDUSTER_LIPIROON, + [ID.mob.COOKIEDUSTER_LIPIROON - 8] = ID.mob.COOKIEDUSTER_LIPIROON, -- Confimred on retail + [ID.mob.COOKIEDUSTER_LIPIROON - 2] = ID.mob.COOKIEDUSTER_LIPIROON, -- Confimred on retail } entity.onMobInitialize = function(mob) diff --git a/scripts/zones/Alzadaal_Undersea_Ruins/mobs/Qiqirn_Goldsmith.lua b/scripts/zones/Alzadaal_Undersea_Ruins/mobs/Qiqirn_Goldsmith.lua index ea600120fb0..29cf348ce60 100644 --- a/scripts/zones/Alzadaal_Undersea_Ruins/mobs/Qiqirn_Goldsmith.lua +++ b/scripts/zones/Alzadaal_Undersea_Ruins/mobs/Qiqirn_Goldsmith.lua @@ -12,7 +12,7 @@ entity.onMobDeath = function(mob, player, optParams) end entity.onMobDespawn = function(mob) - xi.mob.phOnDespawn(mob, ID.mob.COOKIEDUSTER_LIPIROON, 5, 3600) -- 1 hour + xi.mob.phOnDespawn(mob, ID.mob.COOKIEDUSTER_LIPIROON, 15, 3600) -- 1 hour end return entity diff --git a/scripts/zones/Attohwa_Chasm/mobs/Ambusher_Antlion.lua b/scripts/zones/Attohwa_Chasm/mobs/Ambusher_Antlion.lua index 03cea5a04e7..45824d2c5e1 100644 --- a/scripts/zones/Attohwa_Chasm/mobs/Ambusher_Antlion.lua +++ b/scripts/zones/Attohwa_Chasm/mobs/Ambusher_Antlion.lua @@ -16,7 +16,7 @@ entity.spawnPoints = entity.phList = { - [ID.mob.AMBUSHER_ANTLION - 78] = ID.mob.AMBUSHER_ANTLION, -- -433.309 -4.3 113.841 + [ID.mob.AMBUSHER_ANTLION - 78] = ID.mob.AMBUSHER_ANTLION, -- Confirmed on retail } entity.onMobDeath = function(mob, player, optParams) diff --git a/scripts/zones/Attohwa_Chasm/mobs/Citipati.lua b/scripts/zones/Attohwa_Chasm/mobs/Citipati.lua index 1f556f2b0f3..d586239e708 100644 --- a/scripts/zones/Attohwa_Chasm/mobs/Citipati.lua +++ b/scripts/zones/Attohwa_Chasm/mobs/Citipati.lua @@ -9,9 +9,7 @@ local entity = {} entity.phList = { - [ID.mob.CITIPATI - 7] = ID.mob.CITIPATI, -- -328.973 -12.876 67.481 - [ID.mob.CITIPATI - 4] = ID.mob.CITIPATI, -- -398.931 -4.536 79.640 - [ID.mob.CITIPATI - 1] = ID.mob.CITIPATI, -- -381.284 -9.233 40.054 + [ID.mob.CITIPATI - 1] = ID.mob.CITIPATI, -- Confirmed on retail } entity.spawnPoints = diff --git a/scripts/zones/Attohwa_Chasm/mobs/Trench_Antlion.lua b/scripts/zones/Attohwa_Chasm/mobs/Trench_Antlion.lua index d89500e0462..83fa6916dca 100644 --- a/scripts/zones/Attohwa_Chasm/mobs/Trench_Antlion.lua +++ b/scripts/zones/Attohwa_Chasm/mobs/Trench_Antlion.lua @@ -13,7 +13,7 @@ entity.onMobDeath = function(mob, player, optParams) end entity.onMobDespawn = function(mob) - xi.mob.phOnDespawn(mob, ID.mob.AMBUSHER_ANTLION, 10, 3600) -- 1 hour + xi.mob.phOnDespawn(mob, ID.mob.AMBUSHER_ANTLION, 15, 3600) -- 1 hour end return entity diff --git a/scripts/zones/Pashhow_Marshlands/mobs/Bloodpool_Vorax.lua b/scripts/zones/Pashhow_Marshlands/mobs/Bloodpool_Vorax.lua index 1c31900f08f..9d9da4fd8fb 100644 --- a/scripts/zones/Pashhow_Marshlands/mobs/Bloodpool_Vorax.lua +++ b/scripts/zones/Pashhow_Marshlands/mobs/Bloodpool_Vorax.lua @@ -14,7 +14,7 @@ entity.spawnPoints = entity.phList = { - [ID.mob.BLOODPOOL_VORAX - 5] = ID.mob.BLOODPOOL_VORAX, -- -351.884 24.014 513.531 + [ID.mob.BLOODPOOL_VORAX - 5] = ID.mob.BLOODPOOL_VORAX, -- Confirmed on retail } entity.onMobDeath = function(mob, player, optParams) diff --git a/scripts/zones/Pashhow_Marshlands/mobs/Goobbue.lua b/scripts/zones/Pashhow_Marshlands/mobs/Goobbue.lua index 7be8f0f0885..3fc5ee4101e 100644 --- a/scripts/zones/Pashhow_Marshlands/mobs/Goobbue.lua +++ b/scripts/zones/Pashhow_Marshlands/mobs/Goobbue.lua @@ -13,7 +13,7 @@ entity.onMobDeath = function(mob, player, optParams) end entity.onMobDespawn = function(mob) - xi.mob.phOnDespawn(mob, ID.mob.JOLLY_GREEN, 5, 1) -- 1 second / no cooldown + xi.mob.phOnDespawn(mob, ID.mob.JOLLY_GREEN, 10, 1) -- 1 second / no cooldown end return entity diff --git a/scripts/zones/Pashhow_Marshlands/mobs/NiZho_Bladebender.lua b/scripts/zones/Pashhow_Marshlands/mobs/NiZho_Bladebender.lua index 5e5e939c71b..cc2794aa7bd 100644 --- a/scripts/zones/Pashhow_Marshlands/mobs/NiZho_Bladebender.lua +++ b/scripts/zones/Pashhow_Marshlands/mobs/NiZho_Bladebender.lua @@ -15,8 +15,8 @@ entity.spawnPoints = entity.phList = { - [ID.mob.NI_ZHO_BLADEBENDER - 57] = ID.mob.NI_ZHO_BLADEBENDER, -- -429.953 24.5 -305.450 TODO: Audit PH - [ID.mob.NI_ZHO_BLADEBENDER - 8] = ID.mob.NI_ZHO_BLADEBENDER, -- 11.309 23.904 -337.923 + [ID.mob.NI_ZHO_BLADEBENDER - 57] = ID.mob.NI_ZHO_BLADEBENDER, -- Confirmed on retail + [ID.mob.NI_ZHO_BLADEBENDER - 8] = ID.mob.NI_ZHO_BLADEBENDER, -- Confirmed on retail } entity.onMobDeath = function(mob, player, optParams) diff --git a/scripts/zones/Pashhow_Marshlands/mobs/Thread_Leech.lua b/scripts/zones/Pashhow_Marshlands/mobs/Thread_Leech.lua index cda45f6ead8..9fdd39f8a15 100644 --- a/scripts/zones/Pashhow_Marshlands/mobs/Thread_Leech.lua +++ b/scripts/zones/Pashhow_Marshlands/mobs/Thread_Leech.lua @@ -14,7 +14,7 @@ entity.onMobDeath = function(mob, player, optParams) end entity.onMobDespawn = function(mob) - xi.mob.phOnDespawn(mob, ID.mob.BLOODPOOL_VORAX, 5, 600) -- 10 minutes + xi.mob.phOnDespawn(mob, ID.mob.BLOODPOOL_VORAX, 10, 600) -- 10 minutes end return entity diff --git a/scripts/zones/Quicksand_Caves/mobs/Antican_Magister.lua b/scripts/zones/Quicksand_Caves/mobs/Antican_Magister.lua index ec4f8a095e7..5b808818efc 100644 --- a/scripts/zones/Quicksand_Caves/mobs/Antican_Magister.lua +++ b/scripts/zones/Quicksand_Caves/mobs/Antican_Magister.lua @@ -17,11 +17,7 @@ entity.spawnPoints = entity.phList = { - -- Antican Magister is a lottery of various Antica at (C-6). - -- - [ID.mob.ANTICAN_MAGISTER - 1] = ID.mob.ANTICAN_MAGISTER, -- Antican_Signifer - [ID.mob.ANTICAN_MAGISTER - 2] = ID.mob.ANTICAN_MAGISTER, -- Antican_Princeps - [ID.mob.ANTICAN_MAGISTER - 3] = ID.mob.ANTICAN_MAGISTER, -- Antican_Hastatus + [ID.mob.ANTICAN_MAGISTER - 3] = ID.mob.ANTICAN_MAGISTER, -- Confirmed on retail } entity.onMobInitialize = function(mob) diff --git a/scripts/zones/Quicksand_Caves/mobs/Antican_Tribunus.lua b/scripts/zones/Quicksand_Caves/mobs/Antican_Tribunus.lua index bf21e878a98..027f3cbcdef 100644 --- a/scripts/zones/Quicksand_Caves/mobs/Antican_Tribunus.lua +++ b/scripts/zones/Quicksand_Caves/mobs/Antican_Tribunus.lua @@ -16,7 +16,7 @@ entity.spawnPoints = entity.phList = { - [ID.mob.ANTICAN_TRIBUNUS + 18] = ID.mob.ANTICAN_TRIBUNUS, -- -575.455 -0.401 -433.802 TODO: Audit PH + [ID.mob.ANTICAN_TRIBUNUS -3] = ID.mob.ANTICAN_TRIBUNUS, -- Confirmed on retail } entity.onMobInitialize = function(mob) diff --git a/scripts/zones/Quicksand_Caves/mobs/Centurio_X-I.lua b/scripts/zones/Quicksand_Caves/mobs/Centurio_X-I.lua index 8f1be084764..9ce0007a1ce 100644 --- a/scripts/zones/Quicksand_Caves/mobs/Centurio_X-I.lua +++ b/scripts/zones/Quicksand_Caves/mobs/Centurio_X-I.lua @@ -20,7 +20,7 @@ entity.spawnPoints = entity.phList = { - [ID.mob.CENTURIO_X_I - 1] = ID.mob.CENTURIO_X_I, -- 773.581 1.576 -568.904 + [ID.mob.CENTURIO_X_I - 1] = ID.mob.CENTURIO_X_I, -- Confirmed on retail } entity.onMobInitialize = function(mob) diff --git a/scripts/zones/Quicksand_Caves/mobs/Diamond_Daig.lua b/scripts/zones/Quicksand_Caves/mobs/Diamond_Daig.lua index f6960f13772..006dd2e963d 100644 --- a/scripts/zones/Quicksand_Caves/mobs/Diamond_Daig.lua +++ b/scripts/zones/Quicksand_Caves/mobs/Diamond_Daig.lua @@ -14,7 +14,11 @@ entity.spawnPoints = entity.phList = { - [ID.mob.DIAMOND_DAIG + 9] = ID.mob.DIAMOND_DAIG, -- -95.632 -0.5 -214.732 + [ID.mob.DIAMOND_DAIG + 3] = ID.mob.DIAMOND_DAIG, -- Confirmed on retail + [ID.mob.DIAMOND_DAIG + 6] = ID.mob.DIAMOND_DAIG, -- Confirmed on retail + [ID.mob.DIAMOND_DAIG + 9] = ID.mob.DIAMOND_DAIG, -- Confirmed on retail + [ID.mob.DIAMOND_DAIG + 12] = ID.mob.DIAMOND_DAIG, -- Confirmed on retail + [ID.mob.DIAMOND_DAIG + 16] = ID.mob.DIAMOND_DAIG, -- Confirmed on retail } entity.onMobInitialize = function(mob) diff --git a/scripts/zones/Quicksand_Caves/mobs/Hastatus_XI-XII.lua b/scripts/zones/Quicksand_Caves/mobs/Hastatus_XI-XII.lua index b8b156d4f38..23c08484150 100644 --- a/scripts/zones/Quicksand_Caves/mobs/Hastatus_XI-XII.lua +++ b/scripts/zones/Quicksand_Caves/mobs/Hastatus_XI-XII.lua @@ -16,7 +16,7 @@ entity.spawnPoints = entity.phList = { - [ID.mob.HASTATUS_XI_XII - 4] = ID.mob.HASTATUS_XI_XII, -- -343.859 -0.411 751.608 + [ID.mob.HASTATUS_XI_XII - 4] = ID.mob.HASTATUS_XI_XII, -- Confirmed on retail } entity.onMobInitialize = function(mob) diff --git a/scripts/zones/Quicksand_Caves/mobs/Helm_Beetle.lua b/scripts/zones/Quicksand_Caves/mobs/Helm_Beetle.lua index 3c001bb9023..f58087e08ec 100644 --- a/scripts/zones/Quicksand_Caves/mobs/Helm_Beetle.lua +++ b/scripts/zones/Quicksand_Caves/mobs/Helm_Beetle.lua @@ -13,7 +13,15 @@ entity.onMobDeath = function(mob, player, optParams) end entity.onMobDespawn = function(mob) - xi.mob.phOnDespawn(mob, ID.mob.DIAMOND_DAIG, 10, 3600) -- 1 hour + local zone = mob:getZone() + if not zone then + return + end + + -- TODO: Need to check if it can pop if the PH was killed BEFORE the sandstorm appeared + if zone:getWeather() == xi.weather.SAND_STORM then + xi.mob.phOnDespawn(mob, ID.mob.DIAMOND_DAIG, 20, 3600) -- 1 hour + end end return entity diff --git a/scripts/zones/Quicksand_Caves/mobs/Nussknacker.lua b/scripts/zones/Quicksand_Caves/mobs/Nussknacker.lua index dfc747a6bda..487330d05f2 100644 --- a/scripts/zones/Quicksand_Caves/mobs/Nussknacker.lua +++ b/scripts/zones/Quicksand_Caves/mobs/Nussknacker.lua @@ -14,8 +14,7 @@ entity.spawnPoints = entity.phList = { - [ID.mob.NUSSKNACKER - 7] = ID.mob.NUSSKNACKER, -- 189 2 4 - [ID.mob.NUSSKNACKER - 6] = ID.mob.NUSSKNACKER, -- 200 2 -4 + [ID.mob.NUSSKNACKER - 6] = ID.mob.NUSSKNACKER, -- Confirmed on retail } entity.onMobInitialize = function(mob) diff --git a/scripts/zones/Quicksand_Caves/mobs/Sabotender_Bailaor.lua b/scripts/zones/Quicksand_Caves/mobs/Sabotender_Bailaor.lua index cb055c96ca5..a13f8aa20d4 100644 --- a/scripts/zones/Quicksand_Caves/mobs/Sabotender_Bailaor.lua +++ b/scripts/zones/Quicksand_Caves/mobs/Sabotender_Bailaor.lua @@ -12,7 +12,7 @@ entity.onMobDeath = function(mob, player, optParams) end entity.onMobDespawn = function(mob) - xi.mob.phOnDespawn(mob, ID.mob.SABOTENDER_BAILARIN, 100, 9000) -- 2.5 hours + xi.mob.phOnDespawn(mob, ID.mob.SABOTENDER_BAILARIN, 10, 9000) -- 2.5 hours end return entity diff --git a/scripts/zones/Quicksand_Caves/mobs/Sabotender_Bailarin.lua b/scripts/zones/Quicksand_Caves/mobs/Sabotender_Bailarin.lua index 95f654381ea..f08bc0487ea 100644 --- a/scripts/zones/Quicksand_Caves/mobs/Sabotender_Bailarin.lua +++ b/scripts/zones/Quicksand_Caves/mobs/Sabotender_Bailarin.lua @@ -9,8 +9,7 @@ local entity = {} entity.phList = { - [ID.mob.SABOTENDER_BAILARIN - 3] = ID.mob.SABOTENDER_BAILARIN, -- 604 -5.5 -680 - [ID.mob.SABOTENDER_BAILARIN - 2] = ID.mob.SABOTENDER_BAILARIN, -- 600 -5.5 -673 + [ID.mob.SABOTENDER_BAILARIN - 2] = ID.mob.SABOTENDER_BAILARIN, -- Confirmed on retail } entity.onMobInitialize = function(mob) diff --git a/scripts/zones/Quicksand_Caves/mobs/Sabotender_Bailarina.lua b/scripts/zones/Quicksand_Caves/mobs/Sabotender_Bailarina.lua index e3660fde514..8c60745e66f 100644 --- a/scripts/zones/Quicksand_Caves/mobs/Sabotender_Bailarina.lua +++ b/scripts/zones/Quicksand_Caves/mobs/Sabotender_Bailarina.lua @@ -9,8 +9,9 @@ local entity = {} entity.phList = { - [ID.mob.SABOTENDER_BAILARINA - 5] = ID.mob.SABOTENDER_BAILARINA, -- -458 0 780 - [ID.mob.SABOTENDER_BAILARINA - 1] = ID.mob.SABOTENDER_BAILARINA, -- -522 1 779 + [ID.mob.SABOTENDER_BAILARINA - 5] = ID.mob.SABOTENDER_BAILARINA, -- Confirmed on retail + [ID.mob.SABOTENDER_BAILARINA - 1] = ID.mob.SABOTENDER_BAILARINA, -- Confirmed on retail + [ID.mob.SABOTENDER_BAILARINA + 3] = ID.mob.SABOTENDER_BAILARINA, -- Confirmed on retail } entity.onMobFight = function(mob, target) diff --git a/scripts/zones/Quicksand_Caves/mobs/Sagittarius_X-XIII.lua b/scripts/zones/Quicksand_Caves/mobs/Sagittarius_X-XIII.lua index 2cb67efb2f9..f19452bbdb0 100644 --- a/scripts/zones/Quicksand_Caves/mobs/Sagittarius_X-XIII.lua +++ b/scripts/zones/Quicksand_Caves/mobs/Sagittarius_X-XIII.lua @@ -16,7 +16,7 @@ entity.spawnPoints = entity.phList = { - [ID.mob.SAGITTARIUS_X_XIII - 5] = ID.mob.SAGITTARIUS_X_XIII, -- 641 -16.786 -774 + [ID.mob.SAGITTARIUS_X_XIII - 5] = ID.mob.SAGITTARIUS_X_XIII, -- Confirmed on retail } entity.onMobInitialize = function(mob) diff --git a/scripts/zones/Quicksand_Caves/mobs/Sand_Lizard.lua b/scripts/zones/Quicksand_Caves/mobs/Sand_Lizard.lua index 679e272f5f0..4dfb05082aa 100644 --- a/scripts/zones/Quicksand_Caves/mobs/Sand_Lizard.lua +++ b/scripts/zones/Quicksand_Caves/mobs/Sand_Lizard.lua @@ -13,7 +13,15 @@ entity.onMobDeath = function(mob, player, optParams) end entity.onMobDespawn = function(mob) - xi.mob.phOnDespawn(mob, ID.mob.NUSSKNACKER, 5, 3600) -- 1 hour + local zone = mob:getZone() + if not zone then + return + end + + -- TODO: Need to check if it can pop if the PH was killed BEFORE the sandstorm appeared + if zone:getWeather() == xi.weather.SAND_STORM then + xi.mob.phOnDespawn(mob, ID.mob.NUSSKNACKER, 20, 3600) -- 1 hour + end end return entity diff --git a/scripts/zones/Quicksand_Caves/mobs/Triarius_X-XV.lua b/scripts/zones/Quicksand_Caves/mobs/Triarius_X-XV.lua index 6c197c7cd84..6ef5430cb80 100644 --- a/scripts/zones/Quicksand_Caves/mobs/Triarius_X-XV.lua +++ b/scripts/zones/Quicksand_Caves/mobs/Triarius_X-XV.lua @@ -16,7 +16,10 @@ entity.spawnPoints = entity.phList = { - [ID.mob.TRIARIUS_X_XV + 9] = ID.mob.TRIARIUS_X_XV, -- -786.730 -0.5 -343.963 + [ID.mob.TRIARIUS_X_XV + 1] = ID.mob.TRIARIUS_X_XV, -- Confirmed on retail + [ID.mob.TRIARIUS_X_XV + 5] = ID.mob.TRIARIUS_X_XV, -- Confirmed on retail + [ID.mob.TRIARIUS_X_XV + 9] = ID.mob.TRIARIUS_X_XV, -- Confirmed on retail + [ID.mob.TRIARIUS_X_XV + 13] = ID.mob.TRIARIUS_X_XV, -- Confirmed on retail } entity.onMobInitialize = function(mob) diff --git a/scripts/zones/Western_Altepa_Desert/mobs/Cactuar.lua b/scripts/zones/Western_Altepa_Desert/mobs/Cactuar.lua index 7797daedd89..a9433e511c4 100644 --- a/scripts/zones/Western_Altepa_Desert/mobs/Cactuar.lua +++ b/scripts/zones/Western_Altepa_Desert/mobs/Cactuar.lua @@ -13,7 +13,7 @@ entity.onMobDeath = function(mob, player, optParams) end entity.onMobDespawn = function(mob) - xi.mob.phOnDespawn(mob, ID.mob.CACTUAR_CANTAUTOR, 5, 3600) -- 1 hour minimum + xi.mob.phOnDespawn(mob, ID.mob.CACTUAR_CANTAUTOR, 15, 3600) -- 1 hour minimum end return entity diff --git a/scripts/zones/Western_Altepa_Desert/mobs/Cactuar_Cantautor.lua b/scripts/zones/Western_Altepa_Desert/mobs/Cactuar_Cantautor.lua index 9431f08a29d..83076a17d65 100644 --- a/scripts/zones/Western_Altepa_Desert/mobs/Cactuar_Cantautor.lua +++ b/scripts/zones/Western_Altepa_Desert/mobs/Cactuar_Cantautor.lua @@ -63,7 +63,7 @@ entity.spawnPoints = entity.phList = { - [ID.mob.CACTUAR_CANTAUTOR - 1] = ID.mob.CACTUAR_CANTAUTOR, -- -458.944 0.018 -557.266 + [ID.mob.CACTUAR_CANTAUTOR - 1] = ID.mob.CACTUAR_CANTAUTOR, -- Confirmed on retail } entity.onMobDeath = function(mob, player, optParams) diff --git a/scripts/zones/Western_Altepa_Desert/mobs/Calchas.lua b/scripts/zones/Western_Altepa_Desert/mobs/Calchas.lua index 51c38177591..59d3661c78f 100644 --- a/scripts/zones/Western_Altepa_Desert/mobs/Calchas.lua +++ b/scripts/zones/Western_Altepa_Desert/mobs/Calchas.lua @@ -19,7 +19,7 @@ entity.spawnPoints = entity.phList = { - [ID.mob.CALCHAS - 2] = ID.mob.CALCHAS, + [ID.mob.CALCHAS - 2] = ID.mob.CALCHAS, -- Confirmed on retail } entity.onMobSpawn = function(mob) diff --git a/scripts/zones/Western_Altepa_Desert/mobs/Celphie.lua b/scripts/zones/Western_Altepa_Desert/mobs/Celphie.lua index 2767f15be4a..1a88f58ce6b 100644 --- a/scripts/zones/Western_Altepa_Desert/mobs/Celphie.lua +++ b/scripts/zones/Western_Altepa_Desert/mobs/Celphie.lua @@ -65,7 +65,7 @@ entity.spawnPoints = entity.phList = { - [ID.mob.CELPHIE - 1] = ID.mob.CELPHIE, -- 50.014 0.256 7.088 + [ID.mob.CELPHIE - 1] = ID.mob.CELPHIE, -- Confirmed on retail } entity.onMobWeaponSkill = function(mob, target, skill, action) diff --git a/scripts/zones/Western_Altepa_Desert/mobs/Picolaton.lua b/scripts/zones/Western_Altepa_Desert/mobs/Picolaton.lua index c4adcf5fd7f..6856b598986 100644 --- a/scripts/zones/Western_Altepa_Desert/mobs/Picolaton.lua +++ b/scripts/zones/Western_Altepa_Desert/mobs/Picolaton.lua @@ -23,7 +23,9 @@ entity.spawnPoints = entity.phList = { - [ID.mob.PICOLATON - 1] = ID.mob.PICOLATON, -- 50.014 0.256 7.088 + [ID.mob.PICOLATON - 8] = ID.mob.PICOLATON, -- Confirmed on retail + [ID.mob.PICOLATON - 1] = ID.mob.PICOLATON, -- Confirmed on retail + [ID.mob.PICOLATON + 9] = ID.mob.PICOLATON, -- Confirmed on retail } entity.onMobInitialize = function(mob) diff --git a/sql/mob_spawn_points.sql b/sql/mob_spawn_points.sql index 71dbac0a6b4..a77bac851fb 100644 --- a/sql/mob_spawn_points.sql +++ b/sql/mob_spawn_points.sql @@ -1255,76 +1255,76 @@ INSERT INTO `mob_spawn_points` VALUES (16801875,0,'Predataur','Predataur',8,0,0, INSERT INTO `mob_spawn_points` VALUES (16805889,0,'Tracer_Antlion','Tracer Antlion',1,38,40,121.173,3.132,-130.448,197); INSERT INTO `mob_spawn_points` VALUES (16805890,0,'Tracer_Antlion','Tracer Antlion',1,38,40,144.183,3.938,-151.932,21); -INSERT INTO `mob_spawn_points` VALUES (16805891,0,'Gallinipper','Gallinipper',2,36,39,102.619,-0.339,-128.023,198); -INSERT INTO `mob_spawn_points` VALUES (16805892,0,'Gallinipper','Gallinipper',2,36,39,67.467,-4.487,-135.368,116); -INSERT INTO `mob_spawn_points` VALUES (16805893,0,'Goblin_Smithy','Goblin Smithy',3,36,39,85.862,-3.709,-129.312,100); -INSERT INTO `mob_spawn_points` VALUES (16805894,0,'Goblin_Shaman','Goblin Shaman',4,35,38,91.069,-3.861,-124.270,173); +INSERT INTO `mob_spawn_points` VALUES (16805891,0,'Gallinipper','Gallinipper',2,36,38,102.619,-0.339,-128.023,198); +INSERT INTO `mob_spawn_points` VALUES (16805892,0,'Gallinipper','Gallinipper',2,36,38,67.467,-4.487,-135.368,116); +INSERT INTO `mob_spawn_points` VALUES (16805893,0,'Goblin_Smithy','Goblin Smithy',3,37,39,85.862,-3.709,-129.312,100); +INSERT INTO `mob_spawn_points` VALUES (16805894,0,'Goblin_Shaman','Goblin Shaman',4,35,37,91.069,-3.861,-124.270,173); INSERT INTO `mob_spawn_points` VALUES (16805895,0,'Tracer_Antlion','Tracer Antlion',1,38,40,199.790,19.923,-220.135,45); INSERT INTO `mob_spawn_points` VALUES (16805896,0,'Doom_Scorpion','Doom Scorpion',5,41,44,175.764,11.461,-252.360,202); INSERT INTO `mob_spawn_points` VALUES (16805897,0,'Doom_Scorpion','Doom Scorpion',5,41,44,173.171,8.810,-155.416,159); -INSERT INTO `mob_spawn_points` VALUES (16805898,0,'Gallinipper','Gallinipper',2,36,39,188.346,16.222,-182.300,33); -INSERT INTO `mob_spawn_points` VALUES (16805899,0,'Gallinipper','Gallinipper',2,36,39,188.347,16.632,-210.078,139); +INSERT INTO `mob_spawn_points` VALUES (16805898,0,'Gallinipper','Gallinipper',2,36,38,188.346,16.222,-182.300,33); +INSERT INTO `mob_spawn_points` VALUES (16805899,0,'Gallinipper','Gallinipper',2,36,38,188.347,16.632,-210.078,139); INSERT INTO `mob_spawn_points` VALUES (16805900,0,'Tracer_Antlion','Tracer Antlion',1,38,40,124.138,6.848,-65.789,11); INSERT INTO `mob_spawn_points` VALUES (16805901,0,'Tracer_Antlion','Tracer Antlion',1,38,40,140.307,15.152,-32.869,49); -INSERT INTO `mob_spawn_points` VALUES (16805902,0,'Goblin_Shaman','Goblin Shaman',4,35,38,120.912,12.137,-25.899,176); -INSERT INTO `mob_spawn_points` VALUES (16805903,0,'Goblin_Furrier','Goblin Furrier',6,35,38,141.766,16.054,-33.883,68); -INSERT INTO `mob_spawn_points` VALUES (16805904,0,'Goblin_Pathfinder','Goblin Pathfinder',7,36,39,179.367,17.201,69.087,220); +INSERT INTO `mob_spawn_points` VALUES (16805902,0,'Goblin_Shaman','Goblin Shaman',4,35,37,120.912,12.137,-25.899,176); +INSERT INTO `mob_spawn_points` VALUES (16805903,0,'Goblin_Furrier','Goblin Furrier',6,35,37,141.766,16.054,-33.883,68); +INSERT INTO `mob_spawn_points` VALUES (16805904,0,'Goblin_Pathfinder','Goblin Pathfinder',7,36,38,179.367,17.201,69.087,220); INSERT INTO `mob_spawn_points` VALUES (16805905,0,'Goblins_Gallinipper','Goblin\'s Gallinipper',8,31,34,175.249,16.708,64.557,216); -INSERT INTO `mob_spawn_points` VALUES (16805906,0,'Goblin_Furrier','Goblin Furrier',6,35,38,77.858,0.621,54.230,77); -INSERT INTO `mob_spawn_points` VALUES (16805907,0,'Gallinipper','Gallinipper',2,36,39,138.133,12.912,49.491,113); -INSERT INTO `mob_spawn_points` VALUES (16805908,0,'Gallinipper','Gallinipper',2,36,39,160.796,12.986,84.017,181); +INSERT INTO `mob_spawn_points` VALUES (16805906,0,'Goblin_Furrier','Goblin Furrier',6,35,37,77.858,0.621,54.230,77); +INSERT INTO `mob_spawn_points` VALUES (16805907,0,'Gallinipper','Gallinipper',2,36,38,138.133,12.912,49.491,113); +INSERT INTO `mob_spawn_points` VALUES (16805908,0,'Gallinipper','Gallinipper',2,36,38,160.796,12.986,84.017,181); INSERT INTO `mob_spawn_points` VALUES (16805909,0,'Attohwa_Coeurl','Attohwa Coeurl',9,37,39,199.614,19.507,156.006,161); INSERT INTO `mob_spawn_points` VALUES (16805910,0,'Tracer_Antlion','Tracer Antlion',1,38,40,254.495,19.682,225.294,52); -INSERT INTO `mob_spawn_points` VALUES (16805911,0,'Gallinipper','Gallinipper',2,36,39,289.536,19.956,216.790,132); -INSERT INTO `mob_spawn_points` VALUES (16805912,0,'Goblin_Furrier','Goblin Furrier',6,35,38,303.095,19.525,227.607,45); -INSERT INTO `mob_spawn_points` VALUES (16805913,0,'Goblin_Smithy','Goblin Smithy',3,36,39,293.777,19.742,217.787,174); +INSERT INTO `mob_spawn_points` VALUES (16805911,0,'Gallinipper','Gallinipper',2,36,38,289.536,19.956,216.790,132); +INSERT INTO `mob_spawn_points` VALUES (16805912,1,'Goblin_Furrier','Goblin Furrier',6,35,37,303.095,19.525,227.607,45); +INSERT INTO `mob_spawn_points` VALUES (16805913,1,'Goblin_Smithy','Goblin Smithy',3,36,38,293.777,19.742,217.787,174); INSERT INTO `mob_spawn_points` VALUES (16805914,0,'Doom_Scorpion','Doom Scorpion',5,41,44,328.417,19.232,169.109,78); INSERT INTO `mob_spawn_points` VALUES (16805915,0,'Doom_Scorpion','Doom Scorpion',5,41,44,359.613,19.618,190.775,193); -INSERT INTO `mob_spawn_points` VALUES (16805916,0,'Gallinipper','Gallinipper',2,36,39,362.117,20.211,219.132,201); -INSERT INTO `mob_spawn_points` VALUES (16805917,0,'Goblin_Furrier','Goblin Furrier',6,35,38,339.884,20.165,233.752,158); -INSERT INTO `mob_spawn_points` VALUES (16805918,0,'Goblin_Shaman','Goblin Shaman',4,35,38,336.714,19.835,195.309,135); -INSERT INTO `mob_spawn_points` VALUES (16805919,0,'Gallinipper','Gallinipper',2,36,39,426.142,20.099,197.870,171); -INSERT INTO `mob_spawn_points` VALUES (16805920,0,'Gallinipper','Gallinipper',2,36,39,401.426,20.238,180.272,171); -INSERT INTO `mob_spawn_points` VALUES (16805921,0,'Goblin_Smithy','Goblin Smithy',3,36,39,401.626,20.172,184.110,84); +INSERT INTO `mob_spawn_points` VALUES (16805916,0,'Gallinipper','Gallinipper',2,36,38,362.117,20.211,219.132,201); +INSERT INTO `mob_spawn_points` VALUES (16805917,2,'Goblin_Furrier','Goblin Furrier',6,35,37,339.884,20.165,233.752,158); +INSERT INTO `mob_spawn_points` VALUES (16805918,2,'Goblin_Shaman','Goblin Shaman',4,35,37,336.714,19.835,195.309,135); +INSERT INTO `mob_spawn_points` VALUES (16805919,0,'Gallinipper','Gallinipper',2,36,38,426.142,20.099,197.870,171); +INSERT INTO `mob_spawn_points` VALUES (16805920,0,'Gallinipper','Gallinipper',2,36,38,401.426,20.238,180.272,171); +INSERT INTO `mob_spawn_points` VALUES (16805921,0,'Goblin_Smithy','Goblin Smithy',3,37,39,401.626,20.172,184.110,84); INSERT INTO `mob_spawn_points` VALUES (16805922,0,'Attohwa_Coeurl','Attohwa Coeurl',9,37,39,447.880,19.532,120.920,127); INSERT INTO `mob_spawn_points` VALUES (16805923,0,'Attohwa_Coeurl','Attohwa Coeurl',9,37,39,498.524,20.135,122.415,111); INSERT INTO `mob_spawn_points` VALUES (16805924,0,'Tracer_Antlion','Tracer Antlion',1,38,40,527.798,19.214,69.674,211); INSERT INTO `mob_spawn_points` VALUES (16805925,0,'Tracer_Antlion','Tracer Antlion',1,38,40,549.573,6.100,30.641,28); -INSERT INTO `mob_spawn_points` VALUES (16805926,0,'Goblin_Pathfinder','Goblin Pathfinder',7,36,39,532.948,17.356,82.641,194); +INSERT INTO `mob_spawn_points` VALUES (16805926,0,'Goblin_Pathfinder','Goblin Pathfinder',7,38,39,532.948,17.356,82.641,194); INSERT INTO `mob_spawn_points` VALUES (16805927,0,'Goblins_Gallinipper','Goblin\'s Gallinipper',8,31,34,532.217,17.517,81.001,196); INSERT INTO `mob_spawn_points` VALUES (16805928,0,'Tracer_Antlion','Tracer Antlion',1,38,40,549.076,12.850,-36.365,203); INSERT INTO `mob_spawn_points` VALUES (16805929,0,'Doom_Scorpion','Doom Scorpion',5,41,44,552.856,10.475,-25.063,89); -INSERT INTO `mob_spawn_points` VALUES (16805930,0,'Gallinipper','Gallinipper',2,36,39,547.628,10.502,-15.604,9); +INSERT INTO `mob_spawn_points` VALUES (16805930,0,'Gallinipper','Gallinipper',2,37,39,547.628,10.502,-15.604,9); INSERT INTO `mob_spawn_points` VALUES (16805931,0,'Attohwa_Coeurl','Attohwa Coeurl',9,37,39,499.121,19.274,49.069,162); -INSERT INTO `mob_spawn_points` VALUES (16805932,0,'Attohwa_Coeurl','Attohwa Coeurl',9,37,39,472.409,19.123,-1.265,223); +INSERT INTO `mob_spawn_points` VALUES (16805932,0,'Attohwa_Coeurl','Attohwa Coeurl',9,38,39,472.409,19.123,-1.265,223); INSERT INTO `mob_spawn_points` VALUES (16805933,0,'Doom_Scorpion','Doom Scorpion',5,41,44,412.552,19.071,22.753,250); INSERT INTO `mob_spawn_points` VALUES (16805934,0,'Doom_Scorpion','Doom Scorpion',5,41,44,412.440,19.062,21.739,29); -INSERT INTO `mob_spawn_points` VALUES (16805935,0,'Gallinipper','Gallinipper',2,36,39,422.843,19.723,10.547,149); +INSERT INTO `mob_spawn_points` VALUES (16805935,0,'Gallinipper','Gallinipper',2,37,39,422.843,19.723,10.547,149); INSERT INTO `mob_spawn_points` VALUES (16805936,0,'Chasm_Lizard','Chasm Lizard',10,40,42,408.173,19.301,14.956,54); INSERT INTO `mob_spawn_points` VALUES (16805937,0,'Burrow_Antlion','Burrow Antlion',11,41,44,231.151,19.330,171.645,0); INSERT INTO `mob_spawn_points` VALUES (16805938,0,'Chasm_Lizard','Chasm Lizard',10,40,42,395.187,20.017,68.456,32); -INSERT INTO `mob_spawn_points` VALUES (16805939,0,'Goblin_Smithy','Goblin Smithy',3,36,39,395.927,20.038,69.015,38); +INSERT INTO `mob_spawn_points` VALUES (16805939,0,'Goblin_Smithy','Goblin Smithy',3,37,39,395.927,20.038,69.015,38); INSERT INTO `mob_spawn_points` VALUES (16805940,0,'Chasm_Lizard','Chasm Lizard',10,40,42,312.982,19.730,77.991,8); -INSERT INTO `mob_spawn_points` VALUES (16805941,0,'Gallinipper','Gallinipper',2,36,39,0.000,0.000,0.000,0); +INSERT INTO `mob_spawn_points` VALUES (16805941,3,'Gallinipper','Gallinipper',2,37,39,0.000,0.000,0.000,0); INSERT INTO `mob_spawn_points` VALUES (16805942,0,'Chasm_Lizard','Chasm Lizard',10,40,42,270.963,19.542,83.237,240); -INSERT INTO `mob_spawn_points` VALUES (16805943,0,'Gallinipper','Gallinipper',2,36,39,241.207,20.018,57.551,79); -INSERT INTO `mob_spawn_points` VALUES (16805944,0,'Goblin_Smithy','Goblin Smithy',3,36,39,240.646,20.214,63.696,81); -INSERT INTO `mob_spawn_points` VALUES (16805945,0,'Gallinipper','Gallinipper',2,36,39,239.784,19.761,8.901,191); +INSERT INTO `mob_spawn_points` VALUES (16805943,3,'Gallinipper','Gallinipper',2,37,39,241.207,20.018,57.551,79); +INSERT INTO `mob_spawn_points` VALUES (16805944,0,'Goblin_Smithy','Goblin Smithy',3,37,39,240.646,20.214,63.696,81); +INSERT INTO `mob_spawn_points` VALUES (16805945,0,'Gallinipper','Gallinipper',2,37,39,239.784,19.761,8.901,191); INSERT INTO `mob_spawn_points` VALUES (16805946,0,'Tracer_Antlion','Tracer Antlion',1,38,40,241.263,19.519,4.641,152); INSERT INTO `mob_spawn_points` VALUES (16805947,0,'Tracer_Antlion','Tracer Antlion',1,38,40,259.303,19.585,-111.287,238); -INSERT INTO `mob_spawn_points` VALUES (16805948,0,'Goblin_Furrier','Goblin Furrier',6,35,38,241.237,19.835,-94.707,85); +INSERT INTO `mob_spawn_points` VALUES (16805948,0,'Goblin_Furrier','Goblin Furrier',6,35,37,241.237,19.835,-94.707,85); INSERT INTO `mob_spawn_points` VALUES (16805949,0,'Chasm_Lizard','Chasm Lizard',10,40,42,327.707,19.557,-127.261,94); -INSERT INTO `mob_spawn_points` VALUES (16805950,0,'Goblin_Furrier','Goblin Furrier',6,35,38,322.218,20.186,-135.694,72); +INSERT INTO `mob_spawn_points` VALUES (16805950,0,'Goblin_Furrier','Goblin Furrier',6,35,37,322.218,20.186,-135.694,72); INSERT INTO `mob_spawn_points` VALUES (16805951,0,'Chasm_Lizard','Chasm Lizard',10,40,42,412.780,19.728,-116.145,160); -INSERT INTO `mob_spawn_points` VALUES (16805952,0,'Gallinipper','Gallinipper',2,36,39,381.161,20.295,-120.078,245); -INSERT INTO `mob_spawn_points` VALUES (16805953,0,'Goblin_Shaman','Goblin Shaman',4,35,38,406.631,19.582,-117.030,17); -INSERT INTO `mob_spawn_points` VALUES (16805954,0,'Goblin_Shaman','Goblin Shaman',4,35,38,393.382,20.292,-60.708,27); -INSERT INTO `mob_spawn_points` VALUES (16805955,0,'Goblin_Shaman','Goblin Shaman',4,35,38,397.792,20.018,-55.198,174); +INSERT INTO `mob_spawn_points` VALUES (16805952,0,'Gallinipper','Gallinipper',2,37,39,381.161,20.295,-120.078,245); +INSERT INTO `mob_spawn_points` VALUES (16805953,0,'Goblin_Shaman','Goblin Shaman',4,35,37,406.631,19.582,-117.030,17); +INSERT INTO `mob_spawn_points` VALUES (16805954,0,'Goblin_Shaman','Goblin Shaman',4,35,37,393.382,20.292,-60.708,27); +INSERT INTO `mob_spawn_points` VALUES (16805955,0,'Goblin_Shaman','Goblin Shaman',4,35,37,397.792,20.018,-55.198,174); INSERT INTO `mob_spawn_points` VALUES (16805956,0,'Tracer_Antlion','Tracer Antlion',1,38,40,258.854,20.034,-242.113,94); -INSERT INTO `mob_spawn_points` VALUES (16805957,0,'Goblin_Pathfinder','Goblin Pathfinder',7,36,39,269.131,19.849,-237.688,127); +INSERT INTO `mob_spawn_points` VALUES (16805957,0,'Goblin_Pathfinder','Goblin Pathfinder',7,38,39,269.131,19.849,-237.688,127); INSERT INTO `mob_spawn_points` VALUES (16805958,0,'Goblins_Gallinipper','Goblin\'s Gallinipper',8,31,34,269.870,19.745,-237.517,252); -INSERT INTO `mob_spawn_points` VALUES (16805959,0,'Gallinipper','Gallinipper',2,36,39,200.036,19.532,-44.221,190); -INSERT INTO `mob_spawn_points` VALUES (16805960,0,'Gallinipper','Gallinipper',2,36,39,202.344,19.595,-75.223,63); +INSERT INTO `mob_spawn_points` VALUES (16805959,0,'Gallinipper','Gallinipper',2,37,39,200.036,19.532,-44.221,190); +INSERT INTO `mob_spawn_points` VALUES (16805960,0,'Gallinipper','Gallinipper',2,37,39,202.344,19.595,-75.223,63); INSERT INTO `mob_spawn_points` VALUES (16805961,0,'Attohwa_Coeurl','Attohwa Coeurl',9,37,39,199.226,20.261,-58.223,45); INSERT INTO `mob_spawn_points` VALUES (16805962,0,'Sekhmet','Sekhmet',12,52,53,199.960,19.486,-44.082,168); INSERT INTO `mob_spawn_points` VALUES (16805963,0,'Tracer_Antlion','Tracer Antlion',1,38,40,211.707,19.751,-2.363,210); @@ -1335,183 +1335,183 @@ INSERT INTO `mob_spawn_points` VALUES (16805967,0,'Attohwa_Coeurl','Attohwa Coeu INSERT INTO `mob_spawn_points` VALUES (16805968,0,'Chasm_Lizard','Chasm Lizard',10,40,42,262.444,19.414,134.738,74); INSERT INTO `mob_spawn_points` VALUES (16805969,0,'Tracer_Antlion','Tracer Antlion',1,38,40,237.646,19.647,86.881,112); INSERT INTO `mob_spawn_points` VALUES (16805970,0,'Tracer_Antlion','Tracer Antlion',1,38,40,246.671,19.229,114.585,219); -INSERT INTO `mob_spawn_points` VALUES (16805971,0,'Goblin_Smithy','Goblin Smithy',3,36,39,236.959,19.500,118.408,211); -INSERT INTO `mob_spawn_points` VALUES (16805972,0,'Goblin_Shaman','Goblin Shaman',4,35,38,240.532,19.836,94.410,104); +INSERT INTO `mob_spawn_points` VALUES (16805971,4,'Goblin_Smithy','Goblin Smithy',3,37,39,236.959,19.500,118.408,211); +INSERT INTO `mob_spawn_points` VALUES (16805972,4,'Goblin_Shaman','Goblin Shaman',4,37,39,240.532,19.836,94.410,104); INSERT INTO `mob_spawn_points` VALUES (16805973,0,'Chasm_Lizard','Chasm Lizard',10,40,42,243.709,19.521,111.244,27); INSERT INTO `mob_spawn_points` VALUES (16805974,0,'Burrow_Antlion','Burrow Antlion',11,41,44,405.358,19.500,116.128,0); -INSERT INTO `mob_spawn_points` VALUES (16805975,0,'Gallinipper','Gallinipper',2,36,39,320.056,19.931,131.636,184); +INSERT INTO `mob_spawn_points` VALUES (16805975,0,'Gallinipper','Gallinipper',2,37,39,320.056,19.931,131.636,184); INSERT INTO `mob_spawn_points` VALUES (16805976,0,'Attohwa_Coeurl','Attohwa Coeurl',9,37,39,322.781,19.369,118.032,90); -INSERT INTO `mob_spawn_points` VALUES (16805977,0,'Gallinipper','Gallinipper',2,36,39,352.604,19.175,115.182,53); -INSERT INTO `mob_spawn_points` VALUES (16805978,0,'Gallinipper','Gallinipper',2,36,39,387.337,19.333,106.977,230); +INSERT INTO `mob_spawn_points` VALUES (16805977,0,'Gallinipper','Gallinipper',2,37,39,352.604,19.175,115.182,53); +INSERT INTO `mob_spawn_points` VALUES (16805978,0,'Gallinipper','Gallinipper',2,37,39,387.337,19.333,106.977,230); INSERT INTO `mob_spawn_points` VALUES (16805979,0,'Goblin_Robber','Goblin Robber',13,42,44,241.283,19.716,-170.978,141); -INSERT INTO `mob_spawn_points` VALUES (16805980,0,'Goblin_Trader','Goblin Trader',14,43,44,232.185,19.304,-190.901,122); +INSERT INTO `mob_spawn_points` VALUES (16805980,0,'Goblin_Trader','Goblin Trader',14,42,44,232.185,19.304,-190.901,122); INSERT INTO `mob_spawn_points` VALUES (16805981,0,'Goblins_Ogrefly','Goblin\'s Ogrefly',15,38,39,234.808,19.580,-191.177,123); INSERT INTO `mob_spawn_points` VALUES (16805982,0,'Goblin_Reaper','Goblin Reaper',16,42,44,284.920,19.242,-165.717,30); -INSERT INTO `mob_spawn_points` VALUES (16805983,0,'Master_Coeurl','Master Coeurl',17,46,48,284.138,19.410,-161.315,53); +INSERT INTO `mob_spawn_points` VALUES (16805983,0,'Master_Coeurl','Master Coeurl',17,46,47,284.138,19.410,-161.315,53); INSERT INTO `mob_spawn_points` VALUES (16805984,0,'Burrow_Antlion','Burrow Antlion',11,41,44,315.398,19.822,-146.192,0); INSERT INTO `mob_spawn_points` VALUES (16805985,0,'Goblin_Poacher','Goblin Poacher',18,42,44,285.575,19.411,-196.078,15); -INSERT INTO `mob_spawn_points` VALUES (16805986,0,'Goblin_Robber','Goblin Robber',13,42,44,309.058,19.500,-173.137,192); -INSERT INTO `mob_spawn_points` VALUES (16805987,0,'Goblin_Reaper','Goblin Reaper',16,42,44,0.000,0.000,0.000,0); -INSERT INTO `mob_spawn_points` VALUES (16805988,0,'Ogrefly','Ogrefly',19,44,47,320.499,20.223,-137.888,210); -INSERT INTO `mob_spawn_points` VALUES (16805989,0,'Ogrefly','Ogrefly',19,44,47,321.074,20.233,-137.800,194); -INSERT INTO `mob_spawn_points` VALUES (16805990,0,'Master_Coeurl','Master Coeurl',17,46,48,313.366,19.319,-203.489,68); +INSERT INTO `mob_spawn_points` VALUES (16805986,5,'Goblin_Robber','Goblin Robber',13,42,44,309.058,19.500,-173.137,192); +INSERT INTO `mob_spawn_points` VALUES (16805987,5,'Goblin_Reaper','Goblin Reaper',16,42,44,0.000,0.000,0.000,0); +INSERT INTO `mob_spawn_points` VALUES (16805988,0,'Ogrefly','Ogrefly',19,44,46,320.499,20.223,-137.888,210); +INSERT INTO `mob_spawn_points` VALUES (16805989,0,'Ogrefly','Ogrefly',19,44,46,321.074,20.233,-137.800,194); +INSERT INTO `mob_spawn_points` VALUES (16805990,0,'Master_Coeurl','Master Coeurl',17,46,47,313.366,19.319,-203.489,68); INSERT INTO `mob_spawn_points` VALUES (16805991,0,'Burrow_Antlion','Burrow Antlion',11,41,44,328.095,19.770,-213.731,0); INSERT INTO `mob_spawn_points` VALUES (16805992,0,'Hunter_Antlion','Hunter Antlion',20,45,46,343.837,18.987,-251.040,252); -INSERT INTO `mob_spawn_points` VALUES (16805993,0,'Ogrefly','Ogrefly',19,44,47,321.794,19.374,-242.223,103); +INSERT INTO `mob_spawn_points` VALUES (16805993,0,'Ogrefly','Ogrefly',19,44,46,321.794,19.374,-242.223,103); INSERT INTO `mob_spawn_points` VALUES (16805994,0,'Burrow_Antlion','Burrow Antlion',11,41,44,374.945,19.200,-171.876,0); -INSERT INTO `mob_spawn_points` VALUES (16805995,0,'Ogrefly','Ogrefly',19,44,47,366.055,19.103,-200.487,8); +INSERT INTO `mob_spawn_points` VALUES (16805995,0,'Ogrefly','Ogrefly',19,44,46,366.055,19.103,-200.487,8); INSERT INTO `mob_spawn_points` VALUES (16805996,0,'Goblin_Poacher','Goblin Poacher',18,42,44,358.689,19.894,-227.724,45); -INSERT INTO `mob_spawn_points` VALUES (16805997,0,'Goblin_Trader','Goblin Trader',14,43,44,365.594,19.370,-166.660,224); +INSERT INTO `mob_spawn_points` VALUES (16805997,0,'Goblin_Trader','Goblin Trader',14,42,44,365.594,19.370,-166.660,224); INSERT INTO `mob_spawn_points` VALUES (16805998,0,'Goblins_Ogrefly','Goblin\'s Ogrefly',15,38,39,363.780,19.597,-168.571,208); INSERT INTO `mob_spawn_points` VALUES (16805999,0,'Hunter_Antlion','Hunter Antlion',20,45,46,403.446,19.562,-264.733,190); -INSERT INTO `mob_spawn_points` VALUES (16806000,0,'Ogrefly','Ogrefly',19,44,47,422.028,20.146,-239.631,234); -INSERT INTO `mob_spawn_points` VALUES (16806001,0,'Ogrefly','Ogrefly',19,44,47,422.485,20.147,-240.129,222); +INSERT INTO `mob_spawn_points` VALUES (16806000,0,'Ogrefly','Ogrefly',19,44,46,422.028,20.146,-239.631,234); +INSERT INTO `mob_spawn_points` VALUES (16806001,0,'Ogrefly','Ogrefly',19,44,46,422.485,20.147,-240.129,222); INSERT INTO `mob_spawn_points` VALUES (16806002,0,'Doom_Scorpion','Doom Scorpion',5,41,44,410.227,19.833,-158.752,152); INSERT INTO `mob_spawn_points` VALUES (16806003,0,'Doom_Scorpion','Doom Scorpion',5,41,44,415.878,18.793,-188.754,153); INSERT INTO `mob_spawn_points` VALUES (16806004,0,'Doom_Scorpion','Doom Scorpion',5,41,44,428.686,19.736,-160.619,15); -INSERT INTO `mob_spawn_points` VALUES (16806005,0,'Bane_Lizard','Bane Lizard',21,47,49,396.717,19.499,-160.875,101); -INSERT INTO `mob_spawn_points` VALUES (16806006,0,'Bane_Lizard','Bane Lizard',21,47,49,0.000,0.000,0.000,0); -INSERT INTO `mob_spawn_points` VALUES (16806007,0,'Ogrefly','Ogrefly',19,44,47,422.134,20.098,-200.611,171); -INSERT INTO `mob_spawn_points` VALUES (16806008,0,'Ogrefly','Ogrefly',19,44,47,408.327,19.680,-201.604,46); -INSERT INTO `mob_spawn_points` VALUES (16806009,0,'Bane_Lizard','Bane Lizard',21,47,49,479.499,19.777,-230.149,186); -INSERT INTO `mob_spawn_points` VALUES (16806010,0,'Bane_Lizard','Bane Lizard',21,47,49,461.600,20.253,-242.426,12); +INSERT INTO `mob_spawn_points` VALUES (16806005,0,'Bane_Lizard','Bane Lizard',21,47,48,396.717,19.499,-160.875,101); +INSERT INTO `mob_spawn_points` VALUES (16806006,6,'Bane_Lizard','Bane Lizard',21,47,48,0.000,0.000,0.000,0); +INSERT INTO `mob_spawn_points` VALUES (16806007,6,'Ogrefly','Ogrefly',19,45,47,422.134,20.098,-200.611,171); +INSERT INTO `mob_spawn_points` VALUES (16806008,0,'Ogrefly','Ogrefly',19,45,47,408.327,19.680,-201.604,46); +INSERT INTO `mob_spawn_points` VALUES (16806009,0,'Bane_Lizard','Bane Lizard',21,47,48,479.499,19.777,-230.149,186); +INSERT INTO `mob_spawn_points` VALUES (16806010,0,'Bane_Lizard','Bane Lizard',21,47,48,461.600,20.253,-242.426,12); INSERT INTO `mob_spawn_points` VALUES (16806011,0,'Pit_Antlion','Pit Antlion',22,49,51,479.291,20.358,-219.867,0); INSERT INTO `mob_spawn_points` VALUES (16806012,0,'Hunter_Antlion','Hunter Antlion',20,45,46,520.479,19.752,-213.250,95); INSERT INTO `mob_spawn_points` VALUES (16806013,0,'Hunter_Antlion','Hunter Antlion',20,45,46,493.843,19.737,-218.858,220); -INSERT INTO `mob_spawn_points` VALUES (16806014,0,'Bane_Lizard','Bane Lizard',21,47,49,483.512,19.697,-187.095,232); -INSERT INTO `mob_spawn_points` VALUES (16806015,0,'Ogrefly','Ogrefly',19,44,47,482.208,19.561,-193.348,87); -INSERT INTO `mob_spawn_points` VALUES (16806016,0,'Master_Coeurl','Master Coeurl',17,46,48,471.532,19.312,-113.094,171); -INSERT INTO `mob_spawn_points` VALUES (16806017,0,'Ogrefly','Ogrefly',19,44,47,481.954,19.354,-122.678,127); -INSERT INTO `mob_spawn_points` VALUES (16806018,0,'Master_Coeurl','Master Coeurl',17,46,48,442.889,19.943,-64.328,186); -INSERT INTO `mob_spawn_points` VALUES (16806019,0,'Ogrefly','Ogrefly',19,44,47,443.075,19.414,-82.118,86); +INSERT INTO `mob_spawn_points` VALUES (16806014,0,'Bane_Lizard','Bane Lizard',21,47,48,483.512,19.697,-187.095,232); +INSERT INTO `mob_spawn_points` VALUES (16806015,0,'Ogrefly','Ogrefly',19,45,47,482.208,19.561,-193.348,87); +INSERT INTO `mob_spawn_points` VALUES (16806016,0,'Master_Coeurl','Master Coeurl',17,47,48,471.532,19.312,-113.094,171); +INSERT INTO `mob_spawn_points` VALUES (16806017,0,'Ogrefly','Ogrefly',19,45,47,481.954,19.354,-122.678,127); +INSERT INTO `mob_spawn_points` VALUES (16806018,0,'Master_Coeurl','Master Coeurl',17,47,48,442.889,19.943,-64.328,186); +INSERT INTO `mob_spawn_points` VALUES (16806019,0,'Ogrefly','Ogrefly',19,46,47,443.075,19.414,-82.118,86); INSERT INTO `mob_spawn_points` VALUES (16806020,0,'Pit_Antlion','Pit Antlion',22,49,51,464.744,19.539,-97.982,0); INSERT INTO `mob_spawn_points` VALUES (16806021,0,'Hunter_Antlion','Hunter Antlion',20,45,46,519.803,19.573,-150.794,221); INSERT INTO `mob_spawn_points` VALUES (16806022,0,'Hunter_Antlion','Hunter Antlion',20,45,46,521.131,19.772,-147.402,72); -INSERT INTO `mob_spawn_points` VALUES (16806023,0,'Ogrefly','Ogrefly',19,44,47,519.907,20.244,-180.692,174); +INSERT INTO `mob_spawn_points` VALUES (16806023,0,'Ogrefly','Ogrefly',19,45,47,519.907,20.244,-180.692,174); INSERT INTO `mob_spawn_points` VALUES (16806024,0,'Pit_Antlion','Pit Antlion',22,49,51,468.221,19.500,-27.535,0); INSERT INTO `mob_spawn_points` VALUES (16806025,0,'Bane_Lizard','Bane Lizard',21,47,49,519.786,19.462,-73.137,96); INSERT INTO `mob_spawn_points` VALUES (16806026,0,'Bane_Lizard','Bane Lizard',21,47,49,524.034,19.268,-93.583,255); -INSERT INTO `mob_spawn_points` VALUES (16806027,0,'Ogrefly','Ogrefly',19,44,47,518.442,19.647,-113.428,210); -INSERT INTO `mob_spawn_points` VALUES (16806028,0,'Master_Coeurl','Master Coeurl',17,46,48,470.802,18.927,-72.160,222); -INSERT INTO `mob_spawn_points` VALUES (16806029,0,'Ogrefly','Ogrefly',19,44,47,478.897,20.439,-59.991,226); -INSERT INTO `mob_spawn_points` VALUES (16806030,0,'Master_Coeurl','Master Coeurl',17,46,48,460.625,19.397,-28.494,142); -INSERT INTO `mob_spawn_points` VALUES (16806031,0,'Lioumere','Lioumere',23,50,52,478.863,19.500,41.673,27); -INSERT INTO `mob_spawn_points` VALUES (16806032,0,'Hecteyes','Hecteyes',24,35,39,-140.453,19.578,-187.775,83); -INSERT INTO `mob_spawn_points` VALUES (16806033,0,'Hecteyes','Hecteyes',24,35,39,-150.670,19.510,-181.204,3); -INSERT INTO `mob_spawn_points` VALUES (16806034,0,'Hecteyes','Hecteyes',24,35,39,-115.597,28.678,-140.461,123); -INSERT INTO `mob_spawn_points` VALUES (16806035,0,'Hecteyes','Hecteyes',24,35,39,-123.412,28.528,-141.529,124); -INSERT INTO `mob_spawn_points` VALUES (16806036,0,'Flesh_Eater','Flesh Eater',25,34,37,-123.315,28.478,-141.801,124); -INSERT INTO `mob_spawn_points` VALUES (16806037,0,'Hecteyes','Hecteyes',24,35,39,19.798,18.520,-150.208,49); -INSERT INTO `mob_spawn_points` VALUES (16806038,0,'Hecteyes','Hecteyes',24,35,39,20.232,18.518,-150.440,51); -INSERT INTO `mob_spawn_points` VALUES (16806039,0,'Flesh_Eater','Flesh Eater',25,34,37,4.778,18.946,-142.154,124); -INSERT INTO `mob_spawn_points` VALUES (16806040,0,'Flesh_Eater','Flesh Eater',25,34,37,5.162,11.151,-180.596,102); +INSERT INTO `mob_spawn_points` VALUES (16806027,0,'Ogrefly','Ogrefly',19,45,47,518.442,19.647,-113.428,210); +INSERT INTO `mob_spawn_points` VALUES (16806028,0,'Master_Coeurl','Master Coeurl',17,47,48,470.802,18.927,-72.160,222); +INSERT INTO `mob_spawn_points` VALUES (16806029,0,'Ogrefly','Ogrefly',19,46,47,478.897,20.439,-59.991,226); +INSERT INTO `mob_spawn_points` VALUES (16806030,0,'Master_Coeurl','Master Coeurl',17,47,48,460.625,19.397,-28.494,142); +INSERT INTO `mob_spawn_points` VALUES (16806031,0,'Lioumere','Lioumere',23,51,52,478.863,19.500,41.673,27); +INSERT INTO `mob_spawn_points` VALUES (16806032,0,'Hecteyes','Hecteyes',24,35,37,-140.453,19.578,-187.775,83); +INSERT INTO `mob_spawn_points` VALUES (16806033,0,'Hecteyes','Hecteyes',24,35,37,-150.670,19.510,-181.204,3); +INSERT INTO `mob_spawn_points` VALUES (16806034,0,'Hecteyes','Hecteyes',24,35,37,-115.597,28.678,-140.461,123); +INSERT INTO `mob_spawn_points` VALUES (16806035,0,'Hecteyes','Hecteyes',24,35,37,-123.412,28.528,-141.529,124); +INSERT INTO `mob_spawn_points` VALUES (16806036,0,'Flesh_Eater','Flesh Eater',25,34,35,-123.315,28.478,-141.801,124); +INSERT INTO `mob_spawn_points` VALUES (16806037,0,'Hecteyes','Hecteyes',24,35,37,19.798,18.520,-150.208,49); +INSERT INTO `mob_spawn_points` VALUES (16806038,0,'Hecteyes','Hecteyes',24,35,37,20.232,18.518,-150.440,51); +INSERT INTO `mob_spawn_points` VALUES (16806039,0,'Flesh_Eater','Flesh Eater',25,34,35,4.778,18.946,-142.154,124); +INSERT INTO `mob_spawn_points` VALUES (16806040,0,'Flesh_Eater','Flesh Eater',25,34,35,5.162,11.151,-180.596,102); INSERT INTO `mob_spawn_points` VALUES (16806041,0,'Will-o-the-Wykes','Will-o\'-the-Wykes',26,40,43,21.137,18.508,-150.465,51); -INSERT INTO `mob_spawn_points` VALUES (16806042,0,'Hecteyes','Hecteyes',24,35,39,-18.429,-0.577,-224.558,173); -INSERT INTO `mob_spawn_points` VALUES (16806043,0,'Hecteyes','Hecteyes',24,35,39,-23.157,-0.497,-226.081,59); -INSERT INTO `mob_spawn_points` VALUES (16806044,0,'Hecteyes','Hecteyes',24,35,39,-132.441,19.576,-102.501,224); -INSERT INTO `mob_spawn_points` VALUES (16806045,0,'Hecteyes','Hecteyes',24,35,39,-144.021,19.408,-99.955,107); -INSERT INTO `mob_spawn_points` VALUES (16806046,0,'Flesh_Eater','Flesh Eater',25,34,37,-139.070,19.477,-97.983,36); +INSERT INTO `mob_spawn_points` VALUES (16806042,0,'Hecteyes','Hecteyes',24,35,37,-18.429,-0.577,-224.558,173); +INSERT INTO `mob_spawn_points` VALUES (16806043,0,'Hecteyes','Hecteyes',24,35,37,-23.157,-0.497,-226.081,59); +INSERT INTO `mob_spawn_points` VALUES (16806044,0,'Hecteyes','Hecteyes',24,35,37,-132.441,19.576,-102.501,224); +INSERT INTO `mob_spawn_points` VALUES (16806045,0,'Hecteyes','Hecteyes',24,36,37,-144.021,19.408,-99.955,107); +INSERT INTO `mob_spawn_points` VALUES (16806046,0,'Flesh_Eater','Flesh Eater',25,34,35,-139.070,19.477,-97.983,36); INSERT INTO `mob_spawn_points` VALUES (16806047,0,'Will-o-the-Wykes','Will-o\'-the-Wykes',26,40,43,-139.111,19.560,-109.550,53); -INSERT INTO `mob_spawn_points` VALUES (16806048,0,'Flesh_Eater','Flesh Eater',25,34,37,-166.170,7.071,-137.287,23); -INSERT INTO `mob_spawn_points` VALUES (16806049,0,'Flesh_Eater','Flesh Eater',25,34,37,-176.737,1.799,-126.924,169); +INSERT INTO `mob_spawn_points` VALUES (16806048,0,'Flesh_Eater','Flesh Eater',25,34,35,-166.170,7.071,-137.287,23); +INSERT INTO `mob_spawn_points` VALUES (16806049,0,'Flesh_Eater','Flesh Eater',25,34,35,-176.737,1.799,-126.924,169); INSERT INTO `mob_spawn_points` VALUES (16806050,0,'Earth_Elemental','Earth Elemental',27,40,42,-178.309,0.108,-118.041,185); -INSERT INTO `mob_spawn_points` VALUES (16806051,0,'Flesh_Eater','Flesh Eater',25,34,37,-66.936,33.382,-122.975,186); -INSERT INTO `mob_spawn_points` VALUES (16806052,0,'Flesh_Eater','Flesh Eater',25,34,37,-63.057,33.596,-103.561,205); -INSERT INTO `mob_spawn_points` VALUES (16806053,0,'Flesh_Eater','Flesh Eater',25,34,37,-65.304,33.543,-110.112,205); -INSERT INTO `mob_spawn_points` VALUES (16806054,0,'Air_Elemental','Air Elemental',28,40,43,-66.337,33.556,-112.926,74); -INSERT INTO `mob_spawn_points` VALUES (16806055,0,'Flesh_Eater','Flesh Eater',25,34,37,-47.766,33.483,-117.816,76); -INSERT INTO `mob_spawn_points` VALUES (16806056,0,'Flesh_Eater','Flesh Eater',25,34,37,-45.126,33.501,-110.288,207); -INSERT INTO `mob_spawn_points` VALUES (16806057,0,'Air_Elemental','Air Elemental',28,40,43,-46.810,33.450,-114.395,77); -INSERT INTO `mob_spawn_points` VALUES (16806058,0,'Hecteyes','Hecteyes',24,35,39,27.826,9.806,-58.642,131); -INSERT INTO `mob_spawn_points` VALUES (16806059,0,'Hecteyes','Hecteyes',24,35,39,12.966,8.964,-56.711,247); +INSERT INTO `mob_spawn_points` VALUES (16806051,0,'Flesh_Eater','Flesh Eater',25,34,35,-66.936,33.382,-122.975,186); +INSERT INTO `mob_spawn_points` VALUES (16806052,0,'Flesh_Eater','Flesh Eater',25,34,35,-63.057,33.596,-103.561,205); +INSERT INTO `mob_spawn_points` VALUES (16806053,0,'Flesh_Eater','Flesh Eater',25,34,35,-65.304,33.543,-110.112,205); +INSERT INTO `mob_spawn_points` VALUES (16806054,7,'Air_Elemental','Air Elemental',28,40,42,-66.337,33.556,-112.926,74); +INSERT INTO `mob_spawn_points` VALUES (16806055,0,'Flesh_Eater','Flesh Eater',25,34,35,-47.766,33.483,-117.816,76); +INSERT INTO `mob_spawn_points` VALUES (16806056,0,'Flesh_Eater','Flesh Eater',25,34,35,-45.126,33.501,-110.288,207); +INSERT INTO `mob_spawn_points` VALUES (16806057,7,'Air_Elemental','Air Elemental',28,40,42,-46.810,33.450,-114.395,77); +INSERT INTO `mob_spawn_points` VALUES (16806058,0,'Hecteyes','Hecteyes',24,35,37,27.826,9.806,-58.642,131); +INSERT INTO `mob_spawn_points` VALUES (16806059,0,'Hecteyes','Hecteyes',24,35,37,12.966,8.964,-56.711,247); INSERT INTO `mob_spawn_points` VALUES (16806060,0,'Will-o-the-Wykes','Will-o\'-the-Wykes',26,40,43,-5.661,9.508,-60.284,248); -INSERT INTO `mob_spawn_points` VALUES (16806061,0,'Hecteyes','Hecteyes',24,35,39,52.981,19.428,-18.805,116); -INSERT INTO `mob_spawn_points` VALUES (16806062,0,'Flesh_Eater','Flesh Eater',25,34,37,58.977,19.646,-17.366,68); -INSERT INTO `mob_spawn_points` VALUES (16806063,0,'Flesh_Eater','Flesh Eater',25,34,37,54.485,19.412,-16.372,213); -INSERT INTO `mob_spawn_points` VALUES (16806064,0,'Hecteyes','Hecteyes',24,35,39,12.083,9.463,18.952,155); -INSERT INTO `mob_spawn_points` VALUES (16806065,0,'Flesh_Eater','Flesh Eater',25,34,37,11.914,9.470,21.624,96); -INSERT INTO `mob_spawn_points` VALUES (16806066,0,'Hecteyes','Hecteyes',24,35,39,21.631,-0.605,96.137,1); -INSERT INTO `mob_spawn_points` VALUES (16806067,0,'Hecteyes','Hecteyes',24,35,39,21.778,-0.474,96.386,12); +INSERT INTO `mob_spawn_points` VALUES (16806061,0,'Hecteyes','Hecteyes',24,35,37,52.981,19.428,-18.805,116); +INSERT INTO `mob_spawn_points` VALUES (16806062,0,'Flesh_Eater','Flesh Eater',25,34,35,58.977,19.646,-17.366,68); +INSERT INTO `mob_spawn_points` VALUES (16806063,0,'Flesh_Eater','Flesh Eater',25,34,35,54.485,19.412,-16.372,213); +INSERT INTO `mob_spawn_points` VALUES (16806064,0,'Hecteyes','Hecteyes',24,35,37,12.083,9.463,18.952,155); +INSERT INTO `mob_spawn_points` VALUES (16806065,0,'Flesh_Eater','Flesh Eater',25,34,35,11.914,9.470,21.624,96); +INSERT INTO `mob_spawn_points` VALUES (16806066,0,'Hecteyes','Hecteyes',24,35,37,21.631,-0.605,96.137,1); +INSERT INTO `mob_spawn_points` VALUES (16806067,0,'Hecteyes','Hecteyes',24,35,37,21.778,-0.474,96.386,12); INSERT INTO `mob_spawn_points` VALUES (16806068,0,'Earth_Elemental','Earth Elemental',27,40,42,-6.251,-4.495,163.401,176); INSERT INTO `mob_spawn_points` VALUES (16806069,0,'Earth_Elemental','Earth Elemental',27,40,42,3.967,-4.678,150.759,207); -INSERT INTO `mob_spawn_points` VALUES (16806070,0,'Flesh_Eater','Flesh Eater',25,34,37,-44.080,13.508,-63.402,63); -INSERT INTO `mob_spawn_points` VALUES (16806071,0,'Flesh_Eater','Flesh Eater',25,34,37,-43.982,13.505,-63.318,63); -INSERT INTO `mob_spawn_points` VALUES (16806072,0,'Air_Elemental','Air Elemental',28,40,43,-45.088,13.355,-50.984,180); -INSERT INTO `mob_spawn_points` VALUES (16806073,0,'Flesh_Eater','Flesh Eater',25,34,37,-44.038,13.385,-54.642,186); -INSERT INTO `mob_spawn_points` VALUES (16806074,0,'Flesh_Eater','Flesh Eater',25,34,37,-66.724,13.646,-74.311,198); -INSERT INTO `mob_spawn_points` VALUES (16806075,0,'Hecteyes','Hecteyes',24,35,39,-93.716,4.484,-53.462,39); -INSERT INTO `mob_spawn_points` VALUES (16806076,0,'Hecteyes','Hecteyes',24,35,39,-114.727,-0.574,-5.002,19); +INSERT INTO `mob_spawn_points` VALUES (16806070,0,'Flesh_Eater','Flesh Eater',25,34,35,-44.080,13.508,-63.402,63); +INSERT INTO `mob_spawn_points` VALUES (16806071,0,'Flesh_Eater','Flesh Eater',25,34,35,-43.982,13.505,-63.318,63); +INSERT INTO `mob_spawn_points` VALUES (16806072,8,'Air_Elemental','Air Elemental',28,41,43,-45.088,13.355,-50.984,180); +INSERT INTO `mob_spawn_points` VALUES (16806073,0,'Flesh_Eater','Flesh Eater',25,34,35,-44.038,13.385,-54.642,186); +INSERT INTO `mob_spawn_points` VALUES (16806074,0,'Flesh_Eater','Flesh Eater',25,35,36,-66.724,13.646,-74.311,198); +INSERT INTO `mob_spawn_points` VALUES (16806075,0,'Hecteyes','Hecteyes',24,36,38,-93.716,4.484,-53.462,39); +INSERT INTO `mob_spawn_points` VALUES (16806076,0,'Hecteyes','Hecteyes',24,36,38,-114.727,-0.574,-5.002,19); INSERT INTO `mob_spawn_points` VALUES (16806077,0,'Will-o-the-Wykes','Will-o\'-the-Wykes',26,40,43,-116.715,-0.377,-8.058,123); INSERT INTO `mob_spawn_points` VALUES (16806078,0,'Will-o-the-Wykes','Will-o\'-the-Wykes',26,40,43,-123.162,-0.455,-4.995,143); -INSERT INTO `mob_spawn_points` VALUES (16806079,0,'Hecteyes','Hecteyes',24,35,39,-99.996,-4.815,55.300,57); -INSERT INTO `mob_spawn_points` VALUES (16806080,0,'Hecteyes','Hecteyes',24,35,39,-100.210,-5.398,57.175,186); -INSERT INTO `mob_spawn_points` VALUES (16806081,0,'Flesh_Eater','Flesh Eater',25,34,37,-82.557,-6.404,92.554,129); -INSERT INTO `mob_spawn_points` VALUES (16806082,0,'Flesh_Eater','Flesh Eater',25,34,37,-88.384,-6.495,94.739,2); -INSERT INTO `mob_spawn_points` VALUES (16806083,0,'Flesh_Eater','Flesh Eater',25,34,37,-103.608,-6.549,116.514,246); -INSERT INTO `mob_spawn_points` VALUES (16806084,0,'Flesh_Eater','Flesh Eater',25,34,37,-98.209,-6.548,116.439,118); -INSERT INTO `mob_spawn_points` VALUES (16806085,0,'Hecteyes','Hecteyes',24,35,39,-99.644,-10.906,164.881,60); -INSERT INTO `mob_spawn_points` VALUES (16806086,0,'Hecteyes','Hecteyes',24,35,39,-100.354,-12.522,178.681,171); -INSERT INTO `mob_spawn_points` VALUES (16806087,0,'Flesh_Eater','Flesh Eater',25,34,37,-166.926,-1.270,181.784,127); +INSERT INTO `mob_spawn_points` VALUES (16806079,0,'Hecteyes','Hecteyes',24,36,38,-99.996,-4.815,55.300,57); +INSERT INTO `mob_spawn_points` VALUES (16806080,0,'Hecteyes','Hecteyes',24,36,38,-100.210,-5.398,57.175,186); +INSERT INTO `mob_spawn_points` VALUES (16806081,9,'Flesh_Eater','Flesh Eater',25,34,36,-82.557,-6.404,92.554,129); +INSERT INTO `mob_spawn_points` VALUES (16806082,0,'Flesh_Eater','Flesh Eater',25,35,36,-88.384,-6.495,94.739,2); +INSERT INTO `mob_spawn_points` VALUES (16806083,9,'Flesh_Eater','Flesh Eater',25,35,36,-103.608,-6.549,116.514,246); +INSERT INTO `mob_spawn_points` VALUES (16806084,0,'Flesh_Eater','Flesh Eater',25,35,36,-98.209,-6.548,116.439,118); +INSERT INTO `mob_spawn_points` VALUES (16806085,0,'Hecteyes','Hecteyes',24,36,38,-99.644,-10.906,164.881,60); +INSERT INTO `mob_spawn_points` VALUES (16806086,0,'Hecteyes','Hecteyes',24,36,39,-100.354,-12.522,178.681,171); +INSERT INTO `mob_spawn_points` VALUES (16806087,0,'Flesh_Eater','Flesh Eater',25,35,36,-166.926,-1.270,181.784,127); INSERT INTO `mob_spawn_points` VALUES (16806088,0,'Will-o-the-Wykes','Will-o\'-the-Wykes',26,40,43,-159.564,-1.005,181.947,126); -INSERT INTO `mob_spawn_points` VALUES (16806089,0,'Flesh_Eater','Flesh Eater',25,34,37,-177.875,-0.593,218.699,4); -INSERT INTO `mob_spawn_points` VALUES (16806090,0,'Flesh_Eater','Flesh Eater',25,34,37,-181.908,-0.387,219.653,193); -INSERT INTO `mob_spawn_points` VALUES (16806091,0,'Hecteyes','Hecteyes',24,35,39,-198.808,8.786,260.488,142); -INSERT INTO `mob_spawn_points` VALUES (16806092,0,'Hecteyes','Hecteyes',24,35,39,-216.559,9.516,261.397,117); -INSERT INTO `mob_spawn_points` VALUES (16806093,0,'Flesh_Eater','Flesh Eater',25,34,37,-243.865,13.518,263.571,196); -INSERT INTO `mob_spawn_points` VALUES (16806094,0,'Flesh_Eater','Flesh Eater',25,34,37,-245.305,13.359,248.779,216); -INSERT INTO `mob_spawn_points` VALUES (16806095,0,'Air_Elemental','Air Elemental',28,40,43,-247.958,13.610,282.724,74); -INSERT INTO `mob_spawn_points` VALUES (16806096,0,'Flesh_Eater','Flesh Eater',25,34,37,-265.935,13.564,248.438,210); -INSERT INTO `mob_spawn_points` VALUES (16806097,0,'Air_Elemental','Air Elemental',28,40,43,-265.656,13.582,248.894,82); -INSERT INTO `mob_spawn_points` VALUES (16806098,0,'Hecteyes','Hecteyes',24,35,39,-303.142,-0.128,220.389,192); -INSERT INTO `mob_spawn_points` VALUES (16806099,0,'Hecteyes','Hecteyes',24,35,39,-300.534,0.117,227.447,210); -INSERT INTO `mob_spawn_points` VALUES (16806100,0,'Hecteyes','Hecteyes',24,35,39,-303.110,-0.592,216.190,66); -INSERT INTO `mob_spawn_points` VALUES (16806101,0,'Hecteyes','Hecteyes',24,35,39,-302.759,-7.665,366.753,179); -INSERT INTO `mob_spawn_points` VALUES (16806102,0,'Flesh_Eater','Flesh Eater',25,34,37,-301.145,-10.838,353.284,193); -INSERT INTO `mob_spawn_points` VALUES (16806103,0,'Flesh_Eater','Flesh Eater',25,34,37,-265.155,-5.964,330.605,68); -INSERT INTO `mob_spawn_points` VALUES (16806104,0,'Flesh_Eater','Flesh Eater',25,34,37,-246.954,-6.250,315.241,52); -INSERT INTO `mob_spawn_points` VALUES (16806105,0,'Flesh_Eater','Flesh Eater',25,34,37,-244.945,-6.528,310.564,47); -INSERT INTO `mob_spawn_points` VALUES (16806106,0,'Air_Elemental','Air Elemental',28,40,43,-248.381,-6.149,320.423,205); +INSERT INTO `mob_spawn_points` VALUES (16806089,0,'Flesh_Eater','Flesh Eater',25,34,36,-177.875,-0.593,218.699,4); +INSERT INTO `mob_spawn_points` VALUES (16806090,0,'Flesh_Eater','Flesh Eater',25,34,36,-181.908,-0.387,219.653,193); +INSERT INTO `mob_spawn_points` VALUES (16806091,0,'Hecteyes','Hecteyes',24,36,39,-198.808,8.786,260.488,142); +INSERT INTO `mob_spawn_points` VALUES (16806092,0,'Hecteyes','Hecteyes',24,36,39,-216.559,9.516,261.397,117); +INSERT INTO `mob_spawn_points` VALUES (16806093,0,'Flesh_Eater','Flesh Eater',25,34,36,-243.865,13.518,263.571,196); +INSERT INTO `mob_spawn_points` VALUES (16806094,0,'Flesh_Eater','Flesh Eater',25,34,36,-245.305,13.359,248.779,216); +INSERT INTO `mob_spawn_points` VALUES (16806095,10,'Air_Elemental','Air Elemental',28,41,43,-247.958,13.610,282.724,74); +INSERT INTO `mob_spawn_points` VALUES (16806096,0,'Flesh_Eater','Flesh Eater',25,34,36,-265.935,13.564,248.438,210); +INSERT INTO `mob_spawn_points` VALUES (16806097,10,'Air_Elemental','Air Elemental',28,41,43,-265.656,13.582,248.894,82); +INSERT INTO `mob_spawn_points` VALUES (16806098,0,'Hecteyes','Hecteyes',24,36,39,-303.142,-0.128,220.389,192); +INSERT INTO `mob_spawn_points` VALUES (16806099,0,'Hecteyes','Hecteyes',24,36,39,-300.534,0.117,227.447,210); +INSERT INTO `mob_spawn_points` VALUES (16806100,0,'Hecteyes','Hecteyes',24,36,39,-303.110,-0.592,216.190,66); +INSERT INTO `mob_spawn_points` VALUES (16806101,0,'Hecteyes','Hecteyes',24,36,39,-302.759,-7.665,366.753,179); +INSERT INTO `mob_spawn_points` VALUES (16806102,0,'Flesh_Eater','Flesh Eater',25,35,36,-301.145,-10.838,353.284,193); +INSERT INTO `mob_spawn_points` VALUES (16806103,0,'Flesh_Eater','Flesh Eater',25,36,37,-265.155,-5.964,330.605,68); +INSERT INTO `mob_spawn_points` VALUES (16806104,0,'Flesh_Eater','Flesh Eater',25,36,37,-246.954,-6.250,315.241,52); +INSERT INTO `mob_spawn_points` VALUES (16806105,0,'Flesh_Eater','Flesh Eater',25,36,37,-244.945,-6.528,310.564,47); +INSERT INTO `mob_spawn_points` VALUES (16806106,8,'Air_Elemental','Air Elemental',28,41,43,-248.381,-6.149,320.423,205); INSERT INTO `mob_spawn_points` VALUES (16806107,0,'Tulwar_Scorpion','Tulwar Scorpion',29,58,59,-221.725,-5.066,-26.395,109); INSERT INTO `mob_spawn_points` VALUES (16806108,0,'Tulwar_Scorpion','Tulwar Scorpion',29,58,59,-220.237,-6.710,-18.364,145); -INSERT INTO `mob_spawn_points` VALUES (16806109,0,'Sand_Lizard','Sand Lizard',30,65,68,-200.319,-6.390,-29.450,60); -INSERT INTO `mob_spawn_points` VALUES (16806110,0,'Sand_Lizard','Sand Lizard',30,65,68,-235.142,-4.541,-40.209,80); +INSERT INTO `mob_spawn_points` VALUES (16806109,0,'Sand_Lizard','Sand Lizard',30,65,67,-200.319,-6.390,-29.450,60); +INSERT INTO `mob_spawn_points` VALUES (16806110,0,'Sand_Lizard','Sand Lizard',30,65,67,-235.142,-4.541,-40.209,80); INSERT INTO `mob_spawn_points` VALUES (16806111,0,'Tulwar_Scorpion','Tulwar Scorpion',29,58,59,-252.020,-4.853,-92.483,133); INSERT INTO `mob_spawn_points` VALUES (16806112,0,'Tulwar_Scorpion','Tulwar Scorpion',29,58,59,-240.837,-0.360,-104.408,244); -INSERT INTO `mob_spawn_points` VALUES (16806113,0,'Monarch_Ogrefly','Monarch Ogrefly',31,65,67,-239.121,-1.816,-96.968,202); +INSERT INTO `mob_spawn_points` VALUES (16806113,0,'Monarch_Ogrefly','Monarch Ogrefly',31,65,66,-239.121,-1.816,-96.968,202); INSERT INTO `mob_spawn_points` VALUES (16806114,0,'Tulwar_Scorpion','Tulwar Scorpion',29,58,59,-246.064,-0.538,-136.310,137); INSERT INTO `mob_spawn_points` VALUES (16806115,0,'Tulwar_Scorpion','Tulwar Scorpion',29,58,59,-251.569,-4.922,-152.249,250); -INSERT INTO `mob_spawn_points` VALUES (16806116,0,'Monarch_Ogrefly','Monarch Ogrefly',31,65,67,-262.890,-4.472,-138.975,244); +INSERT INTO `mob_spawn_points` VALUES (16806116,0,'Monarch_Ogrefly','Monarch Ogrefly',31,65,66,-262.890,-4.472,-138.975,244); INSERT INTO `mob_spawn_points` VALUES (16806117,0,'Sargas','Sargas',32,77,78,-268.573,-4.502,-141.054,93); -INSERT INTO `mob_spawn_points` VALUES (16806118,0,'Monarch_Ogrefly','Monarch Ogrefly',31,65,67,-256.293,-4.696,-136.900,5); -INSERT INTO `mob_spawn_points` VALUES (16806119,0,'Sand_Lizard','Sand Lizard',30,65,68,-255.485,-0.815,-108.619,231); -INSERT INTO `mob_spawn_points` VALUES (16806120,0,'Sand_Lizard','Sand Lizard',30,65,68,-255.139,0.388,-115.720,220); -INSERT INTO `mob_spawn_points` VALUES (16806121,0,'Tracker_Antlion','Tracker Antlion',33,70,73,-260.790,-3.725,-39.133,15); +INSERT INTO `mob_spawn_points` VALUES (16806118,0,'Monarch_Ogrefly','Monarch Ogrefly',31,65,66,-256.293,-4.696,-136.900,5); +INSERT INTO `mob_spawn_points` VALUES (16806119,0,'Sand_Lizard','Sand Lizard',30,65,67,-255.485,-0.815,-108.619,231); +INSERT INTO `mob_spawn_points` VALUES (16806120,0,'Sand_Lizard','Sand Lizard',30,65,67,-255.139,0.388,-115.720,220); +INSERT INTO `mob_spawn_points` VALUES (16806121,0,'Tracker_Antlion','Tracker Antlion',33,71,73,-260.790,-3.725,-39.133,15); INSERT INTO `mob_spawn_points` VALUES (16806122,0,'Trench_Antlion','Trench Antlion',34,70,71,-257.640,-4.016,-25.562,0); -INSERT INTO `mob_spawn_points` VALUES (16806123,0,'Sand_Lizard','Sand Lizard',30,65,68,-299.413,-4.744,-67.781,17); -INSERT INTO `mob_spawn_points` VALUES (16806124,0,'Sand_Lizard','Sand Lizard',30,65,68,-318.505,-4.595,-79.793,236); -INSERT INTO `mob_spawn_points` VALUES (16806125,0,'Sand_Lizard','Sand Lizard',30,65,68,-336.852,-4.525,-103.689,97); -INSERT INTO `mob_spawn_points` VALUES (16806126,0,'Monarch_Ogrefly','Monarch Ogrefly',31,65,67,-319.943,-4.613,-120.445,148); -INSERT INTO `mob_spawn_points` VALUES (16806127,0,'Monarch_Ogrefly','Monarch Ogrefly',31,65,67,-316.806,-4.613,-121.943,53); -INSERT INTO `mob_spawn_points` VALUES (16806128,0,'Tracker_Antlion','Tracker Antlion',33,70,73,-312.207,-4.475,-166.396,151); -INSERT INTO `mob_spawn_points` VALUES (16806129,0,'Tracker_Antlion','Tracker Antlion',33,70,73,-305.498,-3.943,-164.109,194); -INSERT INTO `mob_spawn_points` VALUES (16806130,0,'Tracker_Antlion','Tracker Antlion',33,70,73,-372.107,-4.751,-170.252,209); -INSERT INTO `mob_spawn_points` VALUES (16806131,0,'Tracker_Antlion','Tracker Antlion',33,70,73,-391.368,-4.222,-178.695,241); -INSERT INTO `mob_spawn_points` VALUES (16806132,0,'Tracker_Antlion','Tracker Antlion',33,70,73,-379.130,-3.996,-163.242,141); -INSERT INTO `mob_spawn_points` VALUES (16806133,0,'Sand_Lizard','Sand Lizard',30,65,68,-363.695,-4.583,-122.283,247); -INSERT INTO `mob_spawn_points` VALUES (16806134,0,'Sand_Lizard','Sand Lizard',30,65,68,-360.182,-4.620,-120.869,100); +INSERT INTO `mob_spawn_points` VALUES (16806123,0,'Sand_Lizard','Sand Lizard',30,65,67,-299.413,-4.744,-67.781,17); +INSERT INTO `mob_spawn_points` VALUES (16806124,0,'Sand_Lizard','Sand Lizard',30,65,67,-318.505,-4.595,-79.793,236); +INSERT INTO `mob_spawn_points` VALUES (16806125,0,'Sand_Lizard','Sand Lizard',30,65,67,-336.852,-4.525,-103.689,97); +INSERT INTO `mob_spawn_points` VALUES (16806126,0,'Monarch_Ogrefly','Monarch Ogrefly',31,65,66,-319.943,-4.613,-120.445,148); +INSERT INTO `mob_spawn_points` VALUES (16806127,0,'Monarch_Ogrefly','Monarch Ogrefly',31,65,66,-316.806,-4.613,-121.943,53); +INSERT INTO `mob_spawn_points` VALUES (16806128,0,'Tracker_Antlion','Tracker Antlion',33,70,72,-312.207,-4.475,-166.396,151); +INSERT INTO `mob_spawn_points` VALUES (16806129,0,'Tracker_Antlion','Tracker Antlion',33,70,72,-305.498,-3.943,-164.109,194); +INSERT INTO `mob_spawn_points` VALUES (16806130,0,'Tracker_Antlion','Tracker Antlion',33,70,72,-372.107,-4.751,-170.252,209); +INSERT INTO `mob_spawn_points` VALUES (16806131,0,'Tracker_Antlion','Tracker Antlion',33,70,72,-391.368,-4.222,-178.695,241); +INSERT INTO `mob_spawn_points` VALUES (16806132,0,'Tracker_Antlion','Tracker Antlion',33,70,72,-379.130,-3.996,-163.242,141); +INSERT INTO `mob_spawn_points` VALUES (16806133,0,'Sand_Lizard','Sand Lizard',30,65,67,-363.695,-4.583,-122.283,247); +INSERT INTO `mob_spawn_points` VALUES (16806134,0,'Sand_Lizard','Sand Lizard',30,65,67,-360.182,-4.620,-120.869,100); INSERT INTO `mob_spawn_points` VALUES (16806135,0,'Trench_Antlion','Trench Antlion',34,70,71,-345.444,-4.500,-109.649,0); -INSERT INTO `mob_spawn_points` VALUES (16806136,0,'Sand_Lizard','Sand Lizard',30,65,68,-365.709,-4.577,-86.781,89); -INSERT INTO `mob_spawn_points` VALUES (16806137,0,'Sand_Lizard','Sand Lizard',30,65,68,-345.912,-4.541,-90.334,37); +INSERT INTO `mob_spawn_points` VALUES (16806136,0,'Sand_Lizard','Sand Lizard',30,66,68,-365.709,-4.577,-86.781,89); +INSERT INTO `mob_spawn_points` VALUES (16806137,0,'Sand_Lizard','Sand Lizard',30,66,68,-345.912,-4.541,-90.334,37); INSERT INTO `mob_spawn_points` VALUES (16806138,0,'Cutlass_Scorpion','Cutlass Scorpion',35,67,69,-360.410,-4.250,-53.949,111); INSERT INTO `mob_spawn_points` VALUES (16806139,0,'Cutlass_Scorpion','Cutlass Scorpion',35,67,69,-364.395,-4.358,-72.668,152); -INSERT INTO `mob_spawn_points` VALUES (16806140,0,'Tracker_Antlion','Tracker Antlion',33,70,73,-406.269,-4.313,-123.613,114); -INSERT INTO `mob_spawn_points` VALUES (16806141,0,'Tracker_Antlion','Tracker Antlion',33,70,73,-441.586,-4.075,-63.541,18); -INSERT INTO `mob_spawn_points` VALUES (16806142,0,'Tracker_Antlion','Tracker Antlion',33,70,73,-400.731,-4.618,-78.300,191); -INSERT INTO `mob_spawn_points` VALUES (16806143,0,'Monarch_Ogrefly','Monarch Ogrefly',31,65,67,-399.995,-4.520,-73.947,77); +INSERT INTO `mob_spawn_points` VALUES (16806140,0,'Tracker_Antlion','Tracker Antlion',33,70,72,-406.269,-4.313,-123.613,114); +INSERT INTO `mob_spawn_points` VALUES (16806141,0,'Tracker_Antlion','Tracker Antlion',33,70,72,-441.586,-4.075,-63.541,18); +INSERT INTO `mob_spawn_points` VALUES (16806142,0,'Tracker_Antlion','Tracker Antlion',33,71,73,-400.731,-4.618,-78.300,191); +INSERT INTO `mob_spawn_points` VALUES (16806143,0,'Monarch_Ogrefly','Monarch Ogrefly',31,65,66,-399.995,-4.520,-73.947,77); INSERT INTO `mob_spawn_points` VALUES (16806144,0,'Monarch_Ogrefly','Monarch Ogrefly',31,65,67,-395.905,-3.873,-58.243,85); -INSERT INTO `mob_spawn_points` VALUES (16806145,0,'Tomb_Mage','Tomb Mage',36,70,73,-398.156,-4.152,-52.155,174); +INSERT INTO `mob_spawn_points` VALUES (16806145,0,'Tomb_Mage','Tomb Mage',36,70,72,-398.156,-4.152,-52.155,174); INSERT INTO `mob_spawn_points` VALUES (16806146,0,'Monarch_Ogrefly','Monarch Ogrefly',31,65,67,-410.152,-4.250,-39.172,116); -INSERT INTO `mob_spawn_points` VALUES (16806147,0,'Tomb_Warrior','Tomb Warrior',37,70,73,-408.093,-4.335,-38.187,142); +INSERT INTO `mob_spawn_points` VALUES (16806147,0,'Tomb_Warrior','Tomb Warrior',37,71,73,-408.093,-4.335,-38.187,142); INSERT INTO `mob_spawn_points` VALUES (16806148,0,'Trench_Antlion','Trench Antlion',34,70,71,-399.050,-3.465,-60.146,0); INSERT INTO `mob_spawn_points` VALUES (16806149,0,'Cutlass_Scorpion','Cutlass Scorpion',35,67,69,-384.524,-6.383,22.888,38); INSERT INTO `mob_spawn_points` VALUES (16806150,0,'Cutlass_Scorpion','Cutlass Scorpion',35,67,69,-369.531,-6.231,16.905,40); @@ -1527,13 +1527,13 @@ INSERT INTO `mob_spawn_points` VALUES (16806159,0,'Monarch_Ogrefly','Monarch Ogr INSERT INTO `mob_spawn_points` VALUES (16806160,0,'Mummy','Mummy',38,62,64,-315.843,-4.239,-27.163,161); INSERT INTO `mob_spawn_points` VALUES (16806161,0,'Corse','Corse',40,66,67,-327.956,-12.811,45.807,157); INSERT INTO `mob_spawn_points` VALUES (16806162,0,'Citipati','Citipati',41,67,70,-327.763,-12.408,40.206,101); -INSERT INTO `mob_spawn_points` VALUES (16806163,0,'Tracker_Antlion','Tracker Antlion',33,70,73,-441.809,-4.232,33.199,85); -INSERT INTO `mob_spawn_points` VALUES (16806164,0,'Sand_Lizard','Sand Lizard',30,65,68,-452.792,-4.406,7.103,197); +INSERT INTO `mob_spawn_points` VALUES (16806163,0,'Tracker_Antlion','Tracker Antlion',33,71,73,-441.809,-4.232,33.199,85); +INSERT INTO `mob_spawn_points` VALUES (16806164,0,'Sand_Lizard','Sand Lizard',30,66,68,-452.792,-4.406,7.103,197); INSERT INTO `mob_spawn_points` VALUES (16806165,0,'Mummy','Mummy',38,62,64,-469.216,-4.373,2.275,14); -INSERT INTO `mob_spawn_points` VALUES (16806166,0,'Sand_Lizard','Sand Lizard',30,65,68,-506.386,-4.274,35.644,160); -INSERT INTO `mob_spawn_points` VALUES (16806167,0,'Tomb_Warrior','Tomb Warrior',37,70,73,-478.955,-4.491,42.167,187); -INSERT INTO `mob_spawn_points` VALUES (16806168,0,'Tomb_Mage','Tomb Mage',36,70,73,-500.392,-4.068,45.592,72); -INSERT INTO `mob_spawn_points` VALUES (16806169,0,'Sand_Lizard','Sand Lizard',30,65,68,-477.211,-4.539,78.557,211); +INSERT INTO `mob_spawn_points` VALUES (16806166,0,'Sand_Lizard','Sand Lizard',30,66,68,-506.386,-4.274,35.644,160); +INSERT INTO `mob_spawn_points` VALUES (16806167,0,'Tomb_Warrior','Tomb Warrior',37,71,73,-478.955,-4.491,42.167,187); +INSERT INTO `mob_spawn_points` VALUES (16806168,0,'Tomb_Mage','Tomb Mage',36,72,73,-500.392,-4.068,45.592,72); +INSERT INTO `mob_spawn_points` VALUES (16806169,0,'Sand_Lizard','Sand Lizard',30,66,68,-477.211,-4.539,78.557,211); INSERT INTO `mob_spawn_points` VALUES (16806170,0,'Monarch_Ogrefly','Monarch Ogrefly',31,65,67,-473.942,-4.494,86.107,233); INSERT INTO `mob_spawn_points` VALUES (16806171,0,'Trench_Antlion','Trench Antlion',34,70,71,-433.309,-4.300,113.841,0); INSERT INTO `mob_spawn_points` VALUES (16806172,0,'Monarch_Ogrefly','Monarch Ogrefly',31,65,67,-436.820,-4.059,85.016,219); @@ -1542,65 +1542,65 @@ INSERT INTO `mob_spawn_points` VALUES (16806174,0,'Cutlass_Scorpion','Cutlass Sc INSERT INTO `mob_spawn_points` VALUES (16806175,0,'Cutlass_Scorpion','Cutlass Scorpion',35,67,69,-398.719,-4.537,157.359,186); INSERT INTO `mob_spawn_points` VALUES (16806176,0,'Monarch_Ogrefly','Monarch Ogrefly',31,65,67,-394.909,-4.171,149.045,89); INSERT INTO `mob_spawn_points` VALUES (16806177,0,'Monarch_Ogrefly','Monarch Ogrefly',31,65,67,-436.746,-4.334,168.821,12); -INSERT INTO `mob_spawn_points` VALUES (16806178,0,'Sand_Lizard','Sand Lizard',30,65,68,-487.078,-4.504,127.407,187); -INSERT INTO `mob_spawn_points` VALUES (16806179,0,'Sand_Lizard','Sand Lizard',30,65,68,-477.011,-4.643,126.075,108); -INSERT INTO `mob_spawn_points` VALUES (16806180,0,'Sand_Lizard','Sand Lizard',30,65,68,-490.727,-4.500,142.170,76); -INSERT INTO `mob_spawn_points` VALUES (16806181,0,'Tracker_Antlion','Tracker Antlion',33,70,73,-537.839,-4.177,164.048,123); -INSERT INTO `mob_spawn_points` VALUES (16806182,0,'Tracker_Antlion','Tracker Antlion',33,70,73,-519.691,-4.587,164.136,12); +INSERT INTO `mob_spawn_points` VALUES (16806178,0,'Sand_Lizard','Sand Lizard',30,66,68,-487.078,-4.504,127.407,187); +INSERT INTO `mob_spawn_points` VALUES (16806179,0,'Sand_Lizard','Sand Lizard',30,66,68,-477.011,-4.643,126.075,108); +INSERT INTO `mob_spawn_points` VALUES (16806180,0,'Sand_Lizard','Sand Lizard',30,66,68,-490.727,-4.500,142.170,76); +INSERT INTO `mob_spawn_points` VALUES (16806181,0,'Tracker_Antlion','Tracker Antlion',33,71,72,-537.839,-4.177,164.048,123); +INSERT INTO `mob_spawn_points` VALUES (16806182,0,'Tracker_Antlion','Tracker Antlion',33,71,73,-519.691,-4.587,164.136,12); INSERT INTO `mob_spawn_points` VALUES (16806183,0,'Trench_Antlion','Trench Antlion',34,70,71,-548.200,-4.123,157.878,0); INSERT INTO `mob_spawn_points` VALUES (16806184,0,'Cutlass_Scorpion','Cutlass Scorpion',35,67,69,-477.880,-4.467,167.780,6); INSERT INTO `mob_spawn_points` VALUES (16806185,0,'Monarch_Ogrefly','Monarch Ogrefly',31,65,67,-480.258,-4.324,190.473,130); INSERT INTO `mob_spawn_points` VALUES (16806186,0,'Trench_Antlion','Trench Antlion',34,70,71,-481.588,-3.384,181.697,0); INSERT INTO `mob_spawn_points` VALUES (16806187,0,'Monarch_Ogrefly','Monarch Ogrefly',31,65,67,-501.260,-4.603,182.439,142); -INSERT INTO `mob_spawn_points` VALUES (16806188,0,'Tracker_Antlion','Tracker Antlion',33,70,73,-345.768,-4.512,170.105,173); -INSERT INTO `mob_spawn_points` VALUES (16806189,0,'Sand_Lizard','Sand Lizard',30,65,68,-353.866,-4.403,165.300,116); -INSERT INTO `mob_spawn_points` VALUES (16806190,0,'Tracker_Antlion','Tracker Antlion',33,70,73,-363.443,-4.663,240.161,73); -INSERT INTO `mob_spawn_points` VALUES (16806191,0,'Sand_Lizard','Sand Lizard',30,65,68,-364.003,-4.378,230.624,122); -INSERT INTO `mob_spawn_points` VALUES (16806192,0,'Tracker_Antlion','Tracker Antlion',33,70,73,-395.550,-4.814,273.991,213); +INSERT INTO `mob_spawn_points` VALUES (16806188,0,'Tracker_Antlion','Tracker Antlion',33,70,72,-345.768,-4.512,170.105,173); +INSERT INTO `mob_spawn_points` VALUES (16806189,0,'Sand_Lizard','Sand Lizard',30,66,68,-353.866,-4.403,165.300,116); +INSERT INTO `mob_spawn_points` VALUES (16806190,0,'Tracker_Antlion','Tracker Antlion',33,70,72,-363.443,-4.663,240.161,73); +INSERT INTO `mob_spawn_points` VALUES (16806191,0,'Sand_Lizard','Sand Lizard',30,66,68,-364.003,-4.378,230.624,122); +INSERT INTO `mob_spawn_points` VALUES (16806192,0,'Tracker_Antlion','Tracker Antlion',33,70,72,-395.550,-4.814,273.991,213); INSERT INTO `mob_spawn_points` VALUES (16806193,0,'Monarch_Ogrefly','Monarch Ogrefly',31,65,67,-393.522,-4.607,248.029,21); -INSERT INTO `mob_spawn_points` VALUES (16806194,0,'Tracker_Antlion','Tracker Antlion',33,70,73,-388.468,-4.309,192.079,72); +INSERT INTO `mob_spawn_points` VALUES (16806194,0,'Tracker_Antlion','Tracker Antlion',33,71,73,-388.468,-4.309,192.079,72); INSERT INTO `mob_spawn_points` VALUES (16806195,0,'Monarch_Ogrefly','Monarch Ogrefly',31,65,67,-397.115,-4.577,200.370,216); INSERT INTO `mob_spawn_points` VALUES (16806196,0,'Monarch_Ogrefly','Monarch Ogrefly',31,65,67,-440.057,-4.752,204.436,133); INSERT INTO `mob_spawn_points` VALUES (16806197,0,'Monarch_Ogrefly','Monarch Ogrefly',31,65,67,-438.938,-4.657,201.287,47); INSERT INTO `mob_spawn_points` VALUES (16806198,0,'Monarch_Ogrefly','Monarch Ogrefly',31,65,67,-454.479,-4.617,211.876,252); -INSERT INTO `mob_spawn_points` VALUES (16806199,0,'Sand_Lizard','Sand Lizard',30,65,68,-438.029,-4.609,241.272,204); -INSERT INTO `mob_spawn_points` VALUES (16806200,0,'Sand_Lizard','Sand Lizard',30,65,68,-443.342,-4.604,244.082,136); +INSERT INTO `mob_spawn_points` VALUES (16806199,0,'Sand_Lizard','Sand Lizard',30,66,68,-438.029,-4.609,241.272,204); +INSERT INTO `mob_spawn_points` VALUES (16806200,0,'Sand_Lizard','Sand Lizard',30,66,68,-443.342,-4.604,244.082,136); INSERT INTO `mob_spawn_points` VALUES (16806201,0,'Cutlass_Scorpion','Cutlass Scorpion',35,67,69,-424.608,-3.932,277.363,248); -INSERT INTO `mob_spawn_points` VALUES (16806202,0,'Tracker_Antlion','Tracker Antlion',33,70,73,-400.515,-3.723,298.781,171); -INSERT INTO `mob_spawn_points` VALUES (16806203,0,'Tracker_Antlion','Tracker Antlion',33,70,73,-382.584,-4.122,324.758,235); -INSERT INTO `mob_spawn_points` VALUES (16806204,0,'Sand_Lizard','Sand Lizard',30,65,68,-375.513,-3.969,357.079,85); -INSERT INTO `mob_spawn_points` VALUES (16806205,0,'Sand_Lizard','Sand Lizard',30,65,68,-381.899,-4.519,347.795,121); +INSERT INTO `mob_spawn_points` VALUES (16806202,0,'Tracker_Antlion','Tracker Antlion',33,71,72,-400.515,-3.723,298.781,171); +INSERT INTO `mob_spawn_points` VALUES (16806203,0,'Tracker_Antlion','Tracker Antlion',33,70,71,-382.584,-4.122,324.758,235); +INSERT INTO `mob_spawn_points` VALUES (16806204,0,'Sand_Lizard','Sand Lizard',30,66,68,-375.513,-3.969,357.079,85); +INSERT INTO `mob_spawn_points` VALUES (16806205,0,'Sand_Lizard','Sand Lizard',30,66,68,-381.899,-4.519,347.795,121); INSERT INTO `mob_spawn_points` VALUES (16806206,0,'Monarch_Ogrefly','Monarch Ogrefly',31,65,67,-368.867,-4.254,320.820,112); INSERT INTO `mob_spawn_points` VALUES (16806207,0,'Monarch_Ogrefly','Monarch Ogrefly',31,65,67,-367.141,-4.325,352.927,34); INSERT INTO `mob_spawn_points` VALUES (16806208,0,'Monarch_Ogrefly','Monarch Ogrefly',31,65,67,-364.514,-3.860,344.207,188); -INSERT INTO `mob_spawn_points` VALUES (16806209,0,'Sand_Lizard','Sand Lizard',30,65,68,-453.361,-4.037,324.072,133); +INSERT INTO `mob_spawn_points` VALUES (16806209,0,'Sand_Lizard','Sand Lizard',30,66,68,-453.361,-4.037,324.072,133); INSERT INTO `mob_spawn_points` VALUES (16806210,0,'Monarch_Ogrefly','Monarch Ogrefly',31,65,67,-465.821,-4.063,319.963,165); INSERT INTO `mob_spawn_points` VALUES (16806211,0,'Cutlass_Scorpion','Cutlass Scorpion',35,67,69,-480.661,-4.522,246.468,53); -INSERT INTO `mob_spawn_points` VALUES (16806212,0,'Cutlass_Scorpion','Cutlass Scorpion',35,67,69,-206.530,-10.406,340.894,40); -INSERT INTO `mob_spawn_points` VALUES (16806213,0,'Cutlass_Scorpion','Cutlass Scorpion',35,67,69,-528.264,-4.370,204.122,213); +INSERT INTO `mob_spawn_points` VALUES (16806212,11,'Cutlass_Scorpion','Cutlass Scorpion',35,67,69,-206.530,-10.406,340.894,40); +INSERT INTO `mob_spawn_points` VALUES (16806213,11,'Cutlass_Scorpion','Cutlass Scorpion',35,67,69,-528.264,-4.370,204.122,213); INSERT INTO `mob_spawn_points` VALUES (16806214,0,'Cutlass_Scorpion','Cutlass Scorpion',35,67,69,-529.365,-4.261,200.689,84); INSERT INTO `mob_spawn_points` VALUES (16806215,0,'Xolotl','Xolotl',42,80,81,-483.789,-3.578,258.435,225); INSERT INTO `mob_spawn_points` VALUES (16806216,0,'Xolotls_Hound_Warrior','Xolotl\'s Hound Warrior',43,72,72,-485.062,-3.557,260.935,209); INSERT INTO `mob_spawn_points` VALUES (16806217,0,'Xolotls_Sacrifice','Xolotl\'s Sacrifice',44,72,72,-483.773,-3.567,260.481,198); -INSERT INTO `mob_spawn_points` VALUES (16806218,0,'Sand_Lizard','Sand Lizard',30,65,68,-585.623,-4.056,201.033,112); -INSERT INTO `mob_spawn_points` VALUES (16806219,0,'Tracker_Antlion','Tracker Antlion',33,70,73,-599.675,-4.350,152.479,161); -INSERT INTO `mob_spawn_points` VALUES (16806220,0,'Tracker_Antlion','Tracker Antlion',33,70,73,-601.347,-3.820,183.267,88); +INSERT INTO `mob_spawn_points` VALUES (16806218,0,'Sand_Lizard','Sand Lizard',30,66,68,-585.623,-4.056,201.033,112); +INSERT INTO `mob_spawn_points` VALUES (16806219,0,'Tracker_Antlion','Tracker Antlion',33,70,72,-599.675,-4.350,152.479,161); +INSERT INTO `mob_spawn_points` VALUES (16806220,0,'Tracker_Antlion','Tracker Antlion',33,70,72,-601.347,-3.820,183.267,88); INSERT INTO `mob_spawn_points` VALUES (16806221,0,'Earth_Elemental','Earth Elemental',27,40,42,-589.255,-4.584,119.382,44); INSERT INTO `mob_spawn_points` VALUES (16806222,0,'Cutlass_Scorpion','Cutlass Scorpion',35,67,69,-525.273,-4.214,92.052,60); -INSERT INTO `mob_spawn_points` VALUES (16806223,0,'Tomb_Warrior','Tomb Warrior',37,70,73,-523.251,-3.979,106.455,78); -INSERT INTO `mob_spawn_points` VALUES (16806224,0,'Tomb_Mage','Tomb Mage',36,70,73,-525.643,-3.960,96.190,141); -INSERT INTO `mob_spawn_points` VALUES (16806225,0,'Arch_Corse','Arch Corse',45,75,81,-523.234,-3.900,103.718,179); -INSERT INTO `mob_spawn_points` VALUES (16806226,0,'Tracker_Antlion','Tracker Antlion',33,70,73,-523.126,-4.219,60.624,162); +INSERT INTO `mob_spawn_points` VALUES (16806223,0,'Tomb_Warrior','Tomb Warrior',37,71,73,-523.251,-3.979,106.455,78); +INSERT INTO `mob_spawn_points` VALUES (16806224,0,'Tomb_Mage','Tomb Mage',36,72,73,-525.643,-3.960,96.190,141); +INSERT INTO `mob_spawn_points` VALUES (16806225,0,'Arch_Corse','Arch Corse',45,75,80,-523.234,-3.900,103.718,179); +INSERT INTO `mob_spawn_points` VALUES (16806226,0,'Tracker_Antlion','Tracker Antlion',33,70,72,-523.126,-4.219,60.624,162); INSERT INTO `mob_spawn_points` VALUES (16806227,0,'Tiamat','Tiamat',46,95,95,-529.519,-5.811,-43.413,233); -INSERT INTO `mob_spawn_points` VALUES (16806228,0,'Arch_Corse','Arch Corse',45,75,81,-527.157,-5.661,-47.781,81); -INSERT INTO `mob_spawn_points` VALUES (16806229,0,'Arch_Corse','Arch Corse',45,75,81,-520.572,-5.889,-50.988,220); -INSERT INTO `mob_spawn_points` VALUES (16806230,0,'Arch_Corse','Arch Corse',45,75,81,-530.321,-11.920,-67.433,205); -INSERT INTO `mob_spawn_points` VALUES (16806231,0,'Bifrons','Bifrons',47,74,76,-557.331,-12.390,-68.294,248); -INSERT INTO `mob_spawn_points` VALUES (16806232,0,'Bifrons','Bifrons',47,74,76,-514.034,-10.690,-68.692,75); -INSERT INTO `mob_spawn_points` VALUES (16806233,0,'Air_Elemental','Air Elemental',28,75,77,-523.778,-4.447,-1.833,76); -INSERT INTO `mob_spawn_points` VALUES (16806234,0,'Air_Elemental','Air Elemental',28,75,77,-559.979,-12.364,-71.178,101); -INSERT INTO `mob_spawn_points` VALUES (16806235,0,'Earth_Elemental','Earth Elemental',27,75,77,-547.578,-12.384,-66.866,178); -INSERT INTO `mob_spawn_points` VALUES (16806236,0,'Earth_Elemental','Earth Elemental',27,75,77,-540.483,-13.020,-72.292,17); +INSERT INTO `mob_spawn_points` VALUES (16806228,0,'Arch_Corse','Arch Corse',45,75,80,-527.157,-5.661,-47.781,81); +INSERT INTO `mob_spawn_points` VALUES (16806229,0,'Arch_Corse','Arch Corse',45,75,80,-520.572,-5.889,-50.988,220); +INSERT INTO `mob_spawn_points` VALUES (16806230,0,'Arch_Corse','Arch Corse',45,75,80,-530.321,-11.920,-67.433,205); +INSERT INTO `mob_spawn_points` VALUES (16806231,0,'Bifrons','Bifrons',47,75,75,-557.331,-12.390,-68.294,248); +INSERT INTO `mob_spawn_points` VALUES (16806232,0,'Bifrons','Bifrons',47,75,75,-514.034,-10.690,-68.692,75); +INSERT INTO `mob_spawn_points` VALUES (16806233,0,'Air_Elemental','Air Elemental',28,75,76,-523.778,-4.447,-1.833,76); +INSERT INTO `mob_spawn_points` VALUES (16806234,0,'Air_Elemental','Air Elemental',28,75,76,-559.979,-12.364,-71.178,101); +INSERT INTO `mob_spawn_points` VALUES (16806235,0,'Earth_Elemental','Earth Elemental',27,75,76,-547.578,-12.384,-66.866,178); +INSERT INTO `mob_spawn_points` VALUES (16806236,0,'Earth_Elemental','Earth Elemental',27,75,76,-540.483,-13.020,-72.292,17); INSERT INTO `mob_spawn_points` VALUES (16806237,0,'Cave_Antlion','Cave Antlion',48,77,79,-520.369,-3.507,19.853,0); INSERT INTO `mob_spawn_points` VALUES (16806238,0,'Cave_Antlion','Cave Antlion',48,77,79,-515.935,-3.509,-23.010,0); INSERT INTO `mob_spawn_points` VALUES (16806239,0,'Cave_Antlion','Cave Antlion',48,77,79,-506.345,-4.300,-28.542,0); @@ -5893,25 +5893,25 @@ INSERT INTO `mob_spawn_points` VALUES (16891910,0,'Stegotaur','Stegotaur',3,47,4 INSERT INTO `mob_spawn_points` VALUES (16891911,0,'Stegotaur','Stegotaur',3,47,49,-139.772,-8.647,86.092,63); INSERT INTO `mob_spawn_points` VALUES (16891912,0,'Greater_Gaylas','Greater Gaylas',2,46,48,-140.026,-8.614,77.190,192); INSERT INTO `mob_spawn_points` VALUES (16891913,0,'Mummy','Mummy',4,54,56,-114.735,-0.600,28.141,69); -INSERT INTO `mob_spawn_points` VALUES (16891914,0,'Mummy','Mummy',4,54,56,-115.217,-0.600,28.080,65); -INSERT INTO `mob_spawn_points` VALUES (16891915,0,'Lich','Lich',5,54,56,-107.424,-0.599,25.998,253); +INSERT INTO `mob_spawn_points` VALUES (16891914,1,'Mummy','Mummy',4,54,56,-115.217,-0.600,28.080,65); +INSERT INTO `mob_spawn_points` VALUES (16891915,1,'Lich','Lich',5,54,56,-107.424,-0.599,25.998,253); INSERT INTO `mob_spawn_points` VALUES (16891916,0,'Mummy','Mummy',4,54,56,-101.073,-0.600,3.464,15); INSERT INTO `mob_spawn_points` VALUES (16891917,0,'Lich','Lich',5,54,56,-97.803,-0.598,4.854,231); INSERT INTO `mob_spawn_points` VALUES (16891918,0,'Mummy','Mummy',4,54,56,-115.926,-0.600,-30.757,195); INSERT INTO `mob_spawn_points` VALUES (16891919,0,'Lich','Lich',5,54,56,-116.150,-0.599,-25.926,189); -INSERT INTO `mob_spawn_points` VALUES (16891920,0,'Mummy','Mummy',4,54,56,-86.657,-0.500,-33.218,195); -INSERT INTO `mob_spawn_points` VALUES (16891921,0,'Lich','Lich',5,54,56,-88.555,-0.599,-35.281,0); +INSERT INTO `mob_spawn_points` VALUES (16891920,2,'Mummy','Mummy',4,54,56,-86.657,-0.500,-33.218,195); +INSERT INTO `mob_spawn_points` VALUES (16891921,2,'Lich','Lich',5,54,56,-88.555,-0.599,-35.281,0); INSERT INTO `mob_spawn_points` VALUES (16891922,0,'Lich','Lich',5,54,56,-95.769,-0.599,-31.763,180); INSERT INTO `mob_spawn_points` VALUES (16891923,0,'Mummy','Mummy',4,54,56,-66.121,-0.600,12.150,189); INSERT INTO `mob_spawn_points` VALUES (16891924,0,'Lich','Lich',5,54,56,-75.203,-0.599,7.772,180); -INSERT INTO `mob_spawn_points` VALUES (16891925,0,'Blubber_Eyes','Blubber Eyes',6,57,59,-73.763,-0.580,4.092,125); +INSERT INTO `mob_spawn_points` VALUES (16891925,3,'Blubber_Eyes','Blubber Eyes',6,57,59,-73.763,-0.580,4.092,125); INSERT INTO `mob_spawn_points` VALUES (16891926,0,'Mummy','Mummy',4,54,56,-45.833,-0.600,12.334,191); INSERT INTO `mob_spawn_points` VALUES (16891927,0,'Blubber_Eyes','Blubber Eyes',6,57,59,-47.390,-0.594,4.037,3); -INSERT INTO `mob_spawn_points` VALUES (16891928,0,'Mummy','Mummy',4,54,56,-71.319,-0.600,-6.512,249); -INSERT INTO `mob_spawn_points` VALUES (16891929,0,'Lich','Lich',5,54,56,-75.346,-0.599,-23.966,45); -INSERT INTO `mob_spawn_points` VALUES (16891930,0,'Blubber_Eyes','Blubber Eyes',6,57,59,-72.385,-0.500,-6.495,81); -INSERT INTO `mob_spawn_points` VALUES (16891931,0,'Mummy','Mummy',4,54,56,-50.657,-0.500,-6.315,133); -INSERT INTO `mob_spawn_points` VALUES (16891932,0,'Lich','Lich',5,54,56,-47.806,-0.599,-6.104,131); +INSERT INTO `mob_spawn_points` VALUES (16891928,4,'Mummy','Mummy',4,54,56,-71.319,-0.600,-6.512,249); +INSERT INTO `mob_spawn_points` VALUES (16891929,4,'Lich','Lich',5,54,56,-75.346,-0.599,-23.966,45); +INSERT INTO `mob_spawn_points` VALUES (16891930,3,'Blubber_Eyes','Blubber Eyes',6,57,59,-72.385,-0.500,-6.495,81); +INSERT INTO `mob_spawn_points` VALUES (16891931,5,'Mummy','Mummy',4,54,56,-50.657,-0.500,-6.315,133); +INSERT INTO `mob_spawn_points` VALUES (16891932,5,'Lich','Lich',5,54,56,-47.806,-0.599,-6.104,131); INSERT INTO `mob_spawn_points` VALUES (16891933,0,'Blubber_Eyes','Blubber Eyes',6,57,59,-53.992,-0.564,-22.007,189); INSERT INTO `mob_spawn_points` VALUES (16891934,0,'Mummy','Mummy',4,54,56,-15.736,-0.600,34.938,13); INSERT INTO `mob_spawn_points` VALUES (16891935,0,'Lich','Lich',5,54,56,-5.340,-0.599,34.671,1); @@ -5921,114 +5921,114 @@ INSERT INTO `mob_spawn_points` VALUES (16891938,0,'Lich','Lich',5,54,56,-12.115, INSERT INTO `mob_spawn_points` VALUES (16891939,0,'Lich','Lich',5,54,56,-18.943,-0.599,-3.056,143); INSERT INTO `mob_spawn_points` VALUES (16891940,0,'Mummy','Mummy',4,54,56,-12.080,-0.600,-24.003,130); INSERT INTO `mob_spawn_points` VALUES (16891941,0,'Lich','Lich',5,54,56,-4.394,-0.569,-27.598,192); -INSERT INTO `mob_spawn_points` VALUES (16891942,0,'Utukku','Utukku',7,55,55,-96.111,-0.600,16.924,0); -INSERT INTO `mob_spawn_points` VALUES (16891943,0,'Utukku','Utukku',7,55,55,-62.752,-0.600,26.318,132); -INSERT INTO `mob_spawn_points` VALUES (16891944,0,'Utukku','Utukku',7,55,55,0.000,0.000,0.000,0); -INSERT INTO `mob_spawn_points` VALUES (16891945,0,'Utukku','Utukku',7,55,55,-114.945,-0.500,-10.143,75); -INSERT INTO `mob_spawn_points` VALUES (16891946,0,'Utukku','Utukku',7,55,55,0.000,0.000,0.000,0); -INSERT INTO `mob_spawn_points` VALUES (16891947,0,'Utukku','Utukku',7,55,55,-7.951,-0.600,-13.817,254); +INSERT INTO `mob_spawn_points` VALUES (16891942,6,'Utukku','Utukku',7,55,55,-96.111,-0.600,16.924,0); +INSERT INTO `mob_spawn_points` VALUES (16891943,6,'Utukku','Utukku',7,55,55,-62.752,-0.600,26.318,132); +INSERT INTO `mob_spawn_points` VALUES (16891944,6,'Utukku','Utukku',7,55,55,0.000,0.000,0.000,0); +INSERT INTO `mob_spawn_points` VALUES (16891945,7,'Utukku','Utukku',7,55,55,-114.945,-0.500,-10.143,75); +INSERT INTO `mob_spawn_points` VALUES (16891946,7,'Utukku','Utukku',7,55,55,0.000,0.000,0.000,0); +INSERT INTO `mob_spawn_points` VALUES (16891947,7,'Utukku','Utukku',7,55,55,-7.951,-0.600,-13.817,254); INSERT INTO `mob_spawn_points` VALUES (16891948,0,'Elel','Elel',8,56,58,-46.558,-0.600,-24.327,198); -INSERT INTO `mob_spawn_points` VALUES (16891949,0,'Stegotaur','Stegotaur',3,47,49,-60.798,-0.606,46.926,188); -INSERT INTO `mob_spawn_points` VALUES (16891950,0,'Stegotaur','Stegotaur',3,47,49,-60.765,-0.347,-53.644,187); -INSERT INTO `mob_spawn_points` VALUES (16891951,0,'Fomor_Ranger','Fomor Ranger',42,54,58,-2.495,-0.604,60.168,128); -INSERT INTO `mob_spawn_points` VALUES (16891952,0,'Fomor_Ninja','Fomor Ninja',10,54,58,-2.538,-0.606,59.919,128); -INSERT INTO `mob_spawn_points` VALUES (16891953,0,'Fomor_Bard','Fomor Bard',11,54,58,-8.725,-0.580,59.655,127); -INSERT INTO `mob_spawn_points` VALUES (16891954,0,'Fomor_Dragoon','Fomor Dragoon',12,54,58,49.031,-0.624,67.719,184); +INSERT INTO `mob_spawn_points` VALUES (16891949,8,'Stegotaur','Stegotaur',3,47,49,-60.798,-0.606,46.926,188); +INSERT INTO `mob_spawn_points` VALUES (16891950,8,'Stegotaur','Stegotaur',3,47,49,-60.765,-0.347,-53.644,187); +INSERT INTO `mob_spawn_points` VALUES (16891951,0,'Fomor_Ranger','Fomor Ranger',42,54,56,-2.495,-0.604,60.168,128); +INSERT INTO `mob_spawn_points` VALUES (16891952,0,'Fomor_Ninja','Fomor Ninja',10,54,56,-2.538,-0.606,59.919,128); +INSERT INTO `mob_spawn_points` VALUES (16891953,0,'Fomor_Bard','Fomor Bard',11,54,56,-8.725,-0.580,59.655,127); +INSERT INTO `mob_spawn_points` VALUES (16891954,0,'Fomor_Dragoon','Fomor Dragoon',12,54,56,49.031,-0.624,67.719,184); INSERT INTO `mob_spawn_points` VALUES (16891955,0,'Fomors_Wyvern','Fomor\'s Wyvern',13,49,52,1.000,1.000,1.000,254); -INSERT INTO `mob_spawn_points` VALUES (16891956,0,'Fomor_Ranger','Fomor Ranger',9,54,58,49.294,-0.608,65.212,61); -INSERT INTO `mob_spawn_points` VALUES (16891957,0,'Fomor_Black_Mage','Fomor Black Mage',14,54,58,108.161,-0.528,58.973,255); -INSERT INTO `mob_spawn_points` VALUES (16891958,0,'Fomor_Bard','Fomor Bard',11,54,58,97.430,-0.607,58.699,4); -INSERT INTO `mob_spawn_points` VALUES (16891959,0,'Fomor_Beastmaster','Fomor Beastmaster',15,54,58,106.670,-0.504,58.766,127); +INSERT INTO `mob_spawn_points` VALUES (16891956,0,'Fomor_Ranger','Fomor Ranger',9,54,56,49.294,-0.608,65.212,61); +INSERT INTO `mob_spawn_points` VALUES (16891957,0,'Fomor_Black_Mage','Fomor Black Mage',14,54,56,108.161,-0.528,58.973,255); +INSERT INTO `mob_spawn_points` VALUES (16891958,0,'Fomor_Bard','Fomor Bard',11,54,56,97.430,-0.607,58.699,4); +INSERT INTO `mob_spawn_points` VALUES (16891959,0,'Fomor_Beastmaster','Fomor Beastmaster',15,54,56,106.670,-0.504,58.766,127); INSERT INTO `mob_spawn_points` VALUES (16891960,0,'Fomors_Bats','Fomor\'s Bats',16,49,51,1.000,1.000,1.000,117); -INSERT INTO `mob_spawn_points` VALUES (16891961,0,'Fomor_Monk','Fomor Monk',17,54,58,2.721,-0.618,-61.059,127); -INSERT INTO `mob_spawn_points` VALUES (16891962,0,'Fomor_Red_Mage','Fomor Red Mage',18,54,58,16.055,-0.548,-61.108,192); -INSERT INTO `mob_spawn_points` VALUES (16891963,0,'Fomor_Samurai','Fomor Samurai',19,54,58,13.419,-0.664,-60.882,255); -INSERT INTO `mob_spawn_points` VALUES (16891964,0,'Fomor_Dark_Knight','Fomor Dark Knight',20,54,58,57.013,-0.596,-70.723,129); -INSERT INTO `mob_spawn_points` VALUES (16891965,0,'Fomor_Summoner','Fomor Summoner',21,54,58,57.116,-0.596,-70.561,128); +INSERT INTO `mob_spawn_points` VALUES (16891961,0,'Fomor_Monk','Fomor Monk',17,54,56,2.721,-0.618,-61.059,127); +INSERT INTO `mob_spawn_points` VALUES (16891962,0,'Fomor_Red_Mage','Fomor Red Mage',18,54,56,16.055,-0.548,-61.108,192); +INSERT INTO `mob_spawn_points` VALUES (16891963,0,'Fomor_Samurai','Fomor Samurai',19,54,56,13.419,-0.664,-60.882,255); +INSERT INTO `mob_spawn_points` VALUES (16891964,0,'Fomor_Dark_Knight','Fomor Dark Knight',20,54,56,57.013,-0.596,-70.723,129); +INSERT INTO `mob_spawn_points` VALUES (16891965,0,'Fomor_Summoner','Fomor Summoner',21,54,56,57.116,-0.596,-70.561,128); INSERT INTO `mob_spawn_points` VALUES (16891966,0,'Fomors_Elemental','Fomor\'s Elemental',22,49,51,1.000,1.000,1.000,120); -INSERT INTO `mob_spawn_points` VALUES (16891967,0,'Fomor_Warrior','Fomor Warrior',23,54,58,89.519,-0.619,-60.246,0); -INSERT INTO `mob_spawn_points` VALUES (16891968,0,'Fomor_Thief','Fomor Thief',24,54,58,110.063,-0.537,-59.996,255); -INSERT INTO `mob_spawn_points` VALUES (16891969,0,'Fomor_Paladin','Fomor Paladin',25,54,58,97.532,-0.635,-59.852,126); +INSERT INTO `mob_spawn_points` VALUES (16891967,0,'Fomor_Warrior','Fomor Warrior',23,54,56,89.519,-0.619,-60.246,0); +INSERT INTO `mob_spawn_points` VALUES (16891968,0,'Fomor_Thief','Fomor Thief',24,54,56,110.063,-0.537,-59.996,255); +INSERT INTO `mob_spawn_points` VALUES (16891969,0,'Fomor_Paladin','Fomor Paladin',25,54,56,97.532,-0.635,-59.852,126); INSERT INTO `mob_spawn_points` VALUES (16891970,0,'Old_Professor_Mariselle','Old Professor Mariselle',26,55,55,57.135,-2.023,-123.622,190); INSERT INTO `mob_spawn_points` VALUES (16891971,0,'Mariselles_Pupil','Mariselle\'s Pupil',27,47,48,57.959,-2.500,-123.480,166); INSERT INTO `mob_spawn_points` VALUES (16891972,0,'Mariselles_Pupil','Mariselle\'s Pupil',27,47,48,58.636,-2.500,-122.869,142); -INSERT INTO `mob_spawn_points` VALUES (16891973,0,'Fomor_Ranger','Fomor Ranger',9,54,58,22.907,-2.600,107.303,17); -INSERT INTO `mob_spawn_points` VALUES (16891974,0,'Fomor_Samurai','Fomor Samurai',19,54,58,12.159,-2.599,122.682,119); -INSERT INTO `mob_spawn_points` VALUES (16891975,0,'Fomor_Dragoon','Fomor Dragoon',12,54,58,8.258,-2.600,117.536,62); +INSERT INTO `mob_spawn_points` VALUES (16891973,0,'Fomor_Ranger','Fomor Ranger',9,55,56,22.907,-2.600,107.303,17); +INSERT INTO `mob_spawn_points` VALUES (16891974,0,'Fomor_Samurai','Fomor Samurai',19,55,56,12.159,-2.599,122.682,119); +INSERT INTO `mob_spawn_points` VALUES (16891975,0,'Fomor_Dragoon','Fomor Dragoon',12,55,56,8.258,-2.600,117.536,62); INSERT INTO `mob_spawn_points` VALUES (16891976,0,'Fomors_Wyvern','Fomor\'s Wyvern',13,49,52,1.000,1.000,1.000,10); -INSERT INTO `mob_spawn_points` VALUES (16891977,0,'Fomor_Ranger','Fomor Ranger',9,54,58,28.343,-2.745,128.672,251); -INSERT INTO `mob_spawn_points` VALUES (16891978,0,'Fomor_Samurai','Fomor Samurai',19,54,58,19.622,-2.599,122.387,193); -INSERT INTO `mob_spawn_points` VALUES (16891979,0,'Fomor_Dragoon','Fomor Dragoon',12,54,58,17.054,-2.600,107.025,123); +INSERT INTO `mob_spawn_points` VALUES (16891977,0,'Fomor_Ranger','Fomor Ranger',9,55,56,28.343,-2.745,128.672,251); +INSERT INTO `mob_spawn_points` VALUES (16891978,0,'Fomor_Samurai','Fomor Samurai',19,55,56,19.622,-2.599,122.387,193); +INSERT INTO `mob_spawn_points` VALUES (16891979,0,'Fomor_Dragoon','Fomor Dragoon',12,55,56,17.054,-2.600,107.025,123); INSERT INTO `mob_spawn_points` VALUES (16891980,0,'Fomors_Wyvern','Fomor\'s Wyvern',13,49,52,1.000,1.000,1.000,164); INSERT INTO `mob_spawn_points` VALUES (16891981,0,'Greater_Gaylas','Greater Gaylas',2,46,48,22.614,-2.600,103.200,55); -INSERT INTO `mob_spawn_points` VALUES (16891982,0,'Fomor_Warrior','Fomor Warrior',23,54,58,64.352,-2.600,122.233,128); -INSERT INTO `mob_spawn_points` VALUES (16891983,0,'Fomor_Thief','Fomor Thief',24,54,58,62.604,-2.599,108.256,67); -INSERT INTO `mob_spawn_points` VALUES (16891984,0,'Fomor_Ranger','Fomor Ranger',42,54,58,56.760,-2.600,106.355,125); -INSERT INTO `mob_spawn_points` VALUES (16891985,0,'Fomor_Warrior','Fomor Warrior',23,54,58,54.007,-2.599,109.609,132); -INSERT INTO `mob_spawn_points` VALUES (16891986,0,'Fomor_Thief','Fomor Thief',24,54,58,60.315,-2.600,115.591,129); -INSERT INTO `mob_spawn_points` VALUES (16891987,0,'Fomor_Ranger','Fomor Ranger',42,54,58,52.061,-2.744,129.632,165); +INSERT INTO `mob_spawn_points` VALUES (16891982,0,'Fomor_Warrior','Fomor Warrior',23,55,56,64.352,-2.600,122.233,128); +INSERT INTO `mob_spawn_points` VALUES (16891983,0,'Fomor_Thief','Fomor Thief',24,55,56,62.604,-2.599,108.256,67); +INSERT INTO `mob_spawn_points` VALUES (16891984,0,'Fomor_Ranger','Fomor Ranger',42,55,56,56.760,-2.600,106.355,125); +INSERT INTO `mob_spawn_points` VALUES (16891985,0,'Fomor_Warrior','Fomor Warrior',23,55,56,54.007,-2.599,109.609,132); +INSERT INTO `mob_spawn_points` VALUES (16891986,0,'Fomor_Thief','Fomor Thief',24,55,56,60.315,-2.600,115.591,129); +INSERT INTO `mob_spawn_points` VALUES (16891987,0,'Fomor_Ranger','Fomor Ranger',42,55,56,52.061,-2.744,129.632,165); INSERT INTO `mob_spawn_points` VALUES (16891988,0,'Greater_Gaylas','Greater Gaylas',2,46,48,50.337,-2.600,122.146,33); -INSERT INTO `mob_spawn_points` VALUES (16891989,0,'Fomor_Monk','Fomor Monk',17,54,58,90.360,-2.600,121.406,251); -INSERT INTO `mob_spawn_points` VALUES (16891990,0,'Fomor_Black_Mage','Fomor Black Mage',14,54,58,107.584,-2.778,129.453,174); -INSERT INTO `mob_spawn_points` VALUES (16891991,0,'Fomor_Summoner','Fomor Summoner',21,54,58,91.115,-2.621,127.523,111); +INSERT INTO `mob_spawn_points` VALUES (16891989,0,'Fomor_Monk','Fomor Monk',17,55,56,90.360,-2.600,121.406,251); +INSERT INTO `mob_spawn_points` VALUES (16891990,0,'Fomor_Black_Mage','Fomor Black Mage',14,55,56,107.584,-2.778,129.453,174); +INSERT INTO `mob_spawn_points` VALUES (16891991,0,'Fomor_Summoner','Fomor Summoner',21,55,56,91.115,-2.621,127.523,111); INSERT INTO `mob_spawn_points` VALUES (16891992,0,'Fomors_Elemental','Fomor\'s Elemental',22,49,51,1.000,1.000,1.000,125); -INSERT INTO `mob_spawn_points` VALUES (16891993,0,'Fomor_Monk','Fomor Monk',17,54,58,100.007,-2.599,119.019,51); -INSERT INTO `mob_spawn_points` VALUES (16891994,0,'Fomor_Black_Mage','Fomor Black Mage',14,54,58,91.649,-2.580,127.334,124); -INSERT INTO `mob_spawn_points` VALUES (16891995,0,'Fomor_Summoner','Fomor Summoner',21,54,58,108.594,-2.777,130.028,130); +INSERT INTO `mob_spawn_points` VALUES (16891993,0,'Fomor_Monk','Fomor Monk',17,55,56,100.007,-2.599,119.019,51); +INSERT INTO `mob_spawn_points` VALUES (16891994,0,'Fomor_Black_Mage','Fomor Black Mage',14,55,56,91.649,-2.580,127.334,124); +INSERT INTO `mob_spawn_points` VALUES (16891995,0,'Fomor_Summoner','Fomor Summoner',21,55,56,108.594,-2.777,130.028,130); INSERT INTO `mob_spawn_points` VALUES (16891996,0,'Fomors_Elemental','Fomor\'s Elemental',22,49,51,1.000,1.000,1.000,203); INSERT INTO `mob_spawn_points` VALUES (16891997,0,'Greater_Gaylas','Greater Gaylas',2,46,48,103.654,-2.600,102.529,68); -INSERT INTO `mob_spawn_points` VALUES (16891998,0,'Fomor_Red_Mage','Fomor Red Mage',18,54,58,23.791,-2.582,-103.310,197); -INSERT INTO `mob_spawn_points` VALUES (16891999,0,'Fomor_Dark_Knight','Fomor Dark Knight',20,54,58,12.539,-2.778,-130.163,33); -INSERT INTO `mob_spawn_points` VALUES (16892000,0,'Fomor_Ninja','Fomor Ninja',10,54,58,23.918,-2.600,-106.284,12); -INSERT INTO `mob_spawn_points` VALUES (16892001,0,'Fomor_Red_Mage','Fomor Red Mage',18,54,58,12.699,-2.605,-110.103,162); -INSERT INTO `mob_spawn_points` VALUES (16892002,0,'Fomor_Dark_Knight','Fomor Dark Knight',20,54,58,16.143,-2.600,-122.543,199); -INSERT INTO `mob_spawn_points` VALUES (16892003,0,'Fomor_Ninja','Fomor Ninja',10,54,58,28.841,-2.746,-129.781,99); +INSERT INTO `mob_spawn_points` VALUES (16891998,0,'Fomor_Red_Mage','Fomor Red Mage',18,55,56,23.791,-2.582,-103.310,197); +INSERT INTO `mob_spawn_points` VALUES (16891999,0,'Fomor_Dark_Knight','Fomor Dark Knight',20,55,56,12.539,-2.778,-130.163,33); +INSERT INTO `mob_spawn_points` VALUES (16892000,0,'Fomor_Ninja','Fomor Ninja',10,55,56,23.918,-2.600,-106.284,12); +INSERT INTO `mob_spawn_points` VALUES (16892001,0,'Fomor_Red_Mage','Fomor Red Mage',18,55,56,12.699,-2.605,-110.103,162); +INSERT INTO `mob_spawn_points` VALUES (16892002,0,'Fomor_Dark_Knight','Fomor Dark Knight',20,55,56,16.143,-2.600,-122.543,199); +INSERT INTO `mob_spawn_points` VALUES (16892003,0,'Fomor_Ninja','Fomor Ninja',10,55,56,28.841,-2.746,-129.781,99); INSERT INTO `mob_spawn_points` VALUES (16892004,0,'Greater_Gaylas','Greater Gaylas',2,46,48,8.566,-2.600,-118.241,77); -INSERT INTO `mob_spawn_points` VALUES (16892005,0,'Fomor_Paladin','Fomor Paladin',25,54,58,56.011,-2.600,-121.419,69); -INSERT INTO `mob_spawn_points` VALUES (16892006,0,'Fomor_Beastmaster','Fomor Beastmaster',15,54,58,65.632,-2.600,-121.411,128); +INSERT INTO `mob_spawn_points` VALUES (16892005,0,'Fomor_Paladin','Fomor Paladin',25,55,56,56.011,-2.600,-121.419,69); +INSERT INTO `mob_spawn_points` VALUES (16892006,0,'Fomor_Beastmaster','Fomor Beastmaster',15,55,56,65.632,-2.600,-121.411,128); INSERT INTO `mob_spawn_points` VALUES (16892007,0,'Fomors_Bats','Fomor\'s Bats',16,49,51,1.000,1.000,1.000,196); -INSERT INTO `mob_spawn_points` VALUES (16892008,0,'Fomor_Bard','Fomor Bard',11,54,58,60.032,-2.573,-105.289,190); -INSERT INTO `mob_spawn_points` VALUES (16892009,0,'Fomor_Paladin','Fomor Paladin',25,54,58,67.313,-2.735,-129.524,34); -INSERT INTO `mob_spawn_points` VALUES (16892010,0,'Fomor_Beastmaster','Fomor Beastmaster',15,54,58,69.086,-2.598,-127.303,39); +INSERT INTO `mob_spawn_points` VALUES (16892008,0,'Fomor_Bard','Fomor Bard',11,55,56,60.032,-2.573,-105.289,190); +INSERT INTO `mob_spawn_points` VALUES (16892009,0,'Fomor_Paladin','Fomor Paladin',25,55,56,67.313,-2.735,-129.524,34); +INSERT INTO `mob_spawn_points` VALUES (16892010,0,'Fomor_Beastmaster','Fomor Beastmaster',15,55,56,69.086,-2.598,-127.303,39); INSERT INTO `mob_spawn_points` VALUES (16892011,0,'Fomors_Bats','Fomor\'s Bats',16,49,51,1.000,1.000,1.000,32); -INSERT INTO `mob_spawn_points` VALUES (16892012,0,'Fomor_Bard','Fomor Bard',11,54,58,59.176,-2.578,-108.482,55); +INSERT INTO `mob_spawn_points` VALUES (16892012,0,'Fomor_Bard','Fomor Bard',11,55,56,59.176,-2.578,-108.482,55); INSERT INTO `mob_spawn_points` VALUES (16892013,0,'Greater_Gaylas','Greater Gaylas',2,46,48,58.170,-2.600,-115.553,254); -INSERT INTO `mob_spawn_points` VALUES (16892014,0,'Fomor_Bard','Fomor Bard',11,54,58,100.000,-3.229,-129.000,192); -INSERT INTO `mob_spawn_points` VALUES (16892015,0,'Fomor_Monk','Fomor Monk',17,54,58,94.000,-2.500,-116.000,64); -INSERT INTO `mob_spawn_points` VALUES (16892016,0,'Fomor_Samurai','Fomor Samurai',19,54,58,92.000,-2.500,-110.000,64); -INSERT INTO `mob_spawn_points` VALUES (16892017,0,'Fomor_Ninja','Fomor Ninja',10,54,58,96.000,-2.500,-110.000,64); -INSERT INTO `mob_spawn_points` VALUES (16892018,0,'Fomor_Black_Mage','Fomor Black Mage',14,54,58,106.000,-2.500,-116.000,64); -INSERT INTO `mob_spawn_points` VALUES (16892019,0,'Fomor_Ranger','Fomor Ranger',42,54,58,104.000,-2.500,-110.000,64); -INSERT INTO `mob_spawn_points` VALUES (16892020,0,'Fomor_Red_Mage','Fomor Red Mage',18,54,58,108.000,-2.500,-110.000,64); +INSERT INTO `mob_spawn_points` VALUES (16892014,0,'Fomor_Bard','Fomor Bard',11,55,56,100.000,-3.229,-129.000,192); +INSERT INTO `mob_spawn_points` VALUES (16892015,0,'Fomor_Monk','Fomor Monk',17,56,57,94.000,-2.500,-116.000,64); +INSERT INTO `mob_spawn_points` VALUES (16892016,0,'Fomor_Samurai','Fomor Samurai',19,55,56,92.000,-2.500,-110.000,64); +INSERT INTO `mob_spawn_points` VALUES (16892017,0,'Fomor_Ninja','Fomor Ninja',10,55,56,96.000,-2.500,-110.000,64); +INSERT INTO `mob_spawn_points` VALUES (16892018,0,'Fomor_Black_Mage','Fomor Black Mage',14,56,57,106.000,-2.500,-116.000,64); +INSERT INTO `mob_spawn_points` VALUES (16892019,0,'Fomor_Ranger','Fomor Ranger',42,55,56,104.000,-2.500,-110.000,64); +INSERT INTO `mob_spawn_points` VALUES (16892020,0,'Fomor_Red_Mage','Fomor Red Mage',18,55,56,108.000,-2.500,-110.000,64); INSERT INTO `mob_spawn_points` VALUES (16892021,0,'Greater_Gaylas','Greater Gaylas',2,46,48,100.452,-2.600,-110.724,126); -INSERT INTO `mob_spawn_points` VALUES (16892022,0,'Fomor_Thief','Fomor Thief',24,54,58,99.539,-0.623,27.603,192); -INSERT INTO `mob_spawn_points` VALUES (16892023,0,'Fomor_Samurai','Fomor Samurai',19,54,58,99.249,-0.615,25.737,191); +INSERT INTO `mob_spawn_points` VALUES (16892022,0,'Fomor_Thief','Fomor Thief',24,57,58,99.539,-0.623,27.603,192); +INSERT INTO `mob_spawn_points` VALUES (16892023,0,'Fomor_Samurai','Fomor Samurai',19,56,57,99.249,-0.615,25.737,191); INSERT INTO `mob_spawn_points` VALUES (16892024,0,'Blubber_Eyes','Blubber Eyes',6,57,59,99.945,-0.604,20.217,64); -INSERT INTO `mob_spawn_points` VALUES (16892025,0,'Fomor_Summoner','Fomor Summoner',21,54,58,100.205,-0.591,5.474,63); +INSERT INTO `mob_spawn_points` VALUES (16892025,0,'Fomor_Summoner','Fomor Summoner',21,54,55,100.205,-0.591,5.474,63); INSERT INTO `mob_spawn_points` VALUES (16892026,0,'Fomors_Elemental','Fomor\'s Elemental',22,49,51,1.000,1.000,1.000,193); -INSERT INTO `mob_spawn_points` VALUES (16892027,0,'Fomor_Monk','Fomor Monk',17,54,58,76.806,-0.562,19.070,127); -INSERT INTO `mob_spawn_points` VALUES (16892028,0,'Fomor_Warrior','Fomor Warrior',23,54,58,77.339,-0.585,18.565,248); -INSERT INTO `mob_spawn_points` VALUES (16892029,0,'Teratotaur','Teratotaur',28,57,59,91.880,-2.600,-38.795,76); -INSERT INTO `mob_spawn_points` VALUES (16892030,0,'Teratotaur','Teratotaur',28,57,59,110.899,-2.600,-35.162,67); -INSERT INTO `mob_spawn_points` VALUES (16892031,0,'Teratotaur','Teratotaur',28,57,59,103.293,-2.600,-31.144,239); -INSERT INTO `mob_spawn_points` VALUES (16892032,0,'Teratotaur','Teratotaur',28,57,59,106.546,-2.599,-30.832,134); -INSERT INTO `mob_spawn_points` VALUES (16892033,0,'Teratotaur','Teratotaur',28,57,59,136.889,-0.600,60.078,0); -INSERT INTO `mob_spawn_points` VALUES (16892034,0,'Fomor_Warrior','Fomor Warrior',23,54,58,141.282,-0.555,-17.806,63); -INSERT INTO `mob_spawn_points` VALUES (16892035,0,'Fomor_Dragoon','Fomor Dragoon',12,54,58,142.480,-0.550,-16.438,60); +INSERT INTO `mob_spawn_points` VALUES (16892027,0,'Fomor_Monk','Fomor Monk',17,57,58,76.806,-0.562,19.070,127); +INSERT INTO `mob_spawn_points` VALUES (16892028,0,'Fomor_Warrior','Fomor Warrior',23,56,57,77.339,-0.585,18.565,248); +INSERT INTO `mob_spawn_points` VALUES (16892029,0,'Teratotaur','Teratotaur',28,57,58,91.880,-2.600,-38.795,76); +INSERT INTO `mob_spawn_points` VALUES (16892030,0,'Teratotaur','Teratotaur',28,57,58,110.899,-2.600,-35.162,67); +INSERT INTO `mob_spawn_points` VALUES (16892031,0,'Teratotaur','Teratotaur',28,57,58,103.293,-2.600,-31.144,239); +INSERT INTO `mob_spawn_points` VALUES (16892032,0,'Teratotaur','Teratotaur',28,57,58,106.546,-2.599,-30.832,134); +INSERT INTO `mob_spawn_points` VALUES (16892033,0,'Teratotaur','Teratotaur',28,57,58,136.889,-0.600,60.078,0); +INSERT INTO `mob_spawn_points` VALUES (16892034,0,'Fomor_Warrior','Fomor Warrior',23,57,58,141.282,-0.555,-17.806,63); +INSERT INTO `mob_spawn_points` VALUES (16892035,0,'Fomor_Dragoon','Fomor Dragoon',12,56,57,142.480,-0.550,-16.438,60); INSERT INTO `mob_spawn_points` VALUES (16892036,0,'Fomors_Wyvern','Fomor\'s Wyvern',13,49,52,1.000,1.000,1.000,204); -INSERT INTO `mob_spawn_points` VALUES (16892037,0,'Fomor_Bard','Fomor Bard',11,54,58,140.747,-0.612,4.351,191); -INSERT INTO `mob_spawn_points` VALUES (16892038,0,'Fomor_Dark_Knight','Fomor Dark Knight',20,54,58,141.320,-0.585,4.453,62); -INSERT INTO `mob_spawn_points` VALUES (16892039,0,'Fomor_Black_Mage','Fomor Black Mage',14,54,58,140.893,-0.593,5.548,59); +INSERT INTO `mob_spawn_points` VALUES (16892037,0,'Fomor_Bard','Fomor Bard',11,56,57,140.747,-0.612,4.351,191); +INSERT INTO `mob_spawn_points` VALUES (16892038,0,'Fomor_Dark_Knight','Fomor Dark Knight',20,56,57,141.320,-0.585,4.453,62); +INSERT INTO `mob_spawn_points` VALUES (16892039,0,'Fomor_Black_Mage','Fomor Black Mage',14,56,57,140.893,-0.593,5.548,59); INSERT INTO `mob_spawn_points` VALUES (16892040,0,'Blubber_Eyes','Blubber Eyes',6,57,59,139.992,-0.503,-11.919,64); INSERT INTO `mob_spawn_points` VALUES (16892041,0,'Blubber_Eyes','Blubber Eyes',6,57,59,139.780,-0.609,-2.051,63); -INSERT INTO `mob_spawn_points` VALUES (16892042,0,'Teratotaur','Teratotaur',28,57,59,138.962,-0.599,-59.506,252); -INSERT INTO `mob_spawn_points` VALUES (16892043,0,'Teratotaur','Teratotaur',28,57,59,224.679,-2.599,5.618,210); -INSERT INTO `mob_spawn_points` VALUES (16892044,0,'Teratotaur','Teratotaur',28,57,59,226.598,-2.586,11.396,199); +INSERT INTO `mob_spawn_points` VALUES (16892042,0,'Teratotaur','Teratotaur',28,57,58,138.962,-0.599,-59.506,252); +INSERT INTO `mob_spawn_points` VALUES (16892043,0,'Teratotaur','Teratotaur',28,58,59,224.679,-2.599,5.618,210); +INSERT INTO `mob_spawn_points` VALUES (16892044,0,'Teratotaur','Teratotaur',28,58,59,226.598,-2.586,11.396,199); INSERT INTO `mob_spawn_points` VALUES (16892045,0,'Greater_Gaylas','Greater Gaylas',2,46,48,230.272,-1.195,-0.094,231); INSERT INTO `mob_spawn_points` VALUES (16892046,0,'Greater_Gaylas','Greater Gaylas',2,46,48,226.302,-2.153,0.203,138); INSERT INTO `mob_spawn_points` VALUES (16892047,0,'Greater_Gaylas','Greater Gaylas',2,46,48,245.341,0.374,12.216,133); INSERT INTO `mob_spawn_points` VALUES (16892048,0,'Greater_Gaylas','Greater Gaylas',2,46,48,248.200,0.386,16.514,227); -INSERT INTO `mob_spawn_points` VALUES (16892049,0,'Keremet','Keremet',29,56,58,261.000,-0.500,0.000,128); +INSERT INTO `mob_spawn_points` VALUES (16892049,0,'Keremet','Keremet',29,56,57,261.000,-0.500,0.000,128); INSERT INTO `mob_spawn_points` VALUES (16892050,0,'Azren_Kuguza','Azren Kuguza',30,42,43,169.000,-0.500,17.000,192); INSERT INTO `mob_spawn_points` VALUES (16892051,0,'Azren_Kuba','Azren Kuba',31,42,43,169.000,-0.500,23.000,64); INSERT INTO `mob_spawn_points` VALUES (16892052,0,'Azren_Kuguza','Azren Kuguza',30,42,43,180.000,-0.500,17.000,192); @@ -6041,12 +6041,12 @@ INSERT INTO `mob_spawn_points` VALUES (16892058,0,'Azren_Kuguza','Azren Kuguza', INSERT INTO `mob_spawn_points` VALUES (16892059,0,'Azren_Kuba','Azren Kuba',31,42,43,180.000,-0.500,-23.000,192); INSERT INTO `mob_spawn_points` VALUES (16892060,0,'Azren_Kuguza','Azren Kuguza',30,42,43,191.000,-0.500,-17.000,64); INSERT INTO `mob_spawn_points` VALUES (16892061,0,'Azren_Kuba','Azren Kuba',31,42,43,191.000,-0.500,-23.000,192); -INSERT INTO `mob_spawn_points` VALUES (16892062,0,'Air_Elemental','Air Elemental',32,59,60,141.164,2.470,93.241,192); -INSERT INTO `mob_spawn_points` VALUES (16892063,0,'Thunder_Elemental','Thunder Elemental',33,59,60,141.341,1.739,90.597,67); -INSERT INTO `mob_spawn_points` VALUES (16892064,0,'Dark_Elemental','Dark Elemental',34,59,60,153.218,5.472,100.007,127); -INSERT INTO `mob_spawn_points` VALUES (16892065,0,'Air_Elemental','Air Elemental',32,59,60,181.121,-5.005,-63.754,55); -INSERT INTO `mob_spawn_points` VALUES (16892066,0,'Thunder_Elemental','Thunder Elemental',33,59,60,177.191,-4.284,-59.907,139); -INSERT INTO `mob_spawn_points` VALUES (16892067,0,'Dark_Elemental','Dark Elemental',34,59,60,181.080,-5.008,-62.147,192); +INSERT INTO `mob_spawn_points` VALUES (16892062,0,'Air_Elemental','Air Elemental',32,60,60,141.164,2.470,93.241,192); +INSERT INTO `mob_spawn_points` VALUES (16892063,0,'Thunder_Elemental','Thunder Elemental',33,60,60,141.341,1.739,90.597,67); +INSERT INTO `mob_spawn_points` VALUES (16892064,0,'Dark_Elemental','Dark Elemental',34,60,60,153.218,5.472,100.007,127); +INSERT INTO `mob_spawn_points` VALUES (16892065,0,'Air_Elemental','Air Elemental',32,60,60,181.121,-5.005,-63.754,55); +INSERT INTO `mob_spawn_points` VALUES (16892066,0,'Thunder_Elemental','Thunder Elemental',33,60,60,177.191,-4.284,-59.907,139); +INSERT INTO `mob_spawn_points` VALUES (16892067,0,'Dark_Elemental','Dark Elemental',34,60,60,181.080,-5.008,-62.147,192); INSERT INTO `mob_spawn_points` VALUES (16892068,0,'Balor','Balor',35,59,59,32.129,-2.500,117.292,196); INSERT INTO `mob_spawn_points` VALUES (16892069,0,'Luaith','Luaith',36,59,59,69.000,-2.500,116.000,65); INSERT INTO `mob_spawn_points` VALUES (16892070,0,'Lobais','Lobais',37,59,59,109.000,-2.500,116.000,103); @@ -17698,13 +17698,13 @@ INSERT INTO `mob_spawn_points` VALUES (17072138,0,'Qiqirn_Goldsmith','Qiqirn Gol INSERT INTO `mob_spawn_points` VALUES (17072139,0,'Qiqirn_Mine','Qiqirn Mine',4,75,75,0.000,0.000,0.000,0); INSERT INTO `mob_spawn_points` VALUES (17072140,0,'Qiqirn_Goldsmith','Qiqirn Goldsmith',3,76,78,-14.382,-4.488,144.050,31); INSERT INTO `mob_spawn_points` VALUES (17072141,0,'Qiqirn_Mine','Qiqirn Mine',4,75,75,0.000,0.000,0.000,0); -INSERT INTO `mob_spawn_points` VALUES (17072142,0,'Qiqirn_Goldsmith','Qiqirn Goldsmith',3,76,78,-112.599,-8.000,104.053,239); +INSERT INTO `mob_spawn_points` VALUES (17072142,1,'Qiqirn_Goldsmith','Qiqirn Goldsmith',3,76,78,-112.599,-8.000,104.053,239); INSERT INTO `mob_spawn_points` VALUES (17072143,0,'Qiqirn_Mine','Qiqirn Mine',4,75,75,0.000,0.000,0.000,0); INSERT INTO `mob_spawn_points` VALUES (17072144,0,'Qiqirn_Goldsmith','Qiqirn Goldsmith',3,76,78,-92.370,-7.999,93.103,66); INSERT INTO `mob_spawn_points` VALUES (17072145,0,'Qiqirn_Mine','Qiqirn Mine',4,75,75,0.000,0.000,0.000,0); INSERT INTO `mob_spawn_points` VALUES (17072146,0,'Qiqirn_Poulterer','Qiqirn Poulterer',2,76,78,-113.187,-7.999,103.088,147); INSERT INTO `mob_spawn_points` VALUES (17072147,0,'Qiqirn_Poulterer','Qiqirn Poulterer',2,76,78,-188.666,-8.484,59.816,44); -INSERT INTO `mob_spawn_points` VALUES (17072148,0,'Qiqirn_Goldsmith','Qiqirn Goldsmith',3,76,78,-171.052,-8.343,59.996,222); +INSERT INTO `mob_spawn_points` VALUES (17072148,1,'Qiqirn_Goldsmith','Qiqirn Goldsmith',3,76,78,-171.052,-8.343,59.996,222); INSERT INTO `mob_spawn_points` VALUES (17072149,0,'Qiqirn_Mine','Qiqirn Mine',4,75,75,0.000,0.000,0.000,0); INSERT INTO `mob_spawn_points` VALUES (17072150,0,'Cookieduster_Lipiroon','Cookieduster Lipiroon',6,80,82,-105.000,-8.000,94.000,60); INSERT INTO `mob_spawn_points` VALUES (17072151,0,'Qiqirn_Poulterer','Qiqirn Poulterer',2,76,78,-185.782,-8.249,-33.147,56); @@ -40359,461 +40359,461 @@ INSERT INTO `mob_spawn_points` VALUES (17220099,0,'Otherworldly_Rimester','Other -- Fished INSERT INTO `mob_spawn_points` VALUES (17223681,0,'Swamp_Leech','Swamp Leech',1,13,15,1.000,1.000,1.000,0); -INSERT INTO `mob_spawn_points` VALUES (17223682,0,'Stag_Crab','Stag Crab',2,13,15,1.000,1.000,1.000,0); -INSERT INTO `mob_spawn_points` VALUES (17223683,0,'Swamp_Pugil','Swamp Pugil',3,17,20,1.000,1.000,1.000,0); -INSERT INTO `mob_spawn_points` VALUES (17223684,0,'Thread_Leech','Thread Leech',4,20,23,1.000,1.000,1.000,0); - -INSERT INTO `mob_spawn_points` VALUES (17223685,0,'Snipper','Snipper',5,17,20,473.217,24.418,381.678,44); -INSERT INTO `mob_spawn_points` VALUES (17223686,0,'Gadfly','Gadfly',6,18,21,-432.783,24.499,-468.515,7); -INSERT INTO `mob_spawn_points` VALUES (17223687,0,'Gadfly','Gadfly',6,18,21,-489.786,24.382,-446.619,51); -INSERT INTO `mob_spawn_points` VALUES (17223688,0,'Gadfly','Gadfly',6,18,21,-474.169,24.455,-505.832,127); -INSERT INTO `mob_spawn_points` VALUES (17223689,0,'Bog_Bunny','Bog Bunny',7,13,16,-391.433,23.776,-457.910,61); -INSERT INTO `mob_spawn_points` VALUES (17223690,0,'Bog_Bunny','Bog Bunny',7,13,16,-402.197,24.290,-466.432,127); -INSERT INTO `mob_spawn_points` VALUES (17223691,0,'Bog_Bunny','Bog Bunny',7,13,16,-431.000,24.000,-415.000,74); -INSERT INTO `mob_spawn_points` VALUES (17223692,0,'Bog_Bunny','Bog Bunny',7,13,16,-506.010,25.080,-454.664,108); -INSERT INTO `mob_spawn_points` VALUES (17223693,0,'Night_Bats','Night Bats',8,13,16,-381.855,24.044,-412.486,191); -INSERT INTO `mob_spawn_points` VALUES (17223694,0,'Night_Bats','Night Bats',8,13,16,-402.081,24.439,-402.341,127); -INSERT INTO `mob_spawn_points` VALUES (17223695,0,'Night_Bats','Night Bats',8,13,16,-408.054,24.994,-447.957,43); -INSERT INTO `mob_spawn_points` VALUES (17223696,0,'Night_Bats','Night Bats',8,13,16,-492.691,23.890,-439.952,127); -INSERT INTO `mob_spawn_points` VALUES (17223697,0,'Black_Bat','Black Bat',9,15,18,-413.467,24.076,-460.910,127); -INSERT INTO `mob_spawn_points` VALUES (17223698,0,'Black_Bat','Black Bat',9,15,18,-488.107,25.012,-440.112,127); -INSERT INTO `mob_spawn_points` VALUES (17223699,0,'Bog_Dog','Bog Dog',10,18,25,0.000,0.000,0.000,0); -INSERT INTO `mob_spawn_points` VALUES (17223700,0,'Gadfly','Gadfly',6,18,21,-396.202,24.499,-356.742,121); -INSERT INTO `mob_spawn_points` VALUES (17223701,0,'Gadfly','Gadfly',6,18,21,-430.770,24.408,-349.902,127); -INSERT INTO `mob_spawn_points` VALUES (17223702,0,'Bog_Bunny','Bog Bunny',7,13,16,-313.092,24.471,-287.729,125); -INSERT INTO `mob_spawn_points` VALUES (17223703,0,'Bog_Bunny','Bog Bunny',7,13,16,-461.045,24.594,-306.542,127); -INSERT INTO `mob_spawn_points` VALUES (17223704,0,'Snipper','Snipper',5,17,20,-363.278,24.482,-355.731,112); -INSERT INTO `mob_spawn_points` VALUES (17223705,0,'Snipper','Snipper',5,17,20,-418.000,24.000,-224.000,127); -INSERT INTO `mob_spawn_points` VALUES (17223706,0,'Snipper','Snipper',5,17,20,-418.578,24.500,-315.766,70); -INSERT INTO `mob_spawn_points` VALUES (17223707,0,'Night_Bats','Night Bats',8,13,16,-419.324,24.164,-365.146,206); -INSERT INTO `mob_spawn_points` VALUES (17223708,0,'Night_Bats','Night Bats',8,13,16,-319.887,24.173,-302.109,127); -INSERT INTO `mob_spawn_points` VALUES (17223709,0,'Night_Bats','Night Bats',8,13,16,-344.000,24.217,-303.000,84); -INSERT INTO `mob_spawn_points` VALUES (17223710,0,'Night_Bats','Night Bats',8,13,16,-371.317,24.824,-379.919,5); -INSERT INTO `mob_spawn_points` VALUES (17223711,0,'Black_Bat','Black Bat',9,15,18,-385.350,24.484,-354.306,35); -INSERT INTO `mob_spawn_points` VALUES (17223712,0,'Black_Bat','Black Bat',9,15,18,-382.456,24.523,-375.005,57); -INSERT INTO `mob_spawn_points` VALUES (17223713,0,'Thread_Leech','Thread Leech',11,20,23,-419.476,25.000,-240.085,127); -INSERT INTO `mob_spawn_points` VALUES (17223714,0,'Thread_Leech','Thread Leech',11,20,23,-412.730,24.295,-240.147,127); -INSERT INTO `mob_spawn_points` VALUES (17223715,0,'Thread_Leech','Thread Leech',11,20,23,-387.735,23.789,-239.694,64); -INSERT INTO `mob_spawn_points` VALUES (17223716,0,'Land_Pugil','Land Pugil',12,17,20,-436.454,24.260,-263.289,171); -INSERT INTO `mob_spawn_points` VALUES (17223717,0,'Land_Pugil','Land Pugil',12,17,20,-390.541,24.219,-245.252,57); -INSERT INTO `mob_spawn_points` VALUES (17223718,0,'Land_Pugil','Land Pugil',12,17,20,-440.000,24.000,-225.000,46); -INSERT INTO `mob_spawn_points` VALUES (17223719,0,'Snipper','Snipper',5,17,20,-440.002,24.269,-251.905,10); -INSERT INTO `mob_spawn_points` VALUES (17223720,0,'Snipper','Snipper',5,17,20,-398.823,24.139,-241.384,45); -INSERT INTO `mob_spawn_points` VALUES (17223721,0,'Snipper','Snipper',5,17,20,-427.600,24.283,-241.284,127); -INSERT INTO `mob_spawn_points` VALUES (17223722,0,'Bogy','Bogy',13,25,29,-416.031,24.955,-259.330,203); +INSERT INTO `mob_spawn_points` VALUES (17223682,0,'Stag_Crab','Stag Crab',2,14,15,1.000,1.000,1.000,0); +INSERT INTO `mob_spawn_points` VALUES (17223683,0,'Swamp_Pugil','Swamp Pugil',3,19,20,1.000,1.000,1.000,0); +INSERT INTO `mob_spawn_points` VALUES (17223684,0,'Thread_Leech','Thread Leech',4,21,22,1.000,1.000,1.000,0); + +INSERT INTO `mob_spawn_points` VALUES (17223685,0,'Snipper','Snipper',5,23,23,473.217,24.418,381.678,44); +INSERT INTO `mob_spawn_points` VALUES (17223686,1,'Gadfly','Gadfly',6,20,21,-432.783,24.499,-468.515,7); +INSERT INTO `mob_spawn_points` VALUES (17223687,2,'Gadfly','Gadfly',6,20,21,-489.786,24.382,-446.619,51); +INSERT INTO `mob_spawn_points` VALUES (17223688,0,'Gadfly','Gadfly',6,20,21,-474.169,24.455,-505.832,127); +INSERT INTO `mob_spawn_points` VALUES (17223689,3,'Bog_Bunny','Bog Bunny',7,15,16,-391.433,23.776,-457.910,61); +INSERT INTO `mob_spawn_points` VALUES (17223690,0,'Bog_Bunny','Bog Bunny',7,15,16,-402.197,24.290,-466.432,127); +INSERT INTO `mob_spawn_points` VALUES (17223691,0,'Bog_Bunny','Bog Bunny',7,15,16,-431.000,24.000,-415.000,74); +INSERT INTO `mob_spawn_points` VALUES (17223692,0,'Bog_Bunny','Bog Bunny',7,15,16,-506.010,25.080,-454.664,108); +INSERT INTO `mob_spawn_points` VALUES (17223693,1,'Night_Bats','Night Bats',8,15,16,-381.855,24.044,-412.486,191); +INSERT INTO `mob_spawn_points` VALUES (17223694,0,'Night_Bats','Night Bats',8,15,16,-402.081,24.439,-402.341,127); +INSERT INTO `mob_spawn_points` VALUES (17223695,0,'Night_Bats','Night Bats',8,15,16,-408.054,24.994,-447.957,43); +INSERT INTO `mob_spawn_points` VALUES (17223696,0,'Night_Bats','Night Bats',8,15,16,-492.691,23.890,-439.952,127); +INSERT INTO `mob_spawn_points` VALUES (17223697,2,'Black_Bat','Black Bat',9,17,18,-413.467,24.076,-460.910,127); +INSERT INTO `mob_spawn_points` VALUES (17223698,0,'Black_Bat','Black Bat',9,17,18,-488.107,25.012,-440.112,127); +INSERT INTO `mob_spawn_points` VALUES (17223699,3,'Bog_Dog','Bog Dog',10,17,22,0.000,0.000,0.000,0); +INSERT INTO `mob_spawn_points` VALUES (17223700,4,'Gadfly','Gadfly',6,20,21,-396.202,24.499,-356.742,121); +INSERT INTO `mob_spawn_points` VALUES (17223701,5,'Gadfly','Gadfly',6,20,21,-430.770,24.408,-349.902,127); +INSERT INTO `mob_spawn_points` VALUES (17223702,0,'Bog_Bunny','Bog Bunny',7,15,16,-313.092,24.471,-287.729,125); +INSERT INTO `mob_spawn_points` VALUES (17223703,0,'Bog_Bunny','Bog Bunny',7,15,16,-461.045,24.594,-306.542,127); +INSERT INTO `mob_spawn_points` VALUES (17223704,0,'Snipper','Snipper',5,19,20,-363.278,24.482,-355.731,112); +INSERT INTO `mob_spawn_points` VALUES (17223705,0,'Snipper','Snipper',5,19,20,-418.000,24.000,-224.000,127); +INSERT INTO `mob_spawn_points` VALUES (17223706,0,'Snipper','Snipper',5,19,20,-418.578,24.500,-315.766,70); +INSERT INTO `mob_spawn_points` VALUES (17223707,4,'Night_Bats','Night Bats',8,15,16,-419.324,24.164,-365.146,206); +INSERT INTO `mob_spawn_points` VALUES (17223708,0,'Night_Bats','Night Bats',8,15,16,-319.887,24.173,-302.109,127); +INSERT INTO `mob_spawn_points` VALUES (17223709,0,'Night_Bats','Night Bats',8,15,16,-344.000,24.217,-303.000,84); +INSERT INTO `mob_spawn_points` VALUES (17223710,0,'Night_Bats','Night Bats',8,15,16,-371.317,24.824,-379.919,5); +INSERT INTO `mob_spawn_points` VALUES (17223711,5,'Black_Bat','Black Bat',9,17,18,-385.350,24.484,-354.306,35); +INSERT INTO `mob_spawn_points` VALUES (17223712,0,'Black_Bat','Black Bat',9,17,18,-382.456,24.523,-375.005,57); +INSERT INTO `mob_spawn_points` VALUES (17223713,6,'Thread_Leech','Thread Leech',11,21,22,-419.476,25.000,-240.085,127); +INSERT INTO `mob_spawn_points` VALUES (17223714,0,'Thread_Leech','Thread Leech',11,21,22,-412.730,24.295,-240.147,127); +INSERT INTO `mob_spawn_points` VALUES (17223715,0,'Thread_Leech','Thread Leech',11,21,22,-387.735,23.789,-239.694,64); +INSERT INTO `mob_spawn_points` VALUES (17223716,7,'Land_Pugil','Land Pugil',12,19,20,-436.454,24.260,-263.289,171); +INSERT INTO `mob_spawn_points` VALUES (17223717,0,'Land_Pugil','Land Pugil',12,19,20,-390.541,24.219,-245.252,57); +INSERT INTO `mob_spawn_points` VALUES (17223718,0,'Land_Pugil','Land Pugil',12,19,20,-440.000,24.000,-225.000,46); +INSERT INTO `mob_spawn_points` VALUES (17223719,7,'Snipper','Snipper',5,19,20,-440.002,24.269,-251.905,10); +INSERT INTO `mob_spawn_points` VALUES (17223720,0,'Snipper','Snipper',5,19,20,-398.823,24.139,-241.384,45); +INSERT INTO `mob_spawn_points` VALUES (17223721,0,'Snipper','Snipper',5,19,20,-427.600,24.283,-241.284,127); +INSERT INTO `mob_spawn_points` VALUES (17223722,6,'Bogy','Bogy',13,25,26,-416.031,24.955,-259.330,203); INSERT INTO `mob_spawn_points` VALUES (17223723,0,'Water_Elemental','Water Elemental',14,27,29,-388.841,23.661,-231.705,127); -INSERT INTO `mob_spawn_points` VALUES (17223724,0,'Gadfly','Gadfly',6,18,21,-239.897,24.954,-298.754,56); -INSERT INTO `mob_spawn_points` VALUES (17223725,0,'Gadfly','Gadfly',6,18,21,-250.355,24.712,-285.601,1); -INSERT INTO `mob_spawn_points` VALUES (17223726,0,'Gadfly','Gadfly',6,18,21,-286.149,24.232,-246.315,16); -INSERT INTO `mob_spawn_points` VALUES (17223727,0,'Bog_Bunny','Bog Bunny',7,13,16,-271.417,24.915,-299.683,127); -INSERT INTO `mob_spawn_points` VALUES (17223728,0,'Bog_Bunny','Bog Bunny',7,13,16,-247.410,24.686,-286.485,127); -INSERT INTO `mob_spawn_points` VALUES (17223729,0,'Night_Bats','Night Bats',8,13,16,0.000,0.000,0.000,0); -INSERT INTO `mob_spawn_points` VALUES (17223730,0,'Night_Bats','Night Bats',8,13,16,-288.245,24.899,-241.318,46); -INSERT INTO `mob_spawn_points` VALUES (17223731,0,'Night_Bats','Night Bats',8,13,16,-263.484,23.764,-233.289,127); -INSERT INTO `mob_spawn_points` VALUES (17223732,0,'Night_Bats','Night Bats',8,13,16,-249.827,24.075,-252.123,127); -INSERT INTO `mob_spawn_points` VALUES (17223733,0,'Black_Bat','Black Bat',9,15,18,0.000,0.000,0.000,0); -INSERT INTO `mob_spawn_points` VALUES (17223734,0,'Black_Bat','Black Bat',9,15,18,-213.028,23.848,-237.543,127); -INSERT INTO `mob_spawn_points` VALUES (17223735,0,'Bog_Dog','Bog Dog',10,18,25,-234.051,24.365,-243.181,133); -INSERT INTO `mob_spawn_points` VALUES (17223736,0,'Goobbue','Goobbue',15,22,25,-259.698,25.058,-240.661,117); -INSERT INTO `mob_spawn_points` VALUES (17223737,0,'Goobbue','Goobbue',15,22,25,-469.842,24.841,-499.118,127); -INSERT INTO `mob_spawn_points` VALUES (17223738,0,'Malboro','Malboro',16,25,28,-466.689,24.499,-477.170,127); -INSERT INTO `mob_spawn_points` VALUES (17223739,0,'Old_Quadav','Old Quadav',17,20,26,-230.700,24.491,-227.403,127); -INSERT INTO `mob_spawn_points` VALUES (17223740,0,'Veteran_Quadav','Veteran Quadav',18,16,20,-429.953,24.500,-305.450,127); -INSERT INTO `mob_spawn_points` VALUES (17223741,0,'Greater_Quadav','Greater Quadav',19,16,20,-374.670,24.145,-304.256,127); -INSERT INTO `mob_spawn_points` VALUES (17223742,0,'Copper_Quadav','Copper Quadav',20,20,26,-381.158,24.804,-280.207,127); -INSERT INTO `mob_spawn_points` VALUES (17223743,0,'Brass_Quadav','Brass Quadav',21,20,26,-357.558,24.500,-281.098,63); -INSERT INTO `mob_spawn_points` VALUES (17223744,0,'Onyx_Quadav','Onyx Quadav',22,16,20,-398.976,24.183,-341.508,127); -INSERT INTO `mob_spawn_points` VALUES (17223745,0,'Ghoul','Ghoul',23,18,25,-282.481,24.407,-308.416,9); -INSERT INTO `mob_spawn_points` VALUES (17223746,0,'Zombie','Zombie',24,16,26,-458.000,24.000,-439.000,127); +INSERT INTO `mob_spawn_points` VALUES (17223724,8,'Gadfly','Gadfly',6,20,21,-239.897,24.954,-298.754,56); +INSERT INTO `mob_spawn_points` VALUES (17223725,9,'Gadfly','Gadfly',6,20,21,-250.355,24.712,-285.601,1); +INSERT INTO `mob_spawn_points` VALUES (17223726,0,'Gadfly','Gadfly',6,20,21,-286.149,24.232,-246.315,16); +INSERT INTO `mob_spawn_points` VALUES (17223727,10,'Bog_Bunny','Bog Bunny',7,15,16,-271.417,24.915,-299.683,127); +INSERT INTO `mob_spawn_points` VALUES (17223728,0,'Bog_Bunny','Bog Bunny',7,15,16,-247.410,24.686,-286.485,127); +INSERT INTO `mob_spawn_points` VALUES (17223729,8,'Night_Bats','Night Bats',8,15,16,0.000,0.000,0.000,0); +INSERT INTO `mob_spawn_points` VALUES (17223730,0,'Night_Bats','Night Bats',8,15,16,-288.245,24.899,-241.318,46); +INSERT INTO `mob_spawn_points` VALUES (17223731,0,'Night_Bats','Night Bats',8,15,16,-263.484,23.764,-233.289,127); +INSERT INTO `mob_spawn_points` VALUES (17223732,0,'Night_Bats','Night Bats',8,15,16,-249.827,24.075,-252.123,127); +INSERT INTO `mob_spawn_points` VALUES (17223733,9,'Black_Bat','Black Bat',9,17,18,0.000,0.000,0.000,0); +INSERT INTO `mob_spawn_points` VALUES (17223734,0,'Black_Bat','Black Bat',9,17,18,-213.028,23.848,-237.543,127); +INSERT INTO `mob_spawn_points` VALUES (17223735,10,'Bog_Dog','Bog Dog',10,17,22,-234.051,24.365,-243.181,133); +INSERT INTO `mob_spawn_points` VALUES (17223736,0,'Goobbue','Goobbue',15,24,25,-259.698,25.058,-240.661,117); +INSERT INTO `mob_spawn_points` VALUES (17223737,0,'Goobbue','Goobbue',15,24,25,-469.842,24.841,-499.118,127); +INSERT INTO `mob_spawn_points` VALUES (17223738,0,'Malboro','Malboro',16,27,28,-466.689,24.499,-477.170,127); +INSERT INTO `mob_spawn_points` VALUES (17223739,11,'Old_Quadav','Old Quadav',17,22,23,-230.700,24.491,-227.403,127); +INSERT INTO `mob_spawn_points` VALUES (17223740,12,'Veteran_Quadav','Veteran Quadav',18,17,18,-429.953,24.500,-305.450,127); +INSERT INTO `mob_spawn_points` VALUES (17223741,0,'Greater_Quadav','Greater Quadav',19,17,18,-374.670,24.145,-304.256,127); +INSERT INTO `mob_spawn_points` VALUES (17223742,0,'Copper_Quadav','Copper Quadav',20,22,23,-381.158,24.804,-280.207,127); +INSERT INTO `mob_spawn_points` VALUES (17223743,0,'Brass_Quadav','Brass Quadav',21,22,23,-357.558,24.500,-281.098,63); +INSERT INTO `mob_spawn_points` VALUES (17223744,13,'Onyx_Quadav','Onyx Quadav',22,17,18,-398.976,24.183,-341.508,127); +INSERT INTO `mob_spawn_points` VALUES (17223745,11,'Ghoul','Ghoul',23,23,24,-282.481,24.407,-308.416,9); +INSERT INTO `mob_spawn_points` VALUES (17223746,13,'Zombie','Zombie',24,23,24,-458.000,24.000,-439.000,127); INSERT INTO `mob_spawn_points` VALUES (17223747,0,'Thunder_Elemental','Thunder Elemental',25,27,29,-265.393,23.856,-251.569,32); -INSERT INTO `mob_spawn_points` VALUES (17223748,0,'Gadfly','Gadfly',6,18,21,-142.089,25.139,-276.774,61); -INSERT INTO `mob_spawn_points` VALUES (17223749,0,'Gadfly','Gadfly',6,18,21,-51.000,24.000,-181.000,45); -INSERT INTO `mob_spawn_points` VALUES (17223750,0,'Gadfly','Gadfly',6,18,21,-90.630,24.449,-196.285,127); -INSERT INTO `mob_spawn_points` VALUES (17223751,0,'Bog_Bunny','Bog Bunny',7,13,16,-148.697,24.466,-274.172,127); -INSERT INTO `mob_spawn_points` VALUES (17223752,0,'Bog_Bunny','Bog Bunny',7,13,16,-103.988,25.089,-133.926,127); -INSERT INTO `mob_spawn_points` VALUES (17223753,0,'Night_Bats','Night Bats',8,13,16,-154.314,24.826,-258.264,242); -INSERT INTO `mob_spawn_points` VALUES (17223754,0,'Night_Bats','Night Bats',8,13,16,-199.818,24.463,-291.725,127); -INSERT INTO `mob_spawn_points` VALUES (17223755,0,'Night_Bats','Night Bats',8,13,16,-153.537,24.498,-249.705,114); -INSERT INTO `mob_spawn_points` VALUES (17223756,0,'Night_Bats','Night Bats',8,13,16,-188.836,24.258,-240.138,108); -INSERT INTO `mob_spawn_points` VALUES (17223757,0,'Black_Bat','Black Bat',9,15,18,-162.811,24.133,-219.590,246); -INSERT INTO `mob_spawn_points` VALUES (17223758,0,'Black_Bat','Black Bat',9,15,18,-154.023,24.499,-201.149,30); -INSERT INTO `mob_spawn_points` VALUES (17223759,0,'Carnivorous_Crawler','Carnivorous Crawler',26,20,23,-210.127,23.562,-269.801,123); -INSERT INTO `mob_spawn_points` VALUES (17223760,0,'Carnivorous_Crawler','Carnivorous Crawler',26,20,23,-209.181,24.219,-290.013,24); -INSERT INTO `mob_spawn_points` VALUES (17223761,0,'Gadfly','Gadfly',6,18,21,40.665,24.477,-237.905,107); -INSERT INTO `mob_spawn_points` VALUES (17223762,0,'Gadfly','Gadfly',6,18,21,-30.425,24.500,-231.156,127); -INSERT INTO `mob_spawn_points` VALUES (17223763,0,'Gadfly','Gadfly',6,18,21,11.097,23.949,-339.143,10); -INSERT INTO `mob_spawn_points` VALUES (17223764,0,'Bog_Bunny','Bog Bunny',7,13,16,24.874,24.406,-339.193,0); -INSERT INTO `mob_spawn_points` VALUES (17223765,0,'Bog_Bunny','Bog Bunny',7,13,16,-58.020,24.444,-197.354,42); -INSERT INTO `mob_spawn_points` VALUES (17223766,0,'Night_Bats','Night Bats',8,13,16,0.000,0.000,0.000,0); -INSERT INTO `mob_spawn_points` VALUES (17223767,0,'Night_Bats','Night Bats',8,13,16,26.785,24.190,-294.350,86); -INSERT INTO `mob_spawn_points` VALUES (17223768,0,'Night_Bats','Night Bats',8,13,16,45.105,24.495,-281.738,69); -INSERT INTO `mob_spawn_points` VALUES (17223769,0,'Night_Bats','Night Bats',8,13,16,-5.660,24.499,-285.510,127); -INSERT INTO `mob_spawn_points` VALUES (17223770,0,'Black_Bat','Black Bat',9,15,18,27.578,24.188,-294.534,88); -INSERT INTO `mob_spawn_points` VALUES (17223771,0,'Black_Bat','Black Bat',9,15,18,-44.261,24.499,-160.930,62); -INSERT INTO `mob_spawn_points` VALUES (17223772,0,'Bog_Dog','Bog Dog',10,18,25,0.000,0.000,0.000,0); -INSERT INTO `mob_spawn_points` VALUES (17223773,0,'Water_Wasp','Water Wasp',27,15,18,151.733,24.500,-233.964,127); -INSERT INTO `mob_spawn_points` VALUES (17223774,0,'Water_Wasp','Water Wasp',27,15,18,223.522,24.499,-247.088,127); -INSERT INTO `mob_spawn_points` VALUES (17223775,0,'Water_Wasp','Water Wasp',27,15,18,185.319,24.201,-239.008,34); -INSERT INTO `mob_spawn_points` VALUES (17223776,0,'Water_Wasp','Water Wasp',27,15,18,254.320,24.498,-241.242,107); -INSERT INTO `mob_spawn_points` VALUES (17223777,0,'Gadfly','Gadfly',6,18,21,109.724,23.853,-305.302,78); -INSERT INTO `mob_spawn_points` VALUES (17223778,0,'Gadfly','Gadfly',6,18,21,147.186,24.540,-230.533,100); -INSERT INTO `mob_spawn_points` VALUES (17223779,0,'Bog_Bunny','Bog Bunny',7,13,16,174.210,24.500,-238.652,68); -INSERT INTO `mob_spawn_points` VALUES (17223780,0,'Bog_Bunny','Bog Bunny',7,13,16,125.415,24.675,-222.683,127); -INSERT INTO `mob_spawn_points` VALUES (17223781,0,'Night_Bats','Night Bats',8,13,16,259.260,24.499,-226.845,127); -INSERT INTO `mob_spawn_points` VALUES (17223782,0,'Night_Bats','Night Bats',8,13,16,91.915,23.930,-295.095,127); -INSERT INTO `mob_spawn_points` VALUES (17223783,0,'Night_Bats','Night Bats',8,13,16,106.000,24.000,-268.000,27); -INSERT INTO `mob_spawn_points` VALUES (17223784,0,'Black_Bat','Black Bat',9,15,18,0.000,0.000,0.000,0); -INSERT INTO `mob_spawn_points` VALUES (17223785,0,'Goobbue','Goobbue',15,22,25,36.888,24.603,-246.089,8); -INSERT INTO `mob_spawn_points` VALUES (17223786,0,'Goobbue','Goobbue',15,22,25,242.780,24.472,-234.786,49); -INSERT INTO `mob_spawn_points` VALUES (17223787,0,'Malboro','Malboro',16,25,28,-179.516,23.957,-224.629,127); -INSERT INTO `mob_spawn_points` VALUES (17223788,0,'Old_Quadav','Old Quadav',17,20,26,-151.227,24.618,-293.790,127); -INSERT INTO `mob_spawn_points` VALUES (17223789,0,'Veteran_Quadav','Veteran Quadav',18,16,20,11.309,23.904,-337.923,22); -INSERT INTO `mob_spawn_points` VALUES (17223790,0,'Greater_Quadav','Greater Quadav',19,16,20,5.363,24.491,-237.168,127); -INSERT INTO `mob_spawn_points` VALUES (17223791,0,'Copper_Quadav','Copper Quadav',20,20,26,-101.870,24.299,-146.963,127); -INSERT INTO `mob_spawn_points` VALUES (17223792,0,'Brass_Quadav','Brass Quadav',21,20,26,43.302,24.499,-327.626,102); -INSERT INTO `mob_spawn_points` VALUES (17223793,0,'Onyx_Quadav','Onyx Quadav',22,16,20,-13.632,24.500,-291.379,127); -INSERT INTO `mob_spawn_points` VALUES (17223794,0,'Ghoul','Ghoul',23,18,25,-52.122,24.499,-236.132,78); -INSERT INTO `mob_spawn_points` VALUES (17223795,0,'Zombie','Zombie',24,16,26,269.040,24.499,-245.784,127); -INSERT INTO `mob_spawn_points` VALUES (17223796,0,'Thunder_Elemental','Thunder Elemental',25,27,29,-150.561,24.606,-286.158,127); +INSERT INTO `mob_spawn_points` VALUES (17223748,14,'Gadfly','Gadfly',6,20,21,-142.089,25.139,-276.774,61); +INSERT INTO `mob_spawn_points` VALUES (17223749,15,'Gadfly','Gadfly',6,20,21,-51.000,24.000,-181.000,45); +INSERT INTO `mob_spawn_points` VALUES (17223750,0,'Gadfly','Gadfly',6,20,21,-90.630,24.449,-196.285,127); +INSERT INTO `mob_spawn_points` VALUES (17223751,0,'Bog_Bunny','Bog Bunny',7,15,15,-148.697,24.466,-274.172,127); +INSERT INTO `mob_spawn_points` VALUES (17223752,0,'Bog_Bunny','Bog Bunny',7,15,16,-103.988,25.089,-133.926,127); +INSERT INTO `mob_spawn_points` VALUES (17223753,14,'Night_Bats','Night Bats',8,15,16,-154.314,24.826,-258.264,242); +INSERT INTO `mob_spawn_points` VALUES (17223754,0,'Night_Bats','Night Bats',8,15,16,-199.818,24.463,-291.725,127); +INSERT INTO `mob_spawn_points` VALUES (17223755,0,'Night_Bats','Night Bats',8,15,16,-153.537,24.498,-249.705,114); +INSERT INTO `mob_spawn_points` VALUES (17223756,0,'Night_Bats','Night Bats',8,15,16,-188.836,24.258,-240.138,108); +INSERT INTO `mob_spawn_points` VALUES (17223757,15,'Black_Bat','Black Bat',9,17,18,-162.811,24.133,-219.590,246); +INSERT INTO `mob_spawn_points` VALUES (17223758,0,'Black_Bat','Black Bat',9,17,18,-154.023,24.499,-201.149,30); +INSERT INTO `mob_spawn_points` VALUES (17223759,0,'Carnivorous_Crawler','Carnivorous Crawler',26,22,23,-210.127,23.562,-269.801,123); +INSERT INTO `mob_spawn_points` VALUES (17223760,0,'Carnivorous_Crawler','Carnivorous Crawler',26,22,23,-209.181,24.219,-290.013,24); +INSERT INTO `mob_spawn_points` VALUES (17223761,16,'Gadfly','Gadfly',6,20,21,40.665,24.477,-237.905,107); +INSERT INTO `mob_spawn_points` VALUES (17223762,17,'Gadfly','Gadfly',6,20,21,-30.425,24.500,-231.156,127); +INSERT INTO `mob_spawn_points` VALUES (17223763,0,'Gadfly','Gadfly',6,20,21,11.097,23.949,-339.143,10); +INSERT INTO `mob_spawn_points` VALUES (17223764,18,'Bog_Bunny','Bog Bunny',7,15,16,24.874,24.406,-339.193,0); +INSERT INTO `mob_spawn_points` VALUES (17223765,0,'Bog_Bunny','Bog Bunny',7,15,15,-58.020,24.444,-197.354,42); +INSERT INTO `mob_spawn_points` VALUES (17223766,16,'Night_Bats','Night Bats',8,15,16,0.000,0.000,0.000,0); +INSERT INTO `mob_spawn_points` VALUES (17223767,0,'Night_Bats','Night Bats',8,15,16,26.785,24.190,-294.350,86); +INSERT INTO `mob_spawn_points` VALUES (17223768,0,'Night_Bats','Night Bats',8,15,16,45.105,24.495,-281.738,69); +INSERT INTO `mob_spawn_points` VALUES (17223769,0,'Night_Bats','Night Bats',8,15,16,-5.660,24.499,-285.510,127); +INSERT INTO `mob_spawn_points` VALUES (17223770,17,'Black_Bat','Black Bat',9,17,18,27.578,24.188,-294.534,88); +INSERT INTO `mob_spawn_points` VALUES (17223771,0,'Black_Bat','Black Bat',9,17,18,-44.261,24.499,-160.930,62); +INSERT INTO `mob_spawn_points` VALUES (17223772,18,'Bog_Dog','Bog Dog',10,17,22,0.000,0.000,0.000,0); +INSERT INTO `mob_spawn_points` VALUES (17223773,0,'Water_Wasp','Water Wasp',27,17,18,151.733,24.500,-233.964,127); +INSERT INTO `mob_spawn_points` VALUES (17223774,0,'Water_Wasp','Water Wasp',27,17,18,223.522,24.499,-247.088,127); +INSERT INTO `mob_spawn_points` VALUES (17223775,0,'Water_Wasp','Water Wasp',27,17,18,185.319,24.201,-239.008,34); +INSERT INTO `mob_spawn_points` VALUES (17223776,0,'Water_Wasp','Water Wasp',27,17,18,254.320,24.498,-241.242,107); +INSERT INTO `mob_spawn_points` VALUES (17223777,19,'Gadfly','Gadfly',6,20,21,109.724,23.853,-305.302,78); +INSERT INTO `mob_spawn_points` VALUES (17223778,0,'Gadfly','Gadfly',6,20,21,147.186,24.540,-230.533,100); +INSERT INTO `mob_spawn_points` VALUES (17223779,0,'Bog_Bunny','Bog Bunny',7,15,16,174.210,24.500,-238.652,68); +INSERT INTO `mob_spawn_points` VALUES (17223780,0,'Bog_Bunny','Bog Bunny',7,15,16,125.415,24.675,-222.683,127); +INSERT INTO `mob_spawn_points` VALUES (17223781,19,'Night_Bats','Night Bats',8,15,16,259.260,24.499,-226.845,127); +INSERT INTO `mob_spawn_points` VALUES (17223782,0,'Night_Bats','Night Bats',8,15,16,91.915,23.930,-295.095,127); +INSERT INTO `mob_spawn_points` VALUES (17223783,0,'Night_Bats','Night Bats',8,15,16,106.000,24.000,-268.000,27); +INSERT INTO `mob_spawn_points` VALUES (17223784,0,'Black_Bat','Black Bat',9,17,18,0.000,0.000,0.000,0); +INSERT INTO `mob_spawn_points` VALUES (17223785,0,'Goobbue','Goobbue',15,24,25,36.888,24.603,-246.089,8); +INSERT INTO `mob_spawn_points` VALUES (17223786,0,'Goobbue','Goobbue',15,24,25,242.780,24.472,-234.786,49); +INSERT INTO `mob_spawn_points` VALUES (17223787,0,'Malboro','Malboro',16,27,28,-179.516,23.957,-224.629,127); +INSERT INTO `mob_spawn_points` VALUES (17223788,20,'Old_Quadav','Old Quadav',17,22,23,-151.227,24.618,-293.790,127); +INSERT INTO `mob_spawn_points` VALUES (17223789,12,'Veteran_Quadav','Veteran Quadav',18,17,18,11.309,23.904,-337.923,22); +INSERT INTO `mob_spawn_points` VALUES (17223790,0,'Greater_Quadav','Greater Quadav',19,17,18,5.363,24.491,-237.168,127); +INSERT INTO `mob_spawn_points` VALUES (17223791,0,'Copper_Quadav','Copper Quadav',20,22,23,-101.870,24.299,-146.963,127); +INSERT INTO `mob_spawn_points` VALUES (17223792,0,'Brass_Quadav','Brass Quadav',21,22,23,43.302,24.499,-327.626,102); +INSERT INTO `mob_spawn_points` VALUES (17223793,21,'Onyx_Quadav','Onyx Quadav',22,17,18,-13.632,24.500,-291.379,127); +INSERT INTO `mob_spawn_points` VALUES (17223794,20,'Ghoul','Ghoul',23,18,19,-52.122,24.499,-236.132,78); +INSERT INTO `mob_spawn_points` VALUES (17223795,21,'Zombie','Zombie',24,23,24,269.040,24.499,-245.784,127); +INSERT INTO `mob_spawn_points` VALUES (17223796,0,'Thunder_Elemental','Thunder Elemental',25,27,28,-150.561,24.606,-286.158,127); INSERT INTO `mob_spawn_points` VALUES (17223797,0,'NiZho_Bladebender','Ni\'Zho Bladebender',28,43,45,11.309,23.904,-337.923,22); -INSERT INTO `mob_spawn_points` VALUES (17223798,0,'Thread_Leech','Thread Leech',11,20,23,150.611,24.683,-323.848,75); -INSERT INTO `mob_spawn_points` VALUES (17223799,0,'Thread_Leech','Thread Leech',11,20,23,246.603,24.916,-280.466,14); -INSERT INTO `mob_spawn_points` VALUES (17223800,0,'Thread_Leech','Thread Leech',11,20,23,162.226,24.043,-329.625,127); -INSERT INTO `mob_spawn_points` VALUES (17223801,0,'Land_Pugil','Land Pugil',12,17,20,186.353,24.852,-290.747,45); -INSERT INTO `mob_spawn_points` VALUES (17223802,0,'Land_Pugil','Land Pugil',12,17,20,164.269,24.133,-316.996,79); -INSERT INTO `mob_spawn_points` VALUES (17223803,0,'Land_Pugil','Land Pugil',12,17,20,136.000,24.000,-383.000,127); -INSERT INTO `mob_spawn_points` VALUES (17223804,0,'Snipper','Snipper',5,17,20,241.754,24.216,-287.939,35); -INSERT INTO `mob_spawn_points` VALUES (17223805,0,'Snipper','Snipper',5,17,20,188.921,24.142,-299.927,127); -INSERT INTO `mob_spawn_points` VALUES (17223806,0,'Snipper','Snipper',5,17,20,137.000,24.000,-402.000,127); -INSERT INTO `mob_spawn_points` VALUES (17223807,0,'Bogy','Bogy',13,25,29,118.394,24.192,-402.939,127); -INSERT INTO `mob_spawn_points` VALUES (17223808,0,'Water_Elemental','Water Elemental',14,27,29,143.798,23.889,-306.916,102); -INSERT INTO `mob_spawn_points` VALUES (17223809,0,'Carnivorous_Crawler','Carnivorous Crawler',26,20,23,215.935,23.694,-296.831,127); -INSERT INTO `mob_spawn_points` VALUES (17223810,0,'Carnivorous_Crawler','Carnivorous Crawler',26,20,23,221.718,24.778,-279.932,117); -INSERT INTO `mob_spawn_points` VALUES (17223811,0,'Carnivorous_Crawler','Carnivorous Crawler',26,20,23,215.010,24.479,-286.251,100); -INSERT INTO `mob_spawn_points` VALUES (17223812,0,'Gadfly','Gadfly',6,18,21,403.476,24.499,-152.294,101); -INSERT INTO `mob_spawn_points` VALUES (17223813,0,'Gadfly','Gadfly',6,18,21,290.853,24.461,-143.963,124); -INSERT INTO `mob_spawn_points` VALUES (17223814,0,'Gadfly','Gadfly',6,18,21,297.878,24.719,-130.871,127); -INSERT INTO `mob_spawn_points` VALUES (17223815,0,'Gadfly','Gadfly',6,18,21,369.026,24.526,-157.784,127); -INSERT INTO `mob_spawn_points` VALUES (17223816,0,'Bog_Bunny','Bog Bunny',7,13,16,457.891,25.091,-118.520,71); -INSERT INTO `mob_spawn_points` VALUES (17223817,0,'Bog_Bunny','Bog Bunny',7,13,16,395.051,24.506,-104.520,79); -INSERT INTO `mob_spawn_points` VALUES (17223818,0,'Night_Bats','Night Bats',8,13,16,0.000,0.000,0.000,0); -INSERT INTO `mob_spawn_points` VALUES (17223819,0,'Night_Bats','Night Bats',8,13,16,303.346,24.164,-144.139,127); -INSERT INTO `mob_spawn_points` VALUES (17223820,0,'Night_Bats','Night Bats',8,13,16,341.315,24.441,-152.445,43); -INSERT INTO `mob_spawn_points` VALUES (17223821,0,'Night_Bats','Night Bats',8,13,16,274.121,25.097,-105.220,127); -INSERT INTO `mob_spawn_points` VALUES (17223822,0,'Black_Bat','Black Bat',9,15,18,284.136,24.786,-136.946,61); -INSERT INTO `mob_spawn_points` VALUES (17223823,0,'Black_Bat','Black Bat',9,15,18,349.737,24.500,-216.798,127); -INSERT INTO `mob_spawn_points` VALUES (17223824,0,'Bog_Dog','Bog Dog',10,18,25,0.000,0.000,0.000,0); -INSERT INTO `mob_spawn_points` VALUES (17223825,0,'Water_Wasp','Water Wasp',27,15,18,379.571,24.522,-45.914,5); -INSERT INTO `mob_spawn_points` VALUES (17223826,0,'Water_Wasp','Water Wasp',27,15,18,363.157,24.343,11.906,127); -INSERT INTO `mob_spawn_points` VALUES (17223827,0,'Water_Wasp','Water Wasp',27,15,18,391.958,24.554,10.252,127); -INSERT INTO `mob_spawn_points` VALUES (17223828,0,'Water_Wasp','Water Wasp',27,15,18,371.363,24.161,19.047,127); -INSERT INTO `mob_spawn_points` VALUES (17223829,0,'Gadfly','Gadfly',6,18,21,378.079,24.500,-30.273,91); -INSERT INTO `mob_spawn_points` VALUES (17223830,0,'Gadfly','Gadfly',6,18,21,366.823,24.828,-49.332,46); -INSERT INTO `mob_spawn_points` VALUES (17223831,0,'Night_Bats','Night Bats',8,13,16,359.736,25.029,47.220,10); -INSERT INTO `mob_spawn_points` VALUES (17223832,0,'Night_Bats','Night Bats',8,13,16,409.956,24.499,-51.639,127); -INSERT INTO `mob_spawn_points` VALUES (17223833,0,'Night_Bats','Night Bats',8,13,16,381.992,24.498,15.329,21); -INSERT INTO `mob_spawn_points` VALUES (17223834,0,'Black_Bat','Black Bat',9,15,18,0.000,0.000,0.000,0); -INSERT INTO `mob_spawn_points` VALUES (17223835,0,'Black_Bat','Black Bat',9,15,18,421.673,24.125,-55.718,19); -INSERT INTO `mob_spawn_points` VALUES (17223836,0,'Carnivorous_Crawler','Carnivorous Crawler',26,20,23,384.000,25.000,-17.000,127); -INSERT INTO `mob_spawn_points` VALUES (17223837,0,'Carnivorous_Crawler','Carnivorous Crawler',26,20,23,340.000,24.000,-14.000,122); -INSERT INTO `mob_spawn_points` VALUES (17223838,0,'Carnivorous_Crawler','Carnivorous Crawler',26,20,23,345.000,24.000,-6.000,0); -INSERT INTO `mob_spawn_points` VALUES (17223839,0,'Goobbue','Goobbue',15,22,25,382.669,24.497,15.451,127); -INSERT INTO `mob_spawn_points` VALUES (17223840,0,'Old_Quadav','Old Quadav',17,20,26,413.822,24.548,-90.777,126); -INSERT INTO `mob_spawn_points` VALUES (17223841,0,'Veteran_Quadav','Veteran Quadav',18,16,20,371.818,24.789,24.373,127); -INSERT INTO `mob_spawn_points` VALUES (17223842,0,'Greater_Quadav','Greater Quadav',19,16,20,386.557,24.110,47.842,127); -INSERT INTO `mob_spawn_points` VALUES (17223843,0,'Copper_Quadav','Copper Quadav',20,20,26,307.804,24.490,-110.022,127); -INSERT INTO `mob_spawn_points` VALUES (17223844,0,'Brass_Quadav','Brass Quadav',21,20,26,370.634,24.531,-168.383,51); -INSERT INTO `mob_spawn_points` VALUES (17223845,0,'Onyx_Quadav','Onyx Quadav',22,16,20,358.280,24.579,21.642,33); -INSERT INTO `mob_spawn_points` VALUES (17223846,0,'Ghoul','Ghoul',23,18,25,366.736,24.567,-27.233,0); -INSERT INTO `mob_spawn_points` VALUES (17223847,0,'Zombie','Zombie',24,16,26,325.435,24.498,-105.109,5); -INSERT INTO `mob_spawn_points` VALUES (17223848,0,'Thunder_Elemental','Thunder Elemental',25,27,29,278.651,24.501,-172.610,25); -INSERT INTO `mob_spawn_points` VALUES (17223849,0,'Gadfly','Gadfly',6,18,21,277.656,24.108,-15.135,31); -INSERT INTO `mob_spawn_points` VALUES (17223850,0,'Gadfly','Gadfly',6,18,21,283.808,24.038,12.811,0); -INSERT INTO `mob_spawn_points` VALUES (17223851,0,'Bog_Bunny','Bog Bunny',7,13,16,270.166,25.003,-19.442,127); -INSERT INTO `mob_spawn_points` VALUES (17223852,0,'Bog_Bunny','Bog Bunny',7,13,16,279.816,23.874,-51.326,127); -INSERT INTO `mob_spawn_points` VALUES (17223853,0,'Night_Bats','Night Bats',8,13,16,314.160,23.848,7.772,192); -INSERT INTO `mob_spawn_points` VALUES (17223854,0,'Night_Bats','Night Bats',8,13,16,0.000,0.000,0.000,0); -INSERT INTO `mob_spawn_points` VALUES (17223855,0,'Night_Bats','Night Bats',8,13,16,264.847,25.000,-32.341,127); -INSERT INTO `mob_spawn_points` VALUES (17223856,0,'Night_Bats','Night Bats',8,13,16,187.751,24.499,-51.376,81); -INSERT INTO `mob_spawn_points` VALUES (17223857,0,'Black_Bat','Black Bat',9,15,18,287.031,24.256,2.031,127); -INSERT INTO `mob_spawn_points` VALUES (17223858,0,'Black_Bat','Black Bat',9,15,18,248.850,24.963,-22.105,127); -INSERT INTO `mob_spawn_points` VALUES (17223859,0,'Gadfly','Gadfly',6,18,21,175.505,24.981,91.121,113); -INSERT INTO `mob_spawn_points` VALUES (17223860,0,'Gadfly','Gadfly',6,18,21,182.841,24.026,29.175,41); -INSERT INTO `mob_spawn_points` VALUES (17223861,0,'Gadfly','Gadfly',6,18,21,184.211,24.106,97.943,64); -INSERT INTO `mob_spawn_points` VALUES (17223862,0,'Bog_Bunny','Bog Bunny',7,13,16,185.079,24.301,-17.048,127); -INSERT INTO `mob_spawn_points` VALUES (17223863,0,'Bog_Bunny','Bog Bunny',7,13,16,145.284,24.461,43.309,62); -INSERT INTO `mob_spawn_points` VALUES (17223864,0,'Night_Bats','Night Bats',8,13,16,187.000,24.000,158.000,113); -INSERT INTO `mob_spawn_points` VALUES (17223865,0,'Night_Bats','Night Bats',8,13,16,169.043,24.767,77.959,130); -INSERT INTO `mob_spawn_points` VALUES (17223866,0,'Night_Bats','Night Bats',8,13,16,195.256,24.120,18.136,127); -INSERT INTO `mob_spawn_points` VALUES (17223867,0,'Night_Bats','Night Bats',8,13,16,183.654,24.718,113.315,12); -INSERT INTO `mob_spawn_points` VALUES (17223868,0,'Black_Bat','Black Bat',9,15,18,169.780,24.499,-10.876,60); -INSERT INTO `mob_spawn_points` VALUES (17223869,0,'Black_Bat','Black Bat',9,15,18,187.957,24.286,5.215,127); -INSERT INTO `mob_spawn_points` VALUES (17223870,0,'Carnivorous_Crawler','Carnivorous Crawler',26,20,23,188.888,24.162,66.968,74); -INSERT INTO `mob_spawn_points` VALUES (17223871,0,'Carnivorous_Crawler','Carnivorous Crawler',26,20,23,189.081,24.048,68.424,18); -INSERT INTO `mob_spawn_points` VALUES (17223872,0,'Carnivorous_Crawler','Carnivorous Crawler',26,20,23,185.285,24.182,77.643,127); -INSERT INTO `mob_spawn_points` VALUES (17223873,0,'Gadfly','Gadfly',6,18,21,81.716,24.459,160.161,115); -INSERT INTO `mob_spawn_points` VALUES (17223874,0,'Gadfly','Gadfly',6,18,21,108.630,24.068,169.298,127); -INSERT INTO `mob_spawn_points` VALUES (17223875,0,'Gadfly','Gadfly',6,18,21,147.899,23.974,178.281,2); -INSERT INTO `mob_spawn_points` VALUES (17223876,0,'Bog_Bunny','Bog Bunny',7,13,16,153.571,24.771,176.870,18); -INSERT INTO `mob_spawn_points` VALUES (17223877,0,'Bog_Bunny','Bog Bunny',7,13,16,172.776,24.285,201.970,30); -INSERT INTO `mob_spawn_points` VALUES (17223878,0,'Night_Bats','Night Bats',8,13,16,98.174,24.948,80.238,122); -INSERT INTO `mob_spawn_points` VALUES (17223879,0,'Night_Bats','Night Bats',8,13,16,148.825,23.895,177.814,127); -INSERT INTO `mob_spawn_points` VALUES (17223880,0,'Night_Bats','Night Bats',8,13,16,52.188,24.815,100.874,127); -INSERT INTO `mob_spawn_points` VALUES (17223881,0,'Black_Bat','Black Bat',9,15,18,111.000,25.000,118.000,127); -INSERT INTO `mob_spawn_points` VALUES (17223882,0,'Black_Bat','Black Bat',9,15,18,132.618,24.441,202.334,97); -INSERT INTO `mob_spawn_points` VALUES (17223883,0,'Bog_Dog','Bog Dog',10,18,25,160.748,24.325,148.884,127); -INSERT INTO `mob_spawn_points` VALUES (17223884,0,'Carnivorous_Crawler','Carnivorous Crawler',26,20,23,99.136,24.062,167.203,27); -INSERT INTO `mob_spawn_points` VALUES (17223885,0,'Carnivorous_Crawler','Carnivorous Crawler',26,20,23,116.638,24.343,169.582,127); -INSERT INTO `mob_spawn_points` VALUES (17223886,0,'Carnivorous_Crawler','Carnivorous Crawler',26,20,23,160.535,23.962,194.483,127); -INSERT INTO `mob_spawn_points` VALUES (17223887,0,'Carnivorous_Crawler','Carnivorous Crawler',26,20,23,163.460,24.207,190.428,127); -INSERT INTO `mob_spawn_points` VALUES (17223888,0,'Goobbue','Goobbue',15,22,25,184.993,24.499,-41.790,127); +INSERT INTO `mob_spawn_points` VALUES (17223798,22,'Thread_Leech','Thread Leech',11,21,22,150.611,24.683,-323.848,75); +INSERT INTO `mob_spawn_points` VALUES (17223799,0,'Thread_Leech','Thread Leech',11,21,22,246.603,24.916,-280.466,14); +INSERT INTO `mob_spawn_points` VALUES (17223800,0,'Thread_Leech','Thread Leech',11,21,22,162.226,24.043,-329.625,127); +INSERT INTO `mob_spawn_points` VALUES (17223801,23,'Land_Pugil','Land Pugil',12,19,20,186.353,24.852,-290.747,45); +INSERT INTO `mob_spawn_points` VALUES (17223802,0,'Land_Pugil','Land Pugil',12,19,20,164.269,24.133,-316.996,79); +INSERT INTO `mob_spawn_points` VALUES (17223803,0,'Land_Pugil','Land Pugil',12,19,20,136.000,24.000,-383.000,127); +INSERT INTO `mob_spawn_points` VALUES (17223804,0,'Snipper','Snipper',5,19,20,241.754,24.216,-287.939,35); +INSERT INTO `mob_spawn_points` VALUES (17223805,0,'Snipper','Snipper',5,19,20,188.921,24.142,-299.927,127); +INSERT INTO `mob_spawn_points` VALUES (17223806,0,'Snipper','Snipper',5,19,20,137.000,24.000,-402.000,127); +INSERT INTO `mob_spawn_points` VALUES (17223807,22,'Bogy','Bogy',13,25,26,118.394,24.192,-402.939,127); +INSERT INTO `mob_spawn_points` VALUES (17223808,0,'Water_Elemental','Water Elemental',14,27,28,143.798,23.889,-306.916,102); +INSERT INTO `mob_spawn_points` VALUES (17223809,23,'Carnivorous_Crawler','Carnivorous Crawler',26,22,23,215.935,23.694,-296.831,127); +INSERT INTO `mob_spawn_points` VALUES (17223810,0,'Carnivorous_Crawler','Carnivorous Crawler',26,22,23,221.718,24.778,-279.932,117); +INSERT INTO `mob_spawn_points` VALUES (17223811,0,'Carnivorous_Crawler','Carnivorous Crawler',26,22,23,215.010,24.479,-286.251,100); +INSERT INTO `mob_spawn_points` VALUES (17223812,24,'Gadfly','Gadfly',6,20,21,403.476,24.499,-152.294,101); +INSERT INTO `mob_spawn_points` VALUES (17223813,25,'Gadfly','Gadfly',6,20,21,290.853,24.461,-143.963,124); +INSERT INTO `mob_spawn_points` VALUES (17223814,0,'Gadfly','Gadfly',6,20,21,297.878,24.719,-130.871,127); +INSERT INTO `mob_spawn_points` VALUES (17223815,0,'Gadfly','Gadfly',6,20,21,369.026,24.526,-157.784,127); +INSERT INTO `mob_spawn_points` VALUES (17223816,26,'Bog_Bunny','Bog Bunny',7,15,16,457.891,25.091,-118.520,71); +INSERT INTO `mob_spawn_points` VALUES (17223817,0,'Bog_Bunny','Bog Bunny',7,15,16,395.051,24.506,-104.520,79); +INSERT INTO `mob_spawn_points` VALUES (17223818,24,'Night_Bats','Night Bats',8,15,16,0.000,0.000,0.000,0); +INSERT INTO `mob_spawn_points` VALUES (17223819,0,'Night_Bats','Night Bats',8,15,16,303.346,24.164,-144.139,127); +INSERT INTO `mob_spawn_points` VALUES (17223820,0,'Night_Bats','Night Bats',8,15,16,341.315,24.441,-152.445,43); +INSERT INTO `mob_spawn_points` VALUES (17223821,0,'Night_Bats','Night Bats',8,15,16,274.121,25.097,-105.220,127); +INSERT INTO `mob_spawn_points` VALUES (17223822,25,'Black_Bat','Black Bat',9,17,18,284.136,24.786,-136.946,61); +INSERT INTO `mob_spawn_points` VALUES (17223823,0,'Black_Bat','Black Bat',9,17,18,349.737,24.500,-216.798,127); +INSERT INTO `mob_spawn_points` VALUES (17223824,26,'Bog_Dog','Bog Dog',10,17,22,0.000,0.000,0.000,0); +INSERT INTO `mob_spawn_points` VALUES (17223825,0,'Water_Wasp','Water Wasp',27,17,18,379.571,24.522,-45.914,5); +INSERT INTO `mob_spawn_points` VALUES (17223826,27,'Water_Wasp','Water Wasp',27,17,18,363.157,24.343,11.906,127); +INSERT INTO `mob_spawn_points` VALUES (17223827,0,'Water_Wasp','Water Wasp',27,17,18,391.958,24.554,10.252,127); +INSERT INTO `mob_spawn_points` VALUES (17223828,0,'Water_Wasp','Water Wasp',27,17,18,371.363,24.161,19.047,127); +INSERT INTO `mob_spawn_points` VALUES (17223829,28,'Gadfly','Gadfly',6,20,21,378.079,24.500,-30.273,91); +INSERT INTO `mob_spawn_points` VALUES (17223830,29,'Gadfly','Gadfly',6,20,21,366.823,24.828,-49.332,46); +INSERT INTO `mob_spawn_points` VALUES (17223831,28,'Night_Bats','Night Bats',8,15,16,359.736,25.029,47.220,10); +INSERT INTO `mob_spawn_points` VALUES (17223832,0,'Night_Bats','Night Bats',8,15,16,409.956,24.499,-51.639,127); +INSERT INTO `mob_spawn_points` VALUES (17223833,0,'Night_Bats','Night Bats',8,15,16,381.992,24.498,15.329,21); +INSERT INTO `mob_spawn_points` VALUES (17223834,29,'Black_Bat','Black Bat',9,17,18,0.000,0.000,0.000,0); +INSERT INTO `mob_spawn_points` VALUES (17223835,0,'Black_Bat','Black Bat',9,17,18,421.673,24.125,-55.718,19); +INSERT INTO `mob_spawn_points` VALUES (17223836,27,'Carnivorous_Crawler','Carnivorous Crawler',26,22,23,384.000,25.000,-17.000,127); +INSERT INTO `mob_spawn_points` VALUES (17223837,0,'Carnivorous_Crawler','Carnivorous Crawler',26,22,23,340.000,24.000,-14.000,122); +INSERT INTO `mob_spawn_points` VALUES (17223838,0,'Carnivorous_Crawler','Carnivorous Crawler',26,22,23,345.000,24.000,-6.000,0); +INSERT INTO `mob_spawn_points` VALUES (17223839,0,'Goobbue','Goobbue',15,24,25,382.669,24.497,15.451,127); +INSERT INTO `mob_spawn_points` VALUES (17223840,30,'Old_Quadav','Old Quadav',17,22,23,413.822,24.548,-90.777,126); +INSERT INTO `mob_spawn_points` VALUES (17223841,0,'Veteran_Quadav','Veteran Quadav',18,17,18,371.818,24.789,24.373,127); +INSERT INTO `mob_spawn_points` VALUES (17223842,0,'Greater_Quadav','Greater Quadav',19,17,18,386.557,24.110,47.842,127); +INSERT INTO `mob_spawn_points` VALUES (17223843,0,'Copper_Quadav','Copper Quadav',20,22,23,307.804,24.490,-110.022,127); +INSERT INTO `mob_spawn_points` VALUES (17223844,0,'Brass_Quadav','Brass Quadav',21,22,23,370.634,24.531,-168.383,51); +INSERT INTO `mob_spawn_points` VALUES (17223845,31,'Onyx_Quadav','Onyx Quadav',22,17,18,358.280,24.579,21.642,33); +INSERT INTO `mob_spawn_points` VALUES (17223846,30,'Ghoul','Ghoul',23,18,19,366.736,24.567,-27.233,0); +INSERT INTO `mob_spawn_points` VALUES (17223847,31,'Zombie','Zombie',24,18,19,325.435,24.498,-105.109,5); +INSERT INTO `mob_spawn_points` VALUES (17223848,0,'Thunder_Elemental','Thunder Elemental',25,27,28,278.651,24.501,-172.610,25); +INSERT INTO `mob_spawn_points` VALUES (17223849,32,'Gadfly','Gadfly',6,20,21,277.656,24.108,-15.135,31); +INSERT INTO `mob_spawn_points` VALUES (17223850,33,'Gadfly','Gadfly',6,20,21,283.808,24.038,12.811,0); +INSERT INTO `mob_spawn_points` VALUES (17223851,0,'Bog_Bunny','Bog Bunny',7,15,16,270.166,25.003,-19.442,127); +INSERT INTO `mob_spawn_points` VALUES (17223852,0,'Bog_Bunny','Bog Bunny',7,15,16,279.816,23.874,-51.326,127); +INSERT INTO `mob_spawn_points` VALUES (17223853,32,'Night_Bats','Night Bats',8,15,16,314.160,23.848,7.772,192); +INSERT INTO `mob_spawn_points` VALUES (17223854,33,'Night_Bats','Night Bats',8,15,16,0.000,0.000,0.000,0); +INSERT INTO `mob_spawn_points` VALUES (17223855,0,'Night_Bats','Night Bats',8,15,16,264.847,25.000,-32.341,127); +INSERT INTO `mob_spawn_points` VALUES (17223856,0,'Night_Bats','Night Bats',8,15,16,187.751,24.499,-51.376,81); +INSERT INTO `mob_spawn_points` VALUES (17223857,0,'Black_Bat','Black Bat',9,17,18,287.031,24.256,2.031,127); +INSERT INTO `mob_spawn_points` VALUES (17223858,0,'Black_Bat','Black Bat',9,17,18,248.850,24.963,-22.105,127); +INSERT INTO `mob_spawn_points` VALUES (17223859,34,'Gadfly','Gadfly',6,20,21,175.505,24.981,91.121,113); +INSERT INTO `mob_spawn_points` VALUES (17223860,35,'Gadfly','Gadfly',6,20,21,182.841,24.026,29.175,41); +INSERT INTO `mob_spawn_points` VALUES (17223861,36,'Gadfly','Gadfly',6,20,21,184.211,24.106,97.943,64); +INSERT INTO `mob_spawn_points` VALUES (17223862,0,'Bog_Bunny','Bog Bunny',7,15,16,185.079,24.301,-17.048,127); +INSERT INTO `mob_spawn_points` VALUES (17223863,0,'Bog_Bunny','Bog Bunny',7,15,16,145.284,24.461,43.309,62); +INSERT INTO `mob_spawn_points` VALUES (17223864,34,'Night_Bats','Night Bats',8,15,16,187.000,24.000,158.000,113); +INSERT INTO `mob_spawn_points` VALUES (17223865,36,'Night_Bats','Night Bats',8,15,16,169.043,24.767,77.959,130); +INSERT INTO `mob_spawn_points` VALUES (17223866,0,'Night_Bats','Night Bats',8,15,16,195.256,24.120,18.136,127); +INSERT INTO `mob_spawn_points` VALUES (17223867,0,'Night_Bats','Night Bats',8,15,16,183.654,24.718,113.315,12); +INSERT INTO `mob_spawn_points` VALUES (17223868,0,'Black_Bat','Black Bat',9,17,18,169.780,24.499,-10.876,60); +INSERT INTO `mob_spawn_points` VALUES (17223869,0,'Black_Bat','Black Bat',9,17,18,187.957,24.286,5.215,127); +INSERT INTO `mob_spawn_points` VALUES (17223870,35,'Carnivorous_Crawler','Carnivorous Crawler',26,22,23,188.888,24.162,66.968,74); +INSERT INTO `mob_spawn_points` VALUES (17223871,0,'Carnivorous_Crawler','Carnivorous Crawler',26,22,23,189.081,24.048,68.424,18); +INSERT INTO `mob_spawn_points` VALUES (17223872,0,'Carnivorous_Crawler','Carnivorous Crawler',26,22,23,185.285,24.182,77.643,127); +INSERT INTO `mob_spawn_points` VALUES (17223873,37,'Gadfly','Gadfly',6,20,21,81.716,24.459,160.161,115); +INSERT INTO `mob_spawn_points` VALUES (17223874,38,'Gadfly','Gadfly',6,20,21,108.630,24.068,169.298,127); +INSERT INTO `mob_spawn_points` VALUES (17223875,0,'Gadfly','Gadfly',6,20,21,147.899,23.974,178.281,2); +INSERT INTO `mob_spawn_points` VALUES (17223876,39,'Bog_Bunny','Bog Bunny',7,15,16,153.571,24.771,176.870,18); +INSERT INTO `mob_spawn_points` VALUES (17223877,0,'Bog_Bunny','Bog Bunny',7,15,16,172.776,24.285,201.970,30); +INSERT INTO `mob_spawn_points` VALUES (17223878,37,'Night_Bats','Night Bats',8,15,16,98.174,24.948,80.238,122); +INSERT INTO `mob_spawn_points` VALUES (17223879,0,'Night_Bats','Night Bats',8,15,16,148.825,23.895,177.814,127); +INSERT INTO `mob_spawn_points` VALUES (17223880,0,'Night_Bats','Night Bats',8,15,16,52.188,24.815,100.874,127); +INSERT INTO `mob_spawn_points` VALUES (17223881,38,'Black_Bat','Black Bat',9,17,18,111.000,25.000,118.000,127); +INSERT INTO `mob_spawn_points` VALUES (17223882,0,'Black_Bat','Black Bat',9,17,18,132.618,24.441,202.334,97); +INSERT INTO `mob_spawn_points` VALUES (17223883,39,'Bog_Dog','Bog Dog',10,17,22,160.748,24.325,148.884,127); +INSERT INTO `mob_spawn_points` VALUES (17223884,40,'Carnivorous_Crawler','Carnivorous Crawler',26,22,23,99.136,24.062,167.203,27); +INSERT INTO `mob_spawn_points` VALUES (17223885,0,'Carnivorous_Crawler','Carnivorous Crawler',26,22,23,116.638,24.343,169.582,127); +INSERT INTO `mob_spawn_points` VALUES (17223886,40,'Carnivorous_Crawler','Carnivorous Crawler',26,22,23,160.535,23.962,194.483,127); +INSERT INTO `mob_spawn_points` VALUES (17223887,0,'Carnivorous_Crawler','Carnivorous Crawler',26,22,23,163.460,24.207,190.428,127); +INSERT INTO `mob_spawn_points` VALUES (17223888,0,'Goobbue','Goobbue',15,24,25,184.993,24.499,-41.790,127); INSERT INTO `mob_spawn_points` VALUES (17223889,0,'Jolly_Green','Jolly Green',29,27,28,276.084,24.146,-1.695,20); -INSERT INTO `mob_spawn_points` VALUES (17223890,0,'Malboro','Malboro',16,25,28,243.284,23.603,-51.946,127); -INSERT INTO `mob_spawn_points` VALUES (17223891,0,'Goblin_Mugger','Goblin Mugger',30,21,25,320.796,24.427,3.086,127); -INSERT INTO `mob_spawn_points` VALUES (17223892,0,'Goblin_Ambusher','Goblin Ambusher',31,16,20,136.850,24.278,188.282,50); -INSERT INTO `mob_spawn_points` VALUES (17223893,0,'Goblin_Leecher','Goblin Leecher',32,21,25,318.712,23.901,11.798,5); -INSERT INTO `mob_spawn_points` VALUES (17223894,0,'Goblin_Tinkerer','Goblin Tinkerer',33,16,20,58.877,24.471,77.283,127); -INSERT INTO `mob_spawn_points` VALUES (17223895,0,'Goblin_Gambler','Goblin Gambler',34,21,25,183.835,23.928,186.367,127); -INSERT INTO `mob_spawn_points` VALUES (17223896,0,'Goblin_Butcher','Goblin Butcher',35,16,20,188.812,24.500,-26.934,127); -INSERT INTO `mob_spawn_points` VALUES (17223897,0,'Ghoul','Ghoul',23,18,25,53.000,25.000,207.000,127); -INSERT INTO `mob_spawn_points` VALUES (17223898,0,'Zombie','Zombie',24,16,26,203.000,24.000,184.000,127); -INSERT INTO `mob_spawn_points` VALUES (17223899,0,'Bog_Dog','Bog Dog',10,18,25,178.177,24.846,109.312,127); -INSERT INTO `mob_spawn_points` VALUES (17223900,0,'Thunder_Elemental','Thunder Elemental',25,27,29,248.224,24.171,-34.989,127); -INSERT INTO `mob_spawn_points` VALUES (17223901,0,'Thread_Leech','Thread Leech',11,20,23,235.493,23.654,211.525,127); -INSERT INTO `mob_spawn_points` VALUES (17223902,0,'Thread_Leech','Thread Leech',11,20,23,249.886,24.065,95.393,127); -INSERT INTO `mob_spawn_points` VALUES (17223903,0,'Thread_Leech','Thread Leech',11,20,23,233.579,24.038,211.440,127); -INSERT INTO `mob_spawn_points` VALUES (17223904,0,'Land_Pugil','Land Pugil',12,17,20,206.769,24.083,136.136,100); -INSERT INTO `mob_spawn_points` VALUES (17223905,0,'Land_Pugil','Land Pugil',12,17,20,233.627,24.253,69.020,28); -INSERT INTO `mob_spawn_points` VALUES (17223906,0,'Land_Pugil','Land Pugil',12,17,20,192.873,24.991,113.494,127); -INSERT INTO `mob_spawn_points` VALUES (17223907,0,'Snipper','Snipper',5,17,20,217.156,23.817,108.515,127); -INSERT INTO `mob_spawn_points` VALUES (17223908,0,'Snipper','Snipper',5,17,20,220.727,23.587,209.029,52); -INSERT INTO `mob_spawn_points` VALUES (17223909,0,'Snipper','Snipper',5,17,20,250.429,25.088,73.174,127); -INSERT INTO `mob_spawn_points` VALUES (17223910,0,'Bogy','Bogy',13,25,29,239.193,25.016,72.731,125); -INSERT INTO `mob_spawn_points` VALUES (17223911,0,'Water_Elemental','Water Elemental',14,27,29,210.247,24.083,113.703,127); -INSERT INTO `mob_spawn_points` VALUES (17223912,0,'Gadfly','Gadfly',6,18,21,30.789,24.554,244.656,127); -INSERT INTO `mob_spawn_points` VALUES (17223913,0,'Gadfly','Gadfly',6,18,21,61.131,24.140,170.991,127); -INSERT INTO `mob_spawn_points` VALUES (17223914,0,'Gadfly','Gadfly',6,18,21,58.062,24.398,304.195,127); -INSERT INTO `mob_spawn_points` VALUES (17223915,0,'Bog_Bunny','Bog Bunny',7,13,16,21.140,24.275,184.926,39); -INSERT INTO `mob_spawn_points` VALUES (17223916,0,'Bog_Bunny','Bog Bunny',7,13,16,49.265,24.499,282.042,48); -INSERT INTO `mob_spawn_points` VALUES (17223917,0,'Night_Bats','Night Bats',8,13,16,0.000,0.000,0.000,0); -INSERT INTO `mob_spawn_points` VALUES (17223918,0,'Night_Bats','Night Bats',8,13,16,30.300,24.565,176.038,127); -INSERT INTO `mob_spawn_points` VALUES (17223919,0,'Night_Bats','Night Bats',8,13,16,26.929,23.894,160.385,127); -INSERT INTO `mob_spawn_points` VALUES (17223920,0,'Night_Bats','Night Bats',8,13,16,67.441,24.483,216.773,127); -INSERT INTO `mob_spawn_points` VALUES (17223921,0,'Black_Bat','Black Bat',9,15,18,24.641,24.499,195.546,76); -INSERT INTO `mob_spawn_points` VALUES (17223922,0,'Black_Bat','Black Bat',9,15,18,-2.559,24.146,299.582,127); -INSERT INTO `mob_spawn_points` VALUES (17223923,0,'Gadfly','Gadfly',6,18,21,-40.794,24.493,306.079,118); -INSERT INTO `mob_spawn_points` VALUES (17223924,0,'Gadfly','Gadfly',6,18,21,17.126,24.500,355.433,19); -INSERT INTO `mob_spawn_points` VALUES (17223925,0,'Gadfly','Gadfly',6,18,21,-15.478,24.272,305.579,87); -INSERT INTO `mob_spawn_points` VALUES (17223926,0,'Gadfly','Gadfly',6,18,21,-32.207,24.491,310.655,44); -INSERT INTO `mob_spawn_points` VALUES (17223927,0,'Bog_Bunny','Bog Bunny',7,13,16,-13.817,24.499,348.948,89); -INSERT INTO `mob_spawn_points` VALUES (17223928,0,'Bog_Bunny','Bog Bunny',7,13,16,33.446,24.499,371.721,127); -INSERT INTO `mob_spawn_points` VALUES (17223929,0,'Night_Bats','Night Bats',8,13,16,0.000,0.000,0.000,0); -INSERT INTO `mob_spawn_points` VALUES (17223930,0,'Night_Bats','Night Bats',8,13,16,46.891,24.499,351.707,19); -INSERT INTO `mob_spawn_points` VALUES (17223931,0,'Night_Bats','Night Bats',8,13,16,41.390,24.496,320.351,62); -INSERT INTO `mob_spawn_points` VALUES (17223932,0,'Black_Bat','Black Bat',9,15,18,0.000,0.000,0.000,0); -INSERT INTO `mob_spawn_points` VALUES (17223933,0,'Black_Bat','Black Bat',9,15,18,-49.506,24.757,412.827,127); -INSERT INTO `mob_spawn_points` VALUES (17223934,0,'Bog_Dog','Bog Dog',10,18,25,0.000,0.000,0.000,0); -INSERT INTO `mob_spawn_points` VALUES (17223935,0,'Carnivorous_Crawler','Carnivorous Crawler',26,20,23,18.000,24.000,380.000,52); -INSERT INTO `mob_spawn_points` VALUES (17223936,0,'Carnivorous_Crawler','Carnivorous Crawler',26,20,23,17.000,24.000,370.000,32); -INSERT INTO `mob_spawn_points` VALUES (17223937,0,'Gadfly','Gadfly',6,18,21,-96.612,24.665,427.704,34); -INSERT INTO `mob_spawn_points` VALUES (17223938,0,'Gadfly','Gadfly',6,18,21,-175.140,24.870,362.336,9); -INSERT INTO `mob_spawn_points` VALUES (17223939,0,'Gadfly','Gadfly',6,18,21,-163.990,24.499,452.572,125); -INSERT INTO `mob_spawn_points` VALUES (17223940,0,'Bog_Bunny','Bog Bunny',7,13,16,-254.329,25.031,394.744,127); -INSERT INTO `mob_spawn_points` VALUES (17223941,0,'Bog_Bunny','Bog Bunny',7,13,16,-191.078,24.529,332.128,127); -INSERT INTO `mob_spawn_points` VALUES (17223942,0,'Night_Bats','Night Bats',8,13,16,0.000,0.000,0.000,0); -INSERT INTO `mob_spawn_points` VALUES (17223943,0,'Night_Bats','Night Bats',8,13,16,0.000,0.000,0.000,0); -INSERT INTO `mob_spawn_points` VALUES (17223944,0,'Night_Bats','Night Bats',8,13,16,-253.848,24.643,455.241,122); -INSERT INTO `mob_spawn_points` VALUES (17223945,0,'Night_Bats','Night Bats',8,13,16,-116.867,24.508,411.196,87); -INSERT INTO `mob_spawn_points` VALUES (17223946,0,'Black_Bat','Black Bat',9,15,18,-260.127,23.498,410.234,73); -INSERT INTO `mob_spawn_points` VALUES (17223947,0,'Black_Bat','Black Bat',9,15,18,-112.944,24.501,403.775,40); -INSERT INTO `mob_spawn_points` VALUES (17223948,0,'Goobbue','Goobbue',15,22,25,-136.491,24.500,370.605,127); -INSERT INTO `mob_spawn_points` VALUES (17223949,0,'Goobbue','Goobbue',15,22,25,10.028,24.635,373.820,127); -INSERT INTO `mob_spawn_points` VALUES (17223950,0,'Malboro','Malboro',16,25,28,-69.474,24.503,406.352,31); -INSERT INTO `mob_spawn_points` VALUES (17223951,0,'Goblin_Mugger','Goblin Mugger',30,21,25,-186.980,24.470,431.970,127); -INSERT INTO `mob_spawn_points` VALUES (17223952,0,'Goblin_Ambusher','Goblin Ambusher',31,16,20,-219.603,24.238,418.661,56); -INSERT INTO `mob_spawn_points` VALUES (17223953,0,'Goblin_Leecher','Goblin Leecher',32,21,25,18.872,24.500,356.830,99); -INSERT INTO `mob_spawn_points` VALUES (17223954,0,'Goblin_Tinkerer','Goblin Tinkerer',33,16,20,19.141,24.637,259.927,127); -INSERT INTO `mob_spawn_points` VALUES (17223955,0,'Goblin_Gambler','Goblin Gambler',34,21,25,-157.846,24.499,452.966,127); -INSERT INTO `mob_spawn_points` VALUES (17223956,0,'Goblin_Butcher','Goblin Butcher',35,16,20,-39.421,24.474,411.138,127); -INSERT INTO `mob_spawn_points` VALUES (17223957,0,'Ghoul','Ghoul',23,18,25,36.721,24.146,299.012,127); -INSERT INTO `mob_spawn_points` VALUES (17223958,0,'Zombie','Zombie',24,16,26,59.221,24.155,180.085,127); -INSERT INTO `mob_spawn_points` VALUES (17223959,0,'Thunder_Elemental','Thunder Elemental',25,27,29,-64.796,24.495,400.051,127); -INSERT INTO `mob_spawn_points` VALUES (17223960,0,'Gadfly','Gadfly',6,18,21,-219.402,24.519,-157.698,9); -INSERT INTO `mob_spawn_points` VALUES (17223961,0,'Gadfly','Gadfly',6,18,21,-211.420,24.781,-141.611,127); -INSERT INTO `mob_spawn_points` VALUES (17223962,0,'Gadfly','Gadfly',6,18,21,-248.390,24.406,-114.083,127); -INSERT INTO `mob_spawn_points` VALUES (17223963,0,'Marsh_Funguar','Marsh Funguar',36,21,25,-245.555,24.537,-174.276,19); -INSERT INTO `mob_spawn_points` VALUES (17223964,0,'Marsh_Funguar','Marsh Funguar',36,21,25,-248.130,24.902,-120.593,8); -INSERT INTO `mob_spawn_points` VALUES (17223965,0,'Night_Bats','Night Bats',8,13,16,0.000,0.000,0.000,0); -INSERT INTO `mob_spawn_points` VALUES (17223966,0,'Night_Bats','Night Bats',8,13,16,0.000,0.000,0.000,0); -INSERT INTO `mob_spawn_points` VALUES (17223967,0,'Marsh_Funguar','Marsh Funguar',36,21,25,-182.273,25.162,-161.658,127); -INSERT INTO `mob_spawn_points` VALUES (17223968,0,'Marsh_Funguar','Marsh Funguar',36,21,25,-67.638,24.499,-10.570,47); -INSERT INTO `mob_spawn_points` VALUES (17223969,0,'Marsh_Funguar','Marsh Funguar',36,21,25,-198.436,24.521,-146.861,25); -INSERT INTO `mob_spawn_points` VALUES (17223970,0,'Marsh_Funguar','Marsh Funguar',36,21,25,-185.429,25.052,-153.860,10); -INSERT INTO `mob_spawn_points` VALUES (17223971,0,'Marsh_Funguar','Marsh Funguar',36,21,25,-263.991,25.050,-135.451,101); -INSERT INTO `mob_spawn_points` VALUES (17223972,0,'Goblin_Mugger','Goblin Mugger',30,21,25,-197.950,24.638,-159.328,58); -INSERT INTO `mob_spawn_points` VALUES (17223973,0,'Goblin_Ambusher','Goblin Ambusher',31,16,20,0.000,0.000,0.000,0); -INSERT INTO `mob_spawn_points` VALUES (17223974,0,'Goblin_Leecher','Goblin Leecher',32,21,25,-66.508,24.547,17.508,122); -INSERT INTO `mob_spawn_points` VALUES (17223975,0,'Goblin_Tinkerer','Goblin Tinkerer',33,16,20,-250.331,24.503,-150.341,76); -INSERT INTO `mob_spawn_points` VALUES (17223976,0,'Goblin_Gambler','Goblin Gambler',34,21,25,-229.695,24.500,-124.502,48); -INSERT INTO `mob_spawn_points` VALUES (17223977,0,'Goblin_Butcher','Goblin Butcher',35,16,20,-247.417,24.472,-112.257,81); -INSERT INTO `mob_spawn_points` VALUES (17223978,0,'Black_Bat','Black Bat',9,15,18,-105.449,24.500,10.602,127); -INSERT INTO `mob_spawn_points` VALUES (17223979,0,'Black_Bat','Black Bat',9,15,18,-255.199,24.501,-152.564,126); -INSERT INTO `mob_spawn_points` VALUES (17223980,0,'Malboro','Malboro',16,25,28,-127.950,24.500,12.544,127); +INSERT INTO `mob_spawn_points` VALUES (17223890,0,'Malboro','Malboro',16,27,28,243.284,23.603,-51.946,127); +INSERT INTO `mob_spawn_points` VALUES (17223891,0,'Goblin_Mugger','Goblin Mugger',30,21,22,320.796,24.427,3.086,127); +INSERT INTO `mob_spawn_points` VALUES (17223892,0,'Goblin_Ambusher','Goblin Ambusher',31,16,17,136.850,24.278,188.282,50); +INSERT INTO `mob_spawn_points` VALUES (17223893,0,'Goblin_Leecher','Goblin Leecher',32,21,22,318.712,23.901,11.798,5); +INSERT INTO `mob_spawn_points` VALUES (17223894,0,'Goblin_Tinkerer','Goblin Tinkerer',33,16,17,58.877,24.471,77.283,127); +INSERT INTO `mob_spawn_points` VALUES (17223895,41,'Goblin_Gambler','Goblin Gambler',34,21,22,183.835,23.928,186.367,127); +INSERT INTO `mob_spawn_points` VALUES (17223896,42,'Goblin_Butcher','Goblin Butcher',35,16,17,188.812,24.500,-26.934,127); +INSERT INTO `mob_spawn_points` VALUES (17223897,42,'Ghoul','Ghoul',23,18,19,53.000,25.000,207.000,127); +INSERT INTO `mob_spawn_points` VALUES (17223898,41,'Zombie','Zombie',24,18,19,203.000,24.000,184.000,127); +INSERT INTO `mob_spawn_points` VALUES (17223899,0,'Bog_Dog','Bog Dog',10,17,22,178.177,24.846,109.312,127); +INSERT INTO `mob_spawn_points` VALUES (17223900,0,'Thunder_Elemental','Thunder Elemental',25,27,28,248.224,24.171,-34.989,127); +INSERT INTO `mob_spawn_points` VALUES (17223901,43,'Thread_Leech','Thread Leech',11,21,22,235.493,23.654,211.525,127); +INSERT INTO `mob_spawn_points` VALUES (17223902,0,'Thread_Leech','Thread Leech',11,21,22,249.886,24.065,95.393,127); +INSERT INTO `mob_spawn_points` VALUES (17223903,0,'Thread_Leech','Thread Leech',11,21,22,233.579,24.038,211.440,127); +INSERT INTO `mob_spawn_points` VALUES (17223904,44,'Land_Pugil','Land Pugil',12,19,20,206.769,24.083,136.136,100); +INSERT INTO `mob_spawn_points` VALUES (17223905,0,'Land_Pugil','Land Pugil',12,19,20,233.627,24.253,69.020,28); +INSERT INTO `mob_spawn_points` VALUES (17223906,0,'Land_Pugil','Land Pugil',12,19,20,192.873,24.991,113.494,127); +INSERT INTO `mob_spawn_points` VALUES (17223907,44,'Snipper','Snipper',5,19,20,217.156,23.817,108.515,127); +INSERT INTO `mob_spawn_points` VALUES (17223908,0,'Snipper','Snipper',5,19,20,220.727,23.587,209.029,52); +INSERT INTO `mob_spawn_points` VALUES (17223909,0,'Snipper','Snipper',5,19,20,250.429,25.088,73.174,127); +INSERT INTO `mob_spawn_points` VALUES (17223910,43,'Bogy','Bogy',13,25,26,239.193,25.016,72.731,125); +INSERT INTO `mob_spawn_points` VALUES (17223911,0,'Water_Elemental','Water Elemental',14,27,28,210.247,24.083,113.703,127); +INSERT INTO `mob_spawn_points` VALUES (17223912,45,'Gadfly','Gadfly',6,20,21,30.789,24.554,244.656,127); +INSERT INTO `mob_spawn_points` VALUES (17223913,46,'Gadfly','Gadfly',6,20,21,61.131,24.140,170.991,127); +INSERT INTO `mob_spawn_points` VALUES (17223914,0,'Gadfly','Gadfly',6,20,21,58.062,24.398,304.195,127); +INSERT INTO `mob_spawn_points` VALUES (17223915,0,'Bog_Bunny','Bog Bunny',7,15,16,21.140,24.275,184.926,39); +INSERT INTO `mob_spawn_points` VALUES (17223916,0,'Bog_Bunny','Bog Bunny',7,15,16,49.265,24.499,282.042,48); +INSERT INTO `mob_spawn_points` VALUES (17223917,45,'Night_Bats','Night Bats',8,15,16,0.000,0.000,0.000,0); +INSERT INTO `mob_spawn_points` VALUES (17223918,0,'Night_Bats','Night Bats',8,15,16,30.300,24.565,176.038,127); +INSERT INTO `mob_spawn_points` VALUES (17223919,0,'Night_Bats','Night Bats',8,15,16,26.929,23.894,160.385,127); +INSERT INTO `mob_spawn_points` VALUES (17223920,0,'Night_Bats','Night Bats',8,15,16,67.441,24.483,216.773,127); +INSERT INTO `mob_spawn_points` VALUES (17223921,46,'Black_Bat','Black Bat',9,17,18,24.641,24.499,195.546,76); +INSERT INTO `mob_spawn_points` VALUES (17223922,0,'Black_Bat','Black Bat',9,17,18,-2.559,24.146,299.582,127); +INSERT INTO `mob_spawn_points` VALUES (17223923,47,'Gadfly','Gadfly',6,20,21,-40.794,24.493,306.079,118); +INSERT INTO `mob_spawn_points` VALUES (17223924,48,'Gadfly','Gadfly',6,20,21,17.126,24.500,355.433,19); +INSERT INTO `mob_spawn_points` VALUES (17223925,49,'Gadfly','Gadfly',6,20,21,-15.478,24.272,305.579,87); +INSERT INTO `mob_spawn_points` VALUES (17223926,0,'Gadfly','Gadfly',6,20,21,-32.207,24.491,310.655,44); +INSERT INTO `mob_spawn_points` VALUES (17223927,0,'Bog_Bunny','Bog Bunny',7,15,16,-13.817,24.499,348.948,89); +INSERT INTO `mob_spawn_points` VALUES (17223928,0,'Bog_Bunny','Bog Bunny',7,15,16,33.446,24.499,371.721,127); +INSERT INTO `mob_spawn_points` VALUES (17223929,47,'Night_Bats','Night Bats',8,15,16,0.000,0.000,0.000,0); +INSERT INTO `mob_spawn_points` VALUES (17223930,0,'Night_Bats','Night Bats',8,15,16,46.891,24.499,351.707,19); +INSERT INTO `mob_spawn_points` VALUES (17223931,0,'Night_Bats','Night Bats',8,15,16,41.390,24.496,320.351,62); +INSERT INTO `mob_spawn_points` VALUES (17223932,48,'Black_Bat','Black Bat',9,17,18,0.000,0.000,0.000,0); +INSERT INTO `mob_spawn_points` VALUES (17223933,0,'Black_Bat','Black Bat',9,17,18,-49.506,24.757,412.827,127); +INSERT INTO `mob_spawn_points` VALUES (17223934,0,'Bog_Dog','Bog Dog',10,17,22,0.000,0.000,0.000,0); +INSERT INTO `mob_spawn_points` VALUES (17223935,49,'Carnivorous_Crawler','Carnivorous Crawler',26,22,23,18.000,24.000,380.000,52); +INSERT INTO `mob_spawn_points` VALUES (17223936,0,'Carnivorous_Crawler','Carnivorous Crawler',26,22,23,17.000,24.000,370.000,32); +INSERT INTO `mob_spawn_points` VALUES (17223937,50,'Gadfly','Gadfly',6,20,21,-96.612,24.665,427.704,34); +INSERT INTO `mob_spawn_points` VALUES (17223938,51,'Gadfly','Gadfly',6,20,21,-175.140,24.870,362.336,9); +INSERT INTO `mob_spawn_points` VALUES (17223939,0,'Gadfly','Gadfly',6,20,21,-163.990,24.499,452.572,125); +INSERT INTO `mob_spawn_points` VALUES (17223940,0,'Bog_Bunny','Bog Bunny',7,15,15,-254.329,25.031,394.744,127); +INSERT INTO `mob_spawn_points` VALUES (17223941,0,'Bog_Bunny','Bog Bunny',7,15,15,-191.078,24.529,332.128,127); +INSERT INTO `mob_spawn_points` VALUES (17223942,50,'Night_Bats','Night Bats',8,15,16,0.000,0.000,0.000,0); +INSERT INTO `mob_spawn_points` VALUES (17223943,51,'Night_Bats','Night Bats',8,15,16,0.000,0.000,0.000,0); +INSERT INTO `mob_spawn_points` VALUES (17223944,0,'Night_Bats','Night Bats',8,15,16,-253.848,24.643,455.241,122); +INSERT INTO `mob_spawn_points` VALUES (17223945,0,'Night_Bats','Night Bats',8,15,16,-116.867,24.508,411.196,87); +INSERT INTO `mob_spawn_points` VALUES (17223946,0,'Black_Bat','Black Bat',9,17,18,-260.127,23.498,410.234,73); +INSERT INTO `mob_spawn_points` VALUES (17223947,0,'Black_Bat','Black Bat',9,17,18,-112.944,24.501,403.775,40); +INSERT INTO `mob_spawn_points` VALUES (17223948,0,'Goobbue','Goobbue',15,24,25,-136.491,24.500,370.605,127); +INSERT INTO `mob_spawn_points` VALUES (17223949,0,'Goobbue','Goobbue',15,24,25,10.028,24.635,373.820,127); +INSERT INTO `mob_spawn_points` VALUES (17223950,0,'Malboro','Malboro',16,27,28,-69.474,24.503,406.352,31); +INSERT INTO `mob_spawn_points` VALUES (17223951,0,'Goblin_Mugger','Goblin Mugger',30,21,22,-186.980,24.470,431.970,127); +INSERT INTO `mob_spawn_points` VALUES (17223952,0,'Goblin_Ambusher','Goblin Ambusher',31,16,17,-219.603,24.238,418.661,56); +INSERT INTO `mob_spawn_points` VALUES (17223953,0,'Goblin_Leecher','Goblin Leecher',32,21,22,18.872,24.500,356.830,99); +INSERT INTO `mob_spawn_points` VALUES (17223954,0,'Goblin_Tinkerer','Goblin Tinkerer',33,16,17,19.141,24.637,259.927,127); +INSERT INTO `mob_spawn_points` VALUES (17223955,52,'Goblin_Gambler','Goblin Gambler',34,21,22,-157.846,24.499,452.966,127); +INSERT INTO `mob_spawn_points` VALUES (17223956,53,'Goblin_Butcher','Goblin Butcher',35,16,17,-39.421,24.474,411.138,127); +INSERT INTO `mob_spawn_points` VALUES (17223957,53,'Ghoul','Ghoul',23,18,19,36.721,24.146,299.012,127); +INSERT INTO `mob_spawn_points` VALUES (17223958,52,'Zombie','Zombie',24,18,19,59.221,24.155,180.085,127); +INSERT INTO `mob_spawn_points` VALUES (17223959,0,'Thunder_Elemental','Thunder Elemental',25,27,28,-64.796,24.495,400.051,127); +INSERT INTO `mob_spawn_points` VALUES (17223960,54,'Gadfly','Gadfly',6,20,21,-219.402,24.519,-157.698,9); +INSERT INTO `mob_spawn_points` VALUES (17223961,55,'Gadfly','Gadfly',6,20,21,-211.420,24.781,-141.611,127); +INSERT INTO `mob_spawn_points` VALUES (17223962,0,'Gadfly','Gadfly',6,20,21,-248.390,24.406,-114.083,127); +INSERT INTO `mob_spawn_points` VALUES (17223963,0,'Marsh_Funguar','Marsh Funguar',36,24,25,-245.555,24.537,-174.276,19); +INSERT INTO `mob_spawn_points` VALUES (17223964,0,'Marsh_Funguar','Marsh Funguar',36,24,25,-248.130,24.902,-120.593,8); +INSERT INTO `mob_spawn_points` VALUES (17223965,54,'Night_Bats','Night Bats',8,15,16,0.000,0.000,0.000,0); +INSERT INTO `mob_spawn_points` VALUES (17223966,55,'Night_Bats','Night Bats',8,15,16,0.000,0.000,0.000,0); +INSERT INTO `mob_spawn_points` VALUES (17223967,0,'Marsh_Funguar','Marsh Funguar',36,24,25,-182.273,25.162,-161.658,127); +INSERT INTO `mob_spawn_points` VALUES (17223968,0,'Marsh_Funguar','Marsh Funguar',36,24,25,-67.638,24.499,-10.570,47); +INSERT INTO `mob_spawn_points` VALUES (17223969,0,'Marsh_Funguar','Marsh Funguar',36,24,25,-198.436,24.521,-146.861,25); +INSERT INTO `mob_spawn_points` VALUES (17223970,0,'Marsh_Funguar','Marsh Funguar',36,24,25,-185.429,25.052,-153.860,10); +INSERT INTO `mob_spawn_points` VALUES (17223971,0,'Marsh_Funguar','Marsh Funguar',36,24,25,-263.991,25.050,-135.451,101); +INSERT INTO `mob_spawn_points` VALUES (17223972,56,'Goblin_Mugger','Goblin Mugger',30,21,22,-197.950,24.638,-159.328,58); +INSERT INTO `mob_spawn_points` VALUES (17223973,56,'Goblin_Ambusher','Goblin Ambusher',31,16,17,0.000,0.000,0.000,0); +INSERT INTO `mob_spawn_points` VALUES (17223974,57,'Goblin_Leecher','Goblin Leecher',32,21,22,-66.508,24.547,17.508,122); +INSERT INTO `mob_spawn_points` VALUES (17223975,57,'Goblin_Tinkerer','Goblin Tinkerer',33,16,17,-250.331,24.503,-150.341,76); +INSERT INTO `mob_spawn_points` VALUES (17223976,58,'Goblin_Gambler','Goblin Gambler',34,21,22,-229.695,24.500,-124.502,48); +INSERT INTO `mob_spawn_points` VALUES (17223977,58,'Goblin_Butcher','Goblin Butcher',35,16,17,-247.417,24.472,-112.257,81); +INSERT INTO `mob_spawn_points` VALUES (17223978,0,'Black_Bat','Black Bat',9,17,18,-105.449,24.500,10.602,127); +INSERT INTO `mob_spawn_points` VALUES (17223979,0,'Black_Bat','Black Bat',9,17,18,-255.199,24.501,-152.564,126); +INSERT INTO `mob_spawn_points` VALUES (17223980,0,'Malboro','Malboro',16,27,28,-127.950,24.500,12.544,127); INSERT INTO `mob_spawn_points` VALUES (17223981,0,'Fox_Fire','Fox Fire',37,24,25,-119.592,24.485,-51.208,103); -INSERT INTO `mob_spawn_points` VALUES (17223982,0,'Toxic_Tamlyn','Toxic Tamlyn',38,44,44,-79.520,24.500,-12.540,40); -INSERT INTO `mob_spawn_points` VALUES (17223983,0,'Marsh_Funguar','Marsh Funguar',36,21,25,10.398,24.500,53.011,54); -INSERT INTO `mob_spawn_points` VALUES (17223984,0,'Marsh_Funguar','Marsh Funguar',36,21,25,9.259,24.500,61.267,127); -INSERT INTO `mob_spawn_points` VALUES (17223985,0,'Marsh_Funguar','Marsh Funguar',36,21,25,16.489,24.500,54.799,27); -INSERT INTO `mob_spawn_points` VALUES (17223986,0,'Marsh_Funguar','Marsh Funguar',36,21,25,-192.824,24.500,157.626,127); -INSERT INTO `mob_spawn_points` VALUES (17223987,0,'Marsh_Funguar','Marsh Funguar',36,21,25,-149.925,24.500,135.522,127); -INSERT INTO `mob_spawn_points` VALUES (17223988,0,'Marsh_Funguar','Marsh Funguar',36,21,25,-182.543,24.502,138.036,124); -INSERT INTO `mob_spawn_points` VALUES (17223989,0,'Marsh_Funguar','Marsh Funguar',36,21,25,-190.244,24.539,155.708,127); -INSERT INTO `mob_spawn_points` VALUES (17223990,0,'Marsh_Funguar','Marsh Funguar',36,21,25,-160.890,23.886,107.797,11); -INSERT INTO `mob_spawn_points` VALUES (17223991,0,'Goblin_Mugger','Goblin Mugger',30,21,25,-191.083,24.500,108.768,127); -INSERT INTO `mob_spawn_points` VALUES (17223992,0,'Goblin_Ambusher','Goblin Ambusher',31,16,20,-121.671,24.500,135.889,71); -INSERT INTO `mob_spawn_points` VALUES (17223993,0,'Goblin_Leecher','Goblin Leecher',32,21,25,-199.019,24.500,124.269,84); -INSERT INTO `mob_spawn_points` VALUES (17223994,0,'Goblin_Tinkerer','Goblin Tinkerer',33,16,20,-120.999,24.499,143.024,127); -INSERT INTO `mob_spawn_points` VALUES (17223995,0,'Goblin_Gambler','Goblin Gambler',34,21,25,-192.704,24.500,108.181,48); -INSERT INTO `mob_spawn_points` VALUES (17223996,0,'Goblin_Butcher','Goblin Butcher',35,16,20,-158.622,23.902,107.891,127); -INSERT INTO `mob_spawn_points` VALUES (17223997,0,'Black_Bat','Black Bat',9,15,18,-253.259,24.911,171.320,14); -INSERT INTO `mob_spawn_points` VALUES (17223998,0,'Black_Bat','Black Bat',9,15,18,-147.766,24.500,136.073,86); -INSERT INTO `mob_spawn_points` VALUES (17223999,0,'Water_Wasp','Water Wasp',27,15,18,-191.491,24.500,139.160,127); -INSERT INTO `mob_spawn_points` VALUES (17224000,0,'Water_Wasp','Water Wasp',27,15,18,-183.372,24.500,139.000,21); -INSERT INTO `mob_spawn_points` VALUES (17224001,0,'Water_Wasp','Water Wasp',27,15,18,-176.508,24.500,122.060,42); -INSERT INTO `mob_spawn_points` VALUES (17224002,0,'Water_Wasp','Water Wasp',27,15,18,-182.746,24.500,131.046,127); +INSERT INTO `mob_spawn_points` VALUES (17223982,0,'Toxic_Tamlyn','Toxic Tamlyn',38,44,45,-79.520,24.500,-12.540,40); +INSERT INTO `mob_spawn_points` VALUES (17223983,0,'Marsh_Funguar','Marsh Funguar',36,24,25,10.398,24.500,53.011,54); +INSERT INTO `mob_spawn_points` VALUES (17223984,0,'Marsh_Funguar','Marsh Funguar',36,24,25,9.259,24.500,61.267,127); +INSERT INTO `mob_spawn_points` VALUES (17223985,0,'Marsh_Funguar','Marsh Funguar',36,24,25,16.489,24.500,54.799,27); +INSERT INTO `mob_spawn_points` VALUES (17223986,0,'Marsh_Funguar','Marsh Funguar',36,24,25,-192.824,24.500,157.626,127); +INSERT INTO `mob_spawn_points` VALUES (17223987,0,'Marsh_Funguar','Marsh Funguar',36,24,25,-149.925,24.500,135.522,127); +INSERT INTO `mob_spawn_points` VALUES (17223988,0,'Marsh_Funguar','Marsh Funguar',36,24,25,-182.543,24.502,138.036,124); +INSERT INTO `mob_spawn_points` VALUES (17223989,0,'Marsh_Funguar','Marsh Funguar',36,24,25,-190.244,24.539,155.708,127); +INSERT INTO `mob_spawn_points` VALUES (17223990,0,'Marsh_Funguar','Marsh Funguar',36,24,25,-160.890,23.886,107.797,11); +INSERT INTO `mob_spawn_points` VALUES (17223991,56,'Goblin_Mugger','Goblin Mugger',30,21,22,-191.083,24.500,108.768,127); +INSERT INTO `mob_spawn_points` VALUES (17223992,56,'Goblin_Ambusher','Goblin Ambusher',31,16,17,-121.671,24.500,135.889,71); +INSERT INTO `mob_spawn_points` VALUES (17223993,57,'Goblin_Leecher','Goblin Leecher',32,21,22,-199.019,24.500,124.269,84); +INSERT INTO `mob_spawn_points` VALUES (17223994,57,'Goblin_Tinkerer','Goblin Tinkerer',33,16,17,-120.999,24.499,143.024,127); +INSERT INTO `mob_spawn_points` VALUES (17223995,58,'Goblin_Gambler','Goblin Gambler',34,21,22,-192.704,24.500,108.181,48); +INSERT INTO `mob_spawn_points` VALUES (17223996,58,'Goblin_Butcher','Goblin Butcher',35,16,17,-158.622,23.902,107.891,127); +INSERT INTO `mob_spawn_points` VALUES (17223997,0,'Black_Bat','Black Bat',9,17,18,-253.259,24.911,171.320,14); +INSERT INTO `mob_spawn_points` VALUES (17223998,0,'Black_Bat','Black Bat',9,17,18,-147.766,24.500,136.073,86); +INSERT INTO `mob_spawn_points` VALUES (17223999,0,'Water_Wasp','Water Wasp',27,17,18,-191.491,24.500,139.160,127); +INSERT INTO `mob_spawn_points` VALUES (17224000,0,'Water_Wasp','Water Wasp',27,17,18,-183.372,24.500,139.000,21); +INSERT INTO `mob_spawn_points` VALUES (17224001,0,'Water_Wasp','Water Wasp',27,17,18,-176.508,24.500,122.060,42); +INSERT INTO `mob_spawn_points` VALUES (17224002,0,'Water_Wasp','Water Wasp',27,17,18,-182.746,24.500,131.046,127); INSERT INTO `mob_spawn_points` VALUES (17224003,0,'Fox_Fire','Fox Fire',37,24,25,-199.601,24.500,109.454,107); -INSERT INTO `mob_spawn_points` VALUES (17224004,0,'Malboro','Malboro',16,25,28,-280.469,24.493,296.551,11); -INSERT INTO `mob_spawn_points` VALUES (17224005,0,'Bogy','Bogy',13,25,29,0.000,0.000,0.000,0); -INSERT INTO `mob_spawn_points` VALUES (17224006,0,'Water_Wasp','Water Wasp',27,15,18,-296.522,24.502,506.162,127); -INSERT INTO `mob_spawn_points` VALUES (17224007,0,'Water_Wasp','Water Wasp',27,15,18,-252.280,24.843,473.232,127); -INSERT INTO `mob_spawn_points` VALUES (17224008,0,'Water_Wasp','Water Wasp',27,15,18,-271.000,25.000,500.000,13); -INSERT INTO `mob_spawn_points` VALUES (17224009,0,'Water_Wasp','Water Wasp',27,15,18,-250.825,24.501,496.916,40); -INSERT INTO `mob_spawn_points` VALUES (17224010,0,'Water_Wasp','Water Wasp',27,15,18,-298.313,24.500,500.628,127); -INSERT INTO `mob_spawn_points` VALUES (17224011,0,'Water_Wasp','Water Wasp',27,15,18,-297.749,24.500,499.637,127); -INSERT INTO `mob_spawn_points` VALUES (17224012,0,'Marsh_Funguar','Marsh Funguar',36,21,25,-332.040,24.585,462.730,127); -INSERT INTO `mob_spawn_points` VALUES (17224013,0,'Marsh_Funguar','Marsh Funguar',36,21,25,-229.695,24.500,483.202,44); -INSERT INTO `mob_spawn_points` VALUES (17224014,0,'Thread_Leech','Thread Leech',11,20,23,-351.884,24.014,513.531,127); -INSERT INTO `mob_spawn_points` VALUES (17224015,0,'Thread_Leech','Thread Leech',11,20,23,-391.035,24.001,506.440,127); -INSERT INTO `mob_spawn_points` VALUES (17224016,0,'Thread_Leech','Thread Leech',11,20,23,-408.334,23.810,498.029,127); -INSERT INTO `mob_spawn_points` VALUES (17224017,0,'Thread_Leech','Thread Leech',11,20,23,-373.586,24.978,530.964,120); -INSERT INTO `mob_spawn_points` VALUES (17224018,0,'Thread_Leech','Thread Leech',11,20,23,-368.005,24.120,496.423,127); +INSERT INTO `mob_spawn_points` VALUES (17224004,59,'Malboro','Malboro',16,27,28,-280.469,24.493,296.551,11); +INSERT INTO `mob_spawn_points` VALUES (17224005,59,'Bogy','Bogy',13,25,26,0.000,0.000,0.000,0); +INSERT INTO `mob_spawn_points` VALUES (17224006,0,'Water_Wasp','Water Wasp',27,17,18,-296.522,24.502,506.162,127); +INSERT INTO `mob_spawn_points` VALUES (17224007,0,'Water_Wasp','Water Wasp',27,17,18,-252.280,24.843,473.232,127); +INSERT INTO `mob_spawn_points` VALUES (17224008,0,'Water_Wasp','Water Wasp',27,17,18,-271.000,25.000,500.000,13); +INSERT INTO `mob_spawn_points` VALUES (17224009,0,'Water_Wasp','Water Wasp',27,17,18,-250.825,24.501,496.916,40); +INSERT INTO `mob_spawn_points` VALUES (17224010,0,'Water_Wasp','Water Wasp',27,17,18,-298.313,24.500,500.628,127); +INSERT INTO `mob_spawn_points` VALUES (17224011,0,'Water_Wasp','Water Wasp',27,17,18,-297.749,24.500,499.637,127); +INSERT INTO `mob_spawn_points` VALUES (17224012,0,'Marsh_Funguar','Marsh Funguar',36,24,25,-332.040,24.585,462.730,127); +INSERT INTO `mob_spawn_points` VALUES (17224013,0,'Marsh_Funguar','Marsh Funguar',36,24,25,-229.695,24.500,483.202,44); +INSERT INTO `mob_spawn_points` VALUES (17224014,0,'Thread_Leech','Thread Leech',11,21,22,-351.884,24.014,513.531,127); +INSERT INTO `mob_spawn_points` VALUES (17224015,0,'Thread_Leech','Thread Leech',11,21,22,-391.035,24.001,506.440,127); +INSERT INTO `mob_spawn_points` VALUES (17224016,0,'Thread_Leech','Thread Leech',11,21,22,-408.334,23.810,498.029,127); +INSERT INTO `mob_spawn_points` VALUES (17224017,0,'Thread_Leech','Thread Leech',11,21,22,-373.586,24.978,530.964,120); +INSERT INTO `mob_spawn_points` VALUES (17224018,0,'Thread_Leech','Thread Leech',11,21,22,-368.005,24.120,496.423,127); INSERT INTO `mob_spawn_points` VALUES (17224019,0,'Bloodpool_Vorax','Bloodpool Vorax',39,24,25,-405.854,24.113,513.944,30); -INSERT INTO `mob_spawn_points` VALUES (17224020,0,'Land_Pugil','Land Pugil',12,17,20,-434.575,24.121,473.957,127); -INSERT INTO `mob_spawn_points` VALUES (17224021,0,'Land_Pugil','Land Pugil',12,17,20,-397.402,24.138,522.640,127); -INSERT INTO `mob_spawn_points` VALUES (17224022,0,'Snipper','Snipper',5,17,20,-397.329,24.190,489.712,113); -INSERT INTO `mob_spawn_points` VALUES (17224023,0,'Snipper','Snipper',5,17,20,-351.122,24.027,511.478,127); -INSERT INTO `mob_spawn_points` VALUES (17224024,0,'Snipper','Snipper',5,17,20,-361.592,25.100,536.449,127); -INSERT INTO `mob_spawn_points` VALUES (17224025,0,'Bogy','Bogy',13,25,29,-436.305,23.717,467.589,35); -INSERT INTO `mob_spawn_points` VALUES (17224026,0,'Water_Elemental','Water Elemental',14,27,29,-349.332,24.048,505.222,127); -INSERT INTO `mob_spawn_points` VALUES (17224027,0,'Carnivorous_Crawler','Carnivorous Crawler',26,20,23,-371.613,24.317,519.235,39); -INSERT INTO `mob_spawn_points` VALUES (17224028,0,'Carnivorous_Crawler','Carnivorous Crawler',26,20,23,-357.229,24.147,501.144,127); -INSERT INTO `mob_spawn_points` VALUES (17224029,0,'Carnivorous_Crawler','Carnivorous Crawler',26,20,23,-411.379,23.849,526.777,82); -INSERT INTO `mob_spawn_points` VALUES (17224030,0,'Carnivorous_Crawler','Carnivorous Crawler',26,20,23,-402.159,24.212,506.417,104); -INSERT INTO `mob_spawn_points` VALUES (17224031,0,'Carnivorous_Crawler','Carnivorous Crawler',26,20,23,-407.645,24.149,519.246,50); -INSERT INTO `mob_spawn_points` VALUES (17224032,0,'Carnivorous_Crawler','Carnivorous Crawler',26,20,23,-458.017,23.676,469.532,127); -INSERT INTO `mob_spawn_points` VALUES (17224033,0,'Gadfly','Gadfly',6,18,21,174.142,24.500,307.704,118); -INSERT INTO `mob_spawn_points` VALUES (17224034,0,'Gadfly','Gadfly',6,18,21,253.458,24.498,316.937,65); -INSERT INTO `mob_spawn_points` VALUES (17224035,0,'Gadfly','Gadfly',6,18,21,186.336,24.499,405.170,127); -INSERT INTO `mob_spawn_points` VALUES (17224036,0,'Bog_Bunny','Bog Bunny',7,13,16,224.508,24.143,354.278,127); -INSERT INTO `mob_spawn_points` VALUES (17224037,0,'Bog_Bunny','Bog Bunny',7,13,16,192.308,24.435,410.099,127); -INSERT INTO `mob_spawn_points` VALUES (17224038,0,'Night_Bats','Night Bats',8,13,16,0.000,0.000,0.000,0); -INSERT INTO `mob_spawn_points` VALUES (17224039,0,'Night_Bats','Night Bats',8,13,16,136.858,24.491,370.245,127); -INSERT INTO `mob_spawn_points` VALUES (17224040,0,'Night_Bats','Night Bats',8,13,16,115.019,24.499,393.647,106); -INSERT INTO `mob_spawn_points` VALUES (17224041,0,'Night_Bats','Night Bats',8,13,16,119.595,24.158,381.071,127); -INSERT INTO `mob_spawn_points` VALUES (17224042,0,'Black_Bat','Black Bat',9,15,18,285.500,24.499,322.013,122); -INSERT INTO `mob_spawn_points` VALUES (17224043,0,'Black_Bat','Black Bat',9,15,18,208.808,24.499,399.270,112); -INSERT INTO `mob_spawn_points` VALUES (17224044,0,'Bog_Dog','Bog Dog',10,18,25,0.000,0.000,0.000,0); -INSERT INTO `mob_spawn_points` VALUES (17224045,0,'Gadfly','Gadfly',6,18,21,425.015,25.090,410.140,93); -INSERT INTO `mob_spawn_points` VALUES (17224046,0,'Gadfly','Gadfly',6,18,21,313.615,24.470,407.377,120); -INSERT INTO `mob_spawn_points` VALUES (17224047,0,'Gadfly','Gadfly',6,18,21,333.226,24.272,378.772,64); -INSERT INTO `mob_spawn_points` VALUES (17224048,0,'Bog_Bunny','Bog Bunny',7,13,16,428.762,24.343,466.700,127); -INSERT INTO `mob_spawn_points` VALUES (17224049,0,'Bog_Bunny','Bog Bunny',7,13,16,329.995,24.469,408.353,111); -INSERT INTO `mob_spawn_points` VALUES (17224050,0,'Night_Bats','Night Bats',8,13,16,303.966,24.493,388.489,87); -INSERT INTO `mob_spawn_points` VALUES (17224051,0,'Night_Bats','Night Bats',8,13,16,378.589,24.084,418.308,127); -INSERT INTO `mob_spawn_points` VALUES (17224052,0,'Night_Bats','Night Bats',8,13,16,420.333,24.283,423.218,127); -INSERT INTO `mob_spawn_points` VALUES (17224053,0,'Night_Bats','Night Bats',8,13,16,351.708,24.495,358.451,21); -INSERT INTO `mob_spawn_points` VALUES (17224054,0,'Black_Bat','Black Bat',9,15,18,359.566,24.499,391.712,127); -INSERT INTO `mob_spawn_points` VALUES (17224055,0,'Black_Bat','Black Bat',9,15,18,299.902,24.150,360.323,80); -INSERT INTO `mob_spawn_points` VALUES (17224056,0,'Gadfly','Gadfly',6,18,21,499.559,24.509,631.720,127); -INSERT INTO `mob_spawn_points` VALUES (17224057,0,'Gadfly','Gadfly',6,18,21,570.094,24.499,455.267,127); -INSERT INTO `mob_spawn_points` VALUES (17224058,0,'Gadfly','Gadfly',6,18,21,499.972,24.149,522.188,127); -INSERT INTO `mob_spawn_points` VALUES (17224059,0,'Bog_Bunny','Bog Bunny',7,13,16,468.487,24.499,518.506,127); -INSERT INTO `mob_spawn_points` VALUES (17224060,0,'Bog_Bunny','Bog Bunny',7,13,16,504.890,24.657,627.833,27); -INSERT INTO `mob_spawn_points` VALUES (17224061,0,'Bog_Bunny','Bog Bunny',7,13,16,499.789,24.186,521.978,127); -INSERT INTO `mob_spawn_points` VALUES (17224062,0,'Night_Bats','Night Bats',8,13,16,464.291,24.740,481.018,101); -INSERT INTO `mob_spawn_points` VALUES (17224063,0,'Night_Bats','Night Bats',8,13,16,450.796,24.539,498.222,96); -INSERT INTO `mob_spawn_points` VALUES (17224064,0,'Night_Bats','Night Bats',8,13,16,503.735,24.500,642.797,127); -INSERT INTO `mob_spawn_points` VALUES (17224065,0,'Night_Bats','Night Bats',8,13,16,536.164,24.504,434.735,127); -INSERT INTO `mob_spawn_points` VALUES (17224066,0,'Black_Bat','Black Bat',9,15,18,500.481,24.502,632.045,127); -INSERT INTO `mob_spawn_points` VALUES (17224067,0,'Black_Bat','Black Bat',9,15,18,518.210,24.455,483.500,127); -INSERT INTO `mob_spawn_points` VALUES (17224068,0,'Bog_Dog','Bog Dog',10,18,25,483.629,24.499,554.905,4); -INSERT INTO `mob_spawn_points` VALUES (17224069,0,'Carnivorous_Crawler','Carnivorous Crawler',26,20,23,381.000,24.000,-12.000,99); -INSERT INTO `mob_spawn_points` VALUES (17224070,0,'Carnivorous_Crawler','Carnivorous Crawler',26,20,23,111.000,24.000,158.000,127); -INSERT INTO `mob_spawn_points` VALUES (17224071,0,'Goobbue','Goobbue',15,22,25,186.837,24.499,358.359,121); -INSERT INTO `mob_spawn_points` VALUES (17224072,0,'Goobbue','Goobbue',15,22,25,407.000,25.000,447.000,44); -INSERT INTO `mob_spawn_points` VALUES (17224073,0,'Malboro','Malboro',16,25,28,143.202,25.036,322.889,127); -INSERT INTO `mob_spawn_points` VALUES (17224074,0,'Goblin_Mugger','Goblin Mugger',30,21,25,471.589,24.541,475.735,61); -INSERT INTO `mob_spawn_points` VALUES (17224075,0,'Goblin_Ambusher','Goblin Ambusher',31,16,20,490.000,25.000,485.000,127); -INSERT INTO `mob_spawn_points` VALUES (17224076,0,'Goblin_Leecher','Goblin Leecher',32,21,25,381.054,24.542,454.263,87); -INSERT INTO `mob_spawn_points` VALUES (17224077,0,'Goblin_Tinkerer','Goblin Tinkerer',33,16,20,498.320,24.095,425.201,88); -INSERT INTO `mob_spawn_points` VALUES (17224078,0,'Goblin_Gambler','Goblin Gambler',34,21,25,199.749,25.045,408.697,12); -INSERT INTO `mob_spawn_points` VALUES (17224079,0,'Goblin_Butcher','Goblin Butcher',35,16,20,314.388,24.396,390.681,127); -INSERT INTO `mob_spawn_points` VALUES (17224080,0,'Ghoul','Ghoul',23,18,25,159.906,24.499,400.323,39); -INSERT INTO `mob_spawn_points` VALUES (17224081,0,'Zombie','Zombie',24,16,26,271.116,24.885,406.670,107); +INSERT INTO `mob_spawn_points` VALUES (17224020,0,'Land_Pugil','Land Pugil',12,19,20,-434.575,24.121,473.957,127); +INSERT INTO `mob_spawn_points` VALUES (17224021,0,'Land_Pugil','Land Pugil',12,19,20,-397.402,24.138,522.640,127); +INSERT INTO `mob_spawn_points` VALUES (17224022,0,'Snipper','Snipper',5,19,20,-397.329,24.190,489.712,113); +INSERT INTO `mob_spawn_points` VALUES (17224023,0,'Snipper','Snipper',5,19,20,-351.122,24.027,511.478,127); +INSERT INTO `mob_spawn_points` VALUES (17224024,0,'Snipper','Snipper',5,19,20,-361.592,25.100,536.449,127); +INSERT INTO `mob_spawn_points` VALUES (17224025,0,'Bogy','Bogy',13,25,26,-436.305,23.717,467.589,35); +INSERT INTO `mob_spawn_points` VALUES (17224026,0,'Water_Elemental','Water Elemental',14,27,28,-349.332,24.048,505.222,127); +INSERT INTO `mob_spawn_points` VALUES (17224027,60,'Carnivorous_Crawler','Carnivorous Crawler',26,22,23,-371.613,24.317,519.235,39); +INSERT INTO `mob_spawn_points` VALUES (17224028,0,'Carnivorous_Crawler','Carnivorous Crawler',26,22,23,-357.229,24.147,501.144,127); +INSERT INTO `mob_spawn_points` VALUES (17224029,60,'Carnivorous_Crawler','Carnivorous Crawler',26,22,23,-411.379,23.849,526.777,82); +INSERT INTO `mob_spawn_points` VALUES (17224030,0,'Carnivorous_Crawler','Carnivorous Crawler',26,22,23,-402.159,24.212,506.417,104); +INSERT INTO `mob_spawn_points` VALUES (17224031,0,'Carnivorous_Crawler','Carnivorous Crawler',26,22,23,-407.645,24.149,519.246,50); +INSERT INTO `mob_spawn_points` VALUES (17224032,60,'Carnivorous_Crawler','Carnivorous Crawler',26,22,23,-458.017,23.676,469.532,127); +INSERT INTO `mob_spawn_points` VALUES (17224033,61,'Gadfly','Gadfly',6,20,21,174.142,24.500,307.704,118); +INSERT INTO `mob_spawn_points` VALUES (17224034,62,'Gadfly','Gadfly',6,20,21,253.458,24.498,316.937,65); +INSERT INTO `mob_spawn_points` VALUES (17224035,0,'Gadfly','Gadfly',6,20,21,186.336,24.499,405.170,127); +INSERT INTO `mob_spawn_points` VALUES (17224036,63,'Bog_Bunny','Bog Bunny',7,15,16,224.508,24.143,354.278,127); +INSERT INTO `mob_spawn_points` VALUES (17224037,0,'Bog_Bunny','Bog Bunny',7,15,16,192.308,24.435,410.099,127); +INSERT INTO `mob_spawn_points` VALUES (17224038,61,'Night_Bats','Night Bats',8,15,16,0.000,0.000,0.000,0); +INSERT INTO `mob_spawn_points` VALUES (17224039,0,'Night_Bats','Night Bats',8,15,16,136.858,24.491,370.245,127); +INSERT INTO `mob_spawn_points` VALUES (17224040,0,'Night_Bats','Night Bats',8,15,16,115.019,24.499,393.647,106); +INSERT INTO `mob_spawn_points` VALUES (17224041,0,'Night_Bats','Night Bats',8,15,16,119.595,24.158,381.071,127); +INSERT INTO `mob_spawn_points` VALUES (17224042,62,'Black_Bat','Black Bat',9,17,18,285.500,24.499,322.013,122); +INSERT INTO `mob_spawn_points` VALUES (17224043,0,'Black_Bat','Black Bat',9,17,18,208.808,24.499,399.270,112); +INSERT INTO `mob_spawn_points` VALUES (17224044,63,'Bog_Dog','Bog Dog',10,17,22,0.000,0.000,0.000,0); +INSERT INTO `mob_spawn_points` VALUES (17224045,64,'Gadfly','Gadfly',6,20,21,425.015,25.090,410.140,93); +INSERT INTO `mob_spawn_points` VALUES (17224046,65,'Gadfly','Gadfly',6,20,21,313.615,24.470,407.377,120); +INSERT INTO `mob_spawn_points` VALUES (17224047,0,'Gadfly','Gadfly',6,20,21,333.226,24.272,378.772,64); +INSERT INTO `mob_spawn_points` VALUES (17224048,0,'Bog_Bunny','Bog Bunny',7,15,16,428.762,24.343,466.700,127); +INSERT INTO `mob_spawn_points` VALUES (17224049,0,'Bog_Bunny','Bog Bunny',7,15,16,329.995,24.469,408.353,111); +INSERT INTO `mob_spawn_points` VALUES (17224050,64,'Night_Bats','Night Bats',8,15,16,303.966,24.493,388.489,87); +INSERT INTO `mob_spawn_points` VALUES (17224051,0,'Night_Bats','Night Bats',8,15,16,378.589,24.084,418.308,127); +INSERT INTO `mob_spawn_points` VALUES (17224052,0,'Night_Bats','Night Bats',8,15,16,420.333,24.283,423.218,127); +INSERT INTO `mob_spawn_points` VALUES (17224053,0,'Night_Bats','Night Bats',8,15,16,351.708,24.495,358.451,21); +INSERT INTO `mob_spawn_points` VALUES (17224054,65,'Black_Bat','Black Bat',9,17,18,359.566,24.499,391.712,127); +INSERT INTO `mob_spawn_points` VALUES (17224055,0,'Black_Bat','Black Bat',9,17,18,299.902,24.150,360.323,80); +INSERT INTO `mob_spawn_points` VALUES (17224056,66,'Gadfly','Gadfly',6,20,21,499.559,24.509,631.720,127); +INSERT INTO `mob_spawn_points` VALUES (17224057,67,'Gadfly','Gadfly',6,20,21,570.094,24.499,455.267,127); +INSERT INTO `mob_spawn_points` VALUES (17224058,68,'Gadfly','Gadfly',6,20,21,499.972,24.149,522.188,127); +INSERT INTO `mob_spawn_points` VALUES (17224059,69,'Bog_Bunny','Bog Bunny',7,15,16,468.487,24.499,518.506,127); +INSERT INTO `mob_spawn_points` VALUES (17224060,0,'Bog_Bunny','Bog Bunny',7,15,16,504.890,24.657,627.833,27); +INSERT INTO `mob_spawn_points` VALUES (17224061,0,'Bog_Bunny','Bog Bunny',7,15,16,499.789,24.186,521.978,127); +INSERT INTO `mob_spawn_points` VALUES (17224062,66,'Night_Bats','Night Bats',8,15,16,464.291,24.740,481.018,101); +INSERT INTO `mob_spawn_points` VALUES (17224063,0,'Night_Bats','Night Bats',8,15,16,450.796,24.539,498.222,96); +INSERT INTO `mob_spawn_points` VALUES (17224064,0,'Night_Bats','Night Bats',8,15,16,503.735,24.500,642.797,127); +INSERT INTO `mob_spawn_points` VALUES (17224065,0,'Night_Bats','Night Bats',8,15,16,536.164,24.504,434.735,127); +INSERT INTO `mob_spawn_points` VALUES (17224066,67,'Black_Bat','Black Bat',9,17,18,500.481,24.502,632.045,127); +INSERT INTO `mob_spawn_points` VALUES (17224067,0,'Black_Bat','Black Bat',9,17,18,518.210,24.455,483.500,127); +INSERT INTO `mob_spawn_points` VALUES (17224068,69,'Bog_Dog','Bog Dog',10,17,22,483.629,24.499,554.905,4); +INSERT INTO `mob_spawn_points` VALUES (17224069,68,'Carnivorous_Crawler','Carnivorous Crawler',26,22,23,381.000,24.000,-12.000,99); +INSERT INTO `mob_spawn_points` VALUES (17224070,0,'Carnivorous_Crawler','Carnivorous Crawler',26,22,23,111.000,24.000,158.000,127); +INSERT INTO `mob_spawn_points` VALUES (17224071,0,'Goobbue','Goobbue',15,24,25,186.837,24.499,358.359,121); +INSERT INTO `mob_spawn_points` VALUES (17224072,0,'Goobbue','Goobbue',15,24,25,407.000,25.000,447.000,44); +INSERT INTO `mob_spawn_points` VALUES (17224073,0,'Malboro','Malboro',16,27,28,143.202,25.036,322.889,127); +INSERT INTO `mob_spawn_points` VALUES (17224074,0,'Goblin_Mugger','Goblin Mugger',30,21,22,471.589,24.541,475.735,61); +INSERT INTO `mob_spawn_points` VALUES (17224075,0,'Goblin_Ambusher','Goblin Ambusher',31,16,17,490.000,25.000,485.000,127); +INSERT INTO `mob_spawn_points` VALUES (17224076,0,'Goblin_Leecher','Goblin Leecher',32,21,22,381.054,24.542,454.263,87); +INSERT INTO `mob_spawn_points` VALUES (17224077,0,'Goblin_Tinkerer','Goblin Tinkerer',33,16,17,498.320,24.095,425.201,88); +INSERT INTO `mob_spawn_points` VALUES (17224078,70,'Goblin_Gambler','Goblin Gambler',34,21,22,199.749,25.045,408.697,12); +INSERT INTO `mob_spawn_points` VALUES (17224079,71,'Goblin_Butcher','Goblin Butcher',35,16,17,314.388,24.396,390.681,127); +INSERT INTO `mob_spawn_points` VALUES (17224080,71,'Ghoul','Ghoul',23,18,19,159.906,24.499,400.323,39); +INSERT INTO `mob_spawn_points` VALUES (17224081,70,'Zombie','Zombie',24,18,19,271.116,24.885,406.670,107); INSERT INTO `mob_spawn_points` VALUES (17224082,0,'Thunder_Elemental','Thunder Elemental',25,27,29,181.564,24.499,309.228,127); -INSERT INTO `mob_spawn_points` VALUES (17224083,0,'Thread_Leech','Thread Leech',11,20,23,462.670,24.027,378.554,127); -INSERT INTO `mob_spawn_points` VALUES (17224084,0,'Thread_Leech','Thread Leech',11,20,23,466.206,25.060,387.886,127); -INSERT INTO `mob_spawn_points` VALUES (17224085,0,'Thread_Leech','Thread Leech',11,20,23,463.225,24.112,395.225,80); -INSERT INTO `mob_spawn_points` VALUES (17224086,0,'Land_Pugil','Land Pugil',12,17,20,425.799,24.209,361.182,127); -INSERT INTO `mob_spawn_points` VALUES (17224087,0,'Land_Pugil','Land Pugil',12,17,20,433.978,24.637,363.261,127); -INSERT INTO `mob_spawn_points` VALUES (17224088,0,'Snipper','Snipper',5,17,20,490.000,24.000,379.000,127); -INSERT INTO `mob_spawn_points` VALUES (17224089,0,'Snipper','Snipper',5,17,20,435.000,24.000,344.000,127); -INSERT INTO `mob_spawn_points` VALUES (17224090,0,'Bogy','Bogy',13,25,29,436.522,24.399,367.572,10); -INSERT INTO `mob_spawn_points` VALUES (17224091,0,'Water_Elemental','Water Elemental',14,27,29,448.528,23.973,349.051,16); -INSERT INTO `mob_spawn_points` VALUES (17224092,0,'Water_Wasp','Water Wasp',27,15,18,533.367,24.500,-278.730,127); -INSERT INTO `mob_spawn_points` VALUES (17224093,0,'Water_Wasp','Water Wasp',27,15,18,549.596,24.368,-286.150,127); -INSERT INTO `mob_spawn_points` VALUES (17224094,0,'Water_Wasp','Water Wasp',27,15,18,523.714,24.500,-146.966,127); -INSERT INTO `mob_spawn_points` VALUES (17224095,0,'Marsh_Funguar','Marsh Funguar',36,21,25,532.442,24.500,-336.997,65); -INSERT INTO `mob_spawn_points` VALUES (17224096,0,'Marsh_Funguar','Marsh Funguar',36,21,25,549.040,24.500,-238.262,110); -INSERT INTO `mob_spawn_points` VALUES (17224097,0,'Marsh_Funguar','Marsh Funguar',36,21,25,533.245,24.500,-209.986,84); -INSERT INTO `mob_spawn_points` VALUES (17224098,0,'Old_Quadav','Old Quadav',17,20,26,572.792,24.500,-262.081,127); -INSERT INTO `mob_spawn_points` VALUES (17224099,0,'Veteran_Quadav','Veteran Quadav',18,16,20,536.514,24.520,-275.386,127); -INSERT INTO `mob_spawn_points` VALUES (17224100,0,'Greater_Quadav','Greater Quadav',19,16,20,520.929,24.500,-304.434,122); -INSERT INTO `mob_spawn_points` VALUES (17224101,0,'Copper_Quadav','Copper Quadav',20,20,26,546.975,24.656,-238.541,127); -INSERT INTO `mob_spawn_points` VALUES (17224102,0,'Brass_Quadav','Brass Quadav',21,20,26,573.000,24.000,-232.000,127); -INSERT INTO `mob_spawn_points` VALUES (17224103,0,'Onyx_Quadav','Onyx Quadav',22,16,20,517.762,24.500,-332.798,9); +INSERT INTO `mob_spawn_points` VALUES (17224083,72,'Thread_Leech','Thread Leech',11,21,22,462.670,24.027,378.554,127); +INSERT INTO `mob_spawn_points` VALUES (17224084,0,'Thread_Leech','Thread Leech',11,21,22,466.206,25.060,387.886,127); +INSERT INTO `mob_spawn_points` VALUES (17224085,0,'Thread_Leech','Thread Leech',11,21,22,463.225,24.112,395.225,80); +INSERT INTO `mob_spawn_points` VALUES (17224086,73,'Land_Pugil','Land Pugil',12,19,20,425.799,24.209,361.182,127); +INSERT INTO `mob_spawn_points` VALUES (17224087,0,'Land_Pugil','Land Pugil',12,19,20,433.978,24.637,363.261,127); +INSERT INTO `mob_spawn_points` VALUES (17224088,73,'Snipper','Snipper',5,19,20,490.000,24.000,379.000,127); +INSERT INTO `mob_spawn_points` VALUES (17224089,0,'Snipper','Snipper',5,19,20,435.000,24.000,344.000,127); +INSERT INTO `mob_spawn_points` VALUES (17224090,72,'Bogy','Bogy',13,25,26,436.522,24.399,367.572,10); +INSERT INTO `mob_spawn_points` VALUES (17224091,0,'Water_Elemental','Water Elemental',14,27,28,448.528,23.973,349.051,16); +INSERT INTO `mob_spawn_points` VALUES (17224092,0,'Water_Wasp','Water Wasp',27,17,18,533.367,24.500,-278.730,127); +INSERT INTO `mob_spawn_points` VALUES (17224093,0,'Water_Wasp','Water Wasp',27,17,18,549.596,24.368,-286.150,127); +INSERT INTO `mob_spawn_points` VALUES (17224094,0,'Water_Wasp','Water Wasp',27,17,18,523.714,24.500,-146.966,127); +INSERT INTO `mob_spawn_points` VALUES (17224095,0,'Marsh_Funguar','Marsh Funguar',36,24,25,532.442,24.500,-336.997,65); +INSERT INTO `mob_spawn_points` VALUES (17224096,0,'Marsh_Funguar','Marsh Funguar',36,24,25,549.040,24.500,-238.262,110); +INSERT INTO `mob_spawn_points` VALUES (17224097,0,'Marsh_Funguar','Marsh Funguar',36,24,25,533.245,24.500,-209.986,84); +INSERT INTO `mob_spawn_points` VALUES (17224098,0,'Old_Quadav','Old Quadav',17,22,23,572.792,24.500,-262.081,127); +INSERT INTO `mob_spawn_points` VALUES (17224099,0,'Veteran_Quadav','Veteran Quadav',18,17,18,536.514,24.520,-275.386,127); +INSERT INTO `mob_spawn_points` VALUES (17224100,0,'Greater_Quadav','Greater Quadav',19,17,18,520.929,24.500,-304.434,122); +INSERT INTO `mob_spawn_points` VALUES (17224101,0,'Copper_Quadav','Copper Quadav',20,22,23,546.975,24.656,-238.541,127); +INSERT INTO `mob_spawn_points` VALUES (17224102,0,'Brass_Quadav','Brass Quadav',21,22,23,573.000,24.000,-232.000,127); +INSERT INTO `mob_spawn_points` VALUES (17224103,0,'Onyx_Quadav','Onyx Quadav',22,17,18,517.762,24.500,-332.798,9); INSERT INTO `mob_spawn_points` VALUES (17224104,0,'BoWho_Warmonger','Bo\'Who Warmonger',40,36,37,467.436,24.500,-342.082,127); -INSERT INTO `mob_spawn_points` VALUES (17224105,0,'Brass_Quadav','Brass Quadav',80,20,26,468.047,24.430,-344.965,169); -INSERT INTO `mob_spawn_points` VALUES (17224106,0,'Onyx_Quadav','Onyx Quadav',81,16,20,466.083,24.500,-342.935,191); -INSERT INTO `mob_spawn_points` VALUES (17224107,0,'Old_Quadav','Old Quadav',17,20,26,557.060,24.501,-273.559,127); -INSERT INTO `mob_spawn_points` VALUES (17224108,0,'Veteran_Quadav','Veteran Quadav',18,16,20,548.598,24.500,-256.296,115); -INSERT INTO `mob_spawn_points` VALUES (17224109,0,'Greater_Quadav','Greater Quadav',19,16,20,538.112,24.483,-287.791,17); -INSERT INTO `mob_spawn_points` VALUES (17224110,0,'Copper_Quadav','Copper Quadav',20,20,26,528.242,24.561,-157.735,127); -INSERT INTO `mob_spawn_points` VALUES (17224111,0,'Brass_Quadav','Brass Quadav',21,20,26,550.079,24.500,-226.286,127); -INSERT INTO `mob_spawn_points` VALUES (17224112,0,'Onyx_Quadav','Onyx Quadav',22,16,20,457.000,25.000,-301.000,43); -INSERT INTO `mob_spawn_points` VALUES (17224113,0,'Water_Wasp','Water Wasp',27,15,18,536.947,24.648,2.443,108); -INSERT INTO `mob_spawn_points` VALUES (17224114,0,'Water_Wasp','Water Wasp',27,15,18,560.827,24.500,22.657,127); -INSERT INTO `mob_spawn_points` VALUES (17224115,0,'Water_Wasp','Water Wasp',27,15,18,578.834,23.989,-136.811,105); -INSERT INTO `mob_spawn_points` VALUES (17224116,0,'Marsh_Funguar','Marsh Funguar',36,21,25,563.147,24.500,22.760,127); -INSERT INTO `mob_spawn_points` VALUES (17224117,0,'Marsh_Funguar','Marsh Funguar',36,21,25,543.083,24.587,-0.002,43); -INSERT INTO `mob_spawn_points` VALUES (17224118,0,'Marsh_Funguar','Marsh Funguar',36,21,25,541.141,24.500,26.280,127); -INSERT INTO `mob_spawn_points` VALUES (17224119,0,'Old_Quadav','Old Quadav',17,20,26,611.652,24.854,18.120,115); -INSERT INTO `mob_spawn_points` VALUES (17224120,0,'Veteran_Quadav','Veteran Quadav',18,16,20,553.525,24.500,23.033,73); -INSERT INTO `mob_spawn_points` VALUES (17224121,0,'Greater_Quadav','Greater Quadav',19,16,20,607.192,24.562,13.641,127); -INSERT INTO `mob_spawn_points` VALUES (17224122,0,'Copper_Quadav','Copper Quadav',20,20,26,541.667,24.502,18.268,10); -INSERT INTO `mob_spawn_points` VALUES (17224123,0,'Brass_Quadav','Brass Quadav',21,20,26,541.180,24.998,-50.831,127); -INSERT INTO `mob_spawn_points` VALUES (17224124,0,'Onyx_Quadav','Onyx Quadav',22,16,20,557.238,24.902,-65.519,16); -INSERT INTO `mob_spawn_points` VALUES (17224125,0,'Water_Wasp','Water Wasp',27,15,18,560.510,24.500,16.992,83); -INSERT INTO `mob_spawn_points` VALUES (17224126,0,'Water_Wasp','Water Wasp',27,15,18,607.140,24.508,15.253,36); -INSERT INTO `mob_spawn_points` VALUES (17224127,0,'Water_Wasp','Water Wasp',27,15,18,641.491,24.500,96.578,17); -INSERT INTO `mob_spawn_points` VALUES (17224128,0,'Water_Wasp','Water Wasp',27,15,18,576.222,24.911,-59.074,42); -INSERT INTO `mob_spawn_points` VALUES (17224129,0,'Marsh_Funguar','Marsh Funguar',36,21,25,613.858,24.792,249.610,127); -INSERT INTO `mob_spawn_points` VALUES (17224130,0,'Marsh_Funguar','Marsh Funguar',36,21,25,650.948,25.000,184.669,13); -INSERT INTO `mob_spawn_points` VALUES (17224131,0,'Marsh_Funguar','Marsh Funguar',36,21,25,578.406,24.388,185.970,4); -INSERT INTO `mob_spawn_points` VALUES (17224132,0,'Marsh_Funguar','Marsh Funguar',36,21,25,561.377,24.817,185.055,57); -INSERT INTO `mob_spawn_points` VALUES (17224133,0,'Malboro','Malboro',16,25,28,585.771,24.663,205.030,123); +INSERT INTO `mob_spawn_points` VALUES (17224105,74,'Brass_Quadav','Brass Quadav',21,22,23,468.047,24.430,-344.965,169); +INSERT INTO `mob_spawn_points` VALUES (17224106,74,'Onyx_Quadav','Onyx Quadav',22,17,18,466.083,24.500,-342.935,191); +INSERT INTO `mob_spawn_points` VALUES (17224107,74,'Old_Quadav','Old Quadav',17,22,23,557.060,24.501,-273.559,127); +INSERT INTO `mob_spawn_points` VALUES (17224108,74,'Veteran_Quadav','Veteran Quadav',18,17,18,548.598,24.500,-256.296,115); +INSERT INTO `mob_spawn_points` VALUES (17224109,75,'Greater_Quadav','Greater Quadav',19,17,18,538.112,24.483,-287.791,17); +INSERT INTO `mob_spawn_points` VALUES (17224110,75,'Copper_Quadav','Copper Quadav',20,22,23,528.242,24.561,-157.735,127); +INSERT INTO `mob_spawn_points` VALUES (17224111,76,'Brass_Quadav','Brass Quadav',21,22,23,550.079,24.500,-226.286,127); +INSERT INTO `mob_spawn_points` VALUES (17224112,76,'Onyx_Quadav','Onyx Quadav',22,17,18,457.000,25.000,-301.000,43); +INSERT INTO `mob_spawn_points` VALUES (17224113,0,'Water_Wasp','Water Wasp',27,17,18,536.947,24.648,2.443,108); +INSERT INTO `mob_spawn_points` VALUES (17224114,0,'Water_Wasp','Water Wasp',27,17,18,560.827,24.500,22.657,127); +INSERT INTO `mob_spawn_points` VALUES (17224115,0,'Water_Wasp','Water Wasp',27,17,18,578.834,23.989,-136.811,105); +INSERT INTO `mob_spawn_points` VALUES (17224116,0,'Marsh_Funguar','Marsh Funguar',36,24,25,563.147,24.500,22.760,127); +INSERT INTO `mob_spawn_points` VALUES (17224117,0,'Marsh_Funguar','Marsh Funguar',36,24,25,543.083,24.587,-0.002,43); +INSERT INTO `mob_spawn_points` VALUES (17224118,0,'Marsh_Funguar','Marsh Funguar',36,24,25,541.141,24.500,26.280,127); +INSERT INTO `mob_spawn_points` VALUES (17224119,77,'Old_Quadav','Old Quadav',17,22,23,611.652,24.854,18.120,115); +INSERT INTO `mob_spawn_points` VALUES (17224120,77,'Veteran_Quadav','Veteran Quadav',18,17,18,553.525,24.500,23.033,73); +INSERT INTO `mob_spawn_points` VALUES (17224121,78,'Greater_Quadav','Greater Quadav',19,17,18,607.192,24.562,13.641,127); +INSERT INTO `mob_spawn_points` VALUES (17224122,78,'Copper_Quadav','Copper Quadav',20,22,23,541.667,24.502,18.268,10); +INSERT INTO `mob_spawn_points` VALUES (17224123,79,'Brass_Quadav','Brass Quadav',21,22,23,541.180,24.998,-50.831,127); +INSERT INTO `mob_spawn_points` VALUES (17224124,79,'Onyx_Quadav','Onyx Quadav',22,17,18,557.238,24.902,-65.519,16); +INSERT INTO `mob_spawn_points` VALUES (17224125,0,'Water_Wasp','Water Wasp',27,17,18,560.510,24.500,16.992,83); +INSERT INTO `mob_spawn_points` VALUES (17224126,0,'Water_Wasp','Water Wasp',27,17,18,607.140,24.508,15.253,36); +INSERT INTO `mob_spawn_points` VALUES (17224127,0,'Water_Wasp','Water Wasp',27,17,18,641.491,24.500,96.578,17); +INSERT INTO `mob_spawn_points` VALUES (17224128,0,'Water_Wasp','Water Wasp',27,17,18,576.222,24.911,-59.074,42); +INSERT INTO `mob_spawn_points` VALUES (17224129,0,'Marsh_Funguar','Marsh Funguar',36,24,25,613.858,24.792,249.610,127); +INSERT INTO `mob_spawn_points` VALUES (17224130,0,'Marsh_Funguar','Marsh Funguar',36,24,25,650.948,25.000,184.669,13); +INSERT INTO `mob_spawn_points` VALUES (17224131,0,'Marsh_Funguar','Marsh Funguar',36,24,25,578.406,24.388,185.970,4); +INSERT INTO `mob_spawn_points` VALUES (17224132,0,'Marsh_Funguar','Marsh Funguar',36,24,25,561.377,24.817,185.055,57); +INSERT INTO `mob_spawn_points` VALUES (17224133,0,'Malboro','Malboro',16,27,28,585.771,24.663,205.030,123); INSERT INTO `mob_spawn_points` VALUES (17224134,0,'Fox_Fire','Fox Fire',37,24,25,622.112,25.095,229.125,127); -INSERT INTO `mob_spawn_points` VALUES (17224135,0,'Goblin_Digger','Goblin Digger',41,18,21,107.818,23.883,44.235,127); +INSERT INTO `mob_spawn_points` VALUES (17224135,0,'Goblin_Digger','Goblin Digger',41,18,19,107.818,23.883,44.235,127); INSERT INTO `mob_spawn_points` VALUES (17224136,0,'Hobgoblin_Warrior','Hobgoblin Warrior',42,30,35,0.000,0.000,0.000,0); INSERT INTO `mob_spawn_points` VALUES (17224137,0,'Hobgoblin_White_Mage','Hobgoblin White Mage',43,30,35,0.000,0.000,0.000,0); INSERT INTO `mob_spawn_points` VALUES (17224138,0,'Hobgoblin_Black_Mage','Hobgoblin Black Mage',44,30,35,0.000,0.000,0.000,0); @@ -47618,23 +47618,23 @@ INSERT INTO `mob_spawn_points` VALUES (17285606,0,'Woodland_Mender','Woodland Me -- ------------------------------------------------------------ -- Fished -INSERT INTO `mob_spawn_points` VALUES (17289217,0,'Ironshell','Ironshell',1,40,42,1.000,1.000,1.000,0); +INSERT INTO `mob_spawn_points` VALUES (17289217,0,'Ironshell','Ironshell',1,41,42,1.000,1.000,1.000,0); INSERT INTO `mob_spawn_points` VALUES (17289218,0,'Apsaras','Apsaras',2,40,42,1.000,1.000,1.000,0); -INSERT INTO `mob_spawn_points` VALUES (17289219,0,'Bigclaw','Bigclaw',3,45,52,1.000,1.000,1.000,0); -INSERT INTO `mob_spawn_points` VALUES (17289220,0,'Bigclaw','Bigclaw',3,45,52,1.000,1.000,1.000,0); -INSERT INTO `mob_spawn_points` VALUES (17289221,0,'Razorjaw_Pugil','Razorjaw Pugil',4,56,58,1.000,1.000,1.000,0); +INSERT INTO `mob_spawn_points` VALUES (17289219,0,'Bigclaw','Bigclaw',3,45,47,1.000,1.000,1.000,0); +INSERT INTO `mob_spawn_points` VALUES (17289220,0,'Bigclaw','Bigclaw',3,45,47,1.000,1.000,1.000,0); +INSERT INTO `mob_spawn_points` VALUES (17289221,0,'Razorjaw_Pugil','Razorjaw Pugil',4,50,52,1.000,1.000,1.000,0); INSERT INTO `mob_spawn_points` VALUES (17289222,0,'Desert_Spider','Desert Spider',5,40,44,683.417,-0.782,-41.818,77); INSERT INTO `mob_spawn_points` VALUES (17289223,0,'Desert_Spider','Desert Spider',5,40,44,648.984,-1.792,-69.939,127); INSERT INTO `mob_spawn_points` VALUES (17289224,0,'Desert_Spider','Desert Spider',5,40,44,553.325,-1.298,-54.851,119); INSERT INTO `mob_spawn_points` VALUES (17289225,0,'Desert_Spider','Desert Spider',5,40,44,624.629,0.280,-61.927,127); -INSERT INTO `mob_spawn_points` VALUES (17289226,0,'Desert_Dhalmel','Desert Dhalmel',6,44,48,630.556,-0.317,-103.543,68); +INSERT INTO `mob_spawn_points` VALUES (17289226,1,'Desert_Dhalmel','Desert Dhalmel',6,44,48,630.556,-0.317,-103.543,68); INSERT INTO `mob_spawn_points` VALUES (17289227,0,'Desert_Worm','Desert Worm',7,43,47,561.941,-0.098,-53.054,127); INSERT INTO `mob_spawn_points` VALUES (17289228,0,'Desert_Spider','Desert Spider',5,40,44,592.749,-0.373,1.779,127); INSERT INTO `mob_spawn_points` VALUES (17289229,0,'Desert_Spider','Desert Spider',5,40,44,533.890,0.121,43.647,127); INSERT INTO `mob_spawn_points` VALUES (17289230,0,'Desert_Spider','Desert Spider',5,40,44,515.788,-0.760,-4.914,127); INSERT INTO `mob_spawn_points` VALUES (17289231,0,'Desert_Spider','Desert Spider',5,40,44,568.189,-0.172,40.485,127); -INSERT INTO `mob_spawn_points` VALUES (17289232,0,'Desert_Dhalmel','Desert Dhalmel',6,44,48,528.169,-0.370,19.776,127); +INSERT INTO `mob_spawn_points` VALUES (17289232,1,'Desert_Dhalmel','Desert Dhalmel',6,44,48,528.169,-0.370,19.776,127); INSERT INTO `mob_spawn_points` VALUES (17289233,0,'Desert_Worm','Desert Worm',7,43,47,560.069,-0.156,7.642,127); INSERT INTO `mob_spawn_points` VALUES (17289234,0,'Desert_Spider','Desert Spider',5,40,44,669.167,-0.349,43.378,117); INSERT INTO `mob_spawn_points` VALUES (17289235,0,'Desert_Spider','Desert Spider',5,40,44,604.990,-0.658,97.500,50); @@ -47643,7 +47643,7 @@ INSERT INTO `mob_spawn_points` VALUES (17289237,0,'Desert_Spider','Desert Spider INSERT INTO `mob_spawn_points` VALUES (17289238,0,'Desert_Dhalmel','Desert Dhalmel',6,44,48,563.840,-0.249,110.202,111); INSERT INTO `mob_spawn_points` VALUES (17289239,0,'Antican_Essedarius','Antican Essedarius',8,41,45,539.106,0.368,64.261,124); INSERT INTO `mob_spawn_points` VALUES (17289240,0,'Desert_Worm','Desert Worm',7,43,47,611.600,0.079,57.055,127); -INSERT INTO `mob_spawn_points` VALUES (17289241,0,'Earth_Elemental','Earth Elemental',9,56,58,565.048,0.215,93.784,127); +INSERT INTO `mob_spawn_points` VALUES (17289241,2,'Earth_Elemental','Earth Elemental',9,56,58,565.048,0.215,93.784,127); INSERT INTO `mob_spawn_points` VALUES (17289242,0,'Desert_Spider','Desert Spider',5,40,44,428.092,-1.112,70.694,51); INSERT INTO `mob_spawn_points` VALUES (17289243,0,'Desert_Spider','Desert Spider',5,40,44,506.675,0.039,115.523,103); INSERT INTO `mob_spawn_points` VALUES (17289244,0,'Desert_Spider','Desert Spider',5,40,44,495.924,-1.374,70.588,76); @@ -47656,24 +47656,24 @@ INSERT INTO `mob_spawn_points` VALUES (17289250,0,'Desert_Spider','Desert Spider INSERT INTO `mob_spawn_points` VALUES (17289251,0,'Desert_Spider','Desert Spider',5,40,44,552.191,-0.001,283.670,116); INSERT INTO `mob_spawn_points` VALUES (17289252,0,'Desert_Dhalmel','Desert Dhalmel',6,44,48,542.000,-0.040,242.000,127); INSERT INTO `mob_spawn_points` VALUES (17289253,0,'Antican_Essedarius','Antican Essedarius',8,41,45,527.722,-0.875,318.806,127); -INSERT INTO `mob_spawn_points` VALUES (17289254,0,'Cactuar','Cactuar',10,48,53,570.214,-1.212,213.596,127); +INSERT INTO `mob_spawn_points` VALUES (17289254,3,'Cactuar','Cactuar',10,48,52,570.214,-1.212,213.596,127); INSERT INTO `mob_spawn_points` VALUES (17289255,0,'Desert_Worm','Desert Worm',7,43,47,469.626,-1.444,227.472,66); INSERT INTO `mob_spawn_points` VALUES (17289256,0,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,528.000,-0.020,274.000,110); -INSERT INTO `mob_spawn_points` VALUES (17289257,0,'Earth_Elemental','Earth Elemental',9,56,58,541.037,0.187,278.591,127); +INSERT INTO `mob_spawn_points` VALUES (17289257,2,'Earth_Elemental','Earth Elemental',9,56,58,541.037,0.187,278.591,127); INSERT INTO `mob_spawn_points` VALUES (17289258,0,'Desert_Spider','Desert Spider',5,40,44,317.672,-0.252,185.820,9); INSERT INTO `mob_spawn_points` VALUES (17289259,0,'Desert_Spider','Desert Spider',5,40,44,379.236,0.005,211.936,29); INSERT INTO `mob_spawn_points` VALUES (17289260,0,'Desert_Spider','Desert Spider',5,40,44,423.100,-0.365,160.907,127); INSERT INTO `mob_spawn_points` VALUES (17289261,0,'Desert_Dhalmel','Desert Dhalmel',6,44,48,509.831,-0.230,198.309,127); INSERT INTO `mob_spawn_points` VALUES (17289262,0,'Desert_Dhalmel','Desert Dhalmel',6,44,48,469.617,-0.194,204.298,127); INSERT INTO `mob_spawn_points` VALUES (17289263,0,'Antican_Essedarius','Antican Essedarius',8,41,45,427.185,-0.659,205.164,127); -INSERT INTO `mob_spawn_points` VALUES (17289264,0,'Cactuar','Cactuar',10,48,53,351.000,-0.030,185.000,127); +INSERT INTO `mob_spawn_points` VALUES (17289264,3,'Cactuar','Cactuar',10,48,52,351.000,-0.030,185.000,127); INSERT INTO `mob_spawn_points` VALUES (17289265,0,'Desert_Worm','Desert Worm',7,43,47,453.911,-0.354,196.992,53); INSERT INTO `mob_spawn_points` VALUES (17289266,0,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,479.965,-0.357,160.790,39); INSERT INTO `mob_spawn_points` VALUES (17289267,0,'Desert_Spider','Desert Spider',5,40,44,445.573,-1.647,324.774,127); INSERT INTO `mob_spawn_points` VALUES (17289268,0,'Desert_Spider','Desert Spider',5,40,44,391.223,-1.394,303.052,127); INSERT INTO `mob_spawn_points` VALUES (17289269,0,'Desert_Spider','Desert Spider',5,40,44,397.292,0.102,294.622,58); INSERT INTO `mob_spawn_points` VALUES (17289270,0,'Antican_Essedarius','Antican Essedarius',8,41,45,402.811,-0.312,268.252,44); -INSERT INTO `mob_spawn_points` VALUES (17289271,0,'Cactuar','Cactuar',10,48,53,432.964,-2.630,330.306,127); +INSERT INTO `mob_spawn_points` VALUES (17289271,4,'Cactuar','Cactuar',10,48,52,432.964,-2.630,330.306,127); INSERT INTO `mob_spawn_points` VALUES (17289272,0,'Desert_Worm','Desert Worm',7,43,47,392.401,-0.243,237.439,119); INSERT INTO `mob_spawn_points` VALUES (17289273,0,'Desert_Spider','Desert Spider',5,40,44,289.990,-1.249,126.486,109); INSERT INTO `mob_spawn_points` VALUES (17289274,0,'Desert_Spider','Desert Spider',5,40,44,289.228,0.080,95.028,7); @@ -47682,7 +47682,7 @@ INSERT INTO `mob_spawn_points` VALUES (17289276,0,'Desert_Dhalmel','Desert Dhalm INSERT INTO `mob_spawn_points` VALUES (17289277,0,'Desert_Dhalmel','Desert Dhalmel',6,44,48,99.000,-0.030,116.000,127); INSERT INTO `mob_spawn_points` VALUES (17289278,0,'Antican_Essedarius','Antican Essedarius',8,41,45,292.932,-0.083,106.319,127); INSERT INTO `mob_spawn_points` VALUES (17289279,0,'Antican_Essedarius','Antican Essedarius',8,41,45,186.565,-1.265,166.708,127); -INSERT INTO `mob_spawn_points` VALUES (17289280,0,'Cactuar','Cactuar',10,48,53,241.933,-0.534,115.813,64); +INSERT INTO `mob_spawn_points` VALUES (17289280,4,'Cactuar','Cactuar',10,48,52,241.933,-0.534,115.813,64); INSERT INTO `mob_spawn_points` VALUES (17289281,0,'Desert_Worm','Desert Worm',7,43,47,292.359,-0.711,125.685,127); INSERT INTO `mob_spawn_points` VALUES (17289282,0,'Desert_Worm','Desert Worm',7,43,47,198.000,-0.030,143.000,76); INSERT INTO `mob_spawn_points` VALUES (17289283,0,'Desert_Beetle','Desert Beetle',12,47,51,77.775,-0.398,249.582,127); @@ -47692,19 +47692,19 @@ INSERT INTO `mob_spawn_points` VALUES (17289286,0,'Desert_Dhalmel','Desert Dhalm INSERT INTO `mob_spawn_points` VALUES (17289287,0,'Antican_Retiarius','Antican Retiarius',13,45,49,130.135,-1.463,187.317,39); INSERT INTO `mob_spawn_points` VALUES (17289288,0,'Antican_Secutor','Antican Secutor',14,54,58,14.423,-0.289,203.108,63); INSERT INTO `mob_spawn_points` VALUES (17289289,0,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,146.000,-0.714,243.000,127); -INSERT INTO `mob_spawn_points` VALUES (17289290,0,'Cactuar','Cactuar',10,48,53,133.321,-0.760,231.377,73); -INSERT INTO `mob_spawn_points` VALUES (17289291,0,'Cactuar','Cactuar',10,48,53,199.000,0.020,123.000,87); +INSERT INTO `mob_spawn_points` VALUES (17289290,0,'Cactuar','Cactuar',10,48,52,133.321,-0.760,231.377,73); +INSERT INTO `mob_spawn_points` VALUES (17289291,5,'Cactuar','Cactuar',10,48,52,199.000,0.020,123.000,87); INSERT INTO `mob_spawn_points` VALUES (17289292,0,'Desert_Beetle','Desert Beetle',12,47,51,-37.159,0.402,180.268,127); INSERT INTO `mob_spawn_points` VALUES (17289293,0,'Desert_Beetle','Desert Beetle',12,47,51,-19.938,-0.136,190.023,127); INSERT INTO `mob_spawn_points` VALUES (17289294,0,'Antican_Secutor','Antican Secutor',14,54,58,-32.085,-2.130,281.919,127); INSERT INTO `mob_spawn_points` VALUES (17289295,0,'Antican_Lanista','Antican Lanista',15,54,58,-66.790,0.055,156.834,127); -INSERT INTO `mob_spawn_points` VALUES (17289296,0,'Cactuar','Cactuar',10,48,53,-71.377,-0.086,231.910,66); -INSERT INTO `mob_spawn_points` VALUES (17289297,0,'Cactuar','Cactuar',10,48,53,-47.837,0.379,180.024,127); +INSERT INTO `mob_spawn_points` VALUES (17289296,0,'Cactuar','Cactuar',10,48,52,-71.377,-0.086,231.910,66); +INSERT INTO `mob_spawn_points` VALUES (17289297,5,'Cactuar','Cactuar',10,48,52,-47.837,0.379,180.024,127); INSERT INTO `mob_spawn_points` VALUES (17289298,0,'Desert_Manticore','Desert Manticore',16,53,57,-113.137,-0.252,225.067,117); INSERT INTO `mob_spawn_points` VALUES (17289299,0,'Antican_Hoplomachus','Antican Hoplomachus',17,54,58,-83.550,-2.446,450.032,127); INSERT INTO `mob_spawn_points` VALUES (17289300,0,'Antican_Lanista','Antican Lanista',15,54,58,-0.150,-0.404,333.266,124); -INSERT INTO `mob_spawn_points` VALUES (17289301,0,'Cactuar','Cactuar',10,48,53,-53.000,-0.030,396.000,34); -INSERT INTO `mob_spawn_points` VALUES (17289302,0,'Cactuar','Cactuar',10,48,53,-75.995,-0.760,435.763,42); +INSERT INTO `mob_spawn_points` VALUES (17289301,0,'Cactuar','Cactuar',10,48,52,-53.000,-0.030,396.000,34); +INSERT INTO `mob_spawn_points` VALUES (17289302,6,'Cactuar','Cactuar',10,48,52,-75.995,-0.760,435.763,42); INSERT INTO `mob_spawn_points` VALUES (17289303,0,'Desert_Manticore','Desert Manticore',16,53,57,-25.000,-0.020,349.000,25); INSERT INTO `mob_spawn_points` VALUES (17289304,0,'Desert_Manticore','Desert Manticore',16,53,57,-79.000,-0.030,402.000,0); INSERT INTO `mob_spawn_points` VALUES (17289305,0,'Desert_Beetle','Desert Beetle',12,47,51,-120.278,-0.454,277.138,127); @@ -47712,19 +47712,19 @@ INSERT INTO `mob_spawn_points` VALUES (17289306,0,'Desert_Beetle','Desert Beetle INSERT INTO `mob_spawn_points` VALUES (17289307,0,'Antican_Lanista','Antican Lanista',15,54,58,-131.042,0.014,306.612,49); INSERT INTO `mob_spawn_points` VALUES (17289308,0,'Antican_Hoplomachus','Antican Hoplomachus',17,54,58,-136.000,-0.068,209.000,127); INSERT INTO `mob_spawn_points` VALUES (17289309,0,'Antican_Hoplomachus','Antican Hoplomachus',17,54,58,-187.000,0.094,238.000,3); -INSERT INTO `mob_spawn_points` VALUES (17289310,0,'Cactuar','Cactuar',10,48,53,-58.000,-0.982,241.000,41); -INSERT INTO `mob_spawn_points` VALUES (17289311,0,'Cactuar','Cactuar',10,48,53,-172.000,-0.010,173.000,110); +INSERT INTO `mob_spawn_points` VALUES (17289310,0,'Cactuar','Cactuar',10,49,53,-58.000,-0.982,241.000,41); +INSERT INTO `mob_spawn_points` VALUES (17289311,6,'Cactuar','Cactuar',10,48,52,-172.000,-0.010,173.000,110); INSERT INTO `mob_spawn_points` VALUES (17289312,0,'Desert_Manticore','Desert Manticore',16,53,57,-238.961,-0.250,276.168,127); INSERT INTO `mob_spawn_points` VALUES (17289313,0,'Desert_Manticore','Desert Manticore',16,53,57,-108.641,-1.150,307.313,127); -INSERT INTO `mob_spawn_points` VALUES (17289314,0,'Desert_Manticore','Desert Manticore',16,53,57,-191.434,-1.486,335.980,101); +INSERT INTO `mob_spawn_points` VALUES (17289314,7,'Desert_Manticore','Desert Manticore',16,53,57,-191.434,-1.486,335.980,101); INSERT INTO `mob_spawn_points` VALUES (17289315,0,'Desert_Beetle','Desert Beetle',12,47,51,-473.969,-0.029,261.740,23); INSERT INTO `mob_spawn_points` VALUES (17289316,0,'Desert_Beetle','Desert Beetle',12,47,51,-317.280,-0.409,282.756,111); INSERT INTO `mob_spawn_points` VALUES (17289317,0,'Antican_Lanista','Antican Lanista',15,54,58,-368.540,0.159,300.131,127); INSERT INTO `mob_spawn_points` VALUES (17289318,0,'Antican_Lanista','Antican Lanista',15,54,58,-474.716,-0.305,272.434,127); -INSERT INTO `mob_spawn_points` VALUES (17289319,0,'Cactuar','Cactuar',10,48,53,-443.427,-0.714,288.507,127); -INSERT INTO `mob_spawn_points` VALUES (17289320,0,'Cactuar','Cactuar',10,48,53,-488.307,-1.414,275.177,127); +INSERT INTO `mob_spawn_points` VALUES (17289319,0,'Cactuar','Cactuar',10,49,53,-443.427,-0.714,288.507,127); +INSERT INTO `mob_spawn_points` VALUES (17289320,0,'Cactuar','Cactuar',10,49,53,-488.307,-1.414,275.177,127); INSERT INTO `mob_spawn_points` VALUES (17289321,0,'Desert_Manticore','Desert Manticore',16,53,57,-275.517,-0.522,351.962,101); -INSERT INTO `mob_spawn_points` VALUES (17289322,0,'Desert_Manticore','Desert Manticore',16,53,57,-401.000,-0.452,257.000,127); +INSERT INTO `mob_spawn_points` VALUES (17289322,7,'Desert_Manticore','Desert Manticore',16,53,57,-401.000,-0.452,257.000,127); INSERT INTO `mob_spawn_points` VALUES (17289323,0,'Dahu','Dahu',37,57,57,-442.983,-0.903,288.538,213); INSERT INTO `mob_spawn_points` VALUES (17289324,0,'Antican_Lanista','Antican Lanista',15,54,58,-303.816,-0.018,249.824,118); INSERT INTO `mob_spawn_points` VALUES (17289325,0,'Antican_Lanista','Antican Lanista',15,54,58,-328.330,0.261,277.196,127); @@ -47736,10 +47736,10 @@ INSERT INTO `mob_spawn_points` VALUES (17289330,0,'Desert_Beetle','Desert Beetle INSERT INTO `mob_spawn_points` VALUES (17289331,0,'Desert_Beetle','Desert Beetle',12,47,51,-409.000,-0.078,301.000,127); INSERT INTO `mob_spawn_points` VALUES (17289332,0,'Antican_Hoplomachus','Antican Hoplomachus',17,54,58,-342.000,-0.159,242.000,127); INSERT INTO `mob_spawn_points` VALUES (17289333,0,'Antican_Lanista','Antican Lanista',15,54,58,-399.787,0.227,215.344,7); -INSERT INTO `mob_spawn_points` VALUES (17289334,0,'Cactuar','Cactuar',10,48,53,-296.882,-0.828,181.017,25); +INSERT INTO `mob_spawn_points` VALUES (17289334,8,'Cactuar','Cactuar',10,48,52,-296.882,-0.828,181.017,25); INSERT INTO `mob_spawn_points` VALUES (17289335,0,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,-425.652,-0.340,207.129,91); INSERT INTO `mob_spawn_points` VALUES (17289336,0,'Desert_Manticore','Desert Manticore',16,53,57,-320.796,-0.309,122.933,26); -INSERT INTO `mob_spawn_points` VALUES (17289337,0,'Desert_Manticore','Desert Manticore',16,53,57,-472.019,0.266,213.260,127); +INSERT INTO `mob_spawn_points` VALUES (17289337,9,'Desert_Manticore','Desert Manticore',16,53,57,-472.019,0.266,213.260,127); INSERT INTO `mob_spawn_points` VALUES (17289338,0,'Desert_Beetle','Desert Beetle',12,47,51,-513.562,-0.068,162.775,127); INSERT INTO `mob_spawn_points` VALUES (17289339,0,'Desert_Beetle','Desert Beetle',12,47,51,-543.000,-0.227,208.000,127); INSERT INTO `mob_spawn_points` VALUES (17289340,0,'Desert_Beetle','Desert Beetle',12,47,51,-564.530,-0.564,170.386,127); @@ -47748,51 +47748,51 @@ INSERT INTO `mob_spawn_points` VALUES (17289342,0,'Antican_Lanista','Antican Lan INSERT INTO `mob_spawn_points` VALUES (17289343,0,'Antican_Lanista','Antican Lanista',15,54,58,-432.117,-0.207,164.013,127); INSERT INTO `mob_spawn_points` VALUES (17289344,0,'Desert_Manticore','Desert Manticore',16,53,57,-373.000,-0.096,191.000,127); INSERT INTO `mob_spawn_points` VALUES (17289345,0,'Desert_Manticore','Desert Manticore',16,53,57,-414.000,-0.282,109.000,115); -INSERT INTO `mob_spawn_points` VALUES (17289346,0,'Desert_Manticore','Desert Manticore',16,53,57,-360.000,-0.131,159.000,127); +INSERT INTO `mob_spawn_points` VALUES (17289346,9,'Desert_Manticore','Desert Manticore',16,53,57,-360.000,-0.131,159.000,127); INSERT INTO `mob_spawn_points` VALUES (17289347,0,'Antican_Hoplomachus','Antican Hoplomachus',17,54,58,-506.996,9.610,181.477,0); INSERT INTO `mob_spawn_points` VALUES (17289348,0,'Antican_Lanista','Antican Lanista',15,54,58,-497.057,9.699,214.327,68); INSERT INTO `mob_spawn_points` VALUES (17289349,0,'Antican_Lanista','Antican Lanista',15,54,58,-502.803,9.099,224.594,127); -INSERT INTO `mob_spawn_points` VALUES (17289350,0,'Fire_Elemental','Fire Elemental',18,56,58,-495.717,9.846,189.909,127); +INSERT INTO `mob_spawn_points` VALUES (17289350,10,'Fire_Elemental','Fire Elemental',18,56,58,-495.717,9.846,189.909,127); INSERT INTO `mob_spawn_points` VALUES (17289351,0,'Antican_Hoplomachus','Antican Hoplomachus',17,54,58,-459.291,9.431,162.049,127); INSERT INTO `mob_spawn_points` VALUES (17289352,0,'Antican_Hoplomachus','Antican Hoplomachus',17,54,58,-418.998,12.009,172.833,68); INSERT INTO `mob_spawn_points` VALUES (17289353,0,'Antican_Lanista','Antican Lanista',15,54,58,-424.277,10.802,147.107,127); -INSERT INTO `mob_spawn_points` VALUES (17289354,0,'Fire_Elemental','Fire Elemental',18,56,58,-452.415,9.238,141.426,127); +INSERT INTO `mob_spawn_points` VALUES (17289354,10,'Fire_Elemental','Fire Elemental',18,56,58,-452.415,9.238,141.426,127); INSERT INTO `mob_spawn_points` VALUES (17289355,0,'Desert_Beetle','Desert Beetle',12,47,51,-492.070,-0.051,102.096,115); INSERT INTO `mob_spawn_points` VALUES (17289356,0,'Desert_Beetle','Desert Beetle',12,47,51,-522.513,-0.445,117.094,127); INSERT INTO `mob_spawn_points` VALUES (17289357,0,'Desert_Beetle','Desert Beetle',12,47,51,-330.211,-0.178,117.381,127); INSERT INTO `mob_spawn_points` VALUES (17289358,0,'Antican_Lanista','Antican Lanista',15,54,58,-443.623,-0.072,43.179,127); -INSERT INTO `mob_spawn_points` VALUES (17289359,0,'Cactuar','Cactuar',10,48,53,-399.618,-0.335,72.013,127); -INSERT INTO `mob_spawn_points` VALUES (17289360,0,'Cactuar','Cactuar',10,48,53,-472.000,0.157,78.000,113); +INSERT INTO `mob_spawn_points` VALUES (17289359,0,'Cactuar','Cactuar',10,49,53,-399.618,-0.335,72.013,127); +INSERT INTO `mob_spawn_points` VALUES (17289360,0,'Cactuar','Cactuar',10,49,53,-472.000,0.157,78.000,113); INSERT INTO `mob_spawn_points` VALUES (17289361,0,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,-355.172,-0.246,78.347,34); INSERT INTO `mob_spawn_points` VALUES (17289362,0,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,-525.841,-0.501,48.117,95); INSERT INTO `mob_spawn_points` VALUES (17289363,0,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,-504.332,0.275,108.197,127); -INSERT INTO `mob_spawn_points` VALUES (17289364,0,'Phorusrhacos','Phorusrhacos',19,57,60,-531.798,-1.569,102.483,127); +INSERT INTO `mob_spawn_points` VALUES (17289364,11,'Phorusrhacos','Phorusrhacos',19,57,60,-531.798,-1.569,102.483,127); INSERT INTO `mob_spawn_points` VALUES (17289365,0,'Desert_Beetle','Desert Beetle',12,47,51,-544.580,0.214,-49.029,127); INSERT INTO `mob_spawn_points` VALUES (17289366,0,'Desert_Beetle','Desert Beetle',12,47,51,-516.000,-2.680,-90.687,127); INSERT INTO `mob_spawn_points` VALUES (17289367,0,'Antican_Lanista','Antican Lanista',15,54,58,-446.821,-1.386,-49.346,42); INSERT INTO `mob_spawn_points` VALUES (17289368,0,'Antican_Lanista','Antican Lanista',15,54,58,-470.402,-0.598,-46.397,127); -INSERT INTO `mob_spawn_points` VALUES (17289369,0,'Cactuar','Cactuar',10,48,53,-523.909,-0.410,-83.232,16); +INSERT INTO `mob_spawn_points` VALUES (17289369,0,'Cactuar','Cactuar',10,49,53,-523.909,-0.410,-83.232,16); INSERT INTO `mob_spawn_points` VALUES (17289370,0,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,-549.405,-1.478,-87.859,88); INSERT INTO `mob_spawn_points` VALUES (17289371,0,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,-488.147,-0.079,-11.812,124); INSERT INTO `mob_spawn_points` VALUES (17289372,0,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,-501.101,-0.315,-50.018,127); -INSERT INTO `mob_spawn_points` VALUES (17289373,0,'Phorusrhacos','Phorusrhacos',19,57,60,-610.000,-1.292,-40.000,14); -INSERT INTO `mob_spawn_points` VALUES (17289374,0,'Phorusrhacos','Phorusrhacos',19,57,60,-537.000,0.015,-44.000,127); +INSERT INTO `mob_spawn_points` VALUES (17289373,12,'Phorusrhacos','Phorusrhacos',19,57,60,-610.000,-1.292,-40.000,14); +INSERT INTO `mob_spawn_points` VALUES (17289374,11,'Phorusrhacos','Phorusrhacos',19,57,60,-537.000,0.015,-44.000,127); INSERT INTO `mob_spawn_points` VALUES (17289375,0,'Desert_Beetle','Desert Beetle',12,47,51,-180.000,0.104,-98.000,127); INSERT INTO `mob_spawn_points` VALUES (17289376,0,'Desert_Beetle','Desert Beetle',12,47,51,-379.063,-0.415,-56.077,127); INSERT INTO `mob_spawn_points` VALUES (17289377,0,'Antican_Secutor','Antican Secutor',14,54,58,-338.499,0.034,-127.573,127); INSERT INTO `mob_spawn_points` VALUES (17289378,0,'Antican_Lanista','Antican Lanista',15,54,58,-332.912,-0.442,-19.149,127); -INSERT INTO `mob_spawn_points` VALUES (17289379,0,'Cactuar','Cactuar',10,48,53,-331.517,-0.185,-142.748,125); -INSERT INTO `mob_spawn_points` VALUES (17289380,0,'Cactuar','Cactuar',10,48,53,-328.251,-0.239,-119.047,127); +INSERT INTO `mob_spawn_points` VALUES (17289379,0,'Cactuar','Cactuar',10,48,52,-331.517,-0.185,-142.748,125); +INSERT INTO `mob_spawn_points` VALUES (17289380,0,'Cactuar','Cactuar',10,49,53,-328.251,-0.239,-119.047,127); INSERT INTO `mob_spawn_points` VALUES (17289381,0,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,-371.000,-1.000,-100.000,127); INSERT INTO `mob_spawn_points` VALUES (17289382,0,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,-360.848,-0.823,-155.447,23); INSERT INTO `mob_spawn_points` VALUES (17289383,0,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,-309.000,-1.000,-162.000,45); -INSERT INTO `mob_spawn_points` VALUES (17289384,0,'Phorusrhacos','Phorusrhacos',19,57,60,-342.171,0.175,-113.630,127); +INSERT INTO `mob_spawn_points` VALUES (17289384,12,'Phorusrhacos','Phorusrhacos',19,57,60,-342.171,0.175,-113.630,127); INSERT INTO `mob_spawn_points` VALUES (17289385,0,'Desert_Beetle','Desert Beetle',12,47,51,-212.054,-1.870,-141.455,59); INSERT INTO `mob_spawn_points` VALUES (17289386,0,'Desert_Beetle','Desert Beetle',12,47,51,-203.807,-0.572,-128.099,127); INSERT INTO `mob_spawn_points` VALUES (17289387,0,'Antican_Secutor','Antican Secutor',14,54,58,-278.194,-0.372,-83.551,123); INSERT INTO `mob_spawn_points` VALUES (17289388,0,'Antican_Retiarius','Antican Retiarius',13,45,49,-154.512,0.136,-141.674,127); INSERT INTO `mob_spawn_points` VALUES (17289389,0,'Antican_Eques','Antican Eques',20,45,49,-204.768,-0.301,-120.059,58); -INSERT INTO `mob_spawn_points` VALUES (17289390,0,'Cactuar','Cactuar',10,48,53,-176.568,0.279,-151.007,102); +INSERT INTO `mob_spawn_points` VALUES (17289390,0,'Cactuar','Cactuar',10,48,52,-176.568,0.279,-151.007,102); INSERT INTO `mob_spawn_points` VALUES (17289391,0,'Desert_Worm','Desert Worm',7,43,47,-257.268,0.231,-117.082,80); INSERT INTO `mob_spawn_points` VALUES (17289392,0,'Desert_Worm','Desert Worm',7,43,47,-157.672,-0.039,-110.942,62); INSERT INTO `mob_spawn_points` VALUES (17289393,0,'Antican_Hoplomachus','Antican Hoplomachus',17,54,58,-128.155,9.335,-138.773,7); @@ -47816,7 +47816,7 @@ INSERT INTO `mob_spawn_points` VALUES (17289410,0,'Antican_Retiarius','Antican R INSERT INTO `mob_spawn_points` VALUES (17289411,0,'Antican_Eques','Antican Eques',20,45,49,-115.893,-0.443,-82.755,127); INSERT INTO `mob_spawn_points` VALUES (17289412,0,'Desert_Worm','Desert Worm',7,43,47,-72.020,0.351,-134.020,77); INSERT INTO `mob_spawn_points` VALUES (17289413,0,'Desert_Worm','Desert Worm',7,43,47,38.659,-0.154,-107.221,86); -INSERT INTO `mob_spawn_points` VALUES (17289414,0,'Fire_Elemental','Fire Elemental',18,56,58,-60.857,-0.194,-122.353,127); +INSERT INTO `mob_spawn_points` VALUES (17289414,13,'Fire_Elemental','Fire Elemental',18,56,58,-60.857,-0.194,-122.353,127); INSERT INTO `mob_spawn_points` VALUES (17289415,0,'Desert_Dhalmel','Desert Dhalmel',6,44,48,-98.578,-1.688,-247.812,127); INSERT INTO `mob_spawn_points` VALUES (17289416,0,'Desert_Dhalmel','Desert Dhalmel',6,44,48,39.709,-2.346,-249.613,20); INSERT INTO `mob_spawn_points` VALUES (17289417,0,'Desert_Beetle','Desert Beetle',12,47,51,-113.640,-0.070,-224.456,49); @@ -47825,7 +47825,7 @@ INSERT INTO `mob_spawn_points` VALUES (17289419,0,'Antican_Eques','Antican Eques INSERT INTO `mob_spawn_points` VALUES (17289420,0,'Antican_Retiarius','Antican Retiarius',13,45,49,28.423,-1.421,-228.498,124); INSERT INTO `mob_spawn_points` VALUES (17289421,0,'Desert_Worm','Desert Worm',7,43,47,2.022,-0.471,-235.359,31); INSERT INTO `mob_spawn_points` VALUES (17289422,0,'Desert_Worm','Desert Worm',7,43,47,0.452,-0.356,-272.425,127); -INSERT INTO `mob_spawn_points` VALUES (17289423,0,'Fire_Elemental','Fire Elemental',18,56,58,-8.197,-1.162,-256.642,127); +INSERT INTO `mob_spawn_points` VALUES (17289423,13,'Fire_Elemental','Fire Elemental',18,56,58,-8.197,-1.162,-256.642,127); INSERT INTO `mob_spawn_points` VALUES (17289424,0,'Desert_Dhalmel','Desert Dhalmel',6,44,48,112.989,-0.724,-82.156,127); INSERT INTO `mob_spawn_points` VALUES (17289425,0,'Desert_Dhalmel','Desert Dhalmel',6,44,48,152.304,-0.013,-39.266,101); INSERT INTO `mob_spawn_points` VALUES (17289426,0,'Desert_Beetle','Desert Beetle',12,47,51,166.927,-1.979,-76.147,29); @@ -47869,17 +47869,17 @@ INSERT INTO `mob_spawn_points` VALUES (17289463,0,'Desert_Worm','Desert Worm',7, INSERT INTO `mob_spawn_points` VALUES (17289464,0,'Antican_Hoplomachus','Antican Hoplomachus',17,54,58,-58.897,9.664,20.032,127); INSERT INTO `mob_spawn_points` VALUES (17289465,0,'Antican_Hoplomachus','Antican Hoplomachus',17,54,58,-40.000,9.699,18.938,127); INSERT INTO `mob_spawn_points` VALUES (17289466,0,'Antican_Lanista','Antican Lanista',15,54,58,-22.298,10.361,23.754,127); -INSERT INTO `mob_spawn_points` VALUES (17289467,0,'Earth_Elemental','Earth Elemental',9,56,58,-58.728,9.699,19.179,127); +INSERT INTO `mob_spawn_points` VALUES (17289467,14,'Earth_Elemental','Earth Elemental',9,56,58,-58.728,9.699,19.179,127); INSERT INTO `mob_spawn_points` VALUES (17289468,0,'Antican_Hoplomachus','Antican Hoplomachus',17,54,58,-14.101,10.018,122.044,67); INSERT INTO `mob_spawn_points` VALUES (17289469,0,'Antican_Hoplomachus','Antican Hoplomachus',17,54,58,-18.859,9.541,101.082,48); -INSERT INTO `mob_spawn_points` VALUES (17289470,0,'Earth_Elemental','Earth Elemental',9,56,58,-12.726,11.123,127.840,127); +INSERT INTO `mob_spawn_points` VALUES (17289470,14,'Earth_Elemental','Earth Elemental',9,56,58,-12.726,11.123,127.840,127); INSERT INTO `mob_spawn_points` VALUES (17289471,0,'Antican_Hoplomachus','Antican Hoplomachus',17,54,58,6.241,11.485,66.826,14); INSERT INTO `mob_spawn_points` VALUES (17289472,0,'Desert_Spider','Desert Spider',5,40,44,47.000,-0.050,117.000,127); INSERT INTO `mob_spawn_points` VALUES (17289473,0,'Desert_Dhalmel','Desert Dhalmel',6,44,48,78.226,-0.497,69.745,127); INSERT INTO `mob_spawn_points` VALUES (17289474,0,'Desert_Dhalmel','Desert Dhalmel',6,44,48,118.575,-0.299,127.016,65); INSERT INTO `mob_spawn_points` VALUES (17289475,0,'Antican_Essedarius','Antican Essedarius',8,41,45,33.848,-0.437,88.026,127); INSERT INTO `mob_spawn_points` VALUES (17289476,0,'Antican_Retiarius','Antican Retiarius',13,45,49,5.673,0.200,96.453,127); -INSERT INTO `mob_spawn_points` VALUES (17289477,0,'Cactuar','Cactuar',10,48,53,10.979,-0.006,73.713,51); +INSERT INTO `mob_spawn_points` VALUES (17289477,0,'Cactuar','Cactuar',10,48,52,10.979,-0.006,73.713,51); INSERT INTO `mob_spawn_points` VALUES (17289478,0,'Desert_Worm','Desert Worm',7,43,47,15.323,0.037,73.080,84); INSERT INTO `mob_spawn_points` VALUES (17289479,0,'Desert_Worm','Desert Worm',7,43,47,100.477,0.174,70.438,44); INSERT INTO `mob_spawn_points` VALUES (17289480,0,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,12.425,-0.080,140.409,127); @@ -47894,10 +47894,10 @@ INSERT INTO `mob_spawn_points` VALUES (17289488,0,'Desert_Beetle','Desert Beetle INSERT INTO `mob_spawn_points` VALUES (17289489,0,'Desert_Beetle','Desert Beetle',12,47,51,-258.331,-5.464,116.397,127); INSERT INTO `mob_spawn_points` VALUES (17289490,0,'Desert_Beetle','Desert Beetle',12,47,51,-304.659,-2.086,62.683,16); INSERT INTO `mob_spawn_points` VALUES (17289491,0,'Desert_Beetle','Desert Beetle',12,47,51,-294.000,-4.000,82.000,43); -INSERT INTO `mob_spawn_points` VALUES (17289492,0,'Cactuar','Cactuar',10,48,53,-285.255,-5.176,56.817,94); -INSERT INTO `mob_spawn_points` VALUES (17289493,0,'Cactuar','Cactuar',10,48,53,-266.406,-5.580,88.818,127); -INSERT INTO `mob_spawn_points` VALUES (17289494,0,'Cactuar','Cactuar',10,48,53,-279.754,-4.966,60.812,127); -INSERT INTO `mob_spawn_points` VALUES (17289495,0,'Cactuar','Cactuar',10,48,53,-262.366,-9.456,49.902,127); +INSERT INTO `mob_spawn_points` VALUES (17289492,0,'Cactuar','Cactuar',10,48,52,-285.255,-5.176,56.817,94); +INSERT INTO `mob_spawn_points` VALUES (17289493,15,'Cactuar','Cactuar',10,48,52,-266.406,-5.580,88.818,127); +INSERT INTO `mob_spawn_points` VALUES (17289494,8,'Cactuar','Cactuar',10,48,52,-279.754,-4.966,60.812,127); +INSERT INTO `mob_spawn_points` VALUES (17289495,15,'Cactuar','Cactuar',10,48,52,-262.366,-9.456,49.902,127); INSERT INTO `mob_spawn_points` VALUES (17289496,0,'Desert_Beetle','Desert Beetle',12,47,51,-298.000,-3.000,22.000,127); INSERT INTO `mob_spawn_points` VALUES (17289497,0,'Desert_Beetle','Desert Beetle',12,47,51,-288.839,-6.342,15.336,61); INSERT INTO `mob_spawn_points` VALUES (17289498,0,'Desert_Beetle','Desert Beetle',12,47,51,-252.000,-5.000,-26.000,127); @@ -47941,46 +47941,46 @@ INSERT INTO `mob_spawn_points` VALUES (17289535,0,'Desert_Beetle','Desert Beetle INSERT INTO `mob_spawn_points` VALUES (17289536,0,'Desert_Beetle','Desert Beetle',12,47,51,-388.975,-1.495,-289.332,127); INSERT INTO `mob_spawn_points` VALUES (17289537,0,'Antican_Secutor','Antican Secutor',14,54,58,-314.629,-2.291,-490.565,39); INSERT INTO `mob_spawn_points` VALUES (17289538,0,'Antican_Secutor','Antican Secutor',14,54,58,-378.159,-0.277,-441.558,127); -INSERT INTO `mob_spawn_points` VALUES (17289539,0,'Cactuar','Cactuar',10,48,53,-366.263,-1.477,-392.583,127); -INSERT INTO `mob_spawn_points` VALUES (17289540,0,'Cactuar','Cactuar',10,48,53,-356.156,-0.776,-403.574,90); +INSERT INTO `mob_spawn_points` VALUES (17289539,0,'Cactuar','Cactuar',10,49,53,-366.263,-1.477,-392.583,127); +INSERT INTO `mob_spawn_points` VALUES (17289540,0,'Cactuar','Cactuar',10,49,53,-356.156,-0.776,-403.574,90); INSERT INTO `mob_spawn_points` VALUES (17289541,0,'Fallen_Knight','Fallen Knight',22,50,54,-324.710,-1.372,-464.703,120); INSERT INTO `mob_spawn_points` VALUES (17289542,0,'Desert_Beetle','Desert Beetle',12,47,51,-398.000,-0.010,-317.000,96); INSERT INTO `mob_spawn_points` VALUES (17289543,0,'Desert_Beetle','Desert Beetle',12,47,51,-235.271,-1.061,-515.183,93); -INSERT INTO `mob_spawn_points` VALUES (17289544,0,'Cactuar','Cactuar',10,48,53,-392.413,-1.027,-293.996,123); +INSERT INTO `mob_spawn_points` VALUES (17289544,0,'Cactuar','Cactuar',10,49,53,-392.413,-1.027,-293.996,123); INSERT INTO `mob_spawn_points` VALUES (17289545,0,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,-450.751,-4.779,-292.847,127); -INSERT INTO `mob_spawn_points` VALUES (17289546,0,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,-414.454,-1.274,-269.994,127); +INSERT INTO `mob_spawn_points` VALUES (17289546,16,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,-414.454,-1.274,-269.994,127); INSERT INTO `mob_spawn_points` VALUES (17289547,0,'Calchas','Calchas',23,74,75,-419.100,-1.440,-293.200,60); INSERT INTO `mob_spawn_points` VALUES (17289548,0,'Desert_Beetle','Desert Beetle',12,47,51,-251.696,-1.667,-527.480,120); INSERT INTO `mob_spawn_points` VALUES (17289549,0,'Desert_Beetle','Desert Beetle',12,47,51,-347.191,0.003,-585.226,26); INSERT INTO `mob_spawn_points` VALUES (17289550,0,'Antican_Secutor','Antican Secutor',14,54,58,-238.089,-0.582,-490.010,127); INSERT INTO `mob_spawn_points` VALUES (17289551,0,'Antican_Secutor','Antican Secutor',14,54,58,-241.705,-0.253,-509.655,127); -INSERT INTO `mob_spawn_points` VALUES (17289552,0,'Cactuar','Cactuar',10,48,53,-274.656,-0.341,-521.873,48); +INSERT INTO `mob_spawn_points` VALUES (17289552,0,'Cactuar','Cactuar',10,49,53,-274.656,-0.341,-521.873,48); INSERT INTO `mob_spawn_points` VALUES (17289553,0,'Fallen_Knight','Fallen Knight',22,50,54,-244.325,-0.303,-490.309,127); -INSERT INTO `mob_spawn_points` VALUES (17289554,0,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,-285.978,0.100,-542.327,127); +INSERT INTO `mob_spawn_points` VALUES (17289554,16,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,-285.978,0.100,-542.327,127); INSERT INTO `mob_spawn_points` VALUES (17289555,0,'Desert_Beetle','Desert Beetle',12,47,51,-377.392,-1.619,-577.442,38); INSERT INTO `mob_spawn_points` VALUES (17289556,0,'Desert_Beetle','Desert Beetle',12,47,51,-332.337,0.018,-591.468,127); INSERT INTO `mob_spawn_points` VALUES (17289557,0,'Desert_Beetle','Desert Beetle',12,47,51,-297.000,-0.123,-582.000,127); -INSERT INTO `mob_spawn_points` VALUES (17289558,0,'Cactuar','Cactuar',10,48,53,-303.343,-0.038,-607.734,127); -INSERT INTO `mob_spawn_points` VALUES (17289559,0,'Cactuar','Cactuar',10,48,53,-458.944,0.018,-557.266,127); +INSERT INTO `mob_spawn_points` VALUES (17289558,0,'Cactuar','Cactuar',10,48,52,-303.343,-0.038,-607.734,127); +INSERT INTO `mob_spawn_points` VALUES (17289559,0,'Cactuar','Cactuar',10,48,52,-458.944,0.018,-557.266,127); INSERT INTO `mob_spawn_points` VALUES (17289560,0,'Cactuar_Cantautor','Cactuar Cantautor',24,55,59,-490.000,-0.539,-632.000,124); INSERT INTO `mob_spawn_points` VALUES (17289561,0,'Fallen_Knight','Fallen Knight',22,50,54,-477.209,-0.426,-524.796,127); INSERT INTO `mob_spawn_points` VALUES (17289562,0,'Fallen_Knight','Fallen Knight',22,50,54,-460.826,-0.052,-553.754,69); INSERT INTO `mob_spawn_points` VALUES (17289563,0,'Lich','Lich',25,49,53,-449.596,-0.122,-544.797,127); INSERT INTO `mob_spawn_points` VALUES (17289564,0,'Lich','Lich',25,49,53,-330.405,-0.073,-571.229,127); INSERT INTO `mob_spawn_points` VALUES (17289565,0,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,-382.171,-0.194,-556.933,127); -INSERT INTO `mob_spawn_points` VALUES (17289566,0,'Earth_Elemental','Earth Elemental',9,56,58,-355.223,-0.310,-590.797,25); +INSERT INTO `mob_spawn_points` VALUES (17289566,17,'Earth_Elemental','Earth Elemental',9,57,58,-355.223,-0.310,-590.797,25); INSERT INTO `mob_spawn_points` VALUES (17289567,0,'Desert_Beetle','Desert Beetle',12,47,51,-225.000,0.148,-635.000,127); INSERT INTO `mob_spawn_points` VALUES (17289568,0,'Desert_Beetle','Desert Beetle',12,47,51,-195.054,-0.927,-639.540,127); INSERT INTO `mob_spawn_points` VALUES (17289569,0,'Desert_Beetle','Desert Beetle',12,47,51,-466.657,0.428,-661.806,22); -INSERT INTO `mob_spawn_points` VALUES (17289570,0,'Cactuar','Cactuar',10,48,53,-238.342,-0.385,-674.394,87); +INSERT INTO `mob_spawn_points` VALUES (17289570,0,'Cactuar','Cactuar',10,49,53,-238.342,-0.385,-674.394,87); INSERT INTO `mob_spawn_points` VALUES (17289571,0,'Fallen_Knight','Fallen Knight',22,50,54,-204.516,-0.983,-684.851,36); INSERT INTO `mob_spawn_points` VALUES (17289572,0,'Lich','Lich',25,49,53,-272.617,-0.332,-601.923,127); INSERT INTO `mob_spawn_points` VALUES (17289573,0,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,-207.000,-0.200,-670.912,127); -INSERT INTO `mob_spawn_points` VALUES (17289574,0,'Earth_Elemental','Earth Elemental',9,56,58,-241.884,-0.612,-672.500,40); +INSERT INTO `mob_spawn_points` VALUES (17289574,17,'Earth_Elemental','Earth Elemental',9,56,58,-241.884,-0.612,-672.500,40); INSERT INTO `mob_spawn_points` VALUES (17289575,0,'King_Vinegarroon','King Vinegarroon',26,80,80,-239.000,-0.226,-650.000,11); INSERT INTO `mob_spawn_points` VALUES (17289576,0,'Desert_Beetle','Desert Beetle',12,47,51,-451.761,-0.547,-683.411,127); INSERT INTO `mob_spawn_points` VALUES (17289577,0,'Desert_Beetle','Desert Beetle',12,47,51,-519.456,-0.383,-516.895,92); -INSERT INTO `mob_spawn_points` VALUES (17289578,0,'Cactuar','Cactuar',10,48,53,-478.142,-0.457,-596.091,127); +INSERT INTO `mob_spawn_points` VALUES (17289578,0,'Cactuar','Cactuar',10,49,53,-478.142,-0.457,-596.091,127); INSERT INTO `mob_spawn_points` VALUES (17289579,0,'Fallen_Knight','Fallen Knight',22,50,54,-488.792,-0.536,-649.750,127); INSERT INTO `mob_spawn_points` VALUES (17289580,0,'Fallen_Knight','Fallen Knight',22,50,54,-440.686,-0.324,-670.567,53); INSERT INTO `mob_spawn_points` VALUES (17289581,0,'Lich','Lich',25,49,53,-519.981,-0.229,-607.818,127); @@ -47991,8 +47991,8 @@ INSERT INTO `mob_spawn_points` VALUES (17289585,0,'Tulwar_Scorpion','Tulwar Scor INSERT INTO `mob_spawn_points` VALUES (17289586,0,'Desert_Beetle','Desert Beetle',12,47,51,-499.069,0.049,-507.885,127); INSERT INTO `mob_spawn_points` VALUES (17289587,0,'Desert_Beetle','Desert Beetle',12,47,51,-500.815,-0.065,-478.289,69); INSERT INTO `mob_spawn_points` VALUES (17289588,0,'Desert_Beetle','Desert Beetle',12,47,51,-833.185,-8.162,-468.139,56); -INSERT INTO `mob_spawn_points` VALUES (17289589,0,'Cactuar','Cactuar',10,48,53,-580.376,-0.034,-366.963,40); -INSERT INTO `mob_spawn_points` VALUES (17289590,0,'Goblin_Welldigger','Goblin Welldigger',27,51,55,-487.714,-0.314,-476.906,96); +INSERT INTO `mob_spawn_points` VALUES (17289589,0,'Cactuar','Cactuar',10,49,53,-580.376,-0.034,-366.963,40); +INSERT INTO `mob_spawn_points` VALUES (17289590,18,'Goblin_Welldigger','Goblin Welldigger',27,51,55,-487.714,-0.314,-476.906,96); INSERT INTO `mob_spawn_points` VALUES (17289591,0,'Fallen_Knight','Fallen Knight',22,50,54,-526.770,-0.738,-445.542,127); INSERT INTO `mob_spawn_points` VALUES (17289592,0,'Fallen_Knight','Fallen Knight',22,50,54,-487.170,-0.212,-489.925,30); INSERT INTO `mob_spawn_points` VALUES (17289593,0,'Lich','Lich',25,49,53,-515.540,-0.474,-485.725,127); @@ -48001,17 +48001,17 @@ INSERT INTO `mob_spawn_points` VALUES (17289595,0,'Tulwar_Scorpion','Tulwar Scor INSERT INTO `mob_spawn_points` VALUES (17289596,0,'Goblin_Bouncer','Goblin Bouncer',28,51,55,-639.885,-0.335,-273.495,127); INSERT INTO `mob_spawn_points` VALUES (17289597,0,'Goblin_Bouncer','Goblin Bouncer',28,51,55,-595.446,-0.918,-324.883,117); INSERT INTO `mob_spawn_points` VALUES (17289598,0,'Goblin_Enchanter','Goblin Enchanter',29,51,55,-679.000,-0.010,-303.000,108); -INSERT INTO `mob_spawn_points` VALUES (17289599,0,'Goblin_Welldigger','Goblin Welldigger',27,51,55,-602.000,-0.010,-293.000,9); -INSERT INTO `mob_spawn_points` VALUES (17289600,0,'Goblin_Hunter','Goblin Hunter',30,51,55,-643.000,-0.010,-360.000,127); +INSERT INTO `mob_spawn_points` VALUES (17289599,18,'Goblin_Welldigger','Goblin Welldigger',27,51,55,-602.000,-0.010,-293.000,9); +INSERT INTO `mob_spawn_points` VALUES (17289600,19,'Goblin_Hunter','Goblin Hunter',30,51,55,-643.000,-0.010,-360.000,127); INSERT INTO `mob_spawn_points` VALUES (17289601,0,'Goblin_Enchanter','Goblin Enchanter',29,51,55,-634.328,0.632,-300.391,127); -INSERT INTO `mob_spawn_points` VALUES (17289602,0,'Goblin_Hunter','Goblin Hunter',30,51,55,-654.500,-0.366,-342.583,127); +INSERT INTO `mob_spawn_points` VALUES (17289602,19,'Goblin_Hunter','Goblin Hunter',30,51,55,-654.500,-0.366,-342.583,127); INSERT INTO `mob_spawn_points` VALUES (17289603,0,'Desert_Beetle','Desert Beetle',12,47,51,-750.511,-7.046,-411.779,90); INSERT INTO `mob_spawn_points` VALUES (17289604,0,'Desert_Beetle','Desert Beetle',12,47,51,-785.721,-8.201,-356.711,127); INSERT INTO `mob_spawn_points` VALUES (17289605,0,'Desert_Beetle','Desert Beetle',12,47,51,-843.616,-9.861,-558.625,127); INSERT INTO `mob_spawn_points` VALUES (17289606,0,'Antican_Secutor','Antican Secutor',14,54,58,-770.000,-7.000,-392.000,127); INSERT INTO `mob_spawn_points` VALUES (17289607,0,'Antican_Lanista','Antican Lanista',15,54,58,-730.744,-2.052,-371.475,31); -INSERT INTO `mob_spawn_points` VALUES (17289608,0,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,-792.751,-8.053,-483.234,95); -INSERT INTO `mob_spawn_points` VALUES (17289609,0,'Phorusrhacos','Phorusrhacos',19,57,60,-840.612,-8.072,-452.290,127); +INSERT INTO `mob_spawn_points` VALUES (17289608,20,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,-792.751,-8.053,-483.234,95); +INSERT INTO `mob_spawn_points` VALUES (17289609,20,'Phorusrhacos','Phorusrhacos',19,57,60,-840.612,-8.072,-452.290,127); INSERT INTO `mob_spawn_points` VALUES (17289610,0,'Antican_Hoplomachus','Antican Hoplomachus',17,54,58,-805.049,2.149,-498.236,127); INSERT INTO `mob_spawn_points` VALUES (17289611,0,'Antican_Lanista','Antican Lanista',15,54,58,-819.911,0.915,-459.165,64); INSERT INTO `mob_spawn_points` VALUES (17289612,0,'Antican_Lanista','Antican Lanista',15,54,58,-820.795,2.539,-488.499,127); @@ -48020,26 +48020,26 @@ INSERT INTO `mob_spawn_points` VALUES (17289614,0,'Tulwar_Scorpion','Tulwar Scor INSERT INTO `mob_spawn_points` VALUES (17289615,0,'Desert_Beetle','Desert Beetle',12,47,51,-881.248,-9.467,-477.682,127); INSERT INTO `mob_spawn_points` VALUES (17289616,0,'Desert_Beetle','Desert Beetle',12,47,51,-735.602,-8.850,-571.328,127); INSERT INTO `mob_spawn_points` VALUES (17289617,0,'Antican_Lanista','Antican Lanista',15,54,58,-827.135,-9.337,-570.016,120); -INSERT INTO `mob_spawn_points` VALUES (17289618,0,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,-854.756,-8.376,-519.546,41); -INSERT INTO `mob_spawn_points` VALUES (17289619,0,'Phorusrhacos','Phorusrhacos',19,57,60,-889.000,-9.000,-522.000,127); +INSERT INTO `mob_spawn_points` VALUES (17289618,20,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,-854.756,-8.376,-519.546,41); +INSERT INTO `mob_spawn_points` VALUES (17289619,20,'Phorusrhacos','Phorusrhacos',19,57,60,-889.000,-9.000,-522.000,127); INSERT INTO `mob_spawn_points` VALUES (17289620,0,'Desert_Beetle','Desert Beetle',12,47,51,-709.951,-9.420,-543.445,39); INSERT INTO `mob_spawn_points` VALUES (17289621,0,'Desert_Beetle','Desert Beetle',12,47,51,-665.102,-7.600,-564.651,127); INSERT INTO `mob_spawn_points` VALUES (17289622,0,'Antican_Lanista','Antican Lanista',15,54,58,-754.487,-8.237,-553.796,92); INSERT INTO `mob_spawn_points` VALUES (17289623,0,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,-746.340,-8.740,-569.594,64); -INSERT INTO `mob_spawn_points` VALUES (17289624,0,'Fire_Elemental','Fire Elemental',18,56,58,-749.922,-9.201,-572.935,4); +INSERT INTO `mob_spawn_points` VALUES (17289624,21,'Fire_Elemental','Fire Elemental',18,56,58,-749.922,-9.201,-572.935,4); INSERT INTO `mob_spawn_points` VALUES (17289625,0,'Desert_Beetle','Desert Beetle',12,47,51,-730.152,-10.478,-635.994,62); INSERT INTO `mob_spawn_points` VALUES (17289626,0,'Antican_Secutor','Antican Secutor',14,54,58,-648.548,-4.161,-582.186,30); INSERT INTO `mob_spawn_points` VALUES (17289627,0,'Antican_Lanista','Antican Lanista',15,54,58,-603.651,-1.184,-562.766,39); -INSERT INTO `mob_spawn_points` VALUES (17289628,0,'Cactuar','Cactuar',10,48,53,-710.129,-8.273,-592.100,124); -INSERT INTO `mob_spawn_points` VALUES (17289629,0,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,-635.870,-4.126,-579.575,127); -INSERT INTO `mob_spawn_points` VALUES (17289630,0,'Phorusrhacos','Phorusrhacos',19,57,60,-638.197,0.472,-619.448,127); -INSERT INTO `mob_spawn_points` VALUES (17289631,0,'Fire_Elemental','Fire Elemental',18,56,58,-699.907,-7.883,-611.907,72); +INSERT INTO `mob_spawn_points` VALUES (17289628,22,'Cactuar','Cactuar',10,49,53,-710.129,-8.273,-592.100,124); +INSERT INTO `mob_spawn_points` VALUES (17289629,23,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,-635.870,-4.126,-579.575,127); +INSERT INTO `mob_spawn_points` VALUES (17289630,24,'Phorusrhacos','Phorusrhacos',19,57,60,-638.197,0.472,-619.448,127); +INSERT INTO `mob_spawn_points` VALUES (17289631,21,'Fire_Elemental','Fire Elemental',18,56,58,-699.907,-7.883,-611.907,72); INSERT INTO `mob_spawn_points` VALUES (17289632,0,'Desert_Beetle','Desert Beetle',12,47,51,-679.296,-7.899,-628.774,127); INSERT INTO `mob_spawn_points` VALUES (17289633,0,'Desert_Beetle','Desert Beetle',12,47,51,-647.906,-9.166,-687.041,24); INSERT INTO `mob_spawn_points` VALUES (17289634,0,'Antican_Lanista','Antican Lanista',15,54,58,-675.000,-7.000,-657.000,49); -INSERT INTO `mob_spawn_points` VALUES (17289635,0,'Cactuar','Cactuar',10,48,53,-665.247,-7.970,-681.900,127); -INSERT INTO `mob_spawn_points` VALUES (17289636,0,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,-718.999,-8.294,-632.175,127); -INSERT INTO `mob_spawn_points` VALUES (17289637,0,'Phorusrhacos','Phorusrhacos',19,57,60,-685.635,-9.206,-701.860,126); +INSERT INTO `mob_spawn_points` VALUES (17289635,22,'Cactuar','Cactuar',10,49,53,-665.247,-7.970,-681.900,127); +INSERT INTO `mob_spawn_points` VALUES (17289636,23,'Tulwar_Scorpion','Tulwar Scorpion',11,53,56,-718.999,-8.294,-632.175,127); +INSERT INTO `mob_spawn_points` VALUES (17289637,24,'Phorusrhacos','Phorusrhacos',19,57,60,-685.635,-9.206,-701.860,126); INSERT INTO `mob_spawn_points` VALUES (17289638,0,'Picolaton','Picolaton',38,61,64,-504.039,-0.085,-37.812,221); INSERT INTO `mob_spawn_points` VALUES (17289639,0,'Antican_Hoplomachus','Antican Hoplomachus',17,54,58,-859.414,-3.199,-631.191,127); INSERT INTO `mob_spawn_points` VALUES (17289640,0,'Antican_Lanista','Antican Lanista',15,54,58,-846.268,-11.619,-696.458,19); @@ -48049,7 +48049,7 @@ INSERT INTO `mob_spawn_points` VALUES (17289643,0,'Desert_Manticore','Desert Man INSERT INTO `mob_spawn_points` VALUES (17289644,0,'Desert_Manticore','Desert Manticore',16,53,57,-754.264,-20.305,-650.607,127); INSERT INTO `mob_spawn_points` VALUES (17289645,0,'Antican_Lanista','Antican Lanista',15,54,58,-772.364,-21.296,-735.528,127); INSERT INTO `mob_spawn_points` VALUES (17289646,0,'Antican_Lanista','Antican Lanista',15,54,58,-847.124,-22.268,-644.562,68); -INSERT INTO `mob_spawn_points` VALUES (17289647,0,'Phorusrhacos','Phorusrhacos',19,57,60,-757.000,-20.500,-762.000,5); +INSERT INTO `mob_spawn_points` VALUES (17289647,24,'Phorusrhacos','Phorusrhacos',19,57,60,-757.000,-20.500,-762.000,5); INSERT INTO `mob_spawn_points` VALUES (17289648,0,'Antican_Lanista','Antican Lanista',15,54,58,-745.526,-8.138,-698.615,126); INSERT INTO `mob_spawn_points` VALUES (17289649,0,'Antican_Hoplomachus','Antican Hoplomachus',17,54,58,-782.450,-10.173,-684.878,127); INSERT INTO `mob_spawn_points` VALUES (17289650,0,'Antican_Hoplomachus','Antican Hoplomachus',17,54,58,-779.065,-9.692,-693.424,36); @@ -75990,322 +75990,322 @@ INSERT INTO `mob_spawn_points` VALUES (17629190,0,'Mimic','Mimic',6,55,55,1.000, INSERT INTO `mob_spawn_points` VALUES (17629191,0,'Sand_Spider','Sand Spider',7,51,55,939.385,-8.785,-302.224,127); INSERT INTO `mob_spawn_points` VALUES (17629192,0,'Sand_Spider','Sand Spider',7,51,55,895.545,-8.312,-296.011,127); INSERT INTO `mob_spawn_points` VALUES (17629193,0,'Sand_Spider','Sand Spider',7,51,55,862.492,-8.314,-340.744,36); -INSERT INTO `mob_spawn_points` VALUES (17629194,0,'Helm_Beetle','Helm Beetle',8,51,58,862.099,-8.566,-303.963,127); -INSERT INTO `mob_spawn_points` VALUES (17629195,0,'Helm_Beetle','Helm Beetle',8,51,58,878.853,-8.311,-296.485,127); +INSERT INTO `mob_spawn_points` VALUES (17629194,0,'Helm_Beetle','Helm Beetle',8,51,54,862.099,-8.566,-303.963,127); +INSERT INTO `mob_spawn_points` VALUES (17629195,0,'Helm_Beetle','Helm Beetle',8,51,54,878.853,-8.311,-296.485,127); INSERT INTO `mob_spawn_points` VALUES (17629196,0,'Sand_Spider','Sand Spider',7,51,55,858.844,-8.244,-355.697,127); INSERT INTO `mob_spawn_points` VALUES (17629197,0,'Sand_Spider','Sand Spider',7,51,55,820.304,-8.243,-409.973,106); INSERT INTO `mob_spawn_points` VALUES (17629198,0,'Sand_Spider','Sand Spider',7,51,55,856.258,-8.333,-379.770,127); -INSERT INTO `mob_spawn_points` VALUES (17629199,0,'Helm_Beetle','Helm Beetle',8,51,58,855.000,-8.000,-330.000,63); -INSERT INTO `mob_spawn_points` VALUES (17629200,0,'Helm_Beetle','Helm Beetle',8,51,58,826.000,-8.243,-382.000,99); +INSERT INTO `mob_spawn_points` VALUES (17629199,0,'Helm_Beetle','Helm Beetle',8,51,54,855.000,-8.000,-330.000,63); +INSERT INTO `mob_spawn_points` VALUES (17629200,0,'Helm_Beetle','Helm Beetle',8,51,54,826.000,-8.243,-382.000,99); INSERT INTO `mob_spawn_points` VALUES (17629201,0,'Sand_Spider','Sand Spider',7,51,55,840.853,-8.243,-417.754,127); -INSERT INTO `mob_spawn_points` VALUES (17629202,0,'Helm_Beetle','Helm Beetle',8,51,58,826.309,-8.243,-428.021,4); -INSERT INTO `mob_spawn_points` VALUES (17629203,0,'Antican_Hastatus','Antican Hastatus',9,52,59,844.359,-8.258,-418.008,127); -INSERT INTO `mob_spawn_points` VALUES (17629204,0,'Antican_Princeps','Antican Princeps',10,52,59,835.177,-8.246,-444.737,124); -INSERT INTO `mob_spawn_points` VALUES (17629205,0,'Antican_Signifer','Antican Signifer',11,52,59,835.000,-8.244,-385.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629206,0,'Sand_Eater','Sand Eater',12,51,59,828.146,-5.599,-458.059,123); -INSERT INTO `mob_spawn_points` VALUES (17629207,0,'Sand_Eater','Sand Eater',12,51,59,800.873,0.572,-461.734,0); -INSERT INTO `mob_spawn_points` VALUES (17629208,0,'Sand_Eater','Sand Eater',12,51,59,791.115,-0.040,-465.715,13); -INSERT INTO `mob_spawn_points` VALUES (17629209,0,'Antican_Hastatus','Antican Hastatus',9,52,59,782.000,1.000,-462.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629210,0,'Antican_Princeps','Antican Princeps',10,52,59,754.155,0.405,-461.555,127); -INSERT INTO `mob_spawn_points` VALUES (17629211,0,'Antican_Signifer','Antican Signifer',11,52,59,766.760,0.729,-460.304,127); -INSERT INTO `mob_spawn_points` VALUES (17629212,0,'Antican_Hastatus','Antican Hastatus',9,52,59,714.192,-0.340,-416.910,127); -INSERT INTO `mob_spawn_points` VALUES (17629213,0,'Antican_Princeps','Antican Princeps',10,52,59,671.000,-0.236,-418.000,94); -INSERT INTO `mob_spawn_points` VALUES (17629214,0,'Antican_Signifer','Antican Signifer',11,52,59,740.920,-0.333,-419.052,35); -INSERT INTO `mob_spawn_points` VALUES (17629215,0,'Helm_Beetle','Helm Beetle',8,51,58,696.363,-0.311,-424.149,5); -INSERT INTO `mob_spawn_points` VALUES (17629216,0,'Helm_Beetle','Helm Beetle',8,51,58,744.240,-0.303,-417.043,127); -INSERT INTO `mob_spawn_points` VALUES (17629217,0,'Helm_Beetle','Helm Beetle',8,51,58,768.221,-0.677,-419.689,0); -INSERT INTO `mob_spawn_points` VALUES (17629218,0,'Antican_Princeps','Antican Princeps',10,52,59,701.360,-0.474,-442.031,127); -INSERT INTO `mob_spawn_points` VALUES (17629219,0,'Helm_Beetle','Helm Beetle',8,51,58,635.025,-0.803,-419.127,127); -INSERT INTO `mob_spawn_points` VALUES (17629220,0,'Helm_Beetle','Helm Beetle',8,51,58,660.000,-4.000,-380.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629221,0,'Helm_Beetle','Helm Beetle',8,51,58,635.213,-8.500,-378.810,125); +INSERT INTO `mob_spawn_points` VALUES (17629202,0,'Helm_Beetle','Helm Beetle',8,51,54,826.309,-8.243,-428.021,4); +INSERT INTO `mob_spawn_points` VALUES (17629203,0,'Antican_Hastatus','Antican Hastatus',9,52,55,844.359,-8.258,-418.008,127); +INSERT INTO `mob_spawn_points` VALUES (17629204,0,'Antican_Princeps','Antican Princeps',10,52,55,835.177,-8.246,-444.737,124); +INSERT INTO `mob_spawn_points` VALUES (17629205,0,'Antican_Signifer','Antican Signifer',11,52,55,835.000,-8.244,-385.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629206,0,'Sand_Eater','Sand Eater',12,51,54,828.146,-5.599,-458.059,123); +INSERT INTO `mob_spawn_points` VALUES (17629207,0,'Sand_Eater','Sand Eater',12,51,54,800.873,0.572,-461.734,0); +INSERT INTO `mob_spawn_points` VALUES (17629208,0,'Sand_Eater','Sand Eater',12,51,54,791.115,-0.040,-465.715,13); +INSERT INTO `mob_spawn_points` VALUES (17629209,0,'Antican_Hastatus','Antican Hastatus',9,52,55,782.000,1.000,-462.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629210,0,'Antican_Princeps','Antican Princeps',10,52,55,754.155,0.405,-461.555,127); +INSERT INTO `mob_spawn_points` VALUES (17629211,0,'Antican_Signifer','Antican Signifer',11,52,55,766.760,0.729,-460.304,127); +INSERT INTO `mob_spawn_points` VALUES (17629212,0,'Antican_Hastatus','Antican Hastatus',9,52,55,714.192,-0.340,-416.910,127); +INSERT INTO `mob_spawn_points` VALUES (17629213,0,'Antican_Princeps','Antican Princeps',10,52,55,671.000,-0.236,-418.000,94); +INSERT INTO `mob_spawn_points` VALUES (17629214,0,'Antican_Signifer','Antican Signifer',11,52,55,740.920,-0.333,-419.052,35); +INSERT INTO `mob_spawn_points` VALUES (17629215,0,'Helm_Beetle','Helm Beetle',8,51,54,696.363,-0.311,-424.149,5); +INSERT INTO `mob_spawn_points` VALUES (17629216,0,'Helm_Beetle','Helm Beetle',8,51,54,744.240,-0.303,-417.043,127); +INSERT INTO `mob_spawn_points` VALUES (17629217,0,'Helm_Beetle','Helm Beetle',8,51,54,768.221,-0.677,-419.689,0); +INSERT INTO `mob_spawn_points` VALUES (17629218,0,'Antican_Princeps','Antican Princeps',10,52,55,701.360,-0.474,-442.031,127); +INSERT INTO `mob_spawn_points` VALUES (17629219,0,'Helm_Beetle','Helm Beetle',8,51,54,635.025,-0.803,-419.127,127); +INSERT INTO `mob_spawn_points` VALUES (17629220,0,'Helm_Beetle','Helm Beetle',8,51,54,660.000,-4.000,-380.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629221,0,'Helm_Beetle','Helm Beetle',8,51,54,635.213,-8.500,-378.810,125); INSERT INTO `mob_spawn_points` VALUES (17629222,0,'Sand_Spider','Sand Spider',7,51,55,829.455,0.462,-499.682,25); -INSERT INTO `mob_spawn_points` VALUES (17629223,0,'Sand_Eater','Sand Eater',12,51,59,863.115,0.430,-488.201,127); -INSERT INTO `mob_spawn_points` VALUES (17629224,0,'Sand_Eater','Sand Eater',12,51,59,848.000,0.420,-498.000,30); -INSERT INTO `mob_spawn_points` VALUES (17629225,0,'Antican_Hastatus','Antican Hastatus',9,52,59,841.000,1.010,-499.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629226,0,'Antican_Princeps','Antican Princeps',10,52,59,823.355,0.631,-502.165,86); -INSERT INTO `mob_spawn_points` VALUES (17629227,0,'Antican_Signifer','Antican Signifer',11,52,59,859.669,0.213,-475.005,127); +INSERT INTO `mob_spawn_points` VALUES (17629223,0,'Sand_Eater','Sand Eater',12,51,54,863.115,0.430,-488.201,127); +INSERT INTO `mob_spawn_points` VALUES (17629224,0,'Sand_Eater','Sand Eater',12,51,54,848.000,0.420,-498.000,30); +INSERT INTO `mob_spawn_points` VALUES (17629225,0,'Antican_Hastatus','Antican Hastatus',9,52,55,841.000,1.010,-499.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629226,0,'Antican_Princeps','Antican Princeps',10,52,55,823.355,0.631,-502.165,86); +INSERT INTO `mob_spawn_points` VALUES (17629227,0,'Antican_Signifer','Antican Signifer',11,52,55,859.669,0.213,-475.005,127); INSERT INTO `mob_spawn_points` VALUES (17629228,0,'Sand_Spider','Sand Spider',7,51,55,794.682,0.780,-545.765,127); -INSERT INTO `mob_spawn_points` VALUES (17629229,0,'Sand_Eater','Sand Eater',12,51,59,818.000,1.000,-521.000,121); -INSERT INTO `mob_spawn_points` VALUES (17629230,0,'Antican_Hastatus','Antican Hastatus',9,52,59,810.547,1.096,-553.264,127); -INSERT INTO `mob_spawn_points` VALUES (17629231,0,'Antican_Princeps','Antican Princeps',10,52,59,784.003,1.522,-573.316,127); -INSERT INTO `mob_spawn_points` VALUES (17629232,0,'Antican_Signifer','Antican Signifer',11,52,59,802.116,1.553,-561.101,119); +INSERT INTO `mob_spawn_points` VALUES (17629229,0,'Sand_Eater','Sand Eater',12,52,55,818.000,1.000,-521.000,121); +INSERT INTO `mob_spawn_points` VALUES (17629230,0,'Antican_Hastatus','Antican Hastatus',9,52,55,810.547,1.096,-553.264,127); +INSERT INTO `mob_spawn_points` VALUES (17629231,0,'Antican_Princeps','Antican Princeps',10,52,55,784.003,1.522,-573.316,127); +INSERT INTO `mob_spawn_points` VALUES (17629232,0,'Antican_Signifer','Antican Signifer',11,52,55,802.116,1.553,-561.101,119); INSERT INTO `mob_spawn_points` VALUES (17629233,0,'Sand_Spider','Sand Spider',7,51,55,758.430,1.701,-569.807,127); -INSERT INTO `mob_spawn_points` VALUES (17629234,0,'Sand_Eater','Sand Eater',12,51,59,744.061,1.100,-564.481,127); -INSERT INTO `mob_spawn_points` VALUES (17629235,0,'Antican_Hastatus','Antican Hastatus',9,52,59,749.153,1.149,-550.129,127); -INSERT INTO `mob_spawn_points` VALUES (17629236,0,'Antican_Princeps','Antican Princeps',10,52,59,763.763,1.698,-563.585,127); -INSERT INTO `mob_spawn_points` VALUES (17629237,0,'Antican_Signifer','Antican Signifer',11,52,59,773.581,1.576,-568.904,61); +INSERT INTO `mob_spawn_points` VALUES (17629234,0,'Sand_Eater','Sand Eater',12,52,55,744.061,1.100,-564.481,127); +INSERT INTO `mob_spawn_points` VALUES (17629235,0,'Antican_Hastatus','Antican Hastatus',9,52,55,749.153,1.149,-550.129,127); +INSERT INTO `mob_spawn_points` VALUES (17629236,0,'Antican_Princeps','Antican Princeps',10,52,55,763.763,1.698,-563.585,127); +INSERT INTO `mob_spawn_points` VALUES (17629237,0,'Antican_Signifer','Antican Signifer',11,52,55,773.581,1.576,-568.904,61); INSERT INTO `mob_spawn_points` VALUES (17629238,0,'Centurio_X-I','Centurio X-I',13,56,58,773.581,1.576,-568.904,127); INSERT INTO `mob_spawn_points` VALUES (17629239,0,'Sand_Spider','Sand Spider',7,51,55,726.073,0.260,-542.381,75); -INSERT INTO `mob_spawn_points` VALUES (17629240,0,'Antican_Hastatus','Antican Hastatus',9,52,59,684.840,-0.459,-557.011,101); -INSERT INTO `mob_spawn_points` VALUES (17629241,0,'Antican_Princeps','Antican Princeps',10,52,59,699.034,-0.816,-551.079,127); -INSERT INTO `mob_spawn_points` VALUES (17629242,0,'Antican_Signifer','Antican Signifer',11,52,59,691.290,-0.563,-548.361,27); -INSERT INTO `mob_spawn_points` VALUES (17629243,0,'Antican_Hastatus','Antican Hastatus',9,52,59,669.187,-0.465,-555.607,70); -INSERT INTO `mob_spawn_points` VALUES (17629244,0,'Antican_Princeps','Antican Princeps',10,52,59,686.369,-0.456,-550.747,127); +INSERT INTO `mob_spawn_points` VALUES (17629240,0,'Antican_Hastatus','Antican Hastatus',9,52,55,684.840,-0.459,-557.011,101); +INSERT INTO `mob_spawn_points` VALUES (17629241,0,'Antican_Princeps','Antican Princeps',10,52,55,699.034,-0.816,-551.079,127); +INSERT INTO `mob_spawn_points` VALUES (17629242,0,'Antican_Signifer','Antican Signifer',11,52,55,691.290,-0.563,-548.361,27); +INSERT INTO `mob_spawn_points` VALUES (17629243,0,'Antican_Hastatus','Antican Hastatus',9,52,55,669.187,-0.465,-555.607,70); +INSERT INTO `mob_spawn_points` VALUES (17629244,0,'Antican_Princeps','Antican Princeps',10,52,55,686.369,-0.456,-550.747,127); INSERT INTO `mob_spawn_points` VALUES (17629245,0,'Sand_Spider','Sand Spider',7,51,55,694.936,-0.489,-557.194,127); -INSERT INTO `mob_spawn_points` VALUES (17629246,0,'Sand_Eater','Sand Eater',12,51,59,674.982,2.683,-577.115,127); +INSERT INTO `mob_spawn_points` VALUES (17629246,0,'Sand_Eater','Sand Eater',12,52,55,674.982,2.683,-577.115,127); INSERT INTO `mob_spawn_points` VALUES (17629247,0,'Sand_Spider','Sand Spider',7,51,55,597.529,8.720,-542.094,5); INSERT INTO `mob_spawn_points` VALUES (17629248,0,'Sand_Spider','Sand Spider',7,51,55,621.082,8.718,-562.075,127); INSERT INTO `mob_spawn_points` VALUES (17629249,0,'Sand_Spider','Sand Spider',7,51,55,635.709,8.269,-582.331,61); -INSERT INTO `mob_spawn_points` VALUES (17629250,0,'Sand_Eater','Sand Eater',12,51,59,621.000,9.000,-549.000,52); -INSERT INTO `mob_spawn_points` VALUES (17629251,0,'Sand_Eater','Sand Eater',12,51,59,624.000,9.000,-580.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629252,0,'Antican_Hastatus','Antican Hastatus',9,52,59,694.470,9.189,-622.438,73); -INSERT INTO `mob_spawn_points` VALUES (17629253,0,'Antican_Princeps','Antican Princeps',10,52,59,685.199,8.996,-619.940,125); -INSERT INTO `mob_spawn_points` VALUES (17629254,0,'Antican_Signifer','Antican Signifer',11,52,59,659.323,-3.607,-651.918,91); -INSERT INTO `mob_spawn_points` VALUES (17629255,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,59,658.688,-3.459,-651.464,71); -INSERT INTO `mob_spawn_points` VALUES (17629256,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,59,658.169,-1.341,-644.778,66); -INSERT INTO `mob_spawn_points` VALUES (17629257,0,'Sand_Eater','Sand Eater',12,51,59,702.304,8.800,-611.370,127); -INSERT INTO `mob_spawn_points` VALUES (17629258,0,'Antican_Hastatus','Antican Hastatus',9,52,59,605.201,-6.379,-675.614,127); -INSERT INTO `mob_spawn_points` VALUES (17629259,0,'Antican_Princeps','Antican Princeps',10,52,59,593.132,-6.507,-667.235,77); -INSERT INTO `mob_spawn_points` VALUES (17629260,0,'Antican_Signifer','Antican Signifer',11,52,59,605.950,-6.668,-689.637,107); -INSERT INTO `mob_spawn_points` VALUES (17629261,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,59,601.057,-6.417,-672.880,120); -INSERT INTO `mob_spawn_points` VALUES (17629262,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,59,604.747,-6.437,-679.815,66); -INSERT INTO `mob_spawn_points` VALUES (17629263,0,'Sand_Eater','Sand Eater',12,51,59,590.627,-6.529,-688.632,127); +INSERT INTO `mob_spawn_points` VALUES (17629250,0,'Sand_Eater','Sand Eater',12,52,55,621.000,9.000,-549.000,52); +INSERT INTO `mob_spawn_points` VALUES (17629251,0,'Sand_Eater','Sand Eater',12,52,55,624.000,9.000,-580.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629252,0,'Antican_Hastatus','Antican Hastatus',9,52,55,694.470,9.189,-622.438,73); +INSERT INTO `mob_spawn_points` VALUES (17629253,0,'Antican_Princeps','Antican Princeps',10,52,55,685.199,8.996,-619.940,125); +INSERT INTO `mob_spawn_points` VALUES (17629254,0,'Antican_Signifer','Antican Signifer',11,52,55,659.323,-3.607,-651.918,91); +INSERT INTO `mob_spawn_points` VALUES (17629255,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,55,658.688,-3.459,-651.464,71); +INSERT INTO `mob_spawn_points` VALUES (17629256,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,55,658.169,-1.341,-644.778,66); +INSERT INTO `mob_spawn_points` VALUES (17629257,0,'Sand_Eater','Sand Eater',12,52,55,702.304,8.800,-611.370,127); +INSERT INTO `mob_spawn_points` VALUES (17629258,0,'Antican_Hastatus','Antican Hastatus',9,52,55,605.201,-6.379,-675.614,127); +INSERT INTO `mob_spawn_points` VALUES (17629259,0,'Antican_Princeps','Antican Princeps',10,52,55,593.132,-6.507,-667.235,77); +INSERT INTO `mob_spawn_points` VALUES (17629260,0,'Antican_Signifer','Antican Signifer',11,52,55,605.950,-6.668,-689.637,107); +INSERT INTO `mob_spawn_points` VALUES (17629261,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,55,601.057,-6.417,-672.880,120); +INSERT INTO `mob_spawn_points` VALUES (17629262,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,55,604.747,-6.437,-679.815,66); +INSERT INTO `mob_spawn_points` VALUES (17629263,0,'Sand_Eater','Sand Eater',12,52,55,590.627,-6.529,-688.632,127); INSERT INTO `mob_spawn_points` VALUES (17629264,0,'Sabotender_Bailarin','Sabotender Bailarin',41,59,61,595.735,-6.420,-680.738,100); -INSERT INTO `mob_spawn_points` VALUES (17629265,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,59,553.732,-8.766,-701.600,20); -INSERT INTO `mob_spawn_points` VALUES (17629266,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,59,561.469,-7.948,-698.783,250); -INSERT INTO `mob_spawn_points` VALUES (17629267,0,'Sand_Eater','Sand Eater',12,51,59,544.470,-11.304,-701.562,127); -INSERT INTO `mob_spawn_points` VALUES (17629268,0,'Sand_Eater','Sand Eater',12,51,59,779.000,0.353,-613.000,76); -INSERT INTO `mob_spawn_points` VALUES (17629269,0,'Sand_Eater','Sand Eater',12,51,59,798.469,0.297,-623.418,114); -INSERT INTO `mob_spawn_points` VALUES (17629270,0,'Antican_Hastatus','Antican Hastatus',9,52,59,816.599,-0.308,-675.139,127); -INSERT INTO `mob_spawn_points` VALUES (17629271,0,'Antican_Princeps','Antican Princeps',10,52,59,816.347,-0.309,-698.611,119); -INSERT INTO `mob_spawn_points` VALUES (17629272,0,'Antican_Signifer','Antican Signifer',11,52,59,817.223,-0.294,-651.321,127); -INSERT INTO `mob_spawn_points` VALUES (17629273,0,'Antican_Princeps','Antican Princeps',10,52,59,822.000,-0.495,-666.000,7); -INSERT INTO `mob_spawn_points` VALUES (17629274,0,'Antican_Signifer','Antican Signifer',11,52,59,823.292,-0.500,-687.831,38); +INSERT INTO `mob_spawn_points` VALUES (17629265,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,55,553.732,-8.766,-701.600,20); +INSERT INTO `mob_spawn_points` VALUES (17629266,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,55,561.469,-7.948,-698.783,250); +INSERT INTO `mob_spawn_points` VALUES (17629267,0,'Sand_Eater','Sand Eater',12,52,55,544.470,-11.304,-701.562,127); +INSERT INTO `mob_spawn_points` VALUES (17629268,0,'Sand_Eater','Sand Eater',12,52,55,779.000,0.353,-613.000,76); +INSERT INTO `mob_spawn_points` VALUES (17629269,0,'Sand_Eater','Sand Eater',12,52,55,798.469,0.297,-623.418,114); +INSERT INTO `mob_spawn_points` VALUES (17629270,0,'Antican_Hastatus','Antican Hastatus',9,52,55,816.599,-0.308,-675.139,127); +INSERT INTO `mob_spawn_points` VALUES (17629271,0,'Antican_Princeps','Antican Princeps',10,52,55,816.347,-0.309,-698.611,119); +INSERT INTO `mob_spawn_points` VALUES (17629272,0,'Antican_Signifer','Antican Signifer',11,52,55,817.223,-0.294,-651.321,127); +INSERT INTO `mob_spawn_points` VALUES (17629273,0,'Antican_Princeps','Antican Princeps',10,52,55,822.000,-0.495,-666.000,7); +INSERT INTO `mob_spawn_points` VALUES (17629274,0,'Antican_Signifer','Antican Signifer',11,52,55,823.292,-0.500,-687.831,38); INSERT INTO `mob_spawn_points` VALUES (17629275,0,'Sand_Spider','Sand Spider',7,51,55,820.871,-1.196,-595.130,127); -INSERT INTO `mob_spawn_points` VALUES (17629276,0,'Antican_Hastatus','Antican Hastatus',9,52,59,851.024,0.472,-616.822,123); -INSERT INTO `mob_spawn_points` VALUES (17629277,0,'Antican_Signifer','Antican Signifer',11,52,59,856.777,0.923,-625.639,127); -INSERT INTO `mob_spawn_points` VALUES (17629278,0,'Sand_Eater','Sand Eater',12,51,59,848.629,0.494,-623.347,32); -INSERT INTO `mob_spawn_points` VALUES (17629279,0,'Antican_Hastatus','Antican Hastatus',9,52,59,864.832,0.272,-669.787,127); -INSERT INTO `mob_spawn_points` VALUES (17629280,0,'Antican_Princeps','Antican Princeps',10,52,59,856.187,1.120,-657.310,11); +INSERT INTO `mob_spawn_points` VALUES (17629276,0,'Antican_Hastatus','Antican Hastatus',9,52,55,851.024,0.472,-616.822,123); +INSERT INTO `mob_spawn_points` VALUES (17629277,0,'Antican_Signifer','Antican Signifer',11,52,55,856.777,0.923,-625.639,127); +INSERT INTO `mob_spawn_points` VALUES (17629278,0,'Sand_Eater','Sand Eater',12,52,55,848.629,0.494,-623.347,32); +INSERT INTO `mob_spawn_points` VALUES (17629279,0,'Antican_Hastatus','Antican Hastatus',9,52,55,864.832,0.272,-669.787,127); +INSERT INTO `mob_spawn_points` VALUES (17629280,0,'Antican_Princeps','Antican Princeps',10,52,55,856.187,1.120,-657.310,11); INSERT INTO `mob_spawn_points` VALUES (17629281,0,'Antican_Praefectus','Antican Praefectus',14,65,65,869.240,1.045,-655.214,102); -INSERT INTO `mob_spawn_points` VALUES (17629282,0,'Sand_Eater','Sand Eater',12,51,59,845.790,0.446,-657.654,127); -INSERT INTO `mob_spawn_points` VALUES (17629283,0,'Antican_Hastatus','Antican Hastatus',9,52,59,854.856,0.625,-704.626,7); -INSERT INTO `mob_spawn_points` VALUES (17629284,0,'Antican_Princeps','Antican Princeps',10,52,59,837.636,0.336,-699.673,120); -INSERT INTO `mob_spawn_points` VALUES (17629285,0,'Antican_Signifer','Antican Signifer',11,52,59,859.393,1.324,-700.998,125); -INSERT INTO `mob_spawn_points` VALUES (17629286,0,'Sand_Eater','Sand Eater',12,51,59,864.252,0.473,-689.710,127); -INSERT INTO `mob_spawn_points` VALUES (17629287,0,'Antican_Hastatus','Antican Hastatus',9,52,59,796.562,0.059,-660.970,5); -INSERT INTO `mob_spawn_points` VALUES (17629288,0,'Antican_Signifer','Antican Signifer',11,52,59,789.407,-0.243,-664.033,127); -INSERT INTO `mob_spawn_points` VALUES (17629289,0,'Sand_Eater','Sand Eater',12,51,59,777.764,0.078,-649.239,127); -INSERT INTO `mob_spawn_points` VALUES (17629290,0,'Antican_Hastatus','Antican Hastatus',9,52,59,772.800,0.898,-703.153,127); -INSERT INTO `mob_spawn_points` VALUES (17629291,0,'Antican_Princeps','Antican Princeps',10,52,59,797.255,0.171,-697.342,127); -INSERT INTO `mob_spawn_points` VALUES (17629292,0,'Sand_Eater','Sand Eater',12,51,59,778.953,1.261,-702.644,121); -INSERT INTO `mob_spawn_points` VALUES (17629293,0,'Sand_Eater','Sand Eater',12,51,59,815.635,2.774,-729.980,127); -INSERT INTO `mob_spawn_points` VALUES (17629294,0,'Helm_Beetle','Helm Beetle',8,51,58,689.112,-19.977,-739.351,127); -INSERT INTO `mob_spawn_points` VALUES (17629295,0,'Antican_Hastatus','Antican Hastatus',9,52,59,618.951,-16.794,-764.071,127); -INSERT INTO `mob_spawn_points` VALUES (17629296,0,'Antican_Princeps','Antican Princeps',10,52,59,641.000,-16.786,-774.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629297,0,'Antican_Signifer','Antican Signifer',11,52,59,657.000,-16.770,-756.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629298,0,'Antican_Hastatus','Antican Hastatus',9,52,59,626.061,-16.773,-742.354,127); -INSERT INTO `mob_spawn_points` VALUES (17629299,0,'Antican_Signifer','Antican Signifer',11,52,59,636.565,-16.770,-741.154,127); -INSERT INTO `mob_spawn_points` VALUES (17629300,0,'Helm_Beetle','Helm Beetle',8,51,58,658.435,-16.770,-771.204,60); +INSERT INTO `mob_spawn_points` VALUES (17629282,0,'Sand_Eater','Sand Eater',12,52,55,845.790,0.446,-657.654,127); +INSERT INTO `mob_spawn_points` VALUES (17629283,0,'Antican_Hastatus','Antican Hastatus',9,52,55,854.856,0.625,-704.626,7); +INSERT INTO `mob_spawn_points` VALUES (17629284,0,'Antican_Princeps','Antican Princeps',10,52,55,837.636,0.336,-699.673,120); +INSERT INTO `mob_spawn_points` VALUES (17629285,0,'Antican_Signifer','Antican Signifer',11,52,55,859.393,1.324,-700.998,125); +INSERT INTO `mob_spawn_points` VALUES (17629286,0,'Sand_Eater','Sand Eater',12,52,55,864.252,0.473,-689.710,127); +INSERT INTO `mob_spawn_points` VALUES (17629287,0,'Antican_Hastatus','Antican Hastatus',9,52,55,796.562,0.059,-660.970,5); +INSERT INTO `mob_spawn_points` VALUES (17629288,0,'Antican_Signifer','Antican Signifer',11,52,55,789.407,-0.243,-664.033,127); +INSERT INTO `mob_spawn_points` VALUES (17629289,0,'Sand_Eater','Sand Eater',12,52,55,777.764,0.078,-649.239,127); +INSERT INTO `mob_spawn_points` VALUES (17629290,0,'Antican_Hastatus','Antican Hastatus',9,52,55,772.800,0.898,-703.153,127); +INSERT INTO `mob_spawn_points` VALUES (17629291,0,'Antican_Princeps','Antican Princeps',10,52,55,797.255,0.171,-697.342,127); +INSERT INTO `mob_spawn_points` VALUES (17629292,0,'Sand_Eater','Sand Eater',12,52,55,778.953,1.261,-702.644,121); +INSERT INTO `mob_spawn_points` VALUES (17629293,0,'Sand_Eater','Sand Eater',12,52,55,815.635,2.774,-729.980,127); +INSERT INTO `mob_spawn_points` VALUES (17629294,0,'Helm_Beetle','Helm Beetle',8,51,54,689.112,-19.977,-739.351,127); +INSERT INTO `mob_spawn_points` VALUES (17629295,0,'Antican_Hastatus','Antican Hastatus',9,52,55,618.951,-16.794,-764.071,127); +INSERT INTO `mob_spawn_points` VALUES (17629296,0,'Antican_Princeps','Antican Princeps',10,52,55,641.000,-16.786,-774.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629297,0,'Antican_Signifer','Antican Signifer',11,52,55,657.000,-16.770,-756.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629298,0,'Antican_Hastatus','Antican Hastatus',9,52,55,626.061,-16.773,-742.354,127); +INSERT INTO `mob_spawn_points` VALUES (17629299,0,'Antican_Signifer','Antican Signifer',11,52,55,636.565,-16.770,-741.154,127); +INSERT INTO `mob_spawn_points` VALUES (17629300,0,'Helm_Beetle','Helm Beetle',8,51,54,658.435,-16.770,-771.204,60); INSERT INTO `mob_spawn_points` VALUES (17629301,0,'Sagittarius_X-XIII','Sagittarius X-XIII',15,55,57,624.000,-16.500,-775.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629302,0,'Helm_Beetle','Helm Beetle',8,51,58,659.372,-16.582,-798.875,127); -INSERT INTO `mob_spawn_points` VALUES (17629303,0,'Antican_Hastatus','Antican Hastatus',9,52,59,771.067,-16.281,-821.200,127); -INSERT INTO `mob_spawn_points` VALUES (17629304,0,'Antican_Princeps','Antican Princeps',10,52,59,734.575,-16.291,-824.047,37); -INSERT INTO `mob_spawn_points` VALUES (17629305,0,'Antican_Signifer','Antican Signifer',11,52,59,696.879,-16.306,-822.760,74); -INSERT INTO `mob_spawn_points` VALUES (17629306,0,'Antican_Hastatus','Antican Hastatus',9,52,59,748.837,-16.466,-825.250,1); -INSERT INTO `mob_spawn_points` VALUES (17629307,0,'Antican_Princeps','Antican Princeps',10,52,59,770.906,-16.321,-817.823,127); -INSERT INTO `mob_spawn_points` VALUES (17629308,0,'Antican_Signifer','Antican Signifer',11,52,59,671.000,-16.313,-819.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629309,0,'Helm_Beetle','Helm Beetle',8,51,58,690.591,-16.310,-818.376,127); -INSERT INTO `mob_spawn_points` VALUES (17629310,0,'Antican_Signifer','Antican Signifer',11,52,59,638.697,-16.774,-820.689,0); -INSERT INTO `mob_spawn_points` VALUES (17629311,0,'Antican_Princeps','Antican Princeps',10,52,59,741.730,-17.135,-793.624,127); -INSERT INTO `mob_spawn_points` VALUES (17629312,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,59,782.926,-15.885,-800.008,240); -INSERT INTO `mob_spawn_points` VALUES (17629313,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,59,779.953,-15.741,-801.030,167); -INSERT INTO `mob_spawn_points` VALUES (17629314,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,59,804.615,-14.690,-749.892,207); -INSERT INTO `mob_spawn_points` VALUES (17629315,0,'Antican_Hastatus','Antican Hastatus',9,52,59,785.390,-15.496,-774.523,74); -INSERT INTO `mob_spawn_points` VALUES (17629316,0,'Antican_Princeps','Antican Princeps',10,52,59,789.937,-15.827,-775.943,74); -INSERT INTO `mob_spawn_points` VALUES (17629317,0,'Antican_Signifer','Antican Signifer',11,52,59,801.494,-14.022,-746.864,127); -INSERT INTO `mob_spawn_points` VALUES (17629318,0,'Antican_Hastatus','Antican Hastatus',9,52,59,793.705,-14.623,-764.716,127); -INSERT INTO `mob_spawn_points` VALUES (17629319,0,'Antican_Princeps','Antican Princeps',10,52,59,789.963,-14.918,-749.028,127); -INSERT INTO `mob_spawn_points` VALUES (17629320,0,'Helm_Beetle','Helm Beetle',8,51,58,599.440,-17.030,-738.592,126); -INSERT INTO `mob_spawn_points` VALUES (17629321,0,'Antican_Hastatus','Antican Hastatus',9,52,59,526.102,-16.377,-741.960,9); -INSERT INTO `mob_spawn_points` VALUES (17629322,0,'Antican_Princeps','Antican Princeps',10,52,59,471.751,-16.281,-735.965,127); -INSERT INTO `mob_spawn_points` VALUES (17629323,0,'Antican_Signifer','Antican Signifer',11,52,59,517.549,-16.362,-735.959,127); -INSERT INTO `mob_spawn_points` VALUES (17629324,0,'Antican_Hastatus','Antican Hastatus',9,52,59,463.753,-16.368,-738.934,68); -INSERT INTO `mob_spawn_points` VALUES (17629325,0,'Antican_Princeps','Antican Princeps',10,52,59,539.537,-16.365,-739.406,102); -INSERT INTO `mob_spawn_points` VALUES (17629326,0,'Antican_Signifer','Antican Signifer',11,52,59,495.524,-16.389,-735.728,127); -INSERT INTO `mob_spawn_points` VALUES (17629327,0,'Helm_Beetle','Helm Beetle',8,51,58,502.480,-16.375,-742.219,58); -INSERT INTO `mob_spawn_points` VALUES (17629328,0,'Antican_Signifer','Antican Signifer',11,52,59,538.443,-16.794,-763.156,127); -INSERT INTO `mob_spawn_points` VALUES (17629329,0,'Antican_Princeps','Antican Princeps',10,52,59,434.647,-17.071,-740.283,0); -INSERT INTO `mob_spawn_points` VALUES (17629330,0,'Helm_Beetle','Helm Beetle',8,51,58,458.348,-15.786,-759.040,127); -INSERT INTO `mob_spawn_points` VALUES (17629331,0,'Helm_Beetle','Helm Beetle',8,51,58,476.665,-14.930,-784.702,0); -INSERT INTO `mob_spawn_points` VALUES (17629332,0,'Antican_Hastatus','Antican Hastatus',9,52,59,468.000,-14.000,-788.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629333,0,'Antican_Princeps','Antican Princeps',10,52,59,477.000,-14.000,-812.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629334,0,'Antican_Signifer','Antican Signifer',11,52,59,491.770,-14.510,-794.003,127); -INSERT INTO `mob_spawn_points` VALUES (17629335,0,'Antican_Hastatus','Antican Hastatus',9,52,59,474.000,-13.000,-802.000,120); -INSERT INTO `mob_spawn_points` VALUES (17629336,0,'Antican_Signifer','Antican Signifer',11,52,59,493.991,-14.705,-799.610,127); -INSERT INTO `mob_spawn_points` VALUES (17629337,0,'Antican_Hastatus','Antican Hastatus',9,52,59,481.283,0.248,-863.329,127); -INSERT INTO `mob_spawn_points` VALUES (17629338,0,'Antican_Princeps','Antican Princeps',10,52,59,500.361,0.442,-843.281,58); -INSERT INTO `mob_spawn_points` VALUES (17629339,0,'Antican_Signifer','Antican Signifer',11,52,59,458.000,1.000,-879.000,2); -INSERT INTO `mob_spawn_points` VALUES (17629340,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,59,500.698,0.497,-841.143,188); -INSERT INTO `mob_spawn_points` VALUES (17629341,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,59,493.985,0.226,-859.260,113); -INSERT INTO `mob_spawn_points` VALUES (17629342,0,'Sand_Eater','Sand Eater',12,51,59,476.102,0.438,-862.427,127); -INSERT INTO `mob_spawn_points` VALUES (17629343,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,59,432.437,-1.794,-861.483,132); -INSERT INTO `mob_spawn_points` VALUES (17629344,0,'Sand_Eater','Sand Eater',12,51,59,455.674,0.640,-863.175,40); -INSERT INTO `mob_spawn_points` VALUES (17629345,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,59,461.891,0.117,-893.584,29); -INSERT INTO `mob_spawn_points` VALUES (17629346,0,'Sand_Eater','Sand Eater',12,51,59,462.791,0.237,-895.581,127); -INSERT INTO `mob_spawn_points` VALUES (17629347,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,59,501.369,8.584,-922.440,222); -INSERT INTO `mob_spawn_points` VALUES (17629348,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,59,508.591,13.046,-940.072,172); -INSERT INTO `mob_spawn_points` VALUES (17629349,0,'Sand_Eater','Sand Eater',12,51,59,521.983,16.125,-941.631,123); -INSERT INTO `mob_spawn_points` VALUES (17629350,0,'Antican_Hastatus','Antican Hastatus',9,52,59,545.164,17.626,-936.259,127); -INSERT INTO `mob_spawn_points` VALUES (17629351,0,'Antican_Princeps','Antican Princeps',10,52,59,560.492,17.387,-935.749,122); -INSERT INTO `mob_spawn_points` VALUES (17629352,0,'Antican_Signifer','Antican Signifer',11,52,59,559.615,17.705,-940.331,1); -INSERT INTO `mob_spawn_points` VALUES (17629353,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,59,538.830,15.658,-932.988,215); -INSERT INTO `mob_spawn_points` VALUES (17629354,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,59,561.574,17.356,-937.307,204); -INSERT INTO `mob_spawn_points` VALUES (17629355,0,'Sand_Eater','Sand Eater',12,51,59,561.188,17.709,-941.526,127); -INSERT INTO `mob_spawn_points` VALUES (17629356,0,'Helm_Beetle','Helm Beetle',8,51,58,140.000,-8.465,-180.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629357,0,'Helm_Beetle','Helm Beetle',8,51,58,128.943,-3.264,-139.320,127); -INSERT INTO `mob_spawn_points` VALUES (17629358,0,'Helm_Beetle','Helm Beetle',8,51,58,139.000,-4.530,-140.018,127); -INSERT INTO `mob_spawn_points` VALUES (17629359,0,'Antican_Hastatus','Antican Hastatus',9,52,59,67.001,-0.183,-111.719,46); -INSERT INTO `mob_spawn_points` VALUES (17629360,0,'Antican_Princeps','Antican Princeps',10,52,59,62.000,-0.269,-137.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629361,0,'Antican_Signifer','Antican Signifer',11,52,59,91.659,-0.318,-104.664,127); -INSERT INTO `mob_spawn_points` VALUES (17629362,0,'Antican_Hastatus','Antican Hastatus',9,52,59,98.012,-0.187,-127.086,127); -INSERT INTO `mob_spawn_points` VALUES (17629363,0,'Antican_Princeps','Antican Princeps',10,52,59,26.909,-0.370,-111.065,127); -INSERT INTO `mob_spawn_points` VALUES (17629364,0,'Antican_Signifer','Antican Signifer',11,52,59,44.000,-0.198,-107.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629365,0,'Helm_Beetle','Helm Beetle',8,51,58,75.782,-0.182,-133.419,127); -INSERT INTO `mob_spawn_points` VALUES (17629366,0,'Antican_Hastatus','Antican Hastatus',9,52,59,9.228,-0.140,-109.471,127); -INSERT INTO `mob_spawn_points` VALUES (17629367,0,'Antican_Princeps','Antican Princeps',10,52,59,3.906,-0.214,-149.905,36); -INSERT INTO `mob_spawn_points` VALUES (17629368,0,'Antican_Signifer','Antican Signifer',11,52,59,19.588,-0.230,-159.924,127); -INSERT INTO `mob_spawn_points` VALUES (17629369,0,'Antican_Hastatus','Antican Hastatus',9,52,59,-18.703,-0.141,-116.004,89); -INSERT INTO `mob_spawn_points` VALUES (17629370,0,'Antican_Princeps','Antican Princeps',10,52,59,13.054,-0.140,-127.584,125); -INSERT INTO `mob_spawn_points` VALUES (17629371,0,'Antican_Signifer','Antican Signifer',11,52,59,-8.967,-0.146,-109.180,125); -INSERT INTO `mob_spawn_points` VALUES (17629372,0,'Helm_Beetle','Helm Beetle',8,51,58,-18.656,-0.215,-147.475,66); +INSERT INTO `mob_spawn_points` VALUES (17629302,0,'Helm_Beetle','Helm Beetle',8,51,54,659.372,-16.582,-798.875,127); +INSERT INTO `mob_spawn_points` VALUES (17629303,0,'Antican_Hastatus','Antican Hastatus',9,52,55,771.067,-16.281,-821.200,127); +INSERT INTO `mob_spawn_points` VALUES (17629304,0,'Antican_Princeps','Antican Princeps',10,52,55,734.575,-16.291,-824.047,37); +INSERT INTO `mob_spawn_points` VALUES (17629305,0,'Antican_Signifer','Antican Signifer',11,52,55,696.879,-16.306,-822.760,74); +INSERT INTO `mob_spawn_points` VALUES (17629306,0,'Antican_Hastatus','Antican Hastatus',9,52,55,748.837,-16.466,-825.250,1); +INSERT INTO `mob_spawn_points` VALUES (17629307,0,'Antican_Princeps','Antican Princeps',10,52,55,770.906,-16.321,-817.823,127); +INSERT INTO `mob_spawn_points` VALUES (17629308,0,'Antican_Signifer','Antican Signifer',11,52,55,671.000,-16.313,-819.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629309,0,'Helm_Beetle','Helm Beetle',8,51,54,690.591,-16.310,-818.376,127); +INSERT INTO `mob_spawn_points` VALUES (17629310,0,'Antican_Signifer','Antican Signifer',11,52,55,638.697,-16.774,-820.689,0); +INSERT INTO `mob_spawn_points` VALUES (17629311,0,'Antican_Princeps','Antican Princeps',10,52,55,741.730,-17.135,-793.624,127); +INSERT INTO `mob_spawn_points` VALUES (17629312,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,55,782.926,-15.885,-800.008,240); +INSERT INTO `mob_spawn_points` VALUES (17629313,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,55,779.953,-15.741,-801.030,167); +INSERT INTO `mob_spawn_points` VALUES (17629314,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,55,804.615,-14.690,-749.892,207); +INSERT INTO `mob_spawn_points` VALUES (17629315,0,'Antican_Hastatus','Antican Hastatus',9,52,55,785.390,-15.496,-774.523,74); +INSERT INTO `mob_spawn_points` VALUES (17629316,0,'Antican_Princeps','Antican Princeps',10,52,55,789.937,-15.827,-775.943,74); +INSERT INTO `mob_spawn_points` VALUES (17629317,0,'Antican_Signifer','Antican Signifer',11,52,55,801.494,-14.022,-746.864,127); +INSERT INTO `mob_spawn_points` VALUES (17629318,0,'Antican_Hastatus','Antican Hastatus',9,52,55,793.705,-14.623,-764.716,127); +INSERT INTO `mob_spawn_points` VALUES (17629319,0,'Antican_Princeps','Antican Princeps',10,52,55,789.963,-14.918,-749.028,127); +INSERT INTO `mob_spawn_points` VALUES (17629320,0,'Helm_Beetle','Helm Beetle',8,51,54,599.440,-17.030,-738.592,126); +INSERT INTO `mob_spawn_points` VALUES (17629321,0,'Antican_Hastatus','Antican Hastatus',9,52,55,526.102,-16.377,-741.960,9); +INSERT INTO `mob_spawn_points` VALUES (17629322,0,'Antican_Princeps','Antican Princeps',10,52,55,471.751,-16.281,-735.965,127); +INSERT INTO `mob_spawn_points` VALUES (17629323,0,'Antican_Signifer','Antican Signifer',11,52,55,517.549,-16.362,-735.959,127); +INSERT INTO `mob_spawn_points` VALUES (17629324,0,'Antican_Hastatus','Antican Hastatus',9,52,55,463.753,-16.368,-738.934,68); +INSERT INTO `mob_spawn_points` VALUES (17629325,0,'Antican_Princeps','Antican Princeps',10,52,55,539.537,-16.365,-739.406,102); +INSERT INTO `mob_spawn_points` VALUES (17629326,0,'Antican_Signifer','Antican Signifer',11,52,55,495.524,-16.389,-735.728,127); +INSERT INTO `mob_spawn_points` VALUES (17629327,0,'Helm_Beetle','Helm Beetle',8,51,54,502.480,-16.375,-742.219,58); +INSERT INTO `mob_spawn_points` VALUES (17629328,0,'Antican_Signifer','Antican Signifer',11,52,55,538.443,-16.794,-763.156,127); +INSERT INTO `mob_spawn_points` VALUES (17629329,0,'Antican_Princeps','Antican Princeps',10,52,55,434.647,-17.071,-740.283,0); +INSERT INTO `mob_spawn_points` VALUES (17629330,0,'Helm_Beetle','Helm Beetle',8,51,54,458.348,-15.786,-759.040,127); +INSERT INTO `mob_spawn_points` VALUES (17629331,0,'Helm_Beetle','Helm Beetle',8,51,54,476.665,-14.930,-784.702,0); +INSERT INTO `mob_spawn_points` VALUES (17629332,0,'Antican_Hastatus','Antican Hastatus',9,52,55,468.000,-14.000,-788.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629333,0,'Antican_Princeps','Antican Princeps',10,52,55,477.000,-14.000,-812.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629334,0,'Antican_Signifer','Antican Signifer',11,52,55,491.770,-14.510,-794.003,127); +INSERT INTO `mob_spawn_points` VALUES (17629335,0,'Antican_Hastatus','Antican Hastatus',9,52,55,474.000,-13.000,-802.000,120); +INSERT INTO `mob_spawn_points` VALUES (17629336,0,'Antican_Signifer','Antican Signifer',11,52,55,493.991,-14.705,-799.610,127); +INSERT INTO `mob_spawn_points` VALUES (17629337,0,'Antican_Hastatus','Antican Hastatus',9,52,55,481.283,0.248,-863.329,127); +INSERT INTO `mob_spawn_points` VALUES (17629338,0,'Antican_Princeps','Antican Princeps',10,52,55,500.361,0.442,-843.281,58); +INSERT INTO `mob_spawn_points` VALUES (17629339,0,'Antican_Signifer','Antican Signifer',11,52,55,458.000,1.000,-879.000,2); +INSERT INTO `mob_spawn_points` VALUES (17629340,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,55,500.698,0.497,-841.143,188); +INSERT INTO `mob_spawn_points` VALUES (17629341,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,55,493.985,0.226,-859.260,113); +INSERT INTO `mob_spawn_points` VALUES (17629342,0,'Sand_Eater','Sand Eater',12,52,55,476.102,0.438,-862.427,127); +INSERT INTO `mob_spawn_points` VALUES (17629343,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,55,432.437,-1.794,-861.483,132); +INSERT INTO `mob_spawn_points` VALUES (17629344,0,'Sand_Eater','Sand Eater',12,52,55,455.674,0.640,-863.175,40); +INSERT INTO `mob_spawn_points` VALUES (17629345,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,55,461.891,0.117,-893.584,29); +INSERT INTO `mob_spawn_points` VALUES (17629346,0,'Sand_Eater','Sand Eater',12,52,55,462.791,0.237,-895.581,127); +INSERT INTO `mob_spawn_points` VALUES (17629347,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,55,501.369,8.584,-922.440,222); +INSERT INTO `mob_spawn_points` VALUES (17629348,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,55,508.591,13.046,-940.072,172); +INSERT INTO `mob_spawn_points` VALUES (17629349,0,'Sand_Eater','Sand Eater',12,52,55,521.983,16.125,-941.631,123); +INSERT INTO `mob_spawn_points` VALUES (17629350,0,'Antican_Hastatus','Antican Hastatus',9,52,55,545.164,17.626,-936.259,127); +INSERT INTO `mob_spawn_points` VALUES (17629351,0,'Antican_Princeps','Antican Princeps',10,52,55,560.492,17.387,-935.749,122); +INSERT INTO `mob_spawn_points` VALUES (17629352,0,'Antican_Signifer','Antican Signifer',11,52,55,559.615,17.705,-940.331,1); +INSERT INTO `mob_spawn_points` VALUES (17629353,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,55,538.830,15.658,-932.988,215); +INSERT INTO `mob_spawn_points` VALUES (17629354,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,55,561.574,17.356,-937.307,204); +INSERT INTO `mob_spawn_points` VALUES (17629355,0,'Sand_Eater','Sand Eater',12,52,55,561.188,17.709,-941.526,127); +INSERT INTO `mob_spawn_points` VALUES (17629356,0,'Helm_Beetle','Helm Beetle',8,55,58,140.000,-8.465,-180.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629357,0,'Helm_Beetle','Helm Beetle',8,55,58,128.943,-3.264,-139.320,127); +INSERT INTO `mob_spawn_points` VALUES (17629358,0,'Helm_Beetle','Helm Beetle',8,55,58,139.000,-4.530,-140.018,127); +INSERT INTO `mob_spawn_points` VALUES (17629359,0,'Antican_Hastatus','Antican Hastatus',9,56,59,67.001,-0.183,-111.719,46); +INSERT INTO `mob_spawn_points` VALUES (17629360,0,'Antican_Princeps','Antican Princeps',10,56,59,62.000,-0.269,-137.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629361,0,'Antican_Signifer','Antican Signifer',11,56,59,91.659,-0.318,-104.664,127); +INSERT INTO `mob_spawn_points` VALUES (17629362,0,'Antican_Hastatus','Antican Hastatus',9,56,59,98.012,-0.187,-127.086,127); +INSERT INTO `mob_spawn_points` VALUES (17629363,0,'Antican_Princeps','Antican Princeps',10,56,59,26.909,-0.370,-111.065,127); +INSERT INTO `mob_spawn_points` VALUES (17629364,0,'Antican_Signifer','Antican Signifer',11,56,59,44.000,-0.198,-107.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629365,0,'Helm_Beetle','Helm Beetle',8,55,58,75.782,-0.182,-133.419,127); +INSERT INTO `mob_spawn_points` VALUES (17629366,0,'Antican_Hastatus','Antican Hastatus',9,57,59,9.228,-0.140,-109.471,127); +INSERT INTO `mob_spawn_points` VALUES (17629367,0,'Antican_Princeps','Antican Princeps',10,56,57,3.906,-0.214,-149.905,36); +INSERT INTO `mob_spawn_points` VALUES (17629368,0,'Antican_Signifer','Antican Signifer',11,56,59,19.588,-0.230,-159.924,127); +INSERT INTO `mob_spawn_points` VALUES (17629369,0,'Antican_Hastatus','Antican Hastatus',9,56,59,-18.703,-0.141,-116.004,89); +INSERT INTO `mob_spawn_points` VALUES (17629370,0,'Antican_Princeps','Antican Princeps',10,56,59,13.054,-0.140,-127.584,125); +INSERT INTO `mob_spawn_points` VALUES (17629371,0,'Antican_Signifer','Antican Signifer',11,56,59,-8.967,-0.146,-109.180,125); +INSERT INTO `mob_spawn_points` VALUES (17629372,0,'Helm_Beetle','Helm Beetle',8,55,58,-18.656,-0.215,-147.475,66); INSERT INTO `mob_spawn_points` VALUES (17629373,0,'Sand_Lizard','Sand Lizard',16,56,59,1.000,-0.194,-136.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629374,0,'Antican_Hastatus','Antican Hastatus',9,52,59,14.769,-0.609,-34.873,125); -INSERT INTO `mob_spawn_points` VALUES (17629375,0,'Antican_Princeps','Antican Princeps',10,52,59,4.298,-0.500,-21.974,127); -INSERT INTO `mob_spawn_points` VALUES (17629376,0,'Antican_Signifer','Antican Signifer',11,52,59,13.362,-0.635,-54.434,127); -INSERT INTO `mob_spawn_points` VALUES (17629377,0,'Antican_Princeps','Antican Princeps',10,52,59,0.445,-0.580,-60.075,127); -INSERT INTO `mob_spawn_points` VALUES (17629378,0,'Antican_Signifer','Antican Signifer',11,52,59,-8.788,-0.615,-32.283,115); -INSERT INTO `mob_spawn_points` VALUES (17629379,0,'Helm_Beetle','Helm Beetle',8,51,58,-17.900,-0.607,-45.412,127); +INSERT INTO `mob_spawn_points` VALUES (17629374,0,'Antican_Hastatus','Antican Hastatus',9,56,59,14.769,-0.609,-34.873,125); +INSERT INTO `mob_spawn_points` VALUES (17629375,0,'Antican_Princeps','Antican Princeps',10,56,59,4.298,-0.500,-21.974,127); +INSERT INTO `mob_spawn_points` VALUES (17629376,0,'Antican_Signifer','Antican Signifer',11,56,59,13.362,-0.635,-54.434,127); +INSERT INTO `mob_spawn_points` VALUES (17629377,0,'Antican_Princeps','Antican Princeps',10,56,59,0.445,-0.580,-60.075,127); +INSERT INTO `mob_spawn_points` VALUES (17629378,0,'Antican_Signifer','Antican Signifer',11,56,59,-8.788,-0.615,-32.283,115); +INSERT INTO `mob_spawn_points` VALUES (17629379,0,'Helm_Beetle','Helm Beetle',8,55,58,-17.900,-0.607,-45.412,127); INSERT INTO `mob_spawn_points` VALUES (17629380,0,'Sand_Lizard','Sand Lizard',16,56,59,7.208,-0.607,-19.124,127); -INSERT INTO `mob_spawn_points` VALUES (17629381,0,'Antican_Hastatus','Antican Hastatus',9,52,59,-2.843,-0.230,-176.409,66); -INSERT INTO `mob_spawn_points` VALUES (17629382,0,'Antican_Princeps','Antican Princeps',10,52,59,20.112,-0.230,-192.478,53); -INSERT INTO `mob_spawn_points` VALUES (17629383,0,'Antican_Signifer','Antican Signifer',11,52,59,12.329,-0.260,-172.469,127); -INSERT INTO `mob_spawn_points` VALUES (17629384,0,'Antican_Princeps','Antican Princeps',10,52,59,18.449,-0.318,-209.322,20); -INSERT INTO `mob_spawn_points` VALUES (17629385,0,'Antican_Signifer','Antican Signifer',11,52,59,-20.013,-0.432,-188.390,127); -INSERT INTO `mob_spawn_points` VALUES (17629386,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,59,-7.069,-0.250,-170.876,218); +INSERT INTO `mob_spawn_points` VALUES (17629381,0,'Antican_Hastatus','Antican Hastatus',9,56,59,-2.843,-0.230,-176.409,66); +INSERT INTO `mob_spawn_points` VALUES (17629382,0,'Antican_Princeps','Antican Princeps',10,56,59,20.112,-0.230,-192.478,53); +INSERT INTO `mob_spawn_points` VALUES (17629383,0,'Antican_Signifer','Antican Signifer',11,56,59,12.329,-0.260,-172.469,127); +INSERT INTO `mob_spawn_points` VALUES (17629384,0,'Antican_Princeps','Antican Princeps',10,56,59,18.449,-0.318,-209.322,20); +INSERT INTO `mob_spawn_points` VALUES (17629385,0,'Antican_Signifer','Antican Signifer',11,56,59,-20.013,-0.432,-188.390,127); +INSERT INTO `mob_spawn_points` VALUES (17629386,0,'Sabotender_Bailaor','Sabotender Bailaor',39,56,59,-7.069,-0.250,-170.876,218); INSERT INTO `mob_spawn_points` VALUES (17629387,0,'Sand_Lizard','Sand Lizard',16,56,59,34.189,-0.670,-18.746,127); -INSERT INTO `mob_spawn_points` VALUES (17629388,0,'Antican_Hastatus','Antican Hastatus',9,52,59,96.000,-0.204,-22.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629389,0,'Antican_Princeps','Antican Princeps',10,52,59,80.647,-0.193,-15.392,127); -INSERT INTO `mob_spawn_points` VALUES (17629390,0,'Antican_Signifer','Antican Signifer',11,52,59,111.761,-0.203,-16.203,127); -INSERT INTO `mob_spawn_points` VALUES (17629391,0,'Antican_Hastatus','Antican Hastatus',9,52,59,63.000,-0.215,-22.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629392,0,'Antican_Princeps','Antican Princeps',10,52,59,193.000,1.000,15.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629393,0,'Antican_Signifer','Antican Signifer',11,52,59,136.322,-0.173,-23.657,117); +INSERT INTO `mob_spawn_points` VALUES (17629388,0,'Antican_Hastatus','Antican Hastatus',9,56,59,96.000,-0.204,-22.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629389,0,'Antican_Princeps','Antican Princeps',10,56,59,80.647,-0.193,-15.392,127); +INSERT INTO `mob_spawn_points` VALUES (17629390,0,'Antican_Signifer','Antican Signifer',11,56,59,111.761,-0.203,-16.203,127); +INSERT INTO `mob_spawn_points` VALUES (17629391,0,'Antican_Hastatus','Antican Hastatus',9,56,59,63.000,-0.215,-22.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629392,0,'Antican_Princeps','Antican Princeps',10,56,59,193.000,1.000,15.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629393,0,'Antican_Signifer','Antican Signifer',11,56,59,136.322,-0.173,-23.657,117); INSERT INTO `mob_spawn_points` VALUES (17629394,0,'Sand_Lizard','Sand Lizard',16,56,59,62.393,-0.173,-18.184,127); INSERT INTO `mob_spawn_points` VALUES (17629395,0,'Sand_Lizard','Sand Lizard',16,56,59,150.054,0.298,19.067,127); INSERT INTO `mob_spawn_points` VALUES (17629396,0,'Sand_Lizard','Sand Lizard',16,56,59,189.000,2.000,4.000,127); INSERT INTO `mob_spawn_points` VALUES (17629397,0,'Sand_Lizard','Sand Lizard',16,56,59,200.000,2.000,-4.000,64); -INSERT INTO `mob_spawn_points` VALUES (17629398,0,'Antican_Hastatus','Antican Hastatus',9,52,59,211.000,2.000,-0.500,127); -INSERT INTO `mob_spawn_points` VALUES (17629399,0,'Antican_Princeps','Antican Princeps',10,52,59,192.640,1.541,-1.346,127); -INSERT INTO `mob_spawn_points` VALUES (17629400,0,'Antican_Signifer','Antican Signifer',11,52,59,202.477,1.398,7.968,127); -INSERT INTO `mob_spawn_points` VALUES (17629401,0,'Antican_Hastatus','Antican Hastatus',9,52,59,183.639,0.774,2.511,127); -INSERT INTO `mob_spawn_points` VALUES (17629402,0,'Antican_Signifer','Antican Signifer',11,52,59,200.211,1.131,-15.712,99); +INSERT INTO `mob_spawn_points` VALUES (17629398,0,'Antican_Hastatus','Antican Hastatus',9,56,59,211.000,2.000,-0.500,127); +INSERT INTO `mob_spawn_points` VALUES (17629399,0,'Antican_Princeps','Antican Princeps',10,56,59,192.640,1.541,-1.346,127); +INSERT INTO `mob_spawn_points` VALUES (17629400,0,'Antican_Signifer','Antican Signifer',11,56,59,202.477,1.398,7.968,127); +INSERT INTO `mob_spawn_points` VALUES (17629401,0,'Antican_Hastatus','Antican Hastatus',9,56,59,183.639,0.774,2.511,127); +INSERT INTO `mob_spawn_points` VALUES (17629402,0,'Antican_Signifer','Antican Signifer',11,56,59,200.211,1.131,-15.712,99); INSERT INTO `mob_spawn_points` VALUES (17629403,0,'Nussknacker','Nussknacker',17,60,61,195.000,1.000,5.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629404,0,'Sand_Eater','Sand Eater',12,51,59,308.322,0.678,17.829,127); -INSERT INTO `mob_spawn_points` VALUES (17629405,0,'Sand_Eater','Sand Eater',12,51,59,271.464,1.585,19.790,127); -INSERT INTO `mob_spawn_points` VALUES (17629406,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,59,262.739,8.141,-0.186,53); -INSERT INTO `mob_spawn_points` VALUES (17629407,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,59,275.499,0.535,20.577,115); +INSERT INTO `mob_spawn_points` VALUES (17629404,0,'Sand_Eater','Sand Eater',12,56,59,308.322,0.678,17.829,127); +INSERT INTO `mob_spawn_points` VALUES (17629405,0,'Sand_Eater','Sand Eater',12,56,59,271.464,1.585,19.790,127); +INSERT INTO `mob_spawn_points` VALUES (17629406,0,'Sabotender_Bailaor','Sabotender Bailaor',39,56,59,262.739,8.141,-0.186,53); +INSERT INTO `mob_spawn_points` VALUES (17629407,0,'Sabotender_Bailaor','Sabotender Bailaor',39,56,59,275.499,0.535,20.577,115); INSERT INTO `mob_spawn_points` VALUES (17629408,0,'Sand_Lizard','Sand Lizard',16,56,59,-36.531,-0.409,-60.063,126); -INSERT INTO `mob_spawn_points` VALUES (17629409,0,'Antican_Hastatus','Antican Hastatus',9,52,59,-90.010,-0.567,-29.424,127); -INSERT INTO `mob_spawn_points` VALUES (17629410,0,'Antican_Princeps','Antican Princeps',10,52,59,-73.523,-0.500,-41.681,127); -INSERT INTO `mob_spawn_points` VALUES (17629411,0,'Antican_Signifer','Antican Signifer',11,52,59,-84.865,-0.428,-43.475,127); +INSERT INTO `mob_spawn_points` VALUES (17629409,0,'Antican_Hastatus','Antican Hastatus',9,56,59,-90.010,-0.567,-29.424,127); +INSERT INTO `mob_spawn_points` VALUES (17629410,0,'Antican_Princeps','Antican Princeps',10,56,59,-73.523,-0.500,-41.681,127); +INSERT INTO `mob_spawn_points` VALUES (17629411,0,'Antican_Signifer','Antican Signifer',11,56,59,-84.865,-0.428,-43.475,127); INSERT INTO `mob_spawn_points` VALUES (17629412,0,'Antican_Magister','Antican Magister',18,65,66,-77.000,-0.500,-56.000,127); INSERT INTO `mob_spawn_points` VALUES (17629413,0,'Sand_Lizard','Sand Lizard',16,56,59,-89.033,-0.574,-49.804,120); INSERT INTO `mob_spawn_points` VALUES (17629414,0,'Sand_Lizard','Sand Lizard',16,56,59,-76.697,-0.407,-28.568,127); INSERT INTO `mob_spawn_points` VALUES (17629415,0,'Sand_Lizard','Sand Lizard',16,56,59,-73.936,-0.444,-27.393,73); -INSERT INTO `mob_spawn_points` VALUES (17629416,0,'Antican_Princeps','Antican Princeps',10,52,59,-43.556,-0.926,-138.569,0); -INSERT INTO `mob_spawn_points` VALUES (17629417,0,'Helm_Beetle','Helm Beetle',8,51,58,36.273,-0.240,-178.437,127); -INSERT INTO `mob_spawn_points` VALUES (17629418,0,'Antican_Hastatus','Antican Hastatus',9,52,59,84.296,-0.295,-209.098,87); -INSERT INTO `mob_spawn_points` VALUES (17629419,0,'Antican_Princeps','Antican Princeps',10,52,59,73.919,-0.240,-201.451,38); -INSERT INTO `mob_spawn_points` VALUES (17629420,0,'Antican_Signifer','Antican Signifer',11,52,59,89.575,-0.299,-196.206,127); -INSERT INTO `mob_spawn_points` VALUES (17629421,0,'Antican_Proconsul','Antican Proconsul',19,65,65,76.000,-0.600,-194.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629422,0,'Helm_Beetle','Helm Beetle',8,51,58,66.932,-0.252,-197.068,127); -INSERT INTO `mob_spawn_points` VALUES (17629423,0,'Helm_Beetle','Helm Beetle',8,51,58,90.213,-0.297,-197.465,127); -INSERT INTO `mob_spawn_points` VALUES (17629424,0,'Helm_Beetle','Helm Beetle',8,51,58,74.090,-0.241,-210.722,53); -INSERT INTO `mob_spawn_points` VALUES (17629425,0,'Antican_Hastatus','Antican Hastatus',9,52,59,-114.821,-0.272,-223.974,6); -INSERT INTO `mob_spawn_points` VALUES (17629426,0,'Antican_Princeps','Antican Princeps',10,52,59,-138.969,-0.263,-216.730,127); -INSERT INTO `mob_spawn_points` VALUES (17629427,0,'Antican_Signifer','Antican Signifer',11,52,59,-77.365,-0.252,-221.736,25); -INSERT INTO `mob_spawn_points` VALUES (17629428,0,'Antican_Princeps','Antican Princeps',10,52,59,-89.338,-0.295,-223.608,56); -INSERT INTO `mob_spawn_points` VALUES (17629429,0,'Antican_Signifer','Antican Signifer',11,52,59,-57.035,-0.251,-223.260,59); +INSERT INTO `mob_spawn_points` VALUES (17629416,0,'Antican_Princeps','Antican Princeps',10,56,59,-43.556,-0.926,-138.569,0); +INSERT INTO `mob_spawn_points` VALUES (17629417,0,'Helm_Beetle','Helm Beetle',8,55,58,36.273,-0.240,-178.437,127); +INSERT INTO `mob_spawn_points` VALUES (17629418,0,'Antican_Hastatus','Antican Hastatus',9,56,59,84.296,-0.295,-209.098,87); +INSERT INTO `mob_spawn_points` VALUES (17629419,0,'Antican_Princeps','Antican Princeps',10,56,59,73.919,-0.240,-201.451,38); +INSERT INTO `mob_spawn_points` VALUES (17629420,1,'Antican_Signifer','Antican Signifer',11,56,59,89.575,-0.299,-196.206,127); +INSERT INTO `mob_spawn_points` VALUES (17629421,1,'Antican_Proconsul','Antican Proconsul',19,65,65,76.000,-0.600,-194.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629422,0,'Helm_Beetle','Helm Beetle',8,55,58,66.932,-0.252,-197.068,127); +INSERT INTO `mob_spawn_points` VALUES (17629423,0,'Helm_Beetle','Helm Beetle',8,55,58,90.213,-0.297,-197.465,127); +INSERT INTO `mob_spawn_points` VALUES (17629424,0,'Helm_Beetle','Helm Beetle',8,55,58,74.090,-0.241,-210.722,53); +INSERT INTO `mob_spawn_points` VALUES (17629425,0,'Antican_Hastatus','Antican Hastatus',9,56,59,-114.821,-0.272,-223.974,6); +INSERT INTO `mob_spawn_points` VALUES (17629426,0,'Antican_Princeps','Antican Princeps',10,56,59,-138.969,-0.263,-216.730,127); +INSERT INTO `mob_spawn_points` VALUES (17629427,0,'Antican_Signifer','Antican Signifer',11,56,59,-77.365,-0.252,-221.736,25); +INSERT INTO `mob_spawn_points` VALUES (17629428,0,'Antican_Princeps','Antican Princeps',10,56,59,-89.338,-0.295,-223.608,56); +INSERT INTO `mob_spawn_points` VALUES (17629429,0,'Antican_Signifer','Antican Signifer',11,56,59,-57.035,-0.251,-223.260,59); INSERT INTO `mob_spawn_points` VALUES (17629430,0,'Diamond_Daig','Diamond Daig',20,70,70,-81.000,-0.500,-217.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629431,0,'Antican_Hastatus','Antican Hastatus',9,52,59,-56.268,1.134,-184.020,127); -INSERT INTO `mob_spawn_points` VALUES (17629432,0,'Antican_Signifer','Antican Signifer',11,52,59,-51.980,0.216,-187.433,69); -INSERT INTO `mob_spawn_points` VALUES (17629433,0,'Helm_Beetle','Helm Beetle',8,51,58,-64.478,1.344,-179.473,106); -INSERT INTO `mob_spawn_points` VALUES (17629434,0,'Antican_Princeps','Antican Princeps',10,52,59,-61.526,0.526,-249.894,127); -INSERT INTO `mob_spawn_points` VALUES (17629435,0,'Antican_Signifer','Antican Signifer',11,52,59,-60.173,1.007,-268.644,127); -INSERT INTO `mob_spawn_points` VALUES (17629436,0,'Helm_Beetle','Helm Beetle',8,51,58,-69.158,-0.286,-223.889,127); -INSERT INTO `mob_spawn_points` VALUES (17629437,0,'Antican_Hastatus','Antican Hastatus',9,52,59,-91.584,0.167,-171.865,4); -INSERT INTO `mob_spawn_points` VALUES (17629438,0,'Antican_Princeps','Antican Princeps',10,52,59,-104.196,1.317,-186.740,76); -INSERT INTO `mob_spawn_points` VALUES (17629439,0,'Helm_Beetle','Helm Beetle',8,51,58,-95.632,-0.500,-214.732,51); -INSERT INTO `mob_spawn_points` VALUES (17629440,0,'Antican_Hastatus','Antican Hastatus',9,52,59,-96.292,1.168,-265.018,127); -INSERT INTO `mob_spawn_points` VALUES (17629441,0,'Antican_Signifer','Antican Signifer',11,52,59,-94.136,0.817,-265.075,127); -INSERT INTO `mob_spawn_points` VALUES (17629442,0,'Helm_Beetle','Helm Beetle',8,51,58,0.000,0.000,0.000,0); -INSERT INTO `mob_spawn_points` VALUES (17629443,0,'Antican_Princeps','Antican Princeps',10,52,59,-138.574,0.161,-200.910,62); -INSERT INTO `mob_spawn_points` VALUES (17629444,0,'Antican_Princeps','Antican Princeps',10,52,59,-130.062,0.335,-260.830,56); -INSERT INTO `mob_spawn_points` VALUES (17629445,0,'Antican_Princeps','Antican Princeps',10,52,59,-141.169,1.133,-252.699,127); -INSERT INTO `mob_spawn_points` VALUES (17629446,0,'Helm_Beetle','Helm Beetle',8,51,58,-143.262,1.433,-265.917,90); -INSERT INTO `mob_spawn_points` VALUES (17629447,0,'Helm_Beetle','Helm Beetle',8,51,58,-163.159,-0.681,-218.455,1); -INSERT INTO `mob_spawn_points` VALUES (17629448,0,'Antican_Hastatus','Antican Hastatus',9,52,59,-164.000,16.000,-181.000,67); -INSERT INTO `mob_spawn_points` VALUES (17629449,0,'Antican_Princeps','Antican Princeps',10,52,59,-181.485,8.405,-160.682,99); -INSERT INTO `mob_spawn_points` VALUES (17629450,0,'Sand_Eater','Sand Eater',12,51,59,-180.601,9.447,-166.662,127); -INSERT INTO `mob_spawn_points` VALUES (17629451,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,59,-182.744,8.263,-156.062,189); -INSERT INTO `mob_spawn_points` VALUES (17629452,0,'Antican_Hastatus','Antican Hastatus',9,52,59,-214.000,9.000,-117.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629453,0,'Antican_Princeps','Antican Princeps',10,52,59,-203.542,9.694,-128.228,127); -INSERT INTO `mob_spawn_points` VALUES (17629454,0,'Antican_Signifer','Antican Signifer',11,52,59,-195.642,9.477,-109.776,82); -INSERT INTO `mob_spawn_points` VALUES (17629455,0,'Sand_Eater','Sand Eater',12,51,59,-191.667,8.301,-133.642,74); -INSERT INTO `mob_spawn_points` VALUES (17629456,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,59,-214.697,8.388,-132.810,28); -INSERT INTO `mob_spawn_points` VALUES (17629457,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,59,-216.161,9.100,-118.385,106); -INSERT INTO `mob_spawn_points` VALUES (17629458,0,'Sand_Eater','Sand Eater',12,51,59,-262.550,-7.116,-74.393,51); -INSERT INTO `mob_spawn_points` VALUES (17629459,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,59,-217.588,6.344,-70.036,212); -INSERT INTO `mob_spawn_points` VALUES (17629460,0,'Sabotender_Bailaor','Sabotender Bailaor',39,52,59,-261.629,-7.420,-77.060,181); -INSERT INTO `mob_spawn_points` VALUES (17629461,0,'Sand_Eater','Sand Eater',12,51,59,-300.378,-7.738,-111.882,6); +INSERT INTO `mob_spawn_points` VALUES (17629431,0,'Antican_Hastatus','Antican Hastatus',9,56,59,-56.268,1.134,-184.020,127); +INSERT INTO `mob_spawn_points` VALUES (17629432,0,'Antican_Signifer','Antican Signifer',11,56,59,-51.980,0.216,-187.433,69); +INSERT INTO `mob_spawn_points` VALUES (17629433,2,'Helm_Beetle','Helm Beetle',8,55,58,-64.478,1.344,-179.473,106); +INSERT INTO `mob_spawn_points` VALUES (17629434,0,'Antican_Princeps','Antican Princeps',10,56,59,-61.526,0.526,-249.894,127); +INSERT INTO `mob_spawn_points` VALUES (17629435,0,'Antican_Signifer','Antican Signifer',11,56,59,-60.173,1.007,-268.644,127); +INSERT INTO `mob_spawn_points` VALUES (17629436,2,'Helm_Beetle','Helm Beetle',8,55,58,-69.158,-0.286,-223.889,127); +INSERT INTO `mob_spawn_points` VALUES (17629437,0,'Antican_Hastatus','Antican Hastatus',9,56,59,-91.584,0.167,-171.865,4); +INSERT INTO `mob_spawn_points` VALUES (17629438,0,'Antican_Princeps','Antican Princeps',10,56,59,-104.196,1.317,-186.740,76); +INSERT INTO `mob_spawn_points` VALUES (17629439,2,'Helm_Beetle','Helm Beetle',8,55,58,-95.632,-0.500,-214.732,51); +INSERT INTO `mob_spawn_points` VALUES (17629440,0,'Antican_Hastatus','Antican Hastatus',9,56,59,-96.292,1.168,-265.018,127); +INSERT INTO `mob_spawn_points` VALUES (17629441,0,'Antican_Signifer','Antican Signifer',11,56,59,-94.136,0.817,-265.075,127); +INSERT INTO `mob_spawn_points` VALUES (17629442,2,'Helm_Beetle','Helm Beetle',8,55,58,0.000,0.000,0.000,0); +INSERT INTO `mob_spawn_points` VALUES (17629443,0,'Antican_Princeps','Antican Princeps',10,56,59,-138.574,0.161,-200.910,62); +INSERT INTO `mob_spawn_points` VALUES (17629444,0,'Antican_Princeps','Antican Princeps',10,56,59,-130.062,0.335,-260.830,56); +INSERT INTO `mob_spawn_points` VALUES (17629445,0,'Antican_Princeps','Antican Princeps',10,56,59,-141.169,1.133,-252.699,127); +INSERT INTO `mob_spawn_points` VALUES (17629446,2,'Helm_Beetle','Helm Beetle',8,55,58,-143.262,1.433,-265.917,90); +INSERT INTO `mob_spawn_points` VALUES (17629447,0,'Helm_Beetle','Helm Beetle',8,55,58,-163.159,-0.681,-218.455,1); +INSERT INTO `mob_spawn_points` VALUES (17629448,0,'Antican_Hastatus','Antican Hastatus',9,56,59,-164.000,16.000,-181.000,67); +INSERT INTO `mob_spawn_points` VALUES (17629449,0,'Antican_Princeps','Antican Princeps',10,56,59,-181.485,8.405,-160.682,99); +INSERT INTO `mob_spawn_points` VALUES (17629450,0,'Sand_Eater','Sand Eater',12,56,59,-180.601,9.447,-166.662,127); +INSERT INTO `mob_spawn_points` VALUES (17629451,0,'Sabotender_Bailaor','Sabotender Bailaor',39,56,59,-182.744,8.263,-156.062,189); +INSERT INTO `mob_spawn_points` VALUES (17629452,0,'Antican_Hastatus','Antican Hastatus',9,56,59,-214.000,9.000,-117.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629453,0,'Antican_Princeps','Antican Princeps',10,56,59,-203.542,9.694,-128.228,127); +INSERT INTO `mob_spawn_points` VALUES (17629454,0,'Antican_Signifer','Antican Signifer',11,56,59,-195.642,9.477,-109.776,82); +INSERT INTO `mob_spawn_points` VALUES (17629455,0,'Sand_Eater','Sand Eater',12,56,59,-191.667,8.301,-133.642,74); +INSERT INTO `mob_spawn_points` VALUES (17629456,0,'Sabotender_Bailaor','Sabotender Bailaor',39,56,59,-214.697,8.388,-132.810,28); +INSERT INTO `mob_spawn_points` VALUES (17629457,0,'Sabotender_Bailaor','Sabotender Bailaor',39,56,59,-216.161,9.100,-118.385,106); +INSERT INTO `mob_spawn_points` VALUES (17629458,0,'Sand_Eater','Sand Eater',12,56,59,-262.550,-7.116,-74.393,51); +INSERT INTO `mob_spawn_points` VALUES (17629459,0,'Sabotender_Bailaor','Sabotender Bailaor',39,56,59,-217.588,6.344,-70.036,212); +INSERT INTO `mob_spawn_points` VALUES (17629460,0,'Sabotender_Bailaor','Sabotender Bailaor',39,56,59,-261.629,-7.420,-77.060,181); +INSERT INTO `mob_spawn_points` VALUES (17629461,0,'Sand_Eater','Sand Eater',12,56,59,-300.378,-7.738,-111.882,6); INSERT INTO `mob_spawn_points` VALUES (17629462,0,'Sand_Lizard','Sand Lizard',16,56,59,-740.514,-7.185,-567.286,60); INSERT INTO `mob_spawn_points` VALUES (17629463,0,'Sand_Lizard','Sand Lizard',16,56,59,-783.828,-0.620,-543.411,75); INSERT INTO `mob_spawn_points` VALUES (17629464,0,'Sand_Lizard','Sand Lizard',16,56,59,-777.354,-0.355,-539.346,127); -INSERT INTO `mob_spawn_points` VALUES (17629465,0,'Antican_Triarius','Antican Triarius',21,62,72,-776.107,-0.284,-479.755,50); -INSERT INTO `mob_spawn_points` VALUES (17629466,0,'Antican_Antesignanus','Antican Antesignanus',22,62,72,-764.415,-0.443,-464.398,9); -INSERT INTO `mob_spawn_points` VALUES (17629467,0,'Antican_Quaestor','Antican Quaestor',23,62,72,-779.000,-0.167,-514.000,72); +INSERT INTO `mob_spawn_points` VALUES (17629465,0,'Antican_Triarius','Antican Triarius',21,62,65,-776.107,-0.284,-479.755,50); +INSERT INTO `mob_spawn_points` VALUES (17629466,0,'Antican_Antesignanus','Antican Antesignanus',22,62,65,-764.415,-0.443,-464.398,9); +INSERT INTO `mob_spawn_points` VALUES (17629467,0,'Antican_Quaestor','Antican Quaestor',23,62,65,-779.000,-0.167,-514.000,72); INSERT INTO `mob_spawn_points` VALUES (17629468,0,'Sand_Lizard','Sand Lizard',16,56,59,-767.383,-0.409,-463.025,54); -INSERT INTO `mob_spawn_points` VALUES (17629469,0,'Antican_Triarius','Antican Triarius',21,62,72,-703.118,-0.514,-463.110,53); -INSERT INTO `mob_spawn_points` VALUES (17629470,0,'Antican_Aedilis','Antican Aedilis',24,62,72,-741.000,-0.520,-462.000,62); -INSERT INTO `mob_spawn_points` VALUES (17629471,0,'Antican_Quaestor','Antican Quaestor',23,62,72,-695.915,-0.515,-456.078,91); +INSERT INTO `mob_spawn_points` VALUES (17629469,0,'Antican_Triarius','Antican Triarius',21,62,65,-703.118,-0.514,-463.110,53); +INSERT INTO `mob_spawn_points` VALUES (17629470,0,'Antican_Aedilis','Antican Aedilis',24,62,65,-741.000,-0.520,-462.000,62); +INSERT INTO `mob_spawn_points` VALUES (17629471,0,'Antican_Quaestor','Antican Quaestor',23,62,65,-695.915,-0.515,-456.078,91); INSERT INTO `mob_spawn_points` VALUES (17629472,0,'Sand_Lizard','Sand Lizard',16,56,59,-694.778,-0.515,-454.188,54); -INSERT INTO `mob_spawn_points` VALUES (17629473,0,'Antican_Triarius','Antican Triarius',21,62,72,-701.410,-0.700,-392.659,127); -INSERT INTO `mob_spawn_points` VALUES (17629474,0,'Antican_Antesignanus','Antican Antesignanus',22,62,72,-700.551,-0.500,-399.747,127); -INSERT INTO `mob_spawn_points` VALUES (17629475,0,'Antican_Aedilis','Antican Aedilis',24,62,72,-700.000,-0.710,-436.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629476,0,'Antican_Quaestor','Antican Quaestor',23,62,72,-701.186,-0.715,-382.428,121); +INSERT INTO `mob_spawn_points` VALUES (17629473,0,'Antican_Triarius','Antican Triarius',21,62,65,-701.410,-0.700,-392.659,127); +INSERT INTO `mob_spawn_points` VALUES (17629474,0,'Antican_Antesignanus','Antican Antesignanus',22,62,65,-700.551,-0.500,-399.747,127); +INSERT INTO `mob_spawn_points` VALUES (17629475,0,'Antican_Aedilis','Antican Aedilis',24,62,65,-700.000,-0.710,-436.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629476,0,'Antican_Quaestor','Antican Quaestor',23,62,65,-701.186,-0.715,-382.428,121); INSERT INTO `mob_spawn_points` VALUES (17629477,0,'Sand_Lizard','Sand Lizard',16,56,59,-701.676,-0.739,-421.499,100); INSERT INTO `mob_spawn_points` VALUES (17629478,0,'Sand_Lizard','Sand Lizard',16,56,59,-678.511,-0.239,-418.562,127); -INSERT INTO `mob_spawn_points` VALUES (17629479,0,'Antican_Triarius','Antican Triarius',21,62,72,-579.159,-0.319,-394.261,127); -INSERT INTO `mob_spawn_points` VALUES (17629480,0,'Antican_Aedilis','Antican Aedilis',24,62,72,-606.985,-0.686,-380.910,92); -INSERT INTO `mob_spawn_points` VALUES (17629481,0,'Antican_Antesignanus','Antican Antesignanus',22,62,72,-652.994,-0.517,-379.169,127); -INSERT INTO `mob_spawn_points` VALUES (17629482,0,'Antican_Quaestor','Antican Quaestor',23,62,72,-599.336,-0.304,-462.077,119); +INSERT INTO `mob_spawn_points` VALUES (17629479,0,'Antican_Triarius','Antican Triarius',21,62,65,-579.159,-0.319,-394.261,127); +INSERT INTO `mob_spawn_points` VALUES (17629480,0,'Antican_Aedilis','Antican Aedilis',24,62,65,-606.985,-0.686,-380.910,92); +INSERT INTO `mob_spawn_points` VALUES (17629481,0,'Antican_Antesignanus','Antican Antesignanus',22,62,65,-652.994,-0.517,-379.169,127); +INSERT INTO `mob_spawn_points` VALUES (17629482,0,'Antican_Quaestor','Antican Quaestor',23,62,65,-599.336,-0.304,-462.077,119); INSERT INTO `mob_spawn_points` VALUES (17629483,0,'Antican_Tribunus','Antican Tribunus',25,65,65,-582.000,-0.500,-412.000,127); INSERT INTO `mob_spawn_points` VALUES (17629484,0,'Girtab','Girtab',26,62,65,-578.666,-0.427,-438.065,8); INSERT INTO `mob_spawn_points` VALUES (17629485,0,'Girtab','Girtab',26,62,65,-602.709,-0.284,-461.465,32); INSERT INTO `mob_spawn_points` VALUES (17629486,0,'Girtab','Girtab',26,62,65,-665.522,-0.675,-397.934,68); -INSERT INTO `mob_spawn_points` VALUES (17629487,0,'Antican_Triarius','Antican Triarius',21,62,72,-641.175,-0.794,-381.075,71); -INSERT INTO `mob_spawn_points` VALUES (17629488,0,'Antican_Aedilis','Antican Aedilis',24,62,72,-645.434,-0.831,-383.598,4); -INSERT INTO `mob_spawn_points` VALUES (17629489,0,'Antican_Triarius','Antican Triarius',21,62,72,-658.462,-0.595,-393.404,127); +INSERT INTO `mob_spawn_points` VALUES (17629487,0,'Antican_Triarius','Antican Triarius',21,62,65,-641.175,-0.794,-381.075,71); +INSERT INTO `mob_spawn_points` VALUES (17629488,0,'Antican_Aedilis','Antican Aedilis',24,62,65,-645.434,-0.831,-383.598,4); +INSERT INTO `mob_spawn_points` VALUES (17629489,0,'Antican_Triarius','Antican Triarius',21,62,65,-658.462,-0.595,-393.404,127); INSERT INTO `mob_spawn_points` VALUES (17629490,0,'Sand_Lizard','Sand Lizard',16,56,59,-637.120,-0.678,-383.624,119); -INSERT INTO `mob_spawn_points` VALUES (17629491,0,'Antican_Antesignanus','Antican Antesignanus',22,62,72,-659.345,-0.303,-457.124,127); -INSERT INTO `mob_spawn_points` VALUES (17629492,0,'Antican_Antesignanus','Antican Antesignanus',22,62,72,-664.999,-0.838,-434.944,127); -INSERT INTO `mob_spawn_points` VALUES (17629493,0,'Antican_Quaestor','Antican Quaestor',23,62,72,-631.566,-0.506,-459.155,127); +INSERT INTO `mob_spawn_points` VALUES (17629491,0,'Antican_Antesignanus','Antican Antesignanus',22,62,65,-659.345,-0.303,-457.124,127); +INSERT INTO `mob_spawn_points` VALUES (17629492,0,'Antican_Antesignanus','Antican Antesignanus',22,62,65,-664.999,-0.838,-434.944,127); +INSERT INTO `mob_spawn_points` VALUES (17629493,0,'Antican_Quaestor','Antican Quaestor',23,62,65,-631.566,-0.506,-459.155,127); INSERT INTO `mob_spawn_points` VALUES (17629494,0,'Sand_Lizard','Sand Lizard',16,56,59,-657.694,-0.484,-453.705,127); -INSERT INTO `mob_spawn_points` VALUES (17629495,0,'Antican_Quaestor','Antican Quaestor',23,62,72,-577.000,-0.317,-381.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629496,0,'Antican_Antesignanus','Antican Antesignanus',22,62,72,-595.000,-0.500,-381.000,29); -INSERT INTO `mob_spawn_points` VALUES (17629497,0,'Antican_Quaestor','Antican Quaestor',23,62,72,-576.495,-0.379,-408.712,36); +INSERT INTO `mob_spawn_points` VALUES (17629495,0,'Antican_Quaestor','Antican Quaestor',23,62,65,-577.000,-0.317,-381.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629496,0,'Antican_Antesignanus','Antican Antesignanus',22,62,65,-595.000,-0.500,-381.000,29); +INSERT INTO `mob_spawn_points` VALUES (17629497,0,'Antican_Quaestor','Antican Quaestor',23,62,65,-576.495,-0.379,-408.712,36); INSERT INTO `mob_spawn_points` VALUES (17629498,0,'Sand_Lizard','Sand Lizard',16,56,59,-614.088,-0.546,-384.258,99); -INSERT INTO `mob_spawn_points` VALUES (17629499,0,'Antican_Triarius','Antican Triarius',21,62,72,-581.487,-0.780,-425.375,127); -INSERT INTO `mob_spawn_points` VALUES (17629500,0,'Antican_Aedilis','Antican Aedilis',24,62,72,-575.600,-0.325,-450.031,127); -INSERT INTO `mob_spawn_points` VALUES (17629501,0,'Antican_Aedilis','Antican Aedilis',24,62,72,-575.455,-0.401,-433.802,127); +INSERT INTO `mob_spawn_points` VALUES (17629499,0,'Antican_Triarius','Antican Triarius',21,62,65,-581.487,-0.780,-425.375,127); +INSERT INTO `mob_spawn_points` VALUES (17629500,0,'Antican_Aedilis','Antican Aedilis',24,62,65,-575.600,-0.325,-450.031,127); +INSERT INTO `mob_spawn_points` VALUES (17629501,0,'Antican_Aedilis','Antican Aedilis',24,62,65,-575.455,-0.401,-433.802,127); INSERT INTO `mob_spawn_points` VALUES (17629502,0,'Sand_Lizard','Sand Lizard',16,56,59,-596.779,-0.303,-464.170,119); INSERT INTO `mob_spawn_points` VALUES (17629503,0,'Sand_Lizard','Sand Lizard',16,56,59,-563.592,-0.596,-420.432,127); -INSERT INTO `mob_spawn_points` VALUES (17629504,0,'Antican_Antesignanus','Antican Antesignanus',22,62,72,-539.296,-0.794,-415.977,127); -INSERT INTO `mob_spawn_points` VALUES (17629505,0,'Antican_Quaestor','Antican Quaestor',23,62,72,-517.000,-0.842,-420.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629504,0,'Antican_Antesignanus','Antican Antesignanus',22,62,65,-539.296,-0.794,-415.977,127); +INSERT INTO `mob_spawn_points` VALUES (17629505,0,'Antican_Quaestor','Antican Quaestor',23,62,65,-517.000,-0.842,-420.000,127); INSERT INTO `mob_spawn_points` VALUES (17629506,0,'Sand_Lizard','Sand Lizard',16,56,59,-515.226,-0.911,-409.546,88); INSERT INTO `mob_spawn_points` VALUES (17629507,0,'Sand_Digger','Sand Digger',27,62,65,-497.415,16.580,-396.780,65); -INSERT INTO `mob_spawn_points` VALUES (17629508,0,'Antican_Antesignanus','Antican Antesignanus',22,62,72,-467.229,17.244,-352.626,92); -INSERT INTO `mob_spawn_points` VALUES (17629509,0,'Antican_Triarius','Antican Triarius',21,62,72,-471.247,16.933,-371.805,127); +INSERT INTO `mob_spawn_points` VALUES (17629508,0,'Antican_Antesignanus','Antican Antesignanus',22,62,65,-467.229,17.244,-352.626,92); +INSERT INTO `mob_spawn_points` VALUES (17629509,0,'Antican_Triarius','Antican Triarius',21,62,65,-471.247,16.933,-371.805,127); INSERT INTO `mob_spawn_points` VALUES (17629510,0,'Girtab','Girtab',26,62,65,-488.860,17.687,-351.446,127); INSERT INTO `mob_spawn_points` VALUES (17629511,0,'Girtab','Girtab',26,62,65,-492.000,17.630,-365.000,5); INSERT INTO `mob_spawn_points` VALUES (17629512,0,'Girtab','Girtab',26,62,65,-480.959,17.615,-353.208,3); @@ -76321,120 +76321,120 @@ INSERT INTO `mob_spawn_points` VALUES (17629521,0,'Girtab','Girtab',26,62,65,-74 INSERT INTO `mob_spawn_points` VALUES (17629522,0,'Girtab','Girtab',26,62,65,-811.708,-0.540,-416.990,127); INSERT INTO `mob_spawn_points` VALUES (17629523,0,'Girtab','Girtab',26,62,65,-784.345,-0.491,-344.698,122); INSERT INTO `mob_spawn_points` VALUES (17629524,0,'Triarius_X-XV','Triarius X-XV',28,72,74,-815.000,-0.500,-340.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629525,0,'Antican_Triarius','Antican Triarius',21,62,72,-740.000,-0.766,-378.000,121); -INSERT INTO `mob_spawn_points` VALUES (17629526,0,'Antican_Quaestor','Antican Quaestor',23,62,72,-744.294,-0.472,-415.398,72); -INSERT INTO `mob_spawn_points` VALUES (17629527,0,'Antican_Antesignanus','Antican Antesignanus',22,62,72,-744.303,-0.896,-394.958,127); -INSERT INTO `mob_spawn_points` VALUES (17629528,0,'Antican_Aedilis','Antican Aedilis',24,62,72,-742.738,-0.961,-403.110,127); -INSERT INTO `mob_spawn_points` VALUES (17629529,0,'Antican_Triarius','Antican Triarius',21,62,72,-750.658,-0.385,-339.890,71); -INSERT INTO `mob_spawn_points` VALUES (17629530,0,'Antican_Quaestor','Antican Quaestor',23,62,72,-743.671,-0.385,-339.510,127); -INSERT INTO `mob_spawn_points` VALUES (17629531,0,'Antican_Antesignanus','Antican Antesignanus',22,62,72,-741.555,-0.397,-361.665,127); -INSERT INTO `mob_spawn_points` VALUES (17629532,0,'Antican_Aedilis','Antican Aedilis',24,62,72,-759.160,-0.487,-338.492,127); -INSERT INTO `mob_spawn_points` VALUES (17629533,0,'Antican_Triarius','Antican Triarius',21,62,72,-786.730,-0.500,-343.963,127); -INSERT INTO `mob_spawn_points` VALUES (17629534,0,'Antican_Quaestor','Antican Quaestor',23,62,72,-815.457,-0.477,-363.034,56); -INSERT INTO `mob_spawn_points` VALUES (17629535,0,'Antican_Antesignanus','Antican Antesignanus',22,62,72,-771.000,-0.484,-340.000,56); -INSERT INTO `mob_spawn_points` VALUES (17629536,0,'Antican_Aedilis','Antican Aedilis',24,62,72,-818.000,-0.219,-375.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629537,0,'Antican_Triarius','Antican Triarius',21,62,72,-817.089,-0.500,-386.251,37); -INSERT INTO `mob_spawn_points` VALUES (17629538,0,'Antican_Quaestor','Antican Quaestor',23,62,72,-819.465,-0.315,-395.562,127); -INSERT INTO `mob_spawn_points` VALUES (17629539,0,'Antican_Antesignanus','Antican Antesignanus',22,62,72,-815.695,-0.259,-392.322,127); -INSERT INTO `mob_spawn_points` VALUES (17629540,0,'Antican_Aedilis','Antican Aedilis',24,62,72,-806.177,-0.540,-420.397,74); -INSERT INTO `mob_spawn_points` VALUES (17629541,0,'Sand_Lizard','Sand Lizard',16,56,59,-838.801,-0.203,-378.739,0); +INSERT INTO `mob_spawn_points` VALUES (17629525,3,'Antican_Triarius','Antican Triarius',21,62,72,-740.000,-0.766,-378.000,121); +INSERT INTO `mob_spawn_points` VALUES (17629526,0,'Antican_Quaestor','Antican Quaestor',23,62,65,-744.294,-0.472,-415.398,72); +INSERT INTO `mob_spawn_points` VALUES (17629527,0,'Antican_Antesignanus','Antican Antesignanus',22,62,65,-744.303,-0.896,-394.958,127); +INSERT INTO `mob_spawn_points` VALUES (17629528,0,'Antican_Aedilis','Antican Aedilis',24,62,65,-742.738,-0.961,-403.110,127); +INSERT INTO `mob_spawn_points` VALUES (17629529,3,'Antican_Triarius','Antican Triarius',21,62,65,-750.658,-0.385,-339.890,71); +INSERT INTO `mob_spawn_points` VALUES (17629530,0,'Antican_Quaestor','Antican Quaestor',23,62,65,-743.671,-0.385,-339.510,127); +INSERT INTO `mob_spawn_points` VALUES (17629531,0,'Antican_Antesignanus','Antican Antesignanus',22,62,65,-741.555,-0.397,-361.665,127); +INSERT INTO `mob_spawn_points` VALUES (17629532,0,'Antican_Aedilis','Antican Aedilis',24,62,65,-759.160,-0.487,-338.492,127); +INSERT INTO `mob_spawn_points` VALUES (17629533,3,'Antican_Triarius','Antican Triarius',21,62,65,-786.730,-0.500,-343.963,127); +INSERT INTO `mob_spawn_points` VALUES (17629534,0,'Antican_Quaestor','Antican Quaestor',23,62,65,-815.457,-0.477,-363.034,56); +INSERT INTO `mob_spawn_points` VALUES (17629535,0,'Antican_Antesignanus','Antican Antesignanus',22,62,65,-771.000,-0.484,-340.000,56); +INSERT INTO `mob_spawn_points` VALUES (17629536,0,'Antican_Aedilis','Antican Aedilis',24,62,65,-818.000,-0.219,-375.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629537,3,'Antican_Triarius','Antican Triarius',21,62,72,-817.089,-0.500,-386.251,37); +INSERT INTO `mob_spawn_points` VALUES (17629538,0,'Antican_Quaestor','Antican Quaestor',23,62,65,-819.465,-0.315,-395.562,127); +INSERT INTO `mob_spawn_points` VALUES (17629539,0,'Antican_Antesignanus','Antican Antesignanus',22,62,65,-815.695,-0.259,-392.322,127); +INSERT INTO `mob_spawn_points` VALUES (17629540,0,'Antican_Aedilis','Antican Aedilis',24,62,65,-806.177,-0.540,-420.397,74); +INSERT INTO `mob_spawn_points` VALUES (17629541,0,'Sand_Lizard','Sand Lizard',16,57,59,-838.801,-0.203,-378.739,0); INSERT INTO `mob_spawn_points` VALUES (17629542,0,'Girtab','Girtab',26,62,65,-873.525,-0.247,-379.137,127); -INSERT INTO `mob_spawn_points` VALUES (17629543,0,'Antican_Triarius','Antican Triarius',21,62,72,-860.000,-0.150,-385.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629544,0,'Antican_Quaestor','Antican Quaestor',23,62,72,-870.568,-0.896,-388.963,1); -INSERT INTO `mob_spawn_points` VALUES (17629545,0,'Spelunking_Sabotender','Spelunking Sabotender',29,62,68,-899.706,16.298,-408.929,127); +INSERT INTO `mob_spawn_points` VALUES (17629543,0,'Antican_Triarius','Antican Triarius',21,62,65,-860.000,-0.150,-385.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629544,0,'Antican_Quaestor','Antican Quaestor',23,62,65,-870.568,-0.896,-388.963,1); +INSERT INTO `mob_spawn_points` VALUES (17629545,0,'Spelunking_Sabotender','Spelunking Sabotender',29,62,65,-899.706,16.298,-408.929,127); INSERT INTO `mob_spawn_points` VALUES (17629546,0,'Girtab','Girtab',26,62,65,-938.853,16.716,-350.715,38); INSERT INTO `mob_spawn_points` VALUES (17629547,0,'Girtab','Girtab',26,62,65,-937.550,16.377,-365.590,119); -INSERT INTO `mob_spawn_points` VALUES (17629548,0,'Spelunking_Sabotender','Spelunking Sabotender',29,62,68,-943.413,16.439,-383.595,127); -INSERT INTO `mob_spawn_points` VALUES (17629549,0,'Spelunking_Sabotender','Spelunking Sabotender',29,62,68,-968.873,16.173,-299.110,127); -INSERT INTO `mob_spawn_points` VALUES (17629550,0,'Spelunking_Sabotender','Spelunking Sabotender',29,62,68,-902.482,16.756,-268.916,127); -INSERT INTO `mob_spawn_points` VALUES (17629551,0,'Spelunking_Sabotender','Spelunking Sabotender',29,62,68,-857.108,3.088,-259.528,127); -INSERT INTO `mob_spawn_points` VALUES (17629552,0,'Sand_Tarantula','Sand Tarantula',30,65,69,-341.637,-0.638,858.015,127); -INSERT INTO `mob_spawn_points` VALUES (17629553,0,'Antican_Triarius','Antican Triarius',21,62,72,-344.737,-0.750,807.798,127); -INSERT INTO `mob_spawn_points` VALUES (17629554,0,'Antican_Quaestor','Antican Quaestor',23,62,72,-341.940,-0.411,780.631,127); -INSERT INTO `mob_spawn_points` VALUES (17629555,0,'Antican_Antesignanus','Antican Antesignanus',22,62,72,-338.000,-0.407,764.000,62); -INSERT INTO `mob_spawn_points` VALUES (17629556,0,'Antican_Aedilis','Antican Aedilis',24,62,72,-340.359,-0.441,787.535,36); -INSERT INTO `mob_spawn_points` VALUES (17629557,0,'Antican_Triarius','Antican Triarius',21,62,72,-343.859,-0.411,751.608,36); -INSERT INTO `mob_spawn_points` VALUES (17629558,0,'Antican_Quaestor','Antican Quaestor',23,62,72,-352.597,-0.408,735.832,58); -INSERT INTO `mob_spawn_points` VALUES (17629559,0,'Antican_Antesignanus','Antican Antesignanus',22,62,72,-366.824,-0.757,741.668,127); -INSERT INTO `mob_spawn_points` VALUES (17629560,0,'Antican_Aedilis','Antican Aedilis',24,62,72,-337.671,-0.408,750.764,8); +INSERT INTO `mob_spawn_points` VALUES (17629548,0,'Spelunking_Sabotender','Spelunking Sabotender',29,62,65,-943.413,16.439,-383.595,127); +INSERT INTO `mob_spawn_points` VALUES (17629549,0,'Spelunking_Sabotender','Spelunking Sabotender',29,62,65,-968.873,16.173,-299.110,127); +INSERT INTO `mob_spawn_points` VALUES (17629550,0,'Spelunking_Sabotender','Spelunking Sabotender',29,62,65,-902.482,16.756,-268.916,127); +INSERT INTO `mob_spawn_points` VALUES (17629551,0,'Spelunking_Sabotender','Spelunking Sabotender',29,62,65,-857.108,3.088,-259.528,127); +INSERT INTO `mob_spawn_points` VALUES (17629552,0,'Sand_Tarantula','Sand Tarantula',30,65,68,-341.637,-0.638,858.015,127); +INSERT INTO `mob_spawn_points` VALUES (17629553,0,'Antican_Triarius','Antican Triarius',21,66,69,-344.737,-0.750,807.798,127); +INSERT INTO `mob_spawn_points` VALUES (17629554,0,'Antican_Quaestor','Antican Quaestor',23,66,69,-341.940,-0.411,780.631,127); +INSERT INTO `mob_spawn_points` VALUES (17629555,0,'Antican_Antesignanus','Antican Antesignanus',22,66,69,-338.000,-0.407,764.000,62); +INSERT INTO `mob_spawn_points` VALUES (17629556,0,'Antican_Aedilis','Antican Aedilis',24,66,69,-340.359,-0.441,787.535,36); +INSERT INTO `mob_spawn_points` VALUES (17629557,0,'Antican_Triarius','Antican Triarius',21,66,69,-343.859,-0.411,751.608,36); +INSERT INTO `mob_spawn_points` VALUES (17629558,0,'Antican_Quaestor','Antican Quaestor',23,66,69,-352.597,-0.408,735.832,58); +INSERT INTO `mob_spawn_points` VALUES (17629559,0,'Antican_Antesignanus','Antican Antesignanus',22,66,69,-366.824,-0.757,741.668,127); +INSERT INTO `mob_spawn_points` VALUES (17629560,0,'Antican_Aedilis','Antican Aedilis',24,66,69,-337.671,-0.408,750.764,8); INSERT INTO `mob_spawn_points` VALUES (17629561,0,'Hastatus_XI-XII','Hastatus XI-XII',31,65,68,-336.000,-0.500,739.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629562,0,'Antican_Triarius','Antican Triarius',21,62,72,-409.000,-0.471,740.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629563,0,'Antican_Quaestor','Antican Quaestor',23,62,72,-423.000,-0.473,743.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629564,0,'Antican_Antesignanus','Antican Antesignanus',22,62,72,-274.000,-0.500,677.000,38); -INSERT INTO `mob_spawn_points` VALUES (17629565,0,'Antican_Aedilis','Antican Aedilis',24,62,72,-375.004,-0.474,741.822,127); -INSERT INTO `mob_spawn_points` VALUES (17629566,0,'Antican_Triarius','Antican Triarius',21,62,72,-295.614,-0.573,742.520,127); -INSERT INTO `mob_spawn_points` VALUES (17629567,0,'Antican_Quaestor','Antican Quaestor',23,62,72,-271.773,-0.641,735.717,7); -INSERT INTO `mob_spawn_points` VALUES (17629568,0,'Antican_Antesignanus','Antican Antesignanus',22,62,72,-312.000,-0.790,737.000,4); -INSERT INTO `mob_spawn_points` VALUES (17629569,0,'Antican_Aedilis','Antican Aedilis',24,62,72,-291.112,-0.597,738.853,127); -INSERT INTO `mob_spawn_points` VALUES (17629570,0,'Antican_Triarius','Antican Triarius',21,62,72,-343.000,-0.379,657.000,69); -INSERT INTO `mob_spawn_points` VALUES (17629571,0,'Antican_Quaestor','Antican Quaestor',23,62,72,-336.662,-0.138,688.979,2); -INSERT INTO `mob_spawn_points` VALUES (17629572,0,'Antican_Antesignanus','Antican Antesignanus',22,62,72,-336.562,-0.191,704.886,127); -INSERT INTO `mob_spawn_points` VALUES (17629573,0,'Antican_Aedilis','Antican Aedilis',24,62,72,-268.000,-0.364,669.000,117); -INSERT INTO `mob_spawn_points` VALUES (17629574,0,'Sand_Tarantula','Sand Tarantula',30,65,69,-356.499,-0.274,822.123,127); -INSERT INTO `mob_spawn_points` VALUES (17629575,0,'Antican_Triarius','Antican Triarius',21,62,72,-398.218,-0.360,797.507,10); -INSERT INTO `mob_spawn_points` VALUES (17629576,0,'Antican_Antesignanus','Antican Antesignanus',22,62,72,-404.766,-0.330,811.761,23); -INSERT INTO `mob_spawn_points` VALUES (17629577,0,'Antican_Quaestor','Antican Quaestor',23,62,72,-387.000,-0.330,790.000,102); -INSERT INTO `mob_spawn_points` VALUES (17629578,0,'Antican_Aedilis','Antican Aedilis',24,62,72,-401.499,-0.330,787.916,127); +INSERT INTO `mob_spawn_points` VALUES (17629562,0,'Antican_Triarius','Antican Triarius',21,66,69,-409.000,-0.471,740.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629563,0,'Antican_Quaestor','Antican Quaestor',23,66,69,-423.000,-0.473,743.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629564,0,'Antican_Antesignanus','Antican Antesignanus',22,66,69,-274.000,-0.500,677.000,38); +INSERT INTO `mob_spawn_points` VALUES (17629565,0,'Antican_Aedilis','Antican Aedilis',24,66,69,-375.004,-0.474,741.822,127); +INSERT INTO `mob_spawn_points` VALUES (17629566,0,'Antican_Triarius','Antican Triarius',21,66,69,-295.614,-0.573,742.520,127); +INSERT INTO `mob_spawn_points` VALUES (17629567,0,'Antican_Quaestor','Antican Quaestor',23,66,69,-271.773,-0.641,735.717,7); +INSERT INTO `mob_spawn_points` VALUES (17629568,0,'Antican_Antesignanus','Antican Antesignanus',22,66,69,-312.000,-0.790,737.000,4); +INSERT INTO `mob_spawn_points` VALUES (17629569,0,'Antican_Aedilis','Antican Aedilis',24,66,69,-291.112,-0.597,738.853,127); +INSERT INTO `mob_spawn_points` VALUES (17629570,0,'Antican_Triarius','Antican Triarius',21,66,69,-343.000,-0.379,657.000,69); +INSERT INTO `mob_spawn_points` VALUES (17629571,0,'Antican_Quaestor','Antican Quaestor',23,66,69,-336.662,-0.138,688.979,2); +INSERT INTO `mob_spawn_points` VALUES (17629572,0,'Antican_Antesignanus','Antican Antesignanus',22,66,69,-336.562,-0.191,704.886,127); +INSERT INTO `mob_spawn_points` VALUES (17629573,0,'Antican_Aedilis','Antican Aedilis',24,66,69,-268.000,-0.364,669.000,117); +INSERT INTO `mob_spawn_points` VALUES (17629574,0,'Sand_Tarantula','Sand Tarantula',30,65,68,-356.499,-0.274,822.123,127); +INSERT INTO `mob_spawn_points` VALUES (17629575,0,'Antican_Triarius','Antican Triarius',21,66,69,-398.218,-0.360,797.507,10); +INSERT INTO `mob_spawn_points` VALUES (17629576,0,'Antican_Antesignanus','Antican Antesignanus',22,66,69,-404.766,-0.330,811.761,23); +INSERT INTO `mob_spawn_points` VALUES (17629577,0,'Antican_Quaestor','Antican Quaestor',23,66,69,-387.000,-0.330,790.000,102); +INSERT INTO `mob_spawn_points` VALUES (17629578,0,'Antican_Aedilis','Antican Aedilis',24,66,69,-401.499,-0.330,787.916,127); INSERT INTO `mob_spawn_points` VALUES (17629579,0,'Girtab','Girtab',26,62,65,-389.000,-0.495,797.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629580,0,'Sand_Tarantula','Sand Tarantula',30,65,69,-445.977,-0.450,780.958,127); -INSERT INTO `mob_spawn_points` VALUES (17629581,0,'Spelunking_Sabotender','Spelunking Sabotender',29,62,68,-449.077,-0.450,780.775,1); -INSERT INTO `mob_spawn_points` VALUES (17629582,0,'Spelunking_Sabotender','Spelunking Sabotender',29,62,68,-456.949,-0.456,780.811,127); -INSERT INTO `mob_spawn_points` VALUES (17629583,0,'Sand_Tarantula','Sand Tarantula',30,65,69,-504.271,-0.219,779.170,48); -INSERT INTO `mob_spawn_points` VALUES (17629584,0,'Antican_Antesignanus','Antican Antesignanus',22,62,72,-508.244,-0.219,784.757,127); -INSERT INTO `mob_spawn_points` VALUES (17629585,0,'Antican_Quaestor','Antican Quaestor',23,62,72,-506.540,-0.219,775.617,127); -INSERT INTO `mob_spawn_points` VALUES (17629586,0,'Spelunking_Sabotender','Spelunking Sabotender',29,62,68,-523.227,0.475,778.691,127); -INSERT INTO `mob_spawn_points` VALUES (17629587,0,'Sabotender_Bailarina','Sabotender Bailarina',40,79,81,-502.576,-0.219,778.166,106); -INSERT INTO `mob_spawn_points` VALUES (17629588,0,'Sand_Tarantula','Sand Tarantula',30,65,69,-553.761,0.338,736.461,78); -INSERT INTO `mob_spawn_points` VALUES (17629589,0,'Spelunking_Sabotender','Spelunking Sabotender',29,62,68,-536.109,0.481,780.740,127); -INSERT INTO `mob_spawn_points` VALUES (17629590,0,'Spelunking_Sabotender','Spelunking Sabotender',29,62,68,-541.972,0.586,757.460,127); -INSERT INTO `mob_spawn_points` VALUES (17629591,0,'Sand_Tarantula','Sand Tarantula',30,65,69,-264.000,-0.213,767.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629592,0,'Antican_Triarius','Antican Triarius',21,62,72,-271.943,-0.348,811.516,127); -INSERT INTO `mob_spawn_points` VALUES (17629593,0,'Antican_Antesignanus','Antican Antesignanus',22,62,72,-285.000,-0.348,789.736,127); -INSERT INTO `mob_spawn_points` VALUES (17629594,0,'Antican_Quaestor','Antican Quaestor',23,62,72,-274.000,-0.352,794.000,64); -INSERT INTO `mob_spawn_points` VALUES (17629595,0,'Antican_Aedilis','Antican Aedilis',24,62,72,-290.621,-0.348,809.656,127); +INSERT INTO `mob_spawn_points` VALUES (17629580,0,'Sand_Tarantula','Sand Tarantula',30,65,68,-445.977,-0.450,780.958,127); +INSERT INTO `mob_spawn_points` VALUES (17629581,0,'Spelunking_Sabotender','Spelunking Sabotender',29,65,68,-449.077,-0.450,780.775,1); +INSERT INTO `mob_spawn_points` VALUES (17629582,4,'Spelunking_Sabotender','Spelunking Sabotender',29,65,68,-456.949,-0.456,780.811,127); +INSERT INTO `mob_spawn_points` VALUES (17629583,0,'Sand_Tarantula','Sand Tarantula',30,65,68,-504.271,-0.219,779.170,48); +INSERT INTO `mob_spawn_points` VALUES (17629584,0,'Antican_Antesignanus','Antican Antesignanus',22,66,69,-508.244,-0.219,784.757,127); +INSERT INTO `mob_spawn_points` VALUES (17629585,0,'Antican_Quaestor','Antican Quaestor',23,66,69,-506.540,-0.219,775.617,127); +INSERT INTO `mob_spawn_points` VALUES (17629586,4,'Spelunking_Sabotender','Spelunking Sabotender',29,65,68,-523.227,0.475,778.691,127); +INSERT INTO `mob_spawn_points` VALUES (17629587,0,'Sabotender_Bailarina','Sabotender Bailarina',40,80,81,-502.576,-0.219,778.166,106); +INSERT INTO `mob_spawn_points` VALUES (17629588,0,'Sand_Tarantula','Sand Tarantula',30,65,68,-553.761,0.338,736.461,78); +INSERT INTO `mob_spawn_points` VALUES (17629589,0,'Spelunking_Sabotender','Spelunking Sabotender',29,65,68,-536.109,0.481,780.740,127); +INSERT INTO `mob_spawn_points` VALUES (17629590,4,'Spelunking_Sabotender','Spelunking Sabotender',29,65,68,-541.972,0.586,757.460,127); +INSERT INTO `mob_spawn_points` VALUES (17629591,0,'Sand_Tarantula','Sand Tarantula',30,65,68,-264.000,-0.213,767.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629592,0,'Antican_Triarius','Antican Triarius',21,66,69,-271.943,-0.348,811.516,127); +INSERT INTO `mob_spawn_points` VALUES (17629593,0,'Antican_Antesignanus','Antican Antesignanus',22,66,69,-285.000,-0.348,789.736,127); +INSERT INTO `mob_spawn_points` VALUES (17629594,0,'Antican_Quaestor','Antican Quaestor',23,66,69,-274.000,-0.352,794.000,64); +INSERT INTO `mob_spawn_points` VALUES (17629595,0,'Antican_Aedilis','Antican Aedilis',24,66,69,-290.621,-0.348,809.656,127); INSERT INTO `mob_spawn_points` VALUES (17629596,0,'Girtab','Girtab',26,62,65,-282.011,-0.348,797.983,58); -INSERT INTO `mob_spawn_points` VALUES (17629597,0,'Sand_Tarantula','Sand Tarantula',30,65,69,-420.850,-0.237,720.530,127); -INSERT INTO `mob_spawn_points` VALUES (17629598,0,'Sand_Tarantula','Sand Tarantula',30,65,69,-411.186,-0.183,664.776,120); -INSERT INTO `mob_spawn_points` VALUES (17629599,0,'Antican_Triarius','Antican Triarius',21,62,72,-389.000,-0.181,670.000,88); -INSERT INTO `mob_spawn_points` VALUES (17629600,0,'Antican_Antesignanus','Antican Antesignanus',22,62,72,-405.147,-0.185,666.524,76); -INSERT INTO `mob_spawn_points` VALUES (17629601,0,'Antican_Quaestor','Antican Quaestor',23,62,72,-387.951,-0.183,687.835,127); -INSERT INTO `mob_spawn_points` VALUES (17629602,0,'Antican_Aedilis','Antican Aedilis',24,62,72,-406.000,-0.181,686.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629597,0,'Sand_Tarantula','Sand Tarantula',30,65,68,-420.850,-0.237,720.530,127); +INSERT INTO `mob_spawn_points` VALUES (17629598,0,'Sand_Tarantula','Sand Tarantula',30,66,69,-411.186,-0.183,664.776,120); +INSERT INTO `mob_spawn_points` VALUES (17629599,0,'Antican_Triarius','Antican Triarius',21,66,69,-389.000,-0.181,670.000,88); +INSERT INTO `mob_spawn_points` VALUES (17629600,0,'Antican_Antesignanus','Antican Antesignanus',22,66,69,-405.147,-0.185,666.524,76); +INSERT INTO `mob_spawn_points` VALUES (17629601,0,'Antican_Quaestor','Antican Quaestor',23,66,69,-387.951,-0.183,687.835,127); +INSERT INTO `mob_spawn_points` VALUES (17629602,0,'Antican_Aedilis','Antican Aedilis',24,66,69,-406.000,-0.181,686.000,127); INSERT INTO `mob_spawn_points` VALUES (17629603,0,'Girtab','Girtab',26,62,65,-386.701,-0.181,682.371,43); -INSERT INTO `mob_spawn_points` VALUES (17629604,0,'Sand_Tarantula','Sand Tarantula',30,65,69,-435.000,-0.417,619.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629605,0,'Sand_Tarantula','Sand Tarantula',30,65,69,-419.299,-0.417,624.127,64); -INSERT INTO `mob_spawn_points` VALUES (17629606,0,'Antican_Triarius','Antican Triarius',21,62,72,-464.501,-0.127,620.732,127); -INSERT INTO `mob_spawn_points` VALUES (17629607,0,'Antican_Quaestor','Antican Quaestor',23,62,72,-459.715,-0.127,616.667,62); -INSERT INTO `mob_spawn_points` VALUES (17629608,0,'Antican_Aedilis','Antican Aedilis',24,62,72,-463.927,-0.127,614.274,78); -INSERT INTO `mob_spawn_points` VALUES (17629609,0,'Sand_Tarantula','Sand Tarantula',30,65,69,-321.438,-0.196,659.428,108); -INSERT INTO `mob_spawn_points` VALUES (17629610,0,'Sand_Tarantula','Sand Tarantula',30,65,69,-283.980,0.000,678.531,127); -INSERT INTO `mob_spawn_points` VALUES (17629611,0,'Antican_Triarius','Antican Triarius',21,62,72,-292.758,0.000,677.361,127); -INSERT INTO `mob_spawn_points` VALUES (17629612,0,'Antican_Antesignanus','Antican Antesignanus',22,62,72,-268.451,0.000,674.586,127); -INSERT INTO `mob_spawn_points` VALUES (17629613,0,'Antican_Quaestor','Antican Quaestor',23,62,72,-285.000,-0.007,678.087,49); -INSERT INTO `mob_spawn_points` VALUES (17629614,0,'Antican_Aedilis','Antican Aedilis',24,62,72,-296.336,0.000,673.000,79); +INSERT INTO `mob_spawn_points` VALUES (17629604,0,'Sand_Tarantula','Sand Tarantula',30,66,69,-435.000,-0.417,619.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629605,0,'Sand_Tarantula','Sand Tarantula',30,66,69,-419.299,-0.417,624.127,64); +INSERT INTO `mob_spawn_points` VALUES (17629606,0,'Antican_Triarius','Antican Triarius',21,66,69,-464.501,-0.127,620.732,127); +INSERT INTO `mob_spawn_points` VALUES (17629607,0,'Antican_Quaestor','Antican Quaestor',23,66,69,-459.715,-0.127,616.667,62); +INSERT INTO `mob_spawn_points` VALUES (17629608,0,'Antican_Aedilis','Antican Aedilis',24,66,69,-463.927,-0.127,614.274,78); +INSERT INTO `mob_spawn_points` VALUES (17629609,0,'Sand_Tarantula','Sand Tarantula',30,65,68,-321.438,-0.196,659.428,108); +INSERT INTO `mob_spawn_points` VALUES (17629610,0,'Sand_Tarantula','Sand Tarantula',30,65,68,-283.980,0.000,678.531,127); +INSERT INTO `mob_spawn_points` VALUES (17629611,0,'Antican_Triarius','Antican Triarius',21,66,69,-292.758,0.000,677.361,127); +INSERT INTO `mob_spawn_points` VALUES (17629612,0,'Antican_Antesignanus','Antican Antesignanus',22,66,69,-268.451,0.000,674.586,127); +INSERT INTO `mob_spawn_points` VALUES (17629613,0,'Antican_Quaestor','Antican Quaestor',23,66,69,-285.000,-0.007,678.087,49); +INSERT INTO `mob_spawn_points` VALUES (17629614,0,'Antican_Aedilis','Antican Aedilis',24,66,69,-296.336,0.000,673.000,79); INSERT INTO `mob_spawn_points` VALUES (17629615,0,'Girtab','Girtab',26,62,65,-293.665,-0.183,688.239,83); -INSERT INTO `mob_spawn_points` VALUES (17629616,0,'Antican_Antesignanus','Antican Antesignanus',22,62,72,-62.758,-15.134,325.986,127); -INSERT INTO `mob_spawn_points` VALUES (17629617,0,'Antican_Aedilis','Antican Aedilis',24,62,72,-74.722,-9.020,341.819,127); -INSERT INTO `mob_spawn_points` VALUES (17629618,0,'Antican_Triarius','Antican Triarius',21,62,72,-113.476,-0.038,381.607,127); -INSERT INTO `mob_spawn_points` VALUES (17629619,0,'Antican_Quaestor','Antican Quaestor',23,62,72,-131.934,-0.243,376.613,127); -INSERT INTO `mob_spawn_points` VALUES (17629620,0,'Antican_Antesignanus','Antican Antesignanus',22,62,72,-180.728,0.597,398.357,96); +INSERT INTO `mob_spawn_points` VALUES (17629616,0,'Antican_Antesignanus','Antican Antesignanus',22,69,71,-62.758,-15.134,325.986,127); +INSERT INTO `mob_spawn_points` VALUES (17629617,0,'Antican_Aedilis','Antican Aedilis',24,69,71,-74.722,-9.020,341.819,127); +INSERT INTO `mob_spawn_points` VALUES (17629618,0,'Antican_Triarius','Antican Triarius',21,69,71,-113.476,-0.038,381.607,127); +INSERT INTO `mob_spawn_points` VALUES (17629619,0,'Antican_Quaestor','Antican Quaestor',23,69,71,-131.934,-0.243,376.613,127); +INSERT INTO `mob_spawn_points` VALUES (17629620,0,'Antican_Antesignanus','Antican Antesignanus',22,69,71,-180.728,0.597,398.357,96); INSERT INTO `mob_spawn_points` VALUES (17629621,0,'Antican_Praetor','Antican Praetor',32,72,74,-179.000,1.000,378.000,72); -INSERT INTO `mob_spawn_points` VALUES (17629622,0,'Antican_Triarius','Antican Triarius',21,62,72,-173.679,1.791,439.512,127); -INSERT INTO `mob_spawn_points` VALUES (17629623,0,'Antican_Antesignanus','Antican Antesignanus',22,62,72,-147.381,1.801,438.591,127); -INSERT INTO `mob_spawn_points` VALUES (17629624,0,'Antican_Aedilis','Antican Aedilis',24,62,72,-167.085,1.632,432.282,127); -INSERT INTO `mob_spawn_points` VALUES (17629625,0,'Antican_Quaestor','Antican Quaestor',23,62,72,-158.000,2.000,452.000,41); -INSERT INTO `mob_spawn_points` VALUES (17629626,0,'Spelunking_Sabotender','Spelunking Sabotender',29,62,68,-179.558,0.612,350.955,66); -INSERT INTO `mob_spawn_points` VALUES (17629627,0,'Antican_Triarius','Antican Triarius',21,62,72,-171.000,1.000,323.000,127); -INSERT INTO `mob_spawn_points` VALUES (17629628,0,'Antican_Antesignanus','Antican Antesignanus',22,62,72,-155.780,1.398,312.822,127); -INSERT INTO `mob_spawn_points` VALUES (17629629,0,'Antican_Aedilis','Antican Aedilis',24,62,72,-163.000,1.326,304.000,114); -INSERT INTO `mob_spawn_points` VALUES (17629630,0,'Antican_Quaestor','Antican Quaestor',23,62,72,-150.073,1.374,327.523,127); -INSERT INTO `mob_spawn_points` VALUES (17629631,0,'Antican_Triarius','Antican Triarius',21,62,72,-209.224,0.520,381.028,127); -INSERT INTO `mob_spawn_points` VALUES (17629632,0,'Antican_Quaestor','Antican Quaestor',23,62,72,-229.713,0.671,382.562,127); -INSERT INTO `mob_spawn_points` VALUES (17629633,0,'Antican_Antesignanus','Antican Antesignanus',22,62,72,-269.939,1.545,396.833,127); -INSERT INTO `mob_spawn_points` VALUES (17629634,0,'Antican_Quaestor','Antican Quaestor',23,62,72,-285.743,1.169,394.868,81); -INSERT INTO `mob_spawn_points` VALUES (17629635,0,'Antican_Aedilis','Antican Aedilis',24,62,72,-273.053,1.824,381.200,82); -INSERT INTO `mob_spawn_points` VALUES (17629636,0,'Antican_Triarius','Antican Triarius',21,62,72,-293.644,1.500,357.930,127); -INSERT INTO `mob_spawn_points` VALUES (17629637,0,'Antican_Antesignanus','Antican Antesignanus',22,62,72,-270.000,2.000,364.000,41); -INSERT INTO `mob_spawn_points` VALUES (17629638,0,'Antican_Aedilis','Antican Aedilis',24,62,72,-271.000,1.692,351.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629622,0,'Antican_Triarius','Antican Triarius',21,69,71,-173.679,1.791,439.512,127); +INSERT INTO `mob_spawn_points` VALUES (17629623,0,'Antican_Antesignanus','Antican Antesignanus',22,69,71,-147.381,1.801,438.591,127); +INSERT INTO `mob_spawn_points` VALUES (17629624,0,'Antican_Aedilis','Antican Aedilis',24,69,71,-167.085,1.632,432.282,127); +INSERT INTO `mob_spawn_points` VALUES (17629625,0,'Antican_Quaestor','Antican Quaestor',23,69,71,-158.000,2.000,452.000,41); +INSERT INTO `mob_spawn_points` VALUES (17629626,0,'Spelunking_Sabotender','Spelunking Sabotender',29,65,68,-179.558,0.612,350.955,66); +INSERT INTO `mob_spawn_points` VALUES (17629627,0,'Antican_Triarius','Antican Triarius',21,69,71,-171.000,1.000,323.000,127); +INSERT INTO `mob_spawn_points` VALUES (17629628,0,'Antican_Antesignanus','Antican Antesignanus',22,69,71,-155.780,1.398,312.822,127); +INSERT INTO `mob_spawn_points` VALUES (17629629,0,'Antican_Aedilis','Antican Aedilis',24,69,71,-163.000,1.326,304.000,114); +INSERT INTO `mob_spawn_points` VALUES (17629630,0,'Antican_Quaestor','Antican Quaestor',23,69,72,-150.073,1.374,327.523,127); +INSERT INTO `mob_spawn_points` VALUES (17629631,0,'Antican_Triarius','Antican Triarius',21,69,72,-209.224,0.520,381.028,127); +INSERT INTO `mob_spawn_points` VALUES (17629632,0,'Antican_Quaestor','Antican Quaestor',23,69,72,-229.713,0.671,382.562,127); +INSERT INTO `mob_spawn_points` VALUES (17629633,0,'Antican_Antesignanus','Antican Antesignanus',22,69,72,-269.939,1.545,396.833,127); +INSERT INTO `mob_spawn_points` VALUES (17629634,0,'Antican_Quaestor','Antican Quaestor',23,69,72,-285.743,1.169,394.868,81); +INSERT INTO `mob_spawn_points` VALUES (17629635,0,'Antican_Aedilis','Antican Aedilis',24,69,72,-273.053,1.824,381.200,82); +INSERT INTO `mob_spawn_points` VALUES (17629636,0,'Antican_Triarius','Antican Triarius',21,69,72,-293.644,1.500,357.930,127); +INSERT INTO `mob_spawn_points` VALUES (17629637,0,'Antican_Antesignanus','Antican Antesignanus',22,69,72,-270.000,2.000,364.000,41); +INSERT INTO `mob_spawn_points` VALUES (17629638,0,'Antican_Aedilis','Antican Aedilis',24,69,72,-271.000,1.692,351.000,127); INSERT INTO `mob_spawn_points` VALUES (17629639,0,'Antican_Praetor','Antican Praetor',32,72,74,-298.904,-2.441,377.605,127); INSERT INTO `mob_spawn_points` VALUES (17629640,0,'Antican_Legatus','Antican Legatus',33,72,74,-297.699,-2.414,384.209,47); INSERT INTO `mob_spawn_points` VALUES (17629641,0,'Antican_Consul','Antican Consul',34,75,75,-304.720,-2.634,380.664,127); diff --git a/sql/mob_spawn_slots.sql b/sql/mob_spawn_slots.sql index 4a60bcb8cd9..9afc513a4e0 100644 --- a/sql/mob_spawn_slots.sql +++ b/sql/mob_spawn_slots.sql @@ -70,6 +70,19 @@ INSERT INTO `mob_spawn_slots` VALUES (5,14,0); INSERT INTO `mob_spawn_slots` VALUES (5,15,0); INSERT INTO `mob_spawn_slots` VALUES (5,16,0); +-- Attohwa Chasm +INSERT INTO `mob_spawn_slots` VALUES (7,1,0); +INSERT INTO `mob_spawn_slots` VALUES (7,2,0); +INSERT INTO `mob_spawn_slots` VALUES (7,3,0); +INSERT INTO `mob_spawn_slots` VALUES (7,4,0); +INSERT INTO `mob_spawn_slots` VALUES (7,5,0); +INSERT INTO `mob_spawn_slots` VALUES (7,6,0); +INSERT INTO `mob_spawn_slots` VALUES (7,7,0); +INSERT INTO `mob_spawn_slots` VALUES (7,8,0); +INSERT INTO `mob_spawn_slots` VALUES (7,9,0); +INSERT INTO `mob_spawn_slots` VALUES (7,10,0); +INSERT INTO `mob_spawn_slots` VALUES (7,11,0); + -- Psoxja INSERT INTO `mob_spawn_slots` VALUES (9,1,0); INSERT INTO `mob_spawn_slots` VALUES (9,2,0); @@ -170,6 +183,16 @@ INSERT INTO `mob_spawn_slots` VALUES (27,3,0); INSERT INTO `mob_spawn_slots` VALUES (27,4,0); INSERT INTO `mob_spawn_slots` VALUES (27,5,0); +-- Sacrarium +INSERT INTO `mob_spawn_slots` VALUES (28,1,0); +INSERT INTO `mob_spawn_slots` VALUES (28,2,0); +INSERT INTO `mob_spawn_slots` VALUES (28,3,0); +INSERT INTO `mob_spawn_slots` VALUES (28,4,0); +INSERT INTO `mob_spawn_slots` VALUES (28,5,0); +INSERT INTO `mob_spawn_slots` VALUES (28,6,0); +INSERT INTO `mob_spawn_slots` VALUES (28,7,0); +INSERT INTO `mob_spawn_slots` VALUES (28,8,0); + -- Riverne-Site A01 INSERT INTO `mob_spawn_slots` VALUES (30,1,0); INSERT INTO `mob_spawn_slots` VALUES (30,2,0); @@ -190,6 +213,9 @@ INSERT INTO `mob_spawn_slots` VALUES (65,2,0); INSERT INTO `mob_spawn_slots` VALUES (65,3,0); INSERT INTO `mob_spawn_slots` VALUES (65,4,0); +-- Alzadaal Undersea Ruins +INSERT INTO `mob_spawn_slots` VALUES (72,1,0); + -- Caedarva Mire INSERT INTO `mob_spawn_slots` VALUES (79,1,0); INSERT INTO `mob_spawn_slots` VALUES (79,2,0); @@ -694,6 +720,87 @@ INSERT INTO `mob_spawn_slots` VALUES (108,43,0); INSERT INTO `mob_spawn_slots` VALUES (108,44,0); INSERT INTO `mob_spawn_slots` VALUES (108,45,0); +-- Pashhow Marshlands +INSERT INTO `mob_spawn_slots` VALUES (109,1,0); +INSERT INTO `mob_spawn_slots` VALUES (109,2,0); +INSERT INTO `mob_spawn_slots` VALUES (109,3,0); +INSERT INTO `mob_spawn_slots` VALUES (109,4,0); +INSERT INTO `mob_spawn_slots` VALUES (109,5,0); +INSERT INTO `mob_spawn_slots` VALUES (109,6,0); +INSERT INTO `mob_spawn_slots` VALUES (109,7,0); +INSERT INTO `mob_spawn_slots` VALUES (109,8,0); +INSERT INTO `mob_spawn_slots` VALUES (109,9,0); +INSERT INTO `mob_spawn_slots` VALUES (109,10,0); +INSERT INTO `mob_spawn_slots` VALUES (109,11,0); +INSERT INTO `mob_spawn_slots` VALUES (109,12,0); +INSERT INTO `mob_spawn_slots` VALUES (109,13,0); +INSERT INTO `mob_spawn_slots` VALUES (109,14,0); +INSERT INTO `mob_spawn_slots` VALUES (109,15,0); +INSERT INTO `mob_spawn_slots` VALUES (109,16,0); +INSERT INTO `mob_spawn_slots` VALUES (109,17,0); +INSERT INTO `mob_spawn_slots` VALUES (109,18,0); +INSERT INTO `mob_spawn_slots` VALUES (109,19,0); +INSERT INTO `mob_spawn_slots` VALUES (109,20,0); +INSERT INTO `mob_spawn_slots` VALUES (109,21,0); +INSERT INTO `mob_spawn_slots` VALUES (109,22,0); +INSERT INTO `mob_spawn_slots` VALUES (109,23,0); +INSERT INTO `mob_spawn_slots` VALUES (109,24,0); +INSERT INTO `mob_spawn_slots` VALUES (109,25,0); +INSERT INTO `mob_spawn_slots` VALUES (109,26,0); +INSERT INTO `mob_spawn_slots` VALUES (109,27,0); +INSERT INTO `mob_spawn_slots` VALUES (109,28,0); +INSERT INTO `mob_spawn_slots` VALUES (109,29,0); +INSERT INTO `mob_spawn_slots` VALUES (109,30,0); +INSERT INTO `mob_spawn_slots` VALUES (109,31,0); +INSERT INTO `mob_spawn_slots` VALUES (109,32,0); +INSERT INTO `mob_spawn_slots` VALUES (109,33,0); +INSERT INTO `mob_spawn_slots` VALUES (109,34,0); +INSERT INTO `mob_spawn_slots` VALUES (109,35,0); +INSERT INTO `mob_spawn_slots` VALUES (109,36,0); +INSERT INTO `mob_spawn_slots` VALUES (109,37,0); +INSERT INTO `mob_spawn_slots` VALUES (109,38,0); +INSERT INTO `mob_spawn_slots` VALUES (109,39,0); +INSERT INTO `mob_spawn_slots` VALUES (109,40,0); +INSERT INTO `mob_spawn_slots` VALUES (109,41,0); +INSERT INTO `mob_spawn_slots` VALUES (109,42,0); +INSERT INTO `mob_spawn_slots` VALUES (109,43,0); +INSERT INTO `mob_spawn_slots` VALUES (109,44,0); +INSERT INTO `mob_spawn_slots` VALUES (109,45,0); +INSERT INTO `mob_spawn_slots` VALUES (109,46,0); +INSERT INTO `mob_spawn_slots` VALUES (109,47,0); +INSERT INTO `mob_spawn_slots` VALUES (109,48,0); +INSERT INTO `mob_spawn_slots` VALUES (109,49,0); +INSERT INTO `mob_spawn_slots` VALUES (109,50,0); +INSERT INTO `mob_spawn_slots` VALUES (109,51,0); +INSERT INTO `mob_spawn_slots` VALUES (109,52,0); +INSERT INTO `mob_spawn_slots` VALUES (109,53,0); +INSERT INTO `mob_spawn_slots` VALUES (109,54,0); +INSERT INTO `mob_spawn_slots` VALUES (109,55,0); +INSERT INTO `mob_spawn_slots` VALUES (109,56,0); +INSERT INTO `mob_spawn_slots` VALUES (109,57,0); +INSERT INTO `mob_spawn_slots` VALUES (109,58,0); +INSERT INTO `mob_spawn_slots` VALUES (109,59,0); +INSERT INTO `mob_spawn_slots` VALUES (109,60,0); +INSERT INTO `mob_spawn_slots` VALUES (109,61,0); +INSERT INTO `mob_spawn_slots` VALUES (109,62,0); +INSERT INTO `mob_spawn_slots` VALUES (109,63,0); +INSERT INTO `mob_spawn_slots` VALUES (109,64,0); +INSERT INTO `mob_spawn_slots` VALUES (109,65,0); +INSERT INTO `mob_spawn_slots` VALUES (109,66,0); +INSERT INTO `mob_spawn_slots` VALUES (109,67,0); +INSERT INTO `mob_spawn_slots` VALUES (109,68,0); +INSERT INTO `mob_spawn_slots` VALUES (109,69,0); +INSERT INTO `mob_spawn_slots` VALUES (109,70,0); +INSERT INTO `mob_spawn_slots` VALUES (109,71,0); +INSERT INTO `mob_spawn_slots` VALUES (109,72,0); +INSERT INTO `mob_spawn_slots` VALUES (109,73,0); +INSERT INTO `mob_spawn_slots` VALUES (109,74,0); +INSERT INTO `mob_spawn_slots` VALUES (109,75,0); +INSERT INTO `mob_spawn_slots` VALUES (109,76,0); +INSERT INTO `mob_spawn_slots` VALUES (109,77,0); +INSERT INTO `mob_spawn_slots` VALUES (109,78,0); +INSERT INTO `mob_spawn_slots` VALUES (109,79,0); + -- Beaucedine Glacier INSERT INTO `mob_spawn_slots` VALUES (111,1,0); INSERT INTO `mob_spawn_slots` VALUES (111,2,0); @@ -1144,6 +1251,32 @@ INSERT INTO `mob_spawn_slots` VALUES (124,59,0); INSERT INTO `mob_spawn_slots` VALUES (124,60,0); INSERT INTO `mob_spawn_slots` VALUES (124,61,0); +-- Western Altepa Desert +INSERT INTO `mob_spawn_slots` VALUES (125,1,0); +INSERT INTO `mob_spawn_slots` VALUES (125,2,0); +INSERT INTO `mob_spawn_slots` VALUES (125,3,0); +INSERT INTO `mob_spawn_slots` VALUES (125,4,0); +INSERT INTO `mob_spawn_slots` VALUES (125,5,0); +INSERT INTO `mob_spawn_slots` VALUES (125,6,0); +INSERT INTO `mob_spawn_slots` VALUES (125,7,0); +INSERT INTO `mob_spawn_slots` VALUES (125,8,0); +INSERT INTO `mob_spawn_slots` VALUES (125,9,0); +INSERT INTO `mob_spawn_slots` VALUES (125,10,0); +INSERT INTO `mob_spawn_slots` VALUES (125,11,0); +INSERT INTO `mob_spawn_slots` VALUES (125,12,0); +INSERT INTO `mob_spawn_slots` VALUES (125,13,0); +INSERT INTO `mob_spawn_slots` VALUES (125,14,0); +INSERT INTO `mob_spawn_slots` VALUES (125,15,0); +INSERT INTO `mob_spawn_slots` VALUES (125,16,0); +INSERT INTO `mob_spawn_slots` VALUES (125,17,0); +INSERT INTO `mob_spawn_slots` VALUES (125,18,0); +INSERT INTO `mob_spawn_slots` VALUES (125,19,0); +INSERT INTO `mob_spawn_slots` VALUES (125,20,0); +INSERT INTO `mob_spawn_slots` VALUES (125,21,0); +INSERT INTO `mob_spawn_slots` VALUES (125,22,0); +INSERT INTO `mob_spawn_slots` VALUES (125,23,0); +INSERT INTO `mob_spawn_slots` VALUES (125,24,0); + -- Qufim Island INSERT INTO `mob_spawn_slots` VALUES (126,1,0); INSERT INTO `mob_spawn_slots` VALUES (126,2,0); @@ -2757,6 +2890,12 @@ INSERT INTO `mob_spawn_slots` VALUES (205,40,0); INSERT INTO `mob_spawn_slots` VALUES (205,41,0); INSERT INTO `mob_spawn_slots` VALUES (205,42,0); +-- Quicksand Caves +INSERT INTO `mob_spawn_slots` VALUES (208,1,0); +INSERT INTO `mob_spawn_slots` VALUES (208,2,0); +INSERT INTO `mob_spawn_slots` VALUES (208,3,0); +INSERT INTO `mob_spawn_slots` VALUES (208,4,0); + -- Gustav Tunnel INSERT INTO `mob_spawn_slots` VALUES (212,1,0); INSERT INTO `mob_spawn_slots` VALUES (212,2,0);